Skip to content

Commit

Permalink
[npm] Bump the non-major-dependencies group with 6 updates
Browse files Browse the repository at this point in the history
Bumps the non-major-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@napi-rs/cli](https://github.com/napi-rs/napi-rs) | `2.18.3` | `2.18.4` |
| [@changesets/cli](https://github.com/changesets/changesets) | `2.27.6` | `2.27.7` |
| [cspell](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell) | `8.9.1` | `8.13.0` |
| [prettier](https://github.com/prettier/prettier) | `3.3.2` | `3.3.3` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.5.2` | `5.5.4` |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.1.5` | `29.2.3` |

Updates `@napi-rs/cli` from 2.18.3 to 2.18.4
- [Release notes](https://github.com/napi-rs/napi-rs/releases)
- [Commits](https://github.com/napi-rs/napi-rs/compare/@napi-rs/[email protected]...@napi-rs/[email protected])

Updates `@changesets/cli` from 2.27.6 to 2.27.7
- [Release notes](https://github.com/changesets/changesets/releases)
- [Changelog](https://github.com/changesets/changesets/blob/main/docs/modifying-changelog-format.md)
- [Commits](https://github.com/changesets/changesets/compare/@changesets/[email protected]...@changesets/[email protected])

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

Updates `prettier` from 3.3.2 to 3.3.3
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.3.2...3.3.3)

Updates `typescript` from 5.5.2 to 5.5.4
- [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.2...v5.5.4)

Updates `ts-jest` from 29.1.5 to 29.2.3
- [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.1.5...v29.2.3)

---
updated-dependencies:
- dependency-name: "@napi-rs/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-major-dependencies
- dependency-name: "@changesets/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-major-dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-major-dependencies
- dependency-name: ts-jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-major-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and OmarTawfik committed Aug 3, 2024
1 parent 99ff53f commit c471c1a
Show file tree
Hide file tree
Showing 7 changed files with 360 additions and 306 deletions.
2 changes: 1 addition & 1 deletion crates/codegen/runtime/npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"type": "commonjs",
"devDependencies": {
"@napi-rs/cli": "2.18.3"
"@napi-rs/cli": "2.18.4"
},
"napi": {
"triples": {
Expand Down
8 changes: 4 additions & 4 deletions crates/infra/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
"devDependencies": {
"@actions/github": "6.0.0",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.6",
"@changesets/cli": "2.27.7",
"@types/node": "22.0.2",
"cspell": "8.9.1",
"cspell": "8.13.0",
"markdown-link-check": "3.12.2",
"markdownlint-cli": "0.41.0",
"prettier-plugin-sh": "0.14.0",
"prettier": "3.3.2",
"prettier": "3.3.3",
"remark-parse": "11.0.0",
"remark-stringify": "11.0.0",
"typescript": "5.5.2",
"typescript": "5.5.4",
"unified": "11.0.5"
}
}
2 changes: 1 addition & 1 deletion crates/solidity/outputs/npm/package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
],
"type": "commonjs",
"devDependencies": {
"@napi-rs/cli": "2.18.3"
"@napi-rs/cli": "2.18.4"
},
"dependencies": {
"@nomicfoundation/slang-darwin-arm64": "0.15.1",
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.1.5",
"ts-jest": "29.2.3",
"ts-node": "10.9.2"
}
}
2 changes: 1 addition & 1 deletion crates/testlang/outputs/npm/package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"type": "commonjs",
"devDependencies": {
"@napi-rs/cli": "2.18.3"
"@napi-rs/cli": "2.18.4"
},
"napi": {
"triples": {
Expand Down
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.1.5",
"ts-jest": "29.2.3",
"ts-node": "10.9.2"
}
}
Loading

0 comments on commit c471c1a

Please sign in to comment.