Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): Bump eslint-plugin-jsdoc from 48.2.12 to 48.3.0 #511

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"eslint-plugin-chai-expect": "3.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest-formatting": "3.1.0",
"eslint-plugin-jsdoc": "48.2.12",
"eslint-plugin-jsdoc": "48.3.0",
"eslint-plugin-jsonc": "2.16.0",
"eslint-plugin-markdown": "5.0.0",
"eslint-plugin-markdownlint": "0.6.0",
Expand Down
36 changes: 31 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1290,7 +1290,7 @@ __metadata:
eslint-plugin-chai-expect: "npm:3.1.0"
eslint-plugin-import: "npm:2.29.1"
eslint-plugin-jest-formatting: "npm:3.1.0"
eslint-plugin-jsdoc: "npm:48.2.12"
eslint-plugin-jsdoc: "npm:48.3.0"
eslint-plugin-jsonc: "npm:2.16.0"
eslint-plugin-markdown: "npm:5.0.0"
eslint-plugin-markdownlint: "npm:0.6.0"
Expand Down Expand Up @@ -4039,6 +4039,13 @@ __metadata:
languageName: node
linkType: hard

"es-module-lexer@npm:^1.5.3":
version: 1.5.4
resolution: "es-module-lexer@npm:1.5.4"
checksum: 10/f29c7c97a58eb17640dcbd71bd6ef754ad4f58f95c3073894573d29dae2cad43ecd2060d97ed5b866dfb7804d5590fb7de1d2c5339a5fceae8bd60b580387fc5
languageName: node
linkType: hard

"es-set-tostringtag@npm:^2.0.1":
version: 2.0.1
resolution: "es-set-tostringtag@npm:2.0.1"
Expand Down Expand Up @@ -4388,21 +4395,23 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-jsdoc@npm:48.2.12":
version: 48.2.12
resolution: "eslint-plugin-jsdoc@npm:48.2.12"
"eslint-plugin-jsdoc@npm:48.3.0":
version: 48.3.0
resolution: "eslint-plugin-jsdoc@npm:48.3.0"
dependencies:
"@es-joy/jsdoccomment": "npm:~0.43.1"
are-docs-informative: "npm:^0.0.2"
comment-parser: "npm:1.4.1"
debug: "npm:^4.3.4"
escape-string-regexp: "npm:^4.0.0"
esquery: "npm:^1.5.0"
parse-imports: "npm:^2.1.0"
semver: "npm:^7.6.2"
spdx-expression-parse: "npm:^4.0.0"
synckit: "npm:^0.9.0"
peerDependencies:
eslint: ^7.0.0 || ^8.0.0 || ^9.0.0
checksum: 10/c51a9ad790aae191d7bfa287a7b4af93e2e420b360b7f724b0c8b8fcd39ccd1445af98bf2251bcbc61f21e3a10e360d5e6b6c4e5c606c51afb2763c9911edc75
checksum: 10/444f9cfb787c37d71c4fe13c8bd9b4536b625336990c67792b6106c06888e896ce3129beef8dca2550140c3b3f8413cd9d2d74c9479660ac1c2579535931d641
languageName: node
linkType: hard

Expand Down Expand Up @@ -7943,6 +7952,16 @@ __metadata:
languageName: node
linkType: hard

"parse-imports@npm:^2.1.0":
version: 2.1.0
resolution: "parse-imports@npm:2.1.0"
dependencies:
es-module-lexer: "npm:^1.5.3"
slashes: "npm:^3.0.12"
checksum: 10/2b4210c6af5309cc8e4f5d7f8eb8c628b2df690e456d4a686d3b618d7ca165e6b13ac9f64dfabc714e0d3bcefff70a0e771cdadc7fd6873e62d70c13d246e7d1
languageName: node
linkType: hard

"parse-json@npm:^5.0.0, parse-json@npm:^5.2.0":
version: 5.2.0
resolution: "parse-json@npm:5.2.0"
Expand Down Expand Up @@ -8851,6 +8870,13 @@ __metadata:
languageName: node
linkType: hard

"slashes@npm:^3.0.12":
version: 3.0.12
resolution: "slashes@npm:3.0.12"
checksum: 10/c221d73765013db64f3eaf49dacc6b99a5d5477e63720c1bb71d1af647965dda23ab100ca1eb622e080f11ffe68e1e0a233b7b908073260bed4ec819ff1d3e42
languageName: node
linkType: hard

"slice-ansi@npm:^5.0.0":
version: 5.0.0
resolution: "slice-ansi@npm:5.0.0"
Expand Down
Loading