chore(package): update dependencies

update: `@commitlint/{cli,config-conventional,cz-commitlint}`, `@types/firefox-webext-browser`,
`dprint`, `eslint{,-plugin-unicorn}`, `git-cliff`, `stylelint-plugin-defensive-css`
This commit is contained in:
Thomas Rupprecht 2023-11-08 20:03:59 +01:00
parent 637a0eb63e
commit b631c01873
4 changed files with 262 additions and 377 deletions

View File

@ -10,6 +10,7 @@ module.exports = {
'custom-property-fallbacks': false,
'flex-wrapping': false,
'scroll-chaining': false,
'scrollbar-gutter': false,
'vendor-prefix-grouping': true,
}],
'plugin/use-logical-properties-and-values': [true, {

View File

@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file.
### ⛰️ Features
- Add `.cjs` and `.mjs` to `.editorconfig`
- Add dprint as code formatter
### 🚜 Refactor

619
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -6,21 +6,21 @@
"webextension-polyfill": "^0.10.0"
},
"devDependencies": {
"@commitlint/cli": "^18.0.0",
"@commitlint/config-conventional": "^18.0.0",
"@commitlint/cz-commitlint": "^18.0.0",
"@types/firefox-webext-browser": "^111.0.3",
"@commitlint/cli": "^18.2.0",
"@commitlint/config-conventional": "^18.1.0",
"@commitlint/cz-commitlint": "^18.2.0",
"@types/firefox-webext-browser": "^111.0.4",
"commitizen": "^4.3.0",
"dprint": "^0.41.0",
"eslint": "^8.52.0",
"dprint": "^0.42.5",
"eslint": "^8.53.0",
"eslint-plugin-jsdoc": "^46.8.2",
"eslint-plugin-no-unsanitized": "^4.0.2",
"eslint-plugin-unicorn": "^48.0.1",
"git-cliff": "^1.3.1",
"eslint-plugin-unicorn": "^49.0.0",
"git-cliff": "^1.4.0",
"husky": "^8.0.3",
"stylelint": "^15.11.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-plugin-defensive-css": "^0.9.2",
"stylelint-plugin-defensive-css": "^0.10.2",
"stylelint-plugin-logical-css": "^0.13.2",
"web-ext": "^7.8.0"
},