-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit fixes markdown Sanitation as well as resolves some of the…
… issues brought to me by nate.
- Loading branch information
1 parent
0c3f0e6
commit 903053f
Showing
31 changed files
with
322 additions
and
493 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,23 @@ | ||
--- | ||
"astro-remote": major | ||
"astro-remote": minor | ||
--- | ||
|
||
This Update will bring all Dependencies to current versions as well as resolve some typing issues with new versions | ||
|
||
Breaking: | ||
- Markdown sanitation has been disabled due to complete removal of all custom data (Hope to resolve soon, but the current workaround is functioning) | ||
New: | ||
- Now Support Marked Extensions using the following example: | ||
```tsx | ||
--- | ||
import markedAlert from 'marked-alert' | ||
const readme = await fetch("https://raw.githubusercontent.com/natemoo-re/astro-remote/main/packages/astro-remote/README.md").then((res) => res.text()); | ||
--- | ||
<Markdown sanitize={{ allowComponents: true }} | ||
content={readme} | ||
components={{ Heading, CodeBlock, CodeSpan, Note }} | ||
marked={{extensions: [markedAlert()]}} /> | ||
``` | ||
|
||
|
||
Commit history: | ||
Breaking: | ||
- Node Engine Minimum required version: v18.14.1 this reflects Astro's Minimum requirements. (https://docs.astro.build/en/tutorial/1-setup/1/#nodejs) | ||
|
||
- Initial Prep: Repo organization and Prepare for upgrade | ||
- More Cleanup: Code Cleanup before I started Upgrading | ||
- Some Progress: First Commit to include upgrade progress, mostly upgrading of Deps before any testing and fixing | ||
- Code Cleanup: Initial cleanup of code errors | ||
- Working Tests: Time to work out bugs and get things working | ||
- Test Cleanup: Tests are working and most previous features have been fixed. | ||
- More Cleanup: remove all deps used for testing different results and their code | ||
- Fix Inital Type Errors left behind and lint! | ||
- Readme update: updated readme now that all the errors are gone. | ||
- small fix to Utils file |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ | |
"pnpm": "8.15.3" | ||
}, | ||
"engines": { | ||
"node": ">=18.19.0" | ||
"node": ">=18.14.1" | ||
}, | ||
"packageManager": "[email protected]", | ||
"dependencies": { | ||
|
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Oops, something went wrong.