Deprecate @astrojs/db#13986
Conversation
✅ Deploy Preview for astro-docs-2 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Lunaria Status Overview🌕 This pull request will trigger status changes. Learn moreBy default, every PR changing files present in the Lunaria configuration's You can change this by adding one of the keywords present in the Tracked Files
Warnings reference
|
| import Since from '~/components/Since.astro'; | ||
|
|
||
| :::caution[Deprecated] | ||
| The Astro DB integration has been deprecated in Astro v6.5 and is no longer maintained. |
There was a problem hiding this comment.
Its the same caution but you used "Astro DB" here and "@astrojs/db" in the other file - is it intentional or did you mean to actually use the same wording?
There was a problem hiding this comment.
I'm not sure if this is the right solution, but yes, it was intentional:
- the integration page doesn't use
@astrojs/dbinside the text - the Astro DB guide mentions at least twice
@astrojs/db - I though this could help to distinguish between the two pages since the aside is almost identical.
But, I don't have a strong opinion on this. If you think using the same name on both is less confusing, I'm okay with that!
* main: i18n(ko-KR): update `cosmic`, `markdown-content`, `modified-time` (#14041) i18n(pt-br): Update editor-setup.mdx translation (#14040) i18n(it-IT): create it/guides/fonts.mdx (#13871) i18n(fr): update `guides/astro-db.mdx` & `integrations-guide/db.mdx` (#14033) i18n(fr): update `guides/markdown-content.mdx` (#14034) i18n(fr): update `recipes/modified-time.mdx` (#14035) i18n(fr): update `session-driver-reference.mdx` (#14036) Remove a broken theme in Cosmic (#14039) Remove stale themes and production sites on 3rd party guides [i18nIgnore] (#14038) Remove deprecated `remarkPlugins` references from "last modified" recipe (#14029) Fix incorrect code examples in the Markdown guide (#14032) i18n(ko-KR): update `db`, `astro-db`, `github`, `session-driver-reference` (#14031) Deprecate `@astrojs/db` (#13986)
Description (required)
Adds a callout in
integrations-guide/db.mdxandguides/astro-db.mdxto warn about@astrojs/dbdeprecation.We might need to update the Astro version if this isn't shipped with withastro/astro#16972.
Related issues & labels (optional)
For Astro version:
6.4.5. See astro PR #16964.