chore(package): update dependencies

update `@commitlint/{cli,config-conventional,cz-commitlint}`, `@types/firefox-webext-browser`
`eslint`, `git-cliff`, `stylelint{,-plugin-defensive-css}`
This commit is contained in:
Thomas Rupprecht 2023-10-23 19:50:12 +02:00
parent 3dc5236380
commit 3453207e7e
3 changed files with 499 additions and 455 deletions

View File

@ -19,6 +19,7 @@ All notable changes to this project will be documented in this file.
### ⚙️ Miscellaneous Tasks
- Update `@types/firefox-webext-browser`, `eslint`, `eslint-plugin-jsdoc`
- Update `stylelint-plugin-defensive-css`, `web-ext`
## \[[0.9.5](https://git.usrspace.at/XimeX/usrspace-browser-addon/releases/tag/v0.9.5)] - 2023-09-13

937
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -6,20 +6,20 @@
"webextension-polyfill": "^0.10.0"
},
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@commitlint/cz-commitlint": "^17.7.1",
"@types/firefox-webext-browser": "^111.0.2",
"@commitlint/cli": "^18.0.0",
"@commitlint/config-conventional": "^18.0.0",
"@commitlint/cz-commitlint": "^18.0.0",
"@types/firefox-webext-browser": "^111.0.3",
"commitizen": "^4.3.0",
"eslint": "^8.50.0",
"eslint": "^8.52.0",
"eslint-plugin-jsdoc": "^46.8.2",
"eslint-plugin-no-unsanitized": "^4.0.2",
"eslint-plugin-unicorn": "^48.0.1",
"git-cliff": "^1.3.0",
"git-cliff": "^1.3.1",
"husky": "^8.0.3",
"stylelint": "^15.10.3",
"stylelint": "^15.11.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-plugin-defensive-css": "^0.9.1",
"stylelint-plugin-defensive-css": "^0.9.2",
"stylelint-plugin-logical-css": "^0.13.2",
"web-ext": "^7.8.0"
},