Skip to content

Commit

Permalink
Bump the dev-deps group across 1 directory with 6 updates
Browse files Browse the repository at this point in the history
Bumps the dev-deps group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@types/node](/~https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.10.5` | `22.10.6` |
| [eslint](/~https://github.com/eslint/eslint) | `9.17.0` | `9.18.0` |
| [typescript](/~https://github.com/microsoft/TypeScript) | `5.7.2` | `5.7.3` |
| [typescript-eslint](/~https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.19.0` | `8.20.0` |
| [oclif](/~https://github.com/oclif/oclif) | `4.17.10` | `4.17.11` |
| [json-schema-to-typescript](/~https://github.com/bcherny/json-schema-to-typescript) | `15.0.3` | `15.0.4` |



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

Updates `eslint` from 9.17.0 to 9.18.0
- [Release notes](/~https://github.com/eslint/eslint/releases)
- [Changelog](/~https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.17.0...v9.18.0)

Updates `typescript` from 5.7.2 to 5.7.3
- [Release notes](/~https://github.com/microsoft/TypeScript/releases)
- [Changelog](/~https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.7.2...v5.7.3)

Updates `typescript-eslint` from 8.19.0 to 8.20.0
- [Release notes](/~https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](/~https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](/~https://github.com/typescript-eslint/typescript-eslint/commits/v8.20.0/packages/typescript-eslint)

Updates `oclif` from 4.17.10 to 4.17.11
- [Release notes](/~https://github.com/oclif/oclif/releases)
- [Changelog](/~https://github.com/oclif/oclif/blob/main/CHANGELOG.md)
- [Commits](oclif/oclif@4.17.10...4.17.11)

Updates `json-schema-to-typescript` from 15.0.3 to 15.0.4
- [Changelog](/~https://github.com/bcherny/json-schema-to-typescript/blob/master/CHANGELOG.md)
- [Commits](/~https://github.com/bcherny/json-schema-to-typescript/commits)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: oclif
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: json-schema-to-typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 14, 2025
1 parent 3b2fe57 commit 78bcd1b
Show file tree
Hide file tree
Showing 3 changed files with 97 additions and 93 deletions.
180 changes: 92 additions & 88 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
"@total-typescript/shoehorn": "^0.1.2",
"@tsconfig/node16": "^16.1.3",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.5",
"eslint": "^9.17.0",
"@types/node": "^22.10.6",
"eslint": "^9.18.0",
"jest": "^29.7.0",
"nock": "^13.5.5",
"prettier": "^3.4.2",
"shx": "^0.3.3",
"typescript": "^5.7.2",
"typescript-eslint": "^8.19.0"
"typescript": "^5.7.3",
"typescript-eslint": "^8.20.0"
},
"workspaces": [
"./packages/*"
Expand Down
2 changes: 1 addition & 1 deletion packages/rekor-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"provenance": true
},
"devDependencies": {
"json-schema-to-typescript": "^15.0.3",
"json-schema-to-typescript": "^15.0.4",
"openapi-typescript-codegen": "^0.29.0"
},
"engines": {
Expand Down

0 comments on commit 78bcd1b

Please sign in to comment.