Skip to content

Commit 097b3fb

Browse files
dependabot[bot]BitPatty
authored andcommitted
Bump the development-dependencies group across 1 directory with 4 updates
Bumps the development-dependencies group with 4 updates in the / directory: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser), [eslint](https://github.com/eslint/eslint) and [typedoc](https://github.com/TypeStrong/TypeDoc). Updates `@typescript-eslint/eslint-plugin` from 8.18.0 to 8.18.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.18.1/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.18.0 to 8.18.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.18.1/packages/parser) Updates `eslint` from 9.16.0 to 9.17.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.16.0...v9.17.0) Updates `typedoc` from 0.27.4 to 0.27.5 - [Release notes](https://github.com/TypeStrong/TypeDoc/releases) - [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md) - [Commits](TypeStrong/typedoc@v0.27.4...v0.27.5) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: typedoc dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2241b76 commit 097b3fb

File tree

2 files changed

+61
-63
lines changed

2 files changed

+61
-63
lines changed

package-lock.json

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@
5252
"devDependencies": {
5353
"@types/jest": "29.5.14",
5454
"@types/node": "22.10.2",
55-
"@typescript-eslint/eslint-plugin": "8.18.0",
56-
"@typescript-eslint/parser": "8.18.0",
55+
"@typescript-eslint/eslint-plugin": "8.18.1",
56+
"@typescript-eslint/parser": "8.18.1",
5757
"crypto-js": "4.2.0",
58-
"eslint": "9.16.0",
58+
"eslint": "9.17.0",
5959
"eslint-config-prettier": "9.1.0",
6060
"eslint-plugin-jest": "28.9.0",
6161
"eslint-plugin-prettier": "5.2.1",
@@ -66,7 +66,7 @@
6666
"ts-jest": "29.2.5",
6767
"ts-node": "10.9.2",
6868
"tslib": "2.8.1",
69-
"typedoc": "0.27.4",
69+
"typedoc": "0.27.5",
7070
"typescript": "5.7.2"
7171
}
7272
}

0 commit comments

Comments
 (0)