Skip to content

Commit 280d3b4

Browse files
authored
upgrade node deps (#16104)
* chore(deps): npm upgrade Follows semver Signed-off-by: Mike Fiedler <[email protected]> * chore(deps): upgrade stylelint added 9 packages, removed 40 packages, changed 12 packages, and audited 1199 packages Signed-off-by: Mike Fiedler <[email protected]> * lint: stylelint autofix Signed-off-by: Mike Fiedler <[email protected]> * chore(deps): upgrade webpack plugins Mostly deprecated older Node versions. added 3 packages, changed 38 packages, and audited 1202 packages Signed-off-by: Mike Fiedler <[email protected]> * chore(deps): upgrade webpack loaders added 31 packages, removed 5 packages, changed 8 packages, and audited 1199 packages Signed-off-by: Mike Fiedler <[email protected]> * chore9deps): upgrade stylistic plugin added 1 package, changed 3 packages, and audited 1200 packages Signed-off-by: Mike Fiedler <[email protected]> --------- Signed-off-by: Mike Fiedler <[email protected]>
1 parent a3881ac commit 280d3b4

File tree

7 files changed

+2956
-2236
lines changed

7 files changed

+2956
-2236
lines changed

package-lock.json

Lines changed: 2939 additions & 2219 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -37,29 +37,29 @@
3737
"@babel/core": "^7.21.3",
3838
"@babel/eslint-parser": "^7.21.3",
3939
"@babel/preset-env": "^7.21.4",
40-
"@stylistic/eslint-plugin-js": "^1.7.0",
40+
"@stylistic/eslint-plugin-js": "^2.1.0",
4141
"@testing-library/dom": "^9.2.0",
4242
"@testing-library/jest-dom": "^5.16.5",
4343
"babel-jest": "^29.5.0",
44-
"compression-webpack-plugin": "^10.0.0",
45-
"copy-webpack-plugin": "^11.0.0",
46-
"css-loader": "^6.7.3",
47-
"css-minimizer-webpack-plugin": "^5.0.0",
44+
"compression-webpack-plugin": "^11.1.0",
45+
"copy-webpack-plugin": "^12.0.2",
46+
"css-loader": "^7.1.2",
47+
"css-minimizer-webpack-plugin": "^7.0.0",
4848
"eslint": "^8.36.0",
4949
"glob": "^10.2.2",
50-
"image-minimizer-webpack-plugin": "^3.8.1",
50+
"image-minimizer-webpack-plugin": "^4.0.2",
5151
"jest": "^29.5.0",
5252
"jest-environment-jsdom": "^29.5.0",
5353
"jest-fetch-mock": "^3.0.3",
5454
"mini-css-extract-plugin": "^2.7.2",
55-
"postcss-loader": "^7.2.4",
55+
"postcss-loader": "^8.1.1",
5656
"rtlcss": "^4.0.0",
5757
"sass-embedded": "^1.57.1",
58-
"sass-loader": "^13.2.0",
58+
"sass-loader": "^14.2.1",
5959
"sharp": "^0.32.6",
60-
"stylelint": "^15.10.1",
61-
"stylelint-config-standard-scss": "^9.0.0",
62-
"stylelint-selector-bem-pattern": "^3.0.1",
60+
"stylelint": "^16.6.1",
61+
"stylelint-config-standard-scss": "^13.1.0",
62+
"stylelint-selector-bem-pattern": "^4.0.0",
6363
"svgo": "^3.0.2",
6464
"webpack": "^5.80.0",
6565
"webpack-cli": "^5.0.2",

warehouse/static/sass/blocks/_author-profile.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
}
4040

4141
@media only screen and (max-width: $desktop) and (min-width: $mobile) {
42-
padding: 0 0 ($spacing-unit * 1.5) 0;
42+
padding: 0 0 ($spacing-unit * 1.5);
4343
display: flex;
4444
align-items: flex-start;
4545

warehouse/static/sass/blocks/_footer.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
&__menu {
6868
@include flex-basis(220px);
6969
@include flex-shrink(0);
70-
margin: 0 $half-spacing-unit 40px $half-spacing-unit;
70+
margin: 0 $half-spacing-unit 40px;
7171
padding: 0;
7272

7373
h2 {

warehouse/static/sass/blocks/_homepage-banner.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
padding: 0 20px 40px;
3838

3939
@media only screen and (max-width: $mobile) {
40-
padding: 0 10px $spacing-unit 10px;
40+
padding: 0 10px $spacing-unit;
4141
}
4242
}
4343

warehouse/static/sass/blocks/_sponsorship-benefits.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
@media only screen and (max-width: $desktop) {
3636
width: 100%;
37-
padding: 0 0 $spacing-unit 0;
37+
padding: 0 0 $spacing-unit;
3838
}
3939
}
4040
}

warehouse/static/sass/blocks/_twofa-login.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
padding: $spacing-unit 0;
3939

4040
@media only screen and (max-width: $tablet) {
41-
padding: 0 0 $spacing-unit 0;
41+
padding: 0 0 $spacing-unit;
4242
}
4343
}
4444

@@ -48,7 +48,7 @@
4848
background-image: linear-gradient(to bottom, $border-color, $white);
4949

5050
@media only screen and (max-width: $tablet) {
51-
margin: 0 0 $spacing-unit 0;
51+
margin: 0 0 $spacing-unit;
5252
width: 100%;
5353
height: 2px;
5454
background-image: linear-gradient(to right, $border-color, $white);

0 commit comments

Comments
 (0)