Skip to content

Commit 308a197

Browse files
chore(deps-dev): bump the development-dependencies group with 5 updates
Bumps the development-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.13.0` | `22.13.8` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.22.0` | `8.25.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.22.0` | `8.25.0` | | [eslint](https://github.com/eslint/eslint) | `9.19.0` | `9.21.0` | | [prettier](https://github.com/prettier/prettier) | `3.4.2` | `3.5.2` | Updates `@types/node` from 22.13.0 to 22.13.8 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@typescript-eslint/eslint-plugin` from 8.22.0 to 8.25.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.25.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.22.0 to 8.25.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.25.0/packages/parser) Updates `eslint` from 9.19.0 to 9.21.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.19.0...v9.21.0) Updates `prettier` from 3.4.2 to 3.5.2 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.4.2...3.5.2) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bfd4a57 commit 308a197

File tree

2 files changed

+95
-93
lines changed

2 files changed

+95
-93
lines changed

package-lock.json

Lines changed: 90 additions & 88 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@
99
"@tsconfig/node16": "^16.1.3",
1010
"@types/chai": "^4.3.17",
1111
"@types/mocha": "^10.0.9",
12-
"@types/node": "^22.13.0",
13-
"@typescript-eslint/eslint-plugin": "^8.22.0",
14-
"@typescript-eslint/parser": "^8.22.0",
12+
"@types/node": "^22.13.8",
13+
"@typescript-eslint/eslint-plugin": "^8.25.0",
14+
"@typescript-eslint/parser": "^8.25.0",
1515
"chai": "^4.5.0",
16-
"eslint": "^9.19.0",
16+
"eslint": "^9.21.0",
1717
"eslint-config-prettier": "^9.1.0",
1818
"eslint-plugin-prettier": "^5.2.3",
1919
"eslint-plugin-simple-import-sort": "^12.1.1",
2020
"eslint-plugin-tsdoc": "^0.4.0",
2121
"eslint-plugin-unused-imports": "^4.1.4",
2222
"mocha": "^10.8.2",
23-
"prettier": "^3.4.2",
23+
"prettier": "^3.5.2",
2424
"ts-node": "^10.9.2",
2525
"typescript": "^5.5.4",
2626
"typescript-cached-transpile": "^0.0.6"

0 commit comments

Comments
 (0)