Skip to content

Commit 1bbd342

Browse files
chore(deps): bump the eslint group across 1 directory with 6 updates
Bumps the eslint group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [eslint](https://github.com/eslint/eslint) | `9.38.0` | `9.39.0` | | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `48.11.0` | `61.1.12` | | [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) | `5.2.0` | `7.0.1` | | [@typescript-eslint/utils](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/utils) | `8.46.2` | `8.46.3` | | [@typescript-eslint/rule-tester](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/rule-tester) | `8.46.2` | `8.46.3` | | [eslint-formatter-junit](https://github.com/fregante/eslint-formatters) | `8.40.0` | `9.0.1` | Updates `eslint` from 9.38.0 to 9.39.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.38.0...v9.39.0) Updates `eslint-plugin-jsdoc` from 48.11.0 to 61.1.12 - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc) - [Commits](gajus/eslint-plugin-jsdoc@v48.11.0...v61.1.12) Updates `eslint-plugin-react-hooks` from 5.2.0 to 7.0.1 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks) Updates `@typescript-eslint/utils` from 8.46.2 to 8.46.3 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/utils/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.46.3/packages/utils) Updates `@typescript-eslint/rule-tester` from 8.46.2 to 8.46.3 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/rule-tester/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.46.3/packages/rule-tester) Updates `eslint-formatter-junit` from 8.40.0 to 9.0.1 - [Commits](https://github.com/fregante/eslint-formatters/commits) --- updated-dependencies: - dependency-name: eslint dependency-version: 9.39.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint-plugin-jsdoc dependency-version: 61.1.12 dependency-type: direct:production update-type: version-update:semver-major dependency-group: eslint - dependency-name: eslint-plugin-react-hooks dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: eslint - dependency-name: "@typescript-eslint/utils" dependency-version: 8.46.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: eslint - dependency-name: "@typescript-eslint/rule-tester" dependency-version: 8.46.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: eslint - dependency-name: eslint-formatter-junit dependency-version: 9.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: eslint ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4b791f7 commit 1bbd342

File tree

3 files changed

+294
-132
lines changed

3 files changed

+294
-132
lines changed

packages/eslint-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"eslint": "^9.20.0",
88
"eslint-plugin-header": "^3.1.1",
99
"eslint-plugin-import": "~2.31.0",
10-
"eslint-plugin-jsdoc": "^48.0.2",
10+
"eslint-plugin-jsdoc": "^61.1.12",
1111
"eslint-plugin-react": "^7.37.4",
12-
"eslint-plugin-react-hooks": "^5.0.0",
12+
"eslint-plugin-react-hooks": "^7.0.1",
1313
"globals": "^15.14.0",
1414
"typescript-eslint": "^8.23.0"
1515
},

packages/node-build-scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"dom-serializer": "^2.0.0",
2626
"eslint": "^9.20.0",
2727
"eslint-formatter-codeframe": "^7.32.1",
28-
"eslint-formatter-junit": "^8.3.0",
28+
"eslint-formatter-junit": "^9.0.1",
2929
"fs-extra": "^11.2.0",
3030
"glob": "^10.3.10",
3131
"htmlparser2": "^9.1.0",

0 commit comments

Comments
 (0)