Skip to content

Commit

Permalink
chore: update browserslist, autoprefixer and css-declaration-sorter (#…
Browse files Browse the repository at this point in the history
…1444)

* chore: update browserslist, autoprefixer and css-declaration-sorter

Add to destroy and recreate pnpm-lock.yaml and node_modules,
else the tests hang

* test: fix failures caused by browserslists moving IE11 to dead

Add default browserslist environment containing IE11.
Dropped some -moz and -webkit prefixes since I could not manage
to create a working browserslist config with old enough browsers

* test: update framework fixtures
  • Loading branch information
ludofischer committed Oct 26, 2022
1 parent d0e3654 commit 336304b
Show file tree
Hide file tree
Showing 39 changed files with 291 additions and 288 deletions.
4 changes: 4 additions & 0 deletions package.json
Expand Up @@ -39,6 +39,7 @@
"uvu": "0.5.5"
},
"browserslist": {
"production": ["IE 11 and last 2 versions"],
"chrome58": [
"Chrome 58"
],
Expand All @@ -60,6 +61,9 @@
"ie9": [
"IE 9"
],
"ie11": [
"IE 11"
],
"not ie": [
"defaults",
"not ie <=11"
Expand Down
2 changes: 1 addition & 1 deletion packages/cssnano-preset-advanced/package.json
Expand Up @@ -11,7 +11,7 @@
],
"license": "MIT",
"dependencies": {
"autoprefixer": "^10.3.7",
"autoprefixer": "^10.4.12",
"cssnano-preset-default": "workspace:^",
"postcss-discard-unused": "workspace:^",
"postcss-merge-idents": "workspace:^",
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit 336304b

Please sign in to comment.