Skip to content

Commit

Permalink
chore(deps-dev): bump the all group with 2 updates (#146)
Browse files Browse the repository at this point in the history
Bumps the all group with 2 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip).


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 `knip` from 5.30.1 to 5.30.2
- [Release notes](https://github.com/webpro-nl/knip/releases)
- [Changelog](https://github.com/webpro-nl/knip/blob/main/packages/knip/.release-it.json)
- [Commits](https://github.com/webpro-nl/knip/commits/5.30.2/packages/knip)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent 1f4613a commit 07f6a66
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.5.4",
"@types/node": "^22.5.5",
"eslint": "^9.10.0",
"knip": "^5.30.1",
"knip": "^5.30.2",
"lefthook": "^1.7.15",
"prettier": "^3.3.3",
"typescript": "^5.6.2"
Expand Down
23 changes: 16 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -316,14 +316,14 @@ __metadata:
"@commitlint/config-conventional": "npm:^19.5.0"
"@eslint/js": "npm:^9.10.0"
"@types/eslint__js": "npm:^8.42.3"
"@types/node": "npm:^22.5.4"
"@types/node": "npm:^22.5.5"
eslint: "npm:^9.10.0"
eslint-config-prettier: "npm:^9.1.0"
eslint-plugin-import: "npm:^2.30.0"
eslint-plugin-jsx-a11y: "npm:^6.10.0"
eslint-plugin-react: "npm:^7.36.1"
eslint-plugin-react-hooks: "npm:^4.6.2"
knip: "npm:^5.30.1"
knip: "npm:^5.30.2"
lefthook: "npm:^1.7.15"
prettier: "npm:^3.3.3"
typescript: "npm:^5.6.2"
Expand Down Expand Up @@ -431,7 +431,7 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:^22.5.4":
"@types/node@npm:*":
version: 22.5.4
resolution: "@types/node@npm:22.5.4"
dependencies:
Expand All @@ -440,6 +440,15 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^22.5.5":
version: 22.5.5
resolution: "@types/node@npm:22.5.5"
dependencies:
undici-types: "npm:~6.19.2"
checksum: 10c0/ead9495cfc6b1da5e7025856dcce2591e9bae635357410c0d2dd619fce797d2a1d402887580ca4b336cb78168b195224869967de370a23f61663cf1e4836121c
languageName: node
linkType: hard

"@typescript-eslint/eslint-plugin@npm:8.5.0":
version: 8.5.0
resolution: "@typescript-eslint/eslint-plugin@npm:8.5.0"
Expand Down Expand Up @@ -2414,9 +2423,9 @@ __metadata:
languageName: node
linkType: hard

"knip@npm:^5.30.1":
version: 5.30.1
resolution: "knip@npm:5.30.1"
"knip@npm:^5.30.2":
version: 5.30.2
resolution: "knip@npm:5.30.2"
dependencies:
"@nodelib/fs.walk": "npm:1.2.8"
"@snyk/github-codeowners": "npm:1.1.0"
Expand All @@ -2440,7 +2449,7 @@ __metadata:
bin:
knip: bin/knip.js
knip-bun: bin/knip-bun.js
checksum: 10c0/1c470266d7967dad0f2fb1b1f6c8a797bc7bea6c1f0021c52dce40e067ae87217eb17ff11a4164e3a5244bf3d0672f9e8678e4c3898260c48b9c020132ebb29a
checksum: 10c0/c1fc1b45c17c1f8478cd1bd60749b44bf83375c579f6ee77b037b9ef8adf5ef21d4ba483be438bbfa621fac0b85acc27666b0e5085f633e1458c0d6326093995
languageName: node
linkType: hard

Expand Down

0 comments on commit 07f6a66

Please sign in to comment.