Skip to content

Commit

Permalink
[npm] Bump the non-major-dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the non-major-dependencies group with 3 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [cspell](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell) and [ts-jest](https://github.com/kulshekhar/ts-jest).


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

Updates `cspell` from 8.13.0 to 8.14.2
- [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.14.2/packages/cspell)

Updates `ts-jest` from 29.2.3 to 29.2.5
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.2.3...v29.2.5)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-major-dependencies
- dependency-name: cspell
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-major-dependencies
- dependency-name: ts-jest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-major-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 1, 2024
1 parent 32a2525 commit 14b7af2
Show file tree
Hide file tree
Showing 4 changed files with 194 additions and 184 deletions.
4 changes: 2 additions & 2 deletions crates/infra/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"@actions/github": "6.0.0",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.7",
"@types/node": "22.0.2",
"cspell": "8.13.0",
"@types/node": "22.5.1",
"cspell": "8.14.2",
"markdown-link-check": "3.12.2",
"markdownlint-cli": "0.41.0",
"prettier-plugin-sh": "0.14.0",
Expand Down
2 changes: 1 addition & 1 deletion crates/solidity/outputs/npm/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"devDependencies": {
"@types/jest": "29.5.12",
"jest": "29.7.0",
"ts-jest": "29.2.3",
"ts-jest": "29.2.5",
"ts-node": "10.9.2"
}
}
2 changes: 1 addition & 1 deletion crates/testlang/outputs/npm/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"devDependencies": {
"@types/jest": "29.5.12",
"jest": "29.7.0",
"ts-jest": "29.2.3",
"ts-jest": "29.2.5",
"ts-node": "10.9.2"
}
}
Loading

0 comments on commit 14b7af2

Please sign in to comment.