Skip to content

Commit f83b449

Browse files
Bump the website-dependencies group across 1 directory with 6 updates
Bumps the website-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx) | `6.0.3` | `7.0.2` | | [@astrojs/netlify](https://github.com/withastro/astro/tree/HEAD/packages/integrations/netlify) | `7.0.13` | `8.1.1` | | [@astrojs/rss](https://github.com/withastro/astro/tree/HEAD/packages/astro-rss) | `4.0.18` | `4.0.19` | | [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `6.4.7` | `7.0.6` | | [sharp](https://github.com/lovell/sharp) | `0.35.1` | `0.35.3` | | [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) | `4.2.0` | `4.3.1` | Updates `@astrojs/mdx` from 6.0.3 to 7.0.2 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/mdx/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/mdx@7.0.2/packages/integrations/mdx) Updates `@astrojs/netlify` from 7.0.13 to 8.1.1 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/netlify/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/netlify@8.1.1/packages/integrations/netlify) Updates `@astrojs/rss` from 4.0.18 to 4.0.19 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro-rss/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/rss@4.0.19/packages/astro-rss) Updates `astro` from 6.4.7 to 7.0.6 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@7.0.6/packages/astro) Updates `sharp` from 0.35.1 to 0.35.3 - [Release notes](https://github.com/lovell/sharp/releases) - [Commits](lovell/sharp@v0.35.1...v0.35.3) Updates `shiki` from 4.2.0 to 4.3.1 - [Release notes](https://github.com/shikijs/shiki/releases) - [Commits](https://github.com/shikijs/shiki/commits/v4.3.1/packages/shiki) --- updated-dependencies: - dependency-name: "@astrojs/mdx" dependency-version: 7.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: website-dependencies - dependency-name: "@astrojs/netlify" dependency-version: 8.1.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: website-dependencies - dependency-name: "@astrojs/rss" dependency-version: 4.0.19 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: website-dependencies - dependency-name: astro dependency-version: 7.0.6 dependency-type: direct:production update-type: version-update:semver-major dependency-group: website-dependencies - dependency-name: sharp dependency-version: 0.35.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: website-dependencies - dependency-name: shiki dependency-version: 4.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: website-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 68436eb commit f83b449

2 files changed

Lines changed: 936 additions & 640 deletions

File tree

packages/website/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,21 @@
1515
"db:studio": "netlify dev:exec drizzle-kit studio"
1616
},
1717
"dependencies": {
18-
"@astrojs/mdx": "6.0.3",
19-
"@astrojs/netlify": "7.0.13",
20-
"@astrojs/rss": "4.0.18",
18+
"@astrojs/mdx": "7.0.2",
19+
"@astrojs/netlify": "8.1.1",
20+
"@astrojs/rss": "4.0.19",
2121
"@astrojs/sitemap": "3.7.3",
2222
"@cloudfour/image-compare": "1.0.5",
2323
"@fontsource-variable/ibm-plex-sans": "5.2.8",
2424
"@fontsource-variable/lora": "5.2.8",
2525
"@fontsource/ibm-plex-mono": "5.2.7",
26-
"astro": "6.4.7",
26+
"astro": "7.0.6",
2727
"common": "workspace:*",
2828
"drizzle-orm": "0.45.2",
2929
"postgres": "3.4.9",
3030
"rehype-slug": "6.0.0",
31-
"sharp": "0.35.1",
32-
"shiki": "4.2.0",
31+
"sharp": "0.35.3",
32+
"shiki": "4.3.1",
3333
"ua-parser-js": "2.0.10",
3434
"unist-util-visit": "5.1.0",
3535
"web-vitals": "5.3.0"

0 commit comments

Comments
 (0)