Skip to content

Commit

Permalink
✨ feat: upgrade to Astro v5 with compatibility and improvements
Browse files Browse the repository at this point in the history
- 🗂️ Migrated content collections to the new Content Layer API:
  - Removed deprecated `type: "content"` from content collections.
  - Updated `src/content/config.ts` to use the Content Layer API.
  - Validated content files and schema using `astro check`.

- 🛠️ Updated TypeScript configuration for Astro v5:
  - Added `.astro/types.d.ts` and `**/*` to the `include` property for better type inference.
  - Excluded `dist` directory from type-checking.

- ✅ Verified overall compatibility with Astro v5 and optimized for future updates.
  • Loading branch information
inotelab committed Dec 6, 2024
1 parent 9361deb commit 83f9e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 5
version: 2
updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
Expand Down

0 comments on commit 83f9e2e

Please sign in to comment.