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

chore(deps): update all non-major dependencies (v2) #537

Merged
merged 1 commit into from
Jan 20, 2025
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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"ci": "yarn lint:fix && yarn prettier:write && yarn build ${0}"
},
"dependencies": {
"@trim21/gm-fetch": "0.2.1",
"@trim21/gm-fetch": "0.2.3",
"classnames": "2.5.1",
"darkreader": "4.9.96",
"jsx-dom": "8.1.6",
Expand All @@ -45,7 +45,7 @@
"esbuild-plugin-browserslist": "0.15.0",
"eslint": "9.18.0",
"eslint-config-prettier": "10.0.1",
"eslint-plugin-jsdoc": "50.6.1",
"eslint-plugin-jsdoc": "50.6.2",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-userscripts": "0.5.6",
"fast-glob": "3.3.3",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2559,10 +2559,10 @@ __metadata:
languageName: node
linkType: hard

"@trim21/gm-fetch@npm:0.2.1":
version: 0.2.1
resolution: "@trim21/gm-fetch@npm:0.2.1"
checksum: 10c0/224545610f339831d8937b97af8be4b0c71f1367c6e533717a5dd6cb275bb411342775add2454b1c7f0c0878952182674c36c090a5f113a260b105bbac0d370f
"@trim21/gm-fetch@npm:0.2.3":
version: 0.2.3
resolution: "@trim21/gm-fetch@npm:0.2.3"
checksum: 10c0/ac8686ab689d989c2f3629897aff2b768c42a0773f69b9e96e07261ebd3b1183fbc652cf42a3eccb75dec853bc949845b089028d9a35c830983800f0402ef614
languageName: node
linkType: hard

Expand Down Expand Up @@ -4086,9 +4086,9 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-jsdoc@npm:50.6.1":
version: 50.6.1
resolution: "eslint-plugin-jsdoc@npm:50.6.1"
"eslint-plugin-jsdoc@npm:50.6.2":
version: 50.6.2
resolution: "eslint-plugin-jsdoc@npm:50.6.2"
dependencies:
"@es-joy/jsdoccomment": "npm:~0.49.0"
are-docs-informative: "npm:^0.0.2"
Expand All @@ -4103,7 +4103,7 @@ __metadata:
synckit: "npm:^0.9.1"
peerDependencies:
eslint: ^7.0.0 || ^8.0.0 || ^9.0.0
checksum: 10c0/0117fa0ce0d0e0cd7fb43d207f421ab7ecf6e65c09648442db577794f36b85256f393adef4bf3e586cb7e5ab068073600808c823c60cc69c4aea662d7c931324
checksum: 10c0/7349681c33c1a37e8e635b8b354e1ac3f13b348cbdaf8e9b2db878601976d29cb9b2359156e4176ed66b65d10fb237fc6eb2a921512b9fedd811ed6d1a95b445
languageName: node
linkType: hard

Expand Down Expand Up @@ -7754,7 +7754,7 @@ __metadata:
"@eslint/js": "npm:9.18.0"
"@prettier/plugin-xml": "npm:3.4.1"
"@sass-fairy/string": "npm:1.3.0"
"@trim21/gm-fetch": "npm:0.2.1"
"@trim21/gm-fetch": "npm:0.2.3"
"@types/eslint": "npm:9.6.1"
"@types/eslint__js": "npm:8.42.3"
"@types/jquery": "npm:3.5.32"
Expand All @@ -7769,7 +7769,7 @@ __metadata:
esbuild-plugin-browserslist: "npm:0.15.0"
eslint: "npm:9.18.0"
eslint-config-prettier: "npm:10.0.1"
eslint-plugin-jsdoc: "npm:50.6.1"
eslint-plugin-jsdoc: "npm:50.6.2"
eslint-plugin-jsx-a11y: "npm:6.10.2"
eslint-plugin-userscripts: "npm:0.5.6"
fast-glob: "npm:3.3.3"
Expand Down
Loading