Skip to content

Commit 36f7b06

Browse files
chore(deps): bump the patch-dependencies group across 1 directory with 4 updates
Bumps the patch-dependencies group with 4 updates in the / directory: [@dotenvx/dotenvx](https://github.com/dotenvx/dotenvx), [@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx), [@astrojs/react](https://github.com/withastro/astro/tree/HEAD/packages/integrations/react) and [@astrojs/check](https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check). Updates `@dotenvx/dotenvx` from 1.51.0 to 1.51.1 - [Release notes](https://github.com/dotenvx/dotenvx/releases) - [Changelog](https://github.com/dotenvx/dotenvx/blob/main/CHANGELOG.md) - [Commits](dotenvx/dotenvx@v1.51.0...v1.51.1) Updates `@astrojs/mdx` from 4.3.7 to 4.3.11 - [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@4.3.11/packages/integrations/mdx) Updates `@astrojs/react` from 4.4.0 to 4.4.2 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/react/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/react@4.4.2/packages/integrations/react) Updates `@astrojs/check` from 0.9.4 to 0.9.5 - [Release notes](https://github.com/withastro/language-tools/releases) - [Changelog](https://github.com/withastro/language-tools/blob/main/packages/astro-check/CHANGELOG.md) - [Commits](https://github.com/withastro/language-tools/commits/HEAD/packages/astro-check) --- updated-dependencies: - dependency-name: "@dotenvx/dotenvx" dependency-version: 1.51.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: "@astrojs/mdx" dependency-version: 4.3.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: "@astrojs/react" dependency-version: 4.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: "@astrojs/check" dependency-version: 0.9.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6160ed3 commit 36f7b06

File tree

3 files changed

+406
-517
lines changed

3 files changed

+406
-517
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"dev:astro": "pnpm --filter test-app-astro dev"
2727
},
2828
"devDependencies": {
29-
"@dotenvx/dotenvx": "1.51.0",
29+
"@dotenvx/dotenvx": "1.51.1",
3030
"husky": "9.1.7",
3131
"changesets": "1.0.2",
3232
"@eslint/js": "9.38.0",

packages/astro/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@
4141
"astro": "^5.0.0"
4242
},
4343
"dependencies": {
44-
"@astrojs/mdx": "4.3.7",
45-
"@astrojs/react": "4.4.0",
44+
"@astrojs/mdx": "4.3.12",
45+
"@astrojs/react": "4.4.2",
4646
"@spuxx/browser-utils": "1.12.0",
4747
"react": "19.2.0"
4848
},
4949
"devDependencies": {
50-
"@astrojs/check": "0.9.4",
50+
"@astrojs/check": "0.9.5",
5151
"astro": "5.14.6",
5252
"typescript": "5.9.3"
5353
},

0 commit comments

Comments
 (0)