Skip to content

Commit eed7c57

Browse files
chore(deps): bump the github-actions group across 1 directory with 6 updates
Bumps the github-actions group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@astrojs/check](https://github.com/withastro/astro/tree/HEAD/packages/language-tools/astro-check) | `0.9.8` | `0.9.9` | | [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) | `0.38.3` | `0.38.4` | | [@astrojs/vercel](https://github.com/withastro/astro/tree/HEAD/packages/integrations/vercel) | `10.0.4` | `10.0.6` | | [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `6.1.8` | `6.1.10` | | [starlight-links-validator](https://github.com/HiDeoo/starlight-links-validator/tree/HEAD/packages/starlight-links-validator) | `0.23.0` | `0.24.0` | | [vercel](https://github.com/vercel/vercel/tree/HEAD/packages/cli) | `52.0.0` | `52.2.1` | Updates `@astrojs/check` from 0.9.8 to 0.9.9 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/language-tools/astro-check/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/check@0.9.9/packages/language-tools/astro-check) Updates `@astrojs/starlight` from 0.38.3 to 0.38.4 - [Release notes](https://github.com/withastro/starlight/releases) - [Changelog](https://github.com/withastro/starlight/blob/main/packages/starlight/CHANGELOG.md) - [Commits](https://github.com/withastro/starlight/commits/@astrojs/starlight@0.38.4/packages/starlight) Updates `@astrojs/vercel` from 10.0.4 to 10.0.6 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/vercel/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/vercel@10.0.6/packages/integrations/vercel) Updates `astro` from 6.1.8 to 6.1.10 - [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@6.1.10/packages/astro) Updates `starlight-links-validator` from 0.23.0 to 0.24.0 - [Release notes](https://github.com/HiDeoo/starlight-links-validator/releases) - [Changelog](https://github.com/HiDeoo/starlight-links-validator/blob/main/packages/starlight-links-validator/CHANGELOG.md) - [Commits](https://github.com/HiDeoo/starlight-links-validator/commits/starlight-links-validator@0.24.0/packages/starlight-links-validator) Updates `vercel` from 52.0.0 to 52.2.1 - [Release notes](https://github.com/vercel/vercel/releases) - [Changelog](https://github.com/vercel/vercel/blob/main/packages/cli/CHANGELOG.md) - [Commits](https://github.com/vercel/vercel/commits/vercel@52.2.1/packages/cli) --- updated-dependencies: - dependency-name: "@astrojs/check" dependency-version: 0.9.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: "@astrojs/starlight" dependency-version: 0.38.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: "@astrojs/vercel" dependency-version: 10.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: astro dependency-version: 6.1.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: starlight-links-validator dependency-version: 0.24.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: vercel dependency-version: 52.2.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 113409f commit eed7c57

2 files changed

Lines changed: 96 additions & 49 deletions

File tree

package-lock.json

Lines changed: 90 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
"vercel": "vercel dev"
1717
},
1818
"dependencies": {
19-
"@astrojs/check": "^0.9.8",
20-
"@astrojs/starlight": "^0.38.3",
21-
"@astrojs/vercel": "^10.0.4",
19+
"@astrojs/check": "^0.9.9",
20+
"@astrojs/starlight": "^0.38.4",
21+
"@astrojs/vercel": "^10.0.6",
2222
"@vercel/analytics": "^2.0.1",
23-
"astro": "^6.1.8"
23+
"astro": "^6.1.10"
2424
},
2525
"devDependencies": {
2626
"@actions/core": "^3.0.1",
@@ -37,10 +37,10 @@
3737
"prettier-plugin-astro": "^0.14.1",
3838
"reading-time": "^1.5.0",
3939
"starlight-blog": "^0.26.1",
40-
"starlight-links-validator": "^0.23.0",
40+
"starlight-links-validator": "^0.24.0",
4141
"starlight-showcases": "^0.3.2",
4242
"tsx": "^4.21.0",
43-
"vercel": "^52.0.0",
43+
"vercel": "^52.2.1",
4444
"vitest": "^4.1.5"
4545
}
4646
}

0 commit comments

Comments
 (0)