Skip to content

Commit

Permalink
Update to Astro v5 (#44)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
cameronapak committed Dec 25, 2024
1 parent b9a69d5 commit 1e0a28c
Show file tree
Hide file tree
Showing 4 changed files with 7,040 additions and 11,662 deletions.
10 changes: 1 addition & 9 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,6 @@ export default defineConfig({
}
})
],
vite: {
optimizeDeps: {
exclude: ["astro:db"]
}
},
output: "server",
adapter: netlify(),
experimental: {
serverIslands: true
}
adapter: netlify()
});
Loading

0 comments on commit 1e0a28c

Please sign in to comment.