astro-netlify-cms
astro-netlify-cms copied to clipboard
Bump yaml and astro in /demo
Removes yaml. It's no longer used after updating ancestor dependency astro. These dependencies need to be updated together.
Removes yaml
Updates astro from 1.5.2 to 2.3.0
Release notes
Sourced from astro's releases.
@astrojs/rss@2.3.0Minor Changes
#6453
2e362042cThanks@ematipico! - AddedtrailingSlashoption to control whether or not the emitted URLs should have trailing slashes.import rss from '@astrojs/rss';export const get = () => rss({ trailingSlash: false, });
By passing
false, the emitted links won't have trailing slashes.[email protected]
Minor Changes
Patch Changes
#6544
a9c22994eThanks@wulinsheng123! - Correctly generate directories for assets when users customise the output via rollup options.#6825
948a6d7beThanks@Princesseuh! - Fix unnecessary warning when using images inside thesrc/contentfolder withexperimental.assetsUpdated dependencies [
2511d58d5]:
@astrojs/markdown-remark@2.1.4[email protected]
Patch Changes
#6765
6c09ac03bThanks@Princesseuh! - Properly include the needed WASM files for the Squoosh service for Netlify and Vercel in SSR#6817
f882bc163Thanks@bholmesdev! - Fix sourcemap warnings when using Content Collections and MDX with thevite.build.sourcemapoption#6819
76dd53e3fThanks@MoustaphaDev! - Fix fallback content showing unexpectedly in some cases#6582
7653cf9e9Thanks@bluwy! - Fix CSS chunking and deduping between multiple Astro files and framework components
@astrojs/netlify@2.2.2Patch Changes
- #6793
1e3873c04Thanks@andremralves! - fix: no edge functions deployed to netlify[email protected]
Patch Changes
... (truncated)
Changelog
Sourced from astro's changelog.
2.3.0
Minor Changes
Patch Changes
#6544
a9c22994eThanks@wulinsheng123! - Correctly generate directories for assets when users customise the output via rollup options.#6825
948a6d7beThanks@Princesseuh! - Fix unnecessary warning when using images inside thesrc/contentfolder withexperimental.assetsUpdated dependencies [
2511d58d5]:
@astrojs/markdown-remark@2.1.42.2.3
Patch Changes
#6765
6c09ac03bThanks@Princesseuh! - Properly include the needed WASM files for the Squoosh service for Netlify and Vercel in SSR#6817
f882bc163Thanks@bholmesdev! - Fix sourcemap warnings when using Content Collections and MDX with thevite.build.sourcemapoption#6819
76dd53e3fThanks@MoustaphaDev! - Fix fallback content showing unexpectedly in some cases#6582
7653cf9e9Thanks@bluwy! - Fix CSS chunking and deduping between multiple Astro files and framework components2.2.2
Patch Changes
#6811
60c16db6fThanks@bluwy! - Fix check CLI fs load fallback behaviour#6782
c12ca5eceThanks@amirhhashemi! - Force error overlay direction to be LTR2.2.1
Patch Changes
#6766
72fed684aThanks@Xetera! - Exporting the ImageFunction in astro:content and grouping it under a SchemaContext#6772
45bff6fccThanks@natemoo-re! - Allowimport.meta.envvalues of0,1,true, andfalseto be used forexport const prerenderstatements#6770
52d7a4a01Thanks@Princesseuh! - Updated types to match newer Vite versions#6774
9e88e0f23Thanks@bholmesdev! - Fix: remove oldslug()type fromdefineCollection()helper#6775
fa84f1a7dThanks@matthewp! - Support streaming inside of slots#6779
a98f6f418Thanks@matthewp! - Prevent body head content injection in MDX when using layout
... (truncated)
Commits
b105ccb[ci] release (#6835)0f4c005[ci] update lockfile (#6837)1fa0416Ensure unique workspace name (#6836)83f00f5[ci] format8539eb1Support tsconfig aliases in CSS@import(#6816)c464bf2[ci] format948a6d7fix(content): Remove unsupported file warning for images (#6825)44d935d[ci] formata9c2299fix #6420 (#6544)b2254bd[ci] release (#6818)- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.
⚠️ No Changeset found
Latest commit: db72edf03b8292ee69e0165e4c34dd3ba05f4e8b
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR