Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 56e86bc

Browse files
authoredMar 24, 2025··
Bump the npm group with 3 updates (#110)
Bumps the npm group with 3 updates: [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js), [eslint](https://github.com/eslint/eslint) and [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc). Updates `@eslint/js` from 9.22.0 to 9.23.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.23.0/packages/js) Updates `eslint` from 9.22.0 to 9.23.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.22.0...v9.23.0) Updates `eslint-plugin-jsdoc` from 50.6.8 to 50.6.9 - [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@v50.6.8...v50.6.9) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm - dependency-name: eslint-plugin-jsdoc dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d2c97a7 commit 56e86bc

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed
 

‎package-lock.json

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

‎package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,19 @@
1919
"js-beautify": "^1.15.3"
2020
},
2121
"devDependencies": {
22-
"@eslint/js": "^9.22.0",
22+
"@eslint/js": "^9.23.0",
2323
"@stylistic/eslint-plugin-js": "^4.2.0",
2424
"@testing-library/user-event": "^14.6.1",
2525
"@testing-library/vue": "^8.1.0",
2626
"@vitejs/plugin-vue": "^5.2.3",
2727
"@vitest/coverage-v8": "^3.0.9",
2828
"@vue/test-utils": "^2.4.6",
29-
"eslint": "^9.22.0",
29+
"eslint": "^9.23.0",
3030
"eslint-config-tjw-base": "^3.1.0",
3131
"eslint-config-tjw-jest": "^3.0.0",
3232
"eslint-config-tjw-jsdoc": "^2.0.1",
3333
"eslint-plugin-jest": "^28.11.0",
34-
"eslint-plugin-jsdoc": "^50.6.8",
34+
"eslint-plugin-jsdoc": "^50.6.9",
3535
"happy-dom": "^17.4.4",
3636
"vitest": "^3.0.9"
3737
},

0 commit comments

Comments
 (0)
Please sign in to comment.