-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to Astro v5 #44
Merged
Merged
Conversation
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
….mjs. This change simplifies the configuration by eliminating the exclusion of the Astro DB dependency, aligning with recent updates and optimizations in the project.
- Bumped versions for several packages including @alpinejs, astro, better-auth, better-sqlite3, isomorphic-dompurify, marked, ora, prettier, and others to their latest stable releases. - This update enhances overall functionality, security, and performance of the project by ensuring all dependencies are up-to-date. - Notable version changes include: - @alpinejs packages updated from 3.14.4 to 3.14.7 - better-auth updated from 1.0.6 to 1.0.13 - better-sqlite3 updated from 11.6.0 to 11.7.0 - isomorphic-dompurify updated from 2.17.0 to 2.18.0 - marked updated from 15.0.2 to 15.0.3 - prettier updated from 3.4.1 to 3.4.2 - tailwindcss updated from 3.4.15 to 3.4.16 - Updated netlify-cli from 17.37.2 to 17.38.0 for improved CLI experience.
✅ Deploy Preview for freedom-stack ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
- Bumped the version of the 'create-freedom-stack' package from 1.0.5 to 1.0.6 in both package.json and package-lock.json files. - Adjusted dependency attributes in package-lock.json, changing 'devOptional' to 'optional' and adding 'peer' for better dependency management. - These updates ensure that the project reflects the latest versioning and dependency configurations, enhancing overall project stability and clarity.
1 task
cameronapak
added a commit
that referenced
this pull request
Dec 25, 2024
* updated to Astro 5.0 * Added updated types * experimental features are now non-experimental * Remove Vite optimization configuration for Astro DB from astro.config.mjs. This change simplifies the configuration by eliminating the exclusion of the Astro DB dependency, aligning with recent updates and optimizations in the project. * Update dependencies in package.json and package-lock.json - Bumped versions for several packages including @alpinejs, astro, better-auth, better-sqlite3, isomorphic-dompurify, marked, ora, prettier, and others to their latest stable releases. - This update enhances overall functionality, security, and performance of the project by ensuring all dependencies are up-to-date. - Notable version changes include: - @alpinejs packages updated from 3.14.4 to 3.14.7 - better-auth updated from 1.0.6 to 1.0.13 - better-sqlite3 updated from 11.6.0 to 11.7.0 - isomorphic-dompurify updated from 2.17.0 to 2.18.0 - marked updated from 15.0.2 to 15.0.3 - prettier updated from 3.4.1 to 3.4.2 - tailwindcss updated from 3.4.15 to 3.4.16 - Updated netlify-cli from 17.37.2 to 17.38.0 for improved CLI experience. * Update package version to 1.0.6 in package.json and package-lock.json - Bumped the version of the 'create-freedom-stack' package from 1.0.5 to 1.0.6 in both package.json and package-lock.json files. - Adjusted dependency attributes in package-lock.json, changing 'devOptional' to 'optional' and adding 'peer' for better dependency management. - These updates ensure that the project reflects the latest versioning and dependency configurations, enhancing overall project stability and clarity.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There's a new Astro version in town.