Skip to content

Commit

Permalink
Bump the minor-updates group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the minor-updates group with 4 updates: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro), [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [typescript](https://github.com/microsoft/TypeScript).


Updates `astro` from 4.15.4 to 4.15.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@4.15.6/packages/astro)

Updates `@types/mocha` from 10.0.7 to 10.0.8
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mocha)

Updates `@types/node` from 22.5.4 to 22.5.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `typescript` from 5.5.4 to 5.6.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.5.4...v5.6.2)

---
updated-dependencies:
- dependency-name: astro
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: "@types/mocha"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 16, 2024
1 parent 6df1fe0 commit d2925b3
Show file tree
Hide file tree
Showing 2 changed files with 164 additions and 127 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@octokit/plugin-throttling": "^9.3.1",
"@octokit/request-error": "^6.1.4",
"@webcomponents/template-shadowroot": "^0.2.1",
"astro": "^4.15.4",
"astro": "^4.15.6",
"colorjs.io": "^0.5.2",
"commander": "^12.1.0",
"csv-stringify": "^6.5.1",
Expand All @@ -38,10 +38,10 @@
"devDependencies": {
"@astrojs/check": "^0.9.3",
"@tsconfig/node20": "^20.1.4",
"@types/mocha": "^10.0.7",
"@types/node": "^22.5.4",
"@types/mocha": "^10.0.8",
"@types/node": "^22.5.5",
"mocha": "^10.7.3",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"packageManager": "pnpm@8.15.1+sha256.245fe901f8e7fa8782d7f17d32b6a83995e2ae03984cb5b62b8949bfdc27c7b5"
}
Loading

0 comments on commit d2925b3

Please sign in to comment.