Skip to content

Commit ef05349

Browse files
Bump the lint group across 1 directory with 4 updates
Bumps the lint group with 4 updates in the / directory: [@eslint/compat](https://github.com/eslint/rewrite/tree/HEAD/packages/compat), [@eslint/markdown](https://github.com/eslint/markdown), [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) and [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc). Updates `@eslint/compat` from 1.4.0 to 1.4.1 - [Release notes](https://github.com/eslint/rewrite/releases) - [Changelog](https://github.com/eslint/rewrite/blob/main/packages/compat/CHANGELOG.md) - [Commits](https://github.com/eslint/rewrite/commits/compat-v1.4.1/packages/compat) Updates `@eslint/markdown` from 7.5.0 to 7.5.1 - [Release notes](https://github.com/eslint/markdown/releases) - [Changelog](https://github.com/eslint/markdown/blob/main/CHANGELOG.md) - [Commits](eslint/markdown@v7.5.0...v7.5.1) Updates `eslint-plugin-jest` from 29.0.1 to 29.1.0 - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](jest-community/eslint-plugin-jest@v29.0.1...v29.1.0) Updates `eslint-plugin-jsdoc` from 61.1.10 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@v61.1.10...v61.1.12) --- updated-dependencies: - dependency-name: "@eslint/compat" dependency-version: 1.4.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: lint - dependency-name: "@eslint/markdown" dependency-version: 7.5.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: lint - dependency-name: eslint-plugin-jest dependency-version: 29.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint - dependency-name: eslint-plugin-jsdoc dependency-version: 61.1.12 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: lint ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e968389 commit ef05349

File tree

2 files changed

+68
-28
lines changed

2 files changed

+68
-28
lines changed

package-lock.json

Lines changed: 64 additions & 24 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
@@ -25,9 +25,9 @@
2525
},
2626
"devDependencies": {
2727
"@babel/preset-env": "^7.28.5",
28-
"@eslint/compat": "^1.4.0",
28+
"@eslint/compat": "^2.0.0",
2929
"@eslint/js": "^9.39.1",
30-
"@eslint/markdown": "^7.5.0",
30+
"@eslint/markdown": "^7.5.1",
3131
"@rollup/plugin-babel": "^6.1.0",
3232
"@rollup/plugin-commonjs": "^29.0.0",
3333
"@rollup/plugin-node-resolve": "^16.0.3",
@@ -45,9 +45,9 @@
4545
"eslint-config-prettier": "^10.1.8",
4646
"eslint-plugin-es-x": "^9.1.2",
4747
"eslint-plugin-import": "^2.32.0",
48-
"eslint-plugin-jest": "^29.0.1",
48+
"eslint-plugin-jest": "^29.1.0",
4949
"eslint-plugin-jest-dom": "^5.5.0",
50-
"eslint-plugin-jsdoc": "^61.1.10",
50+
"eslint-plugin-jsdoc": "^61.2.1",
5151
"eslint-plugin-n": "^17.23.1",
5252
"eslint-plugin-promise": "^7.2.1",
5353
"globals": "^16.5.0",

0 commit comments

Comments
 (0)