Skip to content

Commit

Permalink
Bump the dev-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the dev-dependencies group with 2 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [cspell](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell).


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

Updates `cspell` from 8.15.4 to 8.15.7
- [Release notes](https://github.com/streetsidesoftware/cspell/releases)
- [Changelog](https://github.com/streetsidesoftware/cspell/blob/main/packages/cspell/CHANGELOG.md)
- [Commits](https://github.com/streetsidesoftware/cspell/commits/v8.15.7/packages/cspell)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: cspell
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent ea578cf commit d3be7a0
Show file tree
Hide file tree
Showing 6 changed files with 185 additions and 163 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
"@actions/github": "^6.0.0",
"@chronus/github": "workspace:*",
"@eslint/js": "^9.13.0",
"@types/node": "^22.8.1",
"@types/node": "^22.8.7",
"@typescript-eslint/parser": "^8.11.0",
"@typescript-eslint/utils": "^8.11.0",
"@vitest/ui": "^2.1.4",
"cspell": "^8.15.4",
"cspell": "^8.15.7",
"eslint": "^9.13.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-unicorn": "^56.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/chronus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@chronus/registry-mock": "workspace:*",
"@types/cross-spawn": "^6.0.6",
"@types/micromatch": "^4.0.9",
"@types/node": "^22.8.1",
"@types/node": "^22.8.7",
"@types/node-fetch": "^2.6.11",
"@types/pacote": "^11.1.8",
"@types/pluralize": "^0.0.33",
Expand Down
2 changes: 1 addition & 1 deletion packages/github-pr-commenter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@octokit/rest": "^21.0.2"
},
"devDependencies": {
"@types/node": "^22.8.1",
"@types/node": "^22.8.7",
"rimraf": "^6.0.1",
"source-map-support": "^0.5.21",
"typescript": "^5.6.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"devDependencies": {
"@types/cross-spawn": "^6.0.6",
"@types/node": "^22.8.1",
"@types/node": "^22.8.7",
"@types/yargs": "^17.0.33",
"rimraf": "^6.0.1",
"source-map-support": "^0.5.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/registry-mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"@types/cross-spawn": "^6.0.6",
"@types/node": "^22.8.1",
"@types/node": "^22.8.7",
"rimraf": "^6.0.1",
"source-map-support": "^0.5.21",
"typescript": "^5.6.3"
Expand Down
Loading

0 comments on commit d3be7a0

Please sign in to comment.