Compare commits

..

No commits in common. "fcc6558b7fd1782727c525a3b090b4da825c7b34" and "637a0eb63e83f5ca471ef5ae5587c5caa778337e" have entirely different histories.

5 changed files with 377 additions and 264 deletions

View file

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

View file

@ -7,7 +7,6 @@ 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
@ -22,7 +21,6 @@ All notable changes to this project will be documented in this file.
- Update `@types/firefox-webext-browser`, `eslint`, `eslint-plugin-jsdoc`
- Update `stylelint-plugin-defensive-css`, `web-ext`
- Update dependencies
- Update dependencies
## \[[0.9.5](https://git.usrspace.at/XimeX/usrspace-browser-addon/releases/tag/v0.9.5)] - 2023-09-13

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.2.0",
"@commitlint/config-conventional": "^18.1.0",
"@commitlint/cz-commitlint": "^18.2.0",
"@types/firefox-webext-browser": "^111.0.4",
"@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",
"dprint": "^0.42.5",
"eslint": "^8.53.0",
"dprint": "^0.41.0",
"eslint": "^8.52.0",
"eslint-plugin-jsdoc": "^46.8.2",
"eslint-plugin-no-unsanitized": "^4.0.2",
"eslint-plugin-unicorn": "^49.0.0",
"git-cliff": "^1.4.0",
"eslint-plugin-unicorn": "^48.0.1",
"git-cliff": "^1.3.1",
"husky": "^8.0.3",
"stylelint": "^15.11.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-plugin-defensive-css": "^0.10.2",
"stylelint-plugin-defensive-css": "^0.9.2",
"stylelint-plugin-logical-css": "^0.13.2",
"web-ext": "^7.8.0"
},

View file

@ -113,7 +113,6 @@ svg {
padding: 4px 8px 8px;
block-size: 159px;
overflow-block: scroll;
scrollbar-gutter: stable;
background-color: var(--code-background);
}