Skip to content

Commit a93f36e

Browse files
chore(deps-dev): bump the development-dependencies group across 1 directory with 7 updates
Bumps the development-dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@tsconfig/node16](https://github.com/tsconfig/bases/tree/HEAD/bases) | `16.1.4` | `16.1.5` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.2.1` | `24.5.2` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.39.1` | `8.44.1` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.39.1` | `8.44.1` | | [eslint](https://github.com/eslint/eslint) | `9.33.0` | `9.36.0` | | [eslint-plugin-unused-imports](https://github.com/sweepline/eslint-plugin-unused-imports) | `4.1.4` | `4.2.0` | | [mocha](https://github.com/mochajs/mocha) | `11.7.1` | `11.7.2` | Updates `@tsconfig/node16` from 16.1.4 to 16.1.5 - [Commits](https://github.com/tsconfig/bases/commits/HEAD/bases) Updates `@types/node` from 24.2.1 to 24.5.2 - [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.39.1 to 8.44.1 - [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.44.1/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.39.1 to 8.44.1 - [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.44.1/packages/parser) Updates `eslint` from 9.33.0 to 9.36.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.33.0...v9.36.0) Updates `eslint-plugin-unused-imports` from 4.1.4 to 4.2.0 - [Commits](sweepline/eslint-plugin-unused-imports@v4.1.4...v4.2.0) Updates `mocha` from 11.7.1 to 11.7.2 - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md) - [Commits](mochajs/mocha@v11.7.1...v11.7.2) --- updated-dependencies: - dependency-name: "@tsconfig/node16" dependency-version: 16.1.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: "@types/node" dependency-version: 24.5.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.44.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: "@typescript-eslint/parser" dependency-version: 8.44.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: eslint dependency-version: 9.36.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: eslint-plugin-unused-imports dependency-version: 4.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: mocha dependency-version: 11.7.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9058b0a commit a93f36e

File tree

2 files changed

+100
-96
lines changed

2 files changed

+100
-96
lines changed

package-lock.json

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

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@
66
"packages/evergreen-timestamp-utils"
77
],
88
"devDependencies": {
9-
"@tsconfig/node16": "^16.1.4",
9+
"@tsconfig/node16": "^16.1.5",
1010
"@types/chai": "^4.3.17",
1111
"@types/mocha": "^10.0.10",
12-
"@types/node": "^24.2.1",
13-
"@typescript-eslint/eslint-plugin": "^8.39.1",
14-
"@typescript-eslint/parser": "^8.39.1",
12+
"@types/node": "^24.5.2",
13+
"@typescript-eslint/eslint-plugin": "^8.44.1",
14+
"@typescript-eslint/parser": "^8.44.1",
1515
"chai": "^4.5.0",
16-
"eslint": "^9.33.0",
16+
"eslint": "^9.36.0",
1717
"eslint-config-prettier": "^10.1.8",
1818
"eslint-plugin-prettier": "^5.5.4",
1919
"eslint-plugin-simple-import-sort": "^12.1.1",
2020
"eslint-plugin-tsdoc": "^0.4.0",
21-
"eslint-plugin-unused-imports": "^4.1.4",
22-
"mocha": "^11.7.1",
21+
"eslint-plugin-unused-imports": "^4.2.0",
22+
"mocha": "^11.7.2",
2323
"prettier": "^3.6.2",
2424
"ts-node": "^10.9.2",
2525
"typescript": "^5.8.3",

0 commit comments

Comments
 (0)