Compare commits

...

2 Commits

Author SHA1 Message Date
Thomas Rupprecht ab0a42649c chore(package): update `husky` 2024-01-27 00:50:03 +01:00
Thomas Rupprecht 03d5c06b3b chore(package): update dependencies
update `@commitlint/{cli,config-conventional,cz-commitlint}`, `eslint-plugin-jsdoc`,
`stylelint{,-plugin-defensive-css}`, `web-ext`
2024-01-27 00:40:16 +01:00
5 changed files with 151 additions and 155 deletions

View File

@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
npx --no -- commitlint --edit ${1}

View File

@ -1,6 +1,3 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
npm run lint
npm test
npm run update-changelog && git add CHANGELOG.md

View File

@ -28,6 +28,8 @@ All notable changes to this project will be documented in this file.
- Update dependencies
- Update dependencies
- Update `eslint-plugin-jsdoc`
- Update dependencies
- Update dependencies
### ✳️ Other

280
package-lock.json generated
View File

@ -13,23 +13,23 @@
"webextension-polyfill": "^0.10.0"
},
"devDependencies": {
"@commitlint/cli": "^18.4.4",
"@commitlint/config-conventional": "^18.4.4",
"@commitlint/cz-commitlint": "^18.4.4",
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@commitlint/cz-commitlint": "^18.6.0",
"@types/firefox-webext-browser": "^120.0.0",
"commitizen": "^4.3.0",
"dprint": "^0.45.0",
"eslint": "^8.56.0",
"eslint-plugin-jsdoc": "^48.0.2",
"eslint-plugin-jsdoc": "^48.0.4",
"eslint-plugin-no-unsanitized": "^4.0.2",
"eslint-plugin-unicorn": "^50.0.1",
"git-cliff": "^1.4.0",
"husky": "^8.0.3",
"stylelint": "^16.1.0",
"husky": "^9.0.6",
"stylelint": "^16.2.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-plugin-defensive-css": "^1.0.0",
"stylelint-plugin-defensive-css": "^1.0.2",
"stylelint-plugin-logical-css": "^1.0.0",
"web-ext": "^7.10.0"
"web-ext": "^7.11.0"
}
},
"node_modules/@aashutoshrathi/word-wrap": {
@ -232,16 +232,16 @@
}
},
"node_modules/@commitlint/cli": {
"version": "18.4.4",
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-18.4.4.tgz",
"integrity": "sha512-Ro3wIo//fV3XiV1EkdpHog6huaEyNcUAVrSmtgKqYM5g982wOWmP4FXvEDFwRMVgz878CNBvvCc33dMZ5AQJ/g==",
"version": "18.6.0",
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-18.6.0.tgz",
"integrity": "sha512-FiH23cr9QG8VdfbmvJJZmdfHGVMCouOOAzoXZ3Cd7czGC52RbycwNt8YCI7SA69pAl+t30vh8LMaO/N+kcel6w==",
"dev": true,
"dependencies": {
"@commitlint/format": "^18.4.4",
"@commitlint/lint": "^18.4.4",
"@commitlint/load": "^18.4.4",
"@commitlint/read": "^18.4.4",
"@commitlint/types": "^18.4.4",
"@commitlint/format": "^18.6.0",
"@commitlint/lint": "^18.6.0",
"@commitlint/load": "^18.6.0",
"@commitlint/read": "^18.6.0",
"@commitlint/types": "^18.6.0",
"execa": "^5.0.0",
"lodash.isfunction": "^3.0.9",
"resolve-from": "5.0.0",
@ -256,9 +256,9 @@
}
},
"node_modules/@commitlint/config-conventional": {
"version": "18.4.4",
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-18.4.4.tgz",
"integrity": "sha512-Bz3sPQSboBN+Et/KyZrR+OJ3z9PrHDw7Bls0/hv94PmuHBtMq1dCGxS9XzTGzxeMNlytCC4kxF083tbhPljl3Q==",
"version": "18.6.0",
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-18.6.0.tgz",
"integrity": "sha512-CDCOf2eJz9D/TL44IBks0stM9TmdLCNE2B48owIU3YCadwzts/bobXPScagIgPQF6hhKYMEdj5zpUDlmbwuqwQ==",
"dev": true,
"dependencies": {
"conventional-changelog-conventionalcommits": "^7.0.2"
@ -268,12 +268,12 @@
}
},
"node_modules/@commitlint/config-validator": {
"version": "18.4.4",
"resolved": "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-18.4.4.tgz",
"integrity": "sha512-/QI8KIg/h7O0Eus36fPcEcO3QPBcdXuGfZeCF5m15k0EB2bcU8s6pHNTNEa6xz9PrAefHCL+yzRJj7w20T6Mow==",
"version": "18.6.0",
"resolved": "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-18.6.0.tgz",
"integrity": "sha512-Ptfa865arNozlkjxrYG3qt6wT9AlhNUHeuDyKEZiTL/l0ftncFhK/KN0t/EAMV2tec+0Mwxo0FmhbESj/bI+1g==",
"dev": true,
"dependencies": {
"@commitlint/types": "^18.4.4",
"@commitlint/types": "^18.6.0",
"ajv": "^8.11.0"
},
"engines": {
@ -281,14 +281,14 @@
}
},
"node_modules/@commitlint/cz-commitlint": {
"version": "18.4.4",
"resolved": "https://registry.npmjs.org/@commitlint/cz-commitlint/-/cz-commitlint-18.4.4.tgz",
"integrity": "sha512-XUOgq1xofb4c5AlhnImyR2n845hvzW0t3hpW46iD/DpsN1VD6PsgSfctAVkIKmDM8Y2MXIJ1VVu0Qf1+xOtQCA==",
"version": "18.6.0",
"resolved": "https://registry.npmjs.org/@commitlint/cz-commitlint/-/cz-commitlint-18.6.0.tgz",
"integrity": "sha512-TiubGHwvqrPp8Bf+X4XnhBJ+933ouVb06z/xYejspxe1ZniGaPPyB9EzMfCwMUFrcuOjwIP0GSI4ChHLJ5pRvQ==",
"dev": true,
"dependencies": {
"@commitlint/ensure": "^18.4.4",
"@commitlint/load": "^18.4.4",
"@commitlint/types": "^18.4.4",
"@commitlint/ensure": "^18.6.0",
"@commitlint/load": "^18.6.0",
"@commitlint/types": "^18.6.0",
"chalk": "^4.1.0",
"lodash.isplainobject": "^4.0.6",
"word-wrap": "^1.2.5"
@ -302,12 +302,12 @@
}
},
"node_modules/@commitlint/ensure": {
"version": "18.4.4",
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-18.4.4.tgz",
"integrity": "sha512-KjD19p6julB5WrQL+Cd8p+AePwpl1XzGAjB0jnuFMKWtji9L7ucCZUKDstGjlkBZGGzH/nvdB8K+bh5K27EVUg==",
"version": "18.6.0",
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-18.6.0.tgz",
"integrity": "sha512-xY07NmOBJ7JuhX3tic021PaeLepZARIQyqpAQoNQZoml1keBFfB6MbA7XlWZv0ebbarUFE4yhKxOPw+WFv7/qw==",
"dev": true,
"dependencies": {
"@commitlint/types": "^18.4.4",
"@commitlint/types": "^18.6.0",
"lodash.camelcase": "^4.3.0",
"lodash.kebabcase": "^4.1.1",
"lodash.snakecase": "^4.1.1",
@ -328,12 +328,12 @@
}
},
"node_modules/@commitlint/format": {
"version": "18.4.4",
"resolved": "https://registry.npmjs.org/@commitlint/format/-/format-18.4.4.tgz",
"integrity": "sha512-2v3V5hVlv0R3pe7p66IX5F7cjeVvGM5JqITRIbBCFvGHPJ/CG74rjTkAu0RBEiIhlk3eOaLjVGq3d5falPkLBA==",
"version": "18.6.0",
"resolved": "https://registry.npmjs.org/@commitlint/format/-/format-18.6.0.tgz",
"integrity": "sha512-8UNWfs2slPPSQiiVpLGJTnPHv7Jkd5KYxfbNXbmLL583bjom4RrylvyrCVnmZReA8nNad7pPXq6mDH4FNVj6xg==",
"dev": true,
"dependencies": {
"@commitlint/types": "^18.4.4",
"@commitlint/types": "^18.6.0",
"chalk": "^4.1.0"
},
"engines": {
@ -341,12 +341,12 @@
}
},
"node_modules/@commitlint/is-ignored": {
"version": "18.4.4",
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-18.4.4.tgz",
"integrity": "sha512-rXWes9owKBTjfTr6Od7YlflRg4N+ngkOH+dUZhk0qL/XQb26mHz0EgVgdixMVBac1OsohRwJaLmVHX+5F6vfmg==",
"version": "18.6.0",
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-18.6.0.tgz",
"integrity": "sha512-Xjx/ZyyJ4FdLuz0FcOvqiqSFgiO2yYj3QN9XlvyrxqbXTxPVC7QFEXJYBVPulUSN/gR7WXH1Udw+HYYfD17xog==",
"dev": true,
"dependencies": {
"@commitlint/types": "^18.4.4",
"@commitlint/types": "^18.6.0",
"semver": "7.5.4"
},
"engines": {
@ -354,30 +354,30 @@
}
},
"node_modules/@commitlint/lint": {
"version": "18.4.4",
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-18.4.4.tgz",
"integrity": "sha512-SoyQstVxMY5Z4GnFRtRzy+NWYb+yVseXgir+7BxnpB59oH05C9XztRrhDw6OnkNeXhjINTpi1HLnuY7So+CaAQ==",
"version": "18.6.0",
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-18.6.0.tgz",
"integrity": "sha512-ycbuDWfyykPmslgiHzhz8dL6F0BJYltXLVfc+M49z0c+FNITM0v+r0Vd2+Tdtq06VTc894p2+YSmZhulY8Jn3Q==",
"dev": true,
"dependencies": {
"@commitlint/is-ignored": "^18.4.4",
"@commitlint/parse": "^18.4.4",
"@commitlint/rules": "^18.4.4",
"@commitlint/types": "^18.4.4"
"@commitlint/is-ignored": "^18.6.0",
"@commitlint/parse": "^18.6.0",
"@commitlint/rules": "^18.6.0",
"@commitlint/types": "^18.6.0"
},
"engines": {
"node": ">=v18"
}
},
"node_modules/@commitlint/load": {
"version": "18.4.4",
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-18.4.4.tgz",
"integrity": "sha512-RaDIa9qwOw2xRJ3Jr2DBXd14rmnHJIX2XdZF4kmoF1rgsg/+7cvrExLSUNAkQUNimyjCn1b/bKX2Omm+GdY0XQ==",
"version": "18.6.0",
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-18.6.0.tgz",
"integrity": "sha512-RRssj7TmzT0bowoEKlgwg8uQ7ORXWkw7lYLsZZBMi9aInsJuGNLNWcMxJxRZbwxG3jkCidGUg85WmqJvRjsaDA==",
"dev": true,
"dependencies": {
"@commitlint/config-validator": "^18.4.4",
"@commitlint/config-validator": "^18.6.0",
"@commitlint/execute-rule": "^18.4.4",
"@commitlint/resolve-extends": "^18.4.4",
"@commitlint/types": "^18.4.4",
"@commitlint/resolve-extends": "^18.6.0",
"@commitlint/types": "^18.6.0",
"chalk": "^4.1.0",
"cosmiconfig": "^8.3.6",
"cosmiconfig-typescript-loader": "^5.0.0",
@ -400,12 +400,12 @@
}
},
"node_modules/@commitlint/parse": {
"version": "18.4.4",
"resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-18.4.4.tgz",
"integrity": "sha512-99G7dyn/OoyNWXJni0Ki0K3aJd01pEb/Im/Id6y4X7PN+kGOahjz2z/cXYYHn7xDdooqFVdiVrVLeChfgpWZ2g==",
"version": "18.6.0",
"resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-18.6.0.tgz",
"integrity": "sha512-Y/G++GJpATFw54O0jikc/h2ibyGHgghtPnwsOk3O/aU092ydJ5XEHYcd7xGNQYuLweLzQis2uEwRNk9AVIPbQQ==",
"dev": true,
"dependencies": {
"@commitlint/types": "^18.4.4",
"@commitlint/types": "^18.6.0",
"conventional-changelog-angular": "^7.0.0",
"conventional-commits-parser": "^5.0.0"
},
@ -414,13 +414,13 @@
}
},
"node_modules/@commitlint/read": {
"version": "18.4.4",
"resolved": "https://registry.npmjs.org/@commitlint/read/-/read-18.4.4.tgz",
"integrity": "sha512-r58JbWky4gAFPea/CZmvlqP9Ehbs+8gSEUqhIJOojKzTc3xlxFnZUDVPcEnnaqzQEEoV6C69VW7xuzdcBlu/FQ==",
"version": "18.6.0",
"resolved": "https://registry.npmjs.org/@commitlint/read/-/read-18.6.0.tgz",
"integrity": "sha512-w39ji8VfWhPKRquPhRHB3Yd8XIHwaNHgOh28YI1QEmZ59qVpuVUQo6h/NsVb+uoC6LbXZiofTZv2iFR084jKEA==",
"dev": true,
"dependencies": {
"@commitlint/top-level": "^18.4.4",
"@commitlint/types": "^18.4.4",
"@commitlint/types": "^18.6.0",
"git-raw-commits": "^2.0.11",
"minimist": "^1.2.6"
},
@ -429,13 +429,13 @@
}
},
"node_modules/@commitlint/resolve-extends": {
"version": "18.4.4",
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-18.4.4.tgz",
"integrity": "sha512-RRpIHSbRnFvmGifVk21Gqazf1QF/yeP+Kkg/e3PlkegcOKd/FGOXp/Kx9cvSO2K7ucSn4GD/oBvgasFoy+NCAw==",
"version": "18.6.0",
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-18.6.0.tgz",
"integrity": "sha512-k2Xp+Fxeggki2i90vGrbiLDMefPius3zGSTFFlRAPKce/SWLbZtI+uqE9Mne23mHO5lmcSV8z5m6ziiJwGpOcg==",
"dev": true,
"dependencies": {
"@commitlint/config-validator": "^18.4.4",
"@commitlint/types": "^18.4.4",
"@commitlint/config-validator": "^18.6.0",
"@commitlint/types": "^18.6.0",
"import-fresh": "^3.0.0",
"lodash.mergewith": "^4.6.2",
"resolve-from": "^5.0.0",
@ -446,15 +446,15 @@
}
},
"node_modules/@commitlint/rules": {
"version": "18.4.4",
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-18.4.4.tgz",
"integrity": "sha512-6Uzlsnl/GljEI+80NWjf4ThOfR8NIsbm18IfXYuCEchlwMHSxiuYG4rHSK5DNmG/+MIo8eR5VdQ0gQyt7kWzAA==",
"version": "18.6.0",
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-18.6.0.tgz",
"integrity": "sha512-pTalvCEvuCWrBWZA/YqO/3B3nZnY3Ncc+TmQsRajBdC1tkQIm5Iovdo4Ec7f2Dw1tVvpYMUUNAgcWqsY0WckWg==",
"dev": true,
"dependencies": {
"@commitlint/ensure": "^18.4.4",
"@commitlint/ensure": "^18.6.0",
"@commitlint/message": "^18.4.4",
"@commitlint/to-lines": "^18.4.4",
"@commitlint/types": "^18.4.4",
"@commitlint/types": "^18.6.0",
"execa": "^5.0.0"
},
"engines": {
@ -483,9 +483,9 @@
}
},
"node_modules/@commitlint/types": {
"version": "18.4.4",
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-18.4.4.tgz",
"integrity": "sha512-/FykLtodD8gKs3+VNkAUwofu4LBHankclj+I8fB2jTRvG6PV7k/OUt4P+VbM7ip853qS4F0g7Z6hLNa6JeMcAQ==",
"version": "18.6.0",
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-18.6.0.tgz",
"integrity": "sha512-oavoKLML/eJa2rJeyYSbyGAYzTxQ6voG5oeX3OrxpfrkRWhJfm4ACnhoRf5tgiybx2MZ+EVFqC1Lw3W8/uwpZA==",
"dev": true,
"dependencies": {
"chalk": "^4.1.0"
@ -813,13 +813,13 @@
}
},
"node_modules/@humanwhocodes/config-array": {
"version": "0.11.13",
"resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.13.tgz",
"integrity": "sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ==",
"version": "0.11.14",
"resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.14.tgz",
"integrity": "sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==",
"dev": true,
"dependencies": {
"@humanwhocodes/object-schema": "^2.0.1",
"debug": "^4.1.1",
"@humanwhocodes/object-schema": "^2.0.2",
"debug": "^4.3.1",
"minimatch": "^3.0.5"
},
"engines": {
@ -840,9 +840,9 @@
}
},
"node_modules/@humanwhocodes/object-schema": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.1.tgz",
"integrity": "sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==",
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.2.tgz",
"integrity": "sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==",
"dev": true
},
"node_modules/@isaacs/cliui": {
@ -942,9 +942,9 @@
}
},
"node_modules/@mdn/browser-compat-data": {
"version": "5.5.4",
"resolved": "https://registry.npmjs.org/@mdn/browser-compat-data/-/browser-compat-data-5.5.4.tgz",
"integrity": "sha512-3Ut58LMJig1igriRHsbRHd7tRi4zz3dlnM/6msgl6FqDglxWZLN+ikYsluOg4D6CFmsXBq5WyYF/7HLwHMzDzA==",
"version": "5.5.7",
"resolved": "https://registry.npmjs.org/@mdn/browser-compat-data/-/browser-compat-data-5.5.7.tgz",
"integrity": "sha512-DoHTZ/TjtNfUu9eiqJd+x3IcCQrhS+yOYU436TKUnlE36jZwNbK535D1CmTsSYdi/UcdCWNm5KRQZ9g1tlZCPw==",
"dev": true
},
"node_modules/@nodelib/fs.scandir": {
@ -1082,9 +1082,9 @@
"dev": true
},
"node_modules/@types/node": {
"version": "20.10.8",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.10.8.tgz",
"integrity": "sha512-f8nQs3cLxbAFc00vEU59yf9UyGUftkPaLGfvbVOIDdx2i1b8epBqj2aNGyP19fiyXWvlmZ7qC1XLjAzw/OKIeA==",
"version": "20.11.7",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.7.tgz",
"integrity": "sha512-GPmeN1C3XAyV5uybAf4cMLWT9fDWcmQhZVtMFu7OR32WjrqGG+Wnk2V1d0bmtUyE/Zy1QJ9BxyiTih9z8Oks8A==",
"dev": true,
"dependencies": {
"undici-types": "~5.26.4"
@ -1145,13 +1145,13 @@
}
},
"node_modules/addons-linter": {
"version": "6.20.0",
"resolved": "https://registry.npmjs.org/addons-linter/-/addons-linter-6.20.0.tgz",
"integrity": "sha512-u3nnnz+dZS5sOAJMF/DdVnjLVDqqbLbpdTNEbCEPIwKlAIDR+FbHHrgRp3JWJw2gvwZuZCmYStQd/G5Llp0nFg==",
"version": "6.21.0",
"resolved": "https://registry.npmjs.org/addons-linter/-/addons-linter-6.21.0.tgz",
"integrity": "sha512-4GBn14BR16FZE7dog6uz+1HO6V3B+mAVxmbwxRhed2y5eyrwIW832TmEpku+5A5bbovBZ4gilXEtBsl6A1AMmg==",
"dev": true,
"dependencies": {
"@fluent/syntax": "0.19.0",
"@mdn/browser-compat-data": "5.5.4",
"@mdn/browser-compat-data": "5.5.7",
"addons-moz-compare": "1.3.0",
"addons-scanner-utils": "9.9.0",
"ajv": "8.12.0",
@ -1718,9 +1718,9 @@
}
},
"node_modules/browserslist": {
"version": "4.22.2",
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.22.2.tgz",
"integrity": "sha512-0UgcrvQmBDvZHFGdYUehrCNIazki7/lUP3kkoi/r3YB2amZbFM9J43ZRkJTXBUZK4gmx56+Sqk9+Vs9mwZx9+A==",
"version": "4.22.3",
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.22.3.tgz",
"integrity": "sha512-UAp55yfwNv0klWNapjs/ktHoguxuQNGnOzxYmfnXIS+8AsRDZkSDxg7R1AX3GKzn078SBI5dzwzj/Yx0Or0e3A==",
"dev": true,
"funding": [
{
@ -1737,8 +1737,8 @@
}
],
"dependencies": {
"caniuse-lite": "^1.0.30001565",
"electron-to-chromium": "^1.4.601",
"caniuse-lite": "^1.0.30001580",
"electron-to-chromium": "^1.4.648",
"node-releases": "^2.0.14",
"update-browserslist-db": "^1.0.13"
},
@ -1917,9 +1917,9 @@
}
},
"node_modules/caniuse-lite": {
"version": "1.0.30001576",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001576.tgz",
"integrity": "sha512-ff5BdakGe2P3SQsMsiqmt1Lc8221NR1VzHj5jXN5vBny9A6fpze94HiVV/n7XRosOlsShJcvMv5mdnpjOGCEgg==",
"version": "1.0.30001580",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001580.tgz",
"integrity": "sha512-mtj5ur2FFPZcCEpXFy8ADXbDACuNFXg6mxVDqp7tqooX6l3zwm+d8EPoeOSIFRDvHs8qu7/SLFOGniULkcH2iA==",
"dev": true,
"funding": [
{
@ -2476,9 +2476,9 @@
}
},
"node_modules/core-js-compat": {
"version": "3.35.0",
"resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.35.0.tgz",
"integrity": "sha512-5blwFAddknKeNgsjBzilkdQ0+YK8L1PfqPYq40NOYMYFSS38qj+hpTcLLWwpIwA2A5bje/x5jmVn2tzUMg9IVw==",
"version": "3.35.1",
"resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.35.1.tgz",
"integrity": "sha512-sftHa5qUJY3rs9Zht1WEnmkvXputCyDBczPnr7QDgL8n3qrF3CMXY4VPSYtOLLiOUJcah2WNXREd48iOl6mQIw==",
"dev": true,
"dependencies": {
"browserslist": "^4.22.2"
@ -3103,9 +3103,9 @@
}
},
"node_modules/electron-to-chromium": {
"version": "1.4.625",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.625.tgz",
"integrity": "sha512-DENMhh3MFgaPDoXWrVIqSPInQoLImywfCwrSmVl3cf9QHzoZSiutHwGaB/Ql3VkqcQV30rzgdM+BjKqBAJxo5Q==",
"version": "1.4.648",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.648.tgz",
"integrity": "sha512-EmFMarXeqJp9cUKu/QEciEApn0S/xRcpZWuAm32U7NgoZCimjsilKXHRO9saeEW55eHZagIDg6XTUOv32w9pjg==",
"dev": true
},
"node_modules/emoji-regex": {
@ -3257,9 +3257,9 @@
}
},
"node_modules/eslint-plugin-jsdoc": {
"version": "48.0.2",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-48.0.2.tgz",
"integrity": "sha512-CBFl5Jc7+jlV36RwDm+PQ8Uw5r28pn2/uW/OaB+Gw5bFwn4Py/1eYMZ3hGf9S4meUFZ/sRvS+hVif2mRAp6WqQ==",
"version": "48.0.4",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-48.0.4.tgz",
"integrity": "sha512-A0cH+5svWPXzGZszBjXA1t0aAqVGS+/x3i02KFmb73rU0iMLnadEcVWcD/dGBZHIfAMKr3YpWh58f6wn4N909w==",
"dev": true,
"dependencies": {
"@es-joy/jsdoccomment": "~0.41.0",
@ -3596,9 +3596,9 @@
}
},
"node_modules/fastq": {
"version": "1.16.0",
"resolved": "https://registry.npmjs.org/fastq/-/fastq-1.16.0.tgz",
"integrity": "sha512-ifCoaXsDrsdkWTtiNJX5uzHDsrck5TzfKKDcuFFTIrrc/BS076qgEIfoIy1VeZqViznfKiysPYTh/QeHtnIsYA==",
"version": "1.17.0",
"resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.0.tgz",
"integrity": "sha512-zGygtijUMT7jnk3h26kUms3BkSDp4IfIKjmnqI2tvx6nuBfiF1UqOxbnLfzdv+apBy+53oaImsKtMw/xYbW+1w==",
"dev": true,
"dependencies": {
"reusify": "^1.0.4"
@ -4547,15 +4547,15 @@
}
},
"node_modules/husky": {
"version": "8.0.3",
"resolved": "https://registry.npmjs.org/husky/-/husky-8.0.3.tgz",
"integrity": "sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==",
"version": "9.0.6",
"resolved": "https://registry.npmjs.org/husky/-/husky-9.0.6.tgz",
"integrity": "sha512-EEuw/rfTiMjOfuL7pGO/i9otg1u36TXxqjIA6D9qxVjd/UXoDOsLor/BSFf5hTK50shwzCU3aVVwdXDp/lp7RA==",
"dev": true,
"bin": {
"husky": "lib/bin.js"
"husky": "bin.js"
},
"engines": {
"node": ">=14"
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/typicode"
@ -6486,9 +6486,9 @@
}
},
"node_modules/path-scurry/node_modules/lru-cache": {
"version": "10.1.0",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.1.0.tgz",
"integrity": "sha512-/1clY/ui8CzjKFyjdvwPWJUYKiFVXG2I2cY0ssG7h4+hwk+XOIX7ZSG9Q7TW8TW3Kp3BUSqgFWBLgL4PJ+Blag==",
"version": "10.2.0",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.0.tgz",
"integrity": "sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==",
"dev": true,
"engines": {
"node": "14 || >=16.14"
@ -7622,9 +7622,9 @@
}
},
"node_modules/spdx-exceptions": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz",
"integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==",
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.4.0.tgz",
"integrity": "sha512-hcjppoJ68fhxA/cjbN4T8N6uCUejN8yFw69ttpqtBeCbF3u13n7mb31NB9jKwGTTWWnt9IbRA/mf1FprYS8wfw==",
"dev": true
},
"node_modules/spdx-expression-parse": {
@ -7843,14 +7843,14 @@
}
},
"node_modules/stylelint": {
"version": "16.1.0",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.1.0.tgz",
"integrity": "sha512-Sh1rRV0lN1qxz/QsuuooLWsIZ/ona7NKw/fRZd6y6PyXYdD2W0EAzJ8yJcwSx4Iw/muz0CF09VZ+z4EiTAcKmg==",
"version": "16.2.0",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.2.0.tgz",
"integrity": "sha512-gwqU5AkIb52wrAzzn+359S3NIJDMl02TXLUaV2tzA/L6jUdpTwNt+MCxHlc8+Hb2bUHlYVo92YeSIryF2gJthA==",
"dev": true,
"dependencies": {
"@csstools/css-parser-algorithms": "^2.4.0",
"@csstools/css-tokenizer": "^2.2.2",
"@csstools/media-query-list-parser": "^2.1.6",
"@csstools/css-parser-algorithms": "^2.5.0",
"@csstools/css-tokenizer": "^2.2.3",
"@csstools/media-query-list-parser": "^2.1.7",
"@csstools/selector-specificity": "^3.0.1",
"balanced-match": "^2.0.0",
"colord": "^2.9.3",
@ -7870,14 +7870,14 @@
"is-plain-object": "^5.0.0",
"known-css-properties": "^0.29.0",
"mathml-tag-names": "^2.1.3",
"meow": "^13.0.0",
"meow": "^13.1.0",
"micromatch": "^4.0.5",
"normalize-path": "^3.0.0",
"picocolors": "^1.0.0",
"postcss": "^8.4.32",
"postcss": "^8.4.33",
"postcss-resolve-nested-selector": "^0.1.1",
"postcss-safe-parser": "^7.0.0",
"postcss-selector-parser": "^6.0.13",
"postcss-selector-parser": "^6.0.15",
"postcss-value-parser": "^4.2.0",
"resolve-from": "^5.0.0",
"string-width": "^4.2.3",
@ -7926,9 +7926,9 @@
}
},
"node_modules/stylelint-plugin-defensive-css": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/stylelint-plugin-defensive-css/-/stylelint-plugin-defensive-css-1.0.0.tgz",
"integrity": "sha512-86JZSncX1BLRg9MGbGkc1ncQTmcH8R3yT3j0t9AJxqPPYdA2m3D/w8D8K/qeiyOSJFXSyr3N7PxZxtfcyFa5cg==",
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/stylelint-plugin-defensive-css/-/stylelint-plugin-defensive-css-1.0.2.tgz",
"integrity": "sha512-VI91Tjm3e07OfR3u24GgMqdO0/lgv93nIGic9e5gmvlMUwtdloGJtJenlcYWNChmdBXmuikf2wtAYqPQfBoOBA==",
"dev": true,
"engines": {
"node": ">=18.12.0"
@ -8616,14 +8616,14 @@
}
},
"node_modules/web-ext": {
"version": "7.10.0",
"resolved": "https://registry.npmjs.org/web-ext/-/web-ext-7.10.0.tgz",
"integrity": "sha512-UTh4n/F6tvJrfYxICuJMkc7N4Qp3GrmQ1XIXTuc8XDt1tKFPfmKMa0D/kJZKoPg8PJud7j5TT3EtTqMqzPj8Rg==",
"version": "7.11.0",
"resolved": "https://registry.npmjs.org/web-ext/-/web-ext-7.11.0.tgz",
"integrity": "sha512-EG6YXHITNDJB/h6Rc5FF08eMoN45sZPBBIIlEraBzxJ0RdJZ8Z3xvUUawbDwt+mowfv9X0XRWlLSwdWbRKgojg==",
"dev": true,
"dependencies": {
"@babel/runtime": "7.21.0",
"@devicefarmer/adbkit": "3.2.3",
"addons-linter": "6.20.0",
"addons-linter": "6.21.0",
"bunyan": "1.8.15",
"camelcase": "7.0.1",
"chrome-launcher": "0.15.1",

View File

@ -6,23 +6,23 @@
"webextension-polyfill": "^0.10.0"
},
"devDependencies": {
"@commitlint/cli": "^18.4.4",
"@commitlint/config-conventional": "^18.4.4",
"@commitlint/cz-commitlint": "^18.4.4",
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@commitlint/cz-commitlint": "^18.6.0",
"@types/firefox-webext-browser": "^120.0.0",
"commitizen": "^4.3.0",
"dprint": "^0.45.0",
"eslint": "^8.56.0",
"eslint-plugin-jsdoc": "^48.0.2",
"eslint-plugin-jsdoc": "^48.0.4",
"eslint-plugin-no-unsanitized": "^4.0.2",
"eslint-plugin-unicorn": "^50.0.1",
"git-cliff": "^1.4.0",
"husky": "^8.0.3",
"stylelint": "^16.1.0",
"husky": "^9.0.6",
"stylelint": "^16.2.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-plugin-defensive-css": "^1.0.0",
"stylelint-plugin-defensive-css": "^1.0.2",
"stylelint-plugin-logical-css": "^1.0.0",
"web-ext": "^7.10.0"
"web-ext": "^7.11.0"
},
"scripts": {
"copy-browser-polyfill": "cp node_modules/webextension-polyfill/dist/browser-polyfill.js src/browser-polyfill.js",
@ -53,7 +53,7 @@
"preversion": "npm run fmt:check && npm run lint && npm test",
"version": "npm run copy-version && npm run update-changelog && git add CHANGELOG.md src/manifest.json",
"postversion": "npm run build:firefox",
"prepare": "husky install",
"prepare": "husky",
"commit": "git-cz"
},
"config": {