Compare commits

...

2 Commits

Author SHA1 Message Date
Thomas Rupprecht fcc6558b7f feat(popup): set `scrollbar-gutter: stable` 2023-11-08 20:05:51 +01:00
Thomas Rupprecht b631c01873 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`
2023-11-08 20:03:59 +01:00
5 changed files with 264 additions and 377 deletions

View File

@ -10,6 +10,7 @@ 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,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
@ -21,6 +22,7 @@ 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.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"
},

View File

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