Skip to content

Commit 3bb416c

Browse files
tools: bump the eslint group in /tools/eslint with 2 updates
Bumps the eslint group in /tools/eslint with 2 updates: [@eslint/markdown](https://github.com/eslint/markdown) and [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc). Updates `@eslint/markdown` from 7.5.1 to 8.0.0 - [Release notes](https://github.com/eslint/markdown/releases) - [Changelog](https://github.com/eslint/markdown/blob/main/CHANGELOG.md) - [Commits](eslint/markdown@v7.5.1...v8.0.0) Updates `eslint-plugin-jsdoc` from 62.8.0 to 62.8.1 - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Commits](gajus/eslint-plugin-jsdoc@v62.8.0...v62.8.1) --- updated-dependencies: - dependency-name: "@eslint/markdown" dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: eslint - dependency-name: eslint-plugin-jsdoc dependency-version: 62.8.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: eslint ... Signed-off-by: dependabot[bot] <support@github.com> PR-URL: #62552 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent 062bf52 commit 3bb416c

File tree

2 files changed

+113
-56
lines changed

2 files changed

+113
-56
lines changed

tools/eslint/package-lock.json

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

tools/eslint/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"@babel/eslint-parser": "^8.0.0-rc.3",
88
"@babel/plugin-syntax-import-source": "^8.0.0-rc.3",
99
"@eslint/js": "^10.0.1",
10-
"@eslint/markdown": "^7.5.1",
10+
"@eslint/markdown": "^8.0.0",
1111
"@stylistic/eslint-plugin": "^5.10.0",
1212
"eslint": "^10.1.0",
1313
"eslint-formatter-tap": "^9.0.1",
14-
"eslint-plugin-jsdoc": "^62.8.0",
14+
"eslint-plugin-jsdoc": "^62.8.1",
1515
"eslint-plugin-regexp": "^3.1.0",
1616
"globals": "^17.4.0"
1717
}

0 commit comments

Comments
 (0)