Skip to content

Commit

Permalink
upgrade gulp-autoprefixer (#16439)
Browse files Browse the repository at this point in the history
  • Loading branch information
brad-decker authored Nov 15, 2022
1 parent dcf79b0 commit c9527e7
Show file tree
Hide file tree
Showing 9 changed files with 116 additions and 138 deletions.
1 change: 1 addition & 0 deletions .browserslistrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
chrome >= 66, firefox >= 68
126 changes: 49 additions & 77 deletions lavamoat/build-system/policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -1187,6 +1187,16 @@
"typescript": true
}
},
"addons-linter>postcss>picocolors": {
"builtin": {
"tty.isatty": true
},
"globals": {
"process.argv.includes": true,
"process.env": true,
"process.platform": true
}
},
"babelify": {
"builtin": {
"path.extname": true,
Expand Down Expand Up @@ -3206,106 +3216,58 @@
"fancy-log": true,
"gulp-autoprefixer>autoprefixer": true,
"gulp-autoprefixer>postcss": true,
"gulp-autoprefixer>through2": true,
"gulp-zip>plugin-error": true,
"through2": true,
"vinyl-sourcemaps-apply": true
}
},
"gulp-autoprefixer>autoprefixer": {
"globals": {
"process.cwd": true
"console": true,
"process.cwd": true,
"process.env.AUTOPREFIXER_GRID": true
},
"packages": {
"gulp-autoprefixer>autoprefixer>browserslist": true,
"gulp-autoprefixer>autoprefixer>postcss-value-parser": true,
"addons-linter>postcss>picocolors": true,
"gulp-autoprefixer>autoprefixer>fraction.js": true,
"gulp-autoprefixer>postcss": true,
"stylelint>autoprefixer>browserslist": true,
"stylelint>autoprefixer>caniuse-lite": true,
"stylelint>autoprefixer>normalize-range": true,
"stylelint>autoprefixer>num2fraction": true
"stylelint>postcss-value-parser": true
}
},
"gulp-autoprefixer>autoprefixer>browserslist": {
"builtin": {
"fs.existsSync": true,
"fs.readFileSync": true,
"fs.statSync": true,
"path.basename": true,
"path.dirname": true,
"path.join": true,
"path.resolve": true
},
"gulp-autoprefixer>autoprefixer>fraction.js": {
"globals": {
"console.warn": true,
"process.env.BROWSERSLIST": true,
"process.env.BROWSERSLIST_CONFIG": true,
"process.env.BROWSERSLIST_DISABLE_CACHE": true,
"process.env.BROWSERSLIST_ENV": true,
"process.env.BROWSERSLIST_STATS": true,
"process.env.NODE_ENV": true
},
"packages": {
"stylelint>autoprefixer>browserslist>electron-to-chromium": true,
"stylelint>autoprefixer>caniuse-lite": true
"define": true
}
},
"gulp-autoprefixer>postcss": {
"builtin": {
"fs": true,
"path": true
"fs.existsSync": true,
"fs.readFileSync": true,
"path.dirname": true,
"path.isAbsolute": true,
"path.join": true,
"path.relative": true,
"path.resolve": true,
"path.sep": true,
"url.fileURLToPath": true,
"url.pathToFileURL": true
},
"globals": {
"Buffer": true,
"URL": true,
"atob": true,
"btoa": true,
"console": true
},
"packages": {
"gulp-autoprefixer>postcss>chalk": true,
"gulp-autoprefixer>postcss>source-map": true,
"gulp-autoprefixer>postcss>supports-color": true
}
},
"gulp-autoprefixer>postcss>chalk": {
"globals": {
"process.env.TERM": true,
"process.platform": true
},
"packages": {
"gulp-autoprefixer>postcss>chalk>ansi-styles": true,
"gulp-autoprefixer>postcss>supports-color": true,
"mocha>escape-string-regexp": true
}
},
"gulp-autoprefixer>postcss>chalk>ansi-styles": {
"packages": {
"@metamask/jazzicon>color>color-convert": true
}
},
"gulp-autoprefixer>postcss>supports-color": {
"builtin": {
"os.release": true
},
"globals": {
"process.env": true,
"process.platform": true,
"process.stderr": true,
"process.stdout": true,
"process.versions.node.split": true
},
"packages": {
"mocha>supports-color>has-flag": true
}
},
"gulp-autoprefixer>through2": {
"builtin": {
"util.inherits": true
},
"globals": {
"process.nextTick": true
"console": true,
"process.env.LANG": true,
"process.env.NODE_ENV": true
},
"packages": {
"readable-stream": true,
"watchify>xtend": true
"addons-linter>postcss>picocolors": true,
"addons-linter>postcss>source-map-js": true,
"gulp-autoprefixer>postcss>nanoid": true
}
},
"gulp-dart-sass": {
Expand Down Expand Up @@ -6453,9 +6415,9 @@
"stylelint>autoprefixer>caniuse-lite": true,
"stylelint>autoprefixer>normalize-range": true,
"stylelint>autoprefixer>num2fraction": true,
"stylelint>autoprefixer>picocolors": true,
"stylelint>postcss": true,
"stylelint>postcss-value-parser": true,
"stylelint>postcss>picocolors": true
"stylelint>postcss-value-parser": true
}
},
"stylelint>autoprefixer>browserslist": {
Expand Down Expand Up @@ -6486,6 +6448,16 @@
"stylelint>autoprefixer>caniuse-lite": true
}
},
"stylelint>autoprefixer>picocolors": {
"builtin": {
"tty.isatty": true
},
"globals": {
"process.argv.includes": true,
"process.env": true,
"process.platform": true
}
},
"stylelint>chalk": {
"packages": {
"chalk>ansi-styles": true,
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@
},
"resolutions": {
"**/regenerator-runtime": "^0.13.7",
"**/caniuse-lite": "^1.0.30001312",
"**/cross-fetch": "^3.1.5",
"**/configstore/dot-prop": "^5.1.1",
"**/ethers/elliptic": "^6.5.4",
Expand Down Expand Up @@ -329,7 +328,7 @@
"gh-pages": "^3.2.3",
"globby": "^11.0.4",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^5.0.0",
"gulp-autoprefixer": "^8.0.0",
"gulp-dart-sass": "^1.0.2",
"gulp-livereload": "4.0.0",
"gulp-rename": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion ui/components/app/transaction-detail-item/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
&__detail-values {
display: flex;
flex-wrap: wrap;
justify-content: end;
justify-content: flex-end;
width: 52%;

&--flex-width {
Expand Down
2 changes: 1 addition & 1 deletion ui/components/app/transaction-list-item-details/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
&__operations {
margin: 0 0 16px 16px;
display: flex;
justify-content: end;
justify-content: flex-end;
}

&__header {
Expand Down
2 changes: 1 addition & 1 deletion ui/components/ui/list-item/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
'icon head head head head head head head right right right right'
'icon sub sub sub sub sub sub sub right right right right'
'. actions actions actions actions actions actions actions right right right right';
align-items: start;
align-items: flex-start;
cursor: pointer;

&:hover,
Expand Down
2 changes: 1 addition & 1 deletion ui/components/ui/page-container/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
background: var(--color-error-muted);
padding: 20px;
display: flex;
align-items: start;
align-items: flex-start;
}

&__warning-message {
Expand Down
2 changes: 1 addition & 1 deletion ui/pages/permissions-connect/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

color: var(--color-text-default);
grid-column: 2;
justify-self: end;
justify-self: flex-end;
font-weight: bold;
}
}
Loading

0 comments on commit c9527e7

Please sign in to comment.