Skip to content

Commit ef760c2

Browse files
Bump the lint group across 1 directory with 5 updates
Bumps the lint group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@eslint/compat](https://github.com/eslint/rewrite/tree/HEAD/packages/compat) | `1.4.0` | `2.0.0` | | [@eslint/markdown](https://github.com/eslint/markdown) | `7.5.0` | `7.5.1` | | [eslint-plugin-es-x](https://github.com/eslint-community/eslint-plugin-es-x) | `9.1.2` | `9.2.0` | | [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | `29.0.1` | `29.2.1` | | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `61.1.10` | `61.4.1` | Updates `@eslint/compat` from 1.4.0 to 2.0.0 - [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-v2.0.0/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-es-x` from 9.1.2 to 9.2.0 - [Release notes](https://github.com/eslint-community/eslint-plugin-es-x/releases) - [Changelog](https://github.com/eslint-community/eslint-plugin-es-x/blob/master/CHANGELOG.md) - [Commits](eslint-community/eslint-plugin-es-x@v9.1.2...v9.2.0) Updates `eslint-plugin-jest` from 29.0.1 to 29.2.1 - [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.2.1) Updates `eslint-plugin-jsdoc` from 61.1.10 to 61.4.1 - [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.4.1) --- updated-dependencies: - dependency-name: "@eslint/compat" dependency-version: 2.0.0 dependency-type: direct:development update-type: version-update:semver-major 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-es-x dependency-version: 9.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint - dependency-name: eslint-plugin-jest dependency-version: 29.2.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint - dependency-name: eslint-plugin-jsdoc dependency-version: 61.4.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 63dca1c commit ef760c2

File tree

2 files changed

+73
-33
lines changed

2 files changed

+73
-33
lines changed

package-lock.json

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

package.json

Lines changed: 5 additions & 5 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",
@@ -43,11 +43,11 @@
4343
"concurrently": "^9.2.1",
4444
"eslint": "^9.37.0",
4545
"eslint-config-prettier": "^10.1.8",
46-
"eslint-plugin-es-x": "^9.1.2",
46+
"eslint-plugin-es-x": "^9.2.0",
4747
"eslint-plugin-import": "^2.32.0",
48-
"eslint-plugin-jest": "^29.0.1",
48+
"eslint-plugin-jest": "^29.2.1",
4949
"eslint-plugin-jest-dom": "^5.5.0",
50-
"eslint-plugin-jsdoc": "^61.1.10",
50+
"eslint-plugin-jsdoc": "^61.4.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)