Skip to content

Commit 7648848

Browse files
authored
Update devDependencies (#36120)
* Update devDependencies * @babel/core ^7.17.8 → ^7.17.9 * @popperjs/core ^2.11.4 → ^2.11.5 * clean-css-cli ^5.5.2 → ^5.6.0 * eslint-plugin-import ^2.25.4 → ^2.26.0 * find-unused-sass-variables ^4.0.3 → ^4.0.4 * karma-rollup-preprocessor ^7.0.8 → ^7.0.7 * sass ^1.49.11 → ^1.50.0 * stylelint 14.2.0 → ^14.6.1 * Fix currentcolor case
1 parent dab026f commit 7648848

File tree

9 files changed

+750
-575
lines changed

9 files changed

+750
-575
lines changed

config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ params:
8181
js_hash: "sha384-QJHtvGhmr9XOIpI6YVutG+2QOK9T+ZnN4kzFN1RtK3zEFEIsxhlmWl5/YESvpZ13"
8282
js_bundle: "https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"
8383
js_bundle_hash: "sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
84-
popper: "https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.4/dist/umd/popper.min.js"
85-
popper_hash: "sha384-IQsByMjnJ4oUdZoDmVz0Ux9lwH+pFRte3CHB6GO8oW5ZhyRK4wd8eBNa8F58bQh1"
84+
popper: "https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.5/dist/umd/popper.min.js"
85+
popper_hash: "sha384-Xe+8cL9oJa6tN/veChSP7q+mnSPaj5Bcu9mPX5F5xIGE0DVittaqT5lorf0EI7Vk"
8686

8787
anchors:
8888
min: 2

package-lock.json

Lines changed: 731 additions & 556 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
@@ -84,7 +84,7 @@
8484
"docs-serve": "hugo server --port 9001 --disableFastRender",
8585
"docs-serve-only": "npx sirv-cli _site --port 9001",
8686
"lockfile-lint": "lockfile-lint --allowed-hosts npm --allowed-schemes https: --empty-hostname false --type npm --path package-lock.json",
87-
"update-deps": "ncu -u -x globby,karma-browserstack-launcher && echo Manually update site/assets/js/vendor",
87+
"update-deps": "ncu -u -x globby,karma-browserstack-launcher,karma-rollup-preprocessor && echo Manually update site/assets/js/vendor",
8888
"release": "npm-run-all dist release-sri docs-build release-zip*",
8989
"release-sri": "node build/generate-sri.js",
9090
"release-version": "node build/change-version.js",
@@ -101,26 +101,26 @@
101101
"watch-js-docs": "nodemon --watch site/assets/js/ --ext js --exec \"npm run js-lint\""
102102
},
103103
"peerDependencies": {
104-
"@popperjs/core": "^2.11.4"
104+
"@popperjs/core": "^2.11.5"
105105
},
106106
"devDependencies": {
107107
"@babel/cli": "^7.17.6",
108-
"@babel/core": "^7.17.8",
108+
"@babel/core": "^7.17.9",
109109
"@babel/preset-env": "^7.16.11",
110-
"@popperjs/core": "^2.11.4",
110+
"@popperjs/core": "^2.11.5",
111111
"@rollup/plugin-babel": "^5.3.1",
112112
"@rollup/plugin-commonjs": "^21.0.3",
113113
"@rollup/plugin-node-resolve": "^13.1.3",
114114
"@rollup/plugin-replace": "^4.0.0",
115115
"autoprefixer": "^10.4.4",
116116
"bundlewatch": "^0.3.3",
117-
"clean-css-cli": "^5.5.2",
117+
"clean-css-cli": "^5.6.0",
118118
"cross-env": "^7.0.3",
119119
"eslint": "^8.12.0",
120120
"eslint-config-xo": "^0.40.0",
121-
"eslint-plugin-import": "^2.25.4",
121+
"eslint-plugin-import": "^2.26.0",
122122
"eslint-plugin-unicorn": "^42.0.0",
123-
"find-unused-sass-variables": "^4.0.3",
123+
"find-unused-sass-variables": "^4.0.4",
124124
"globby": "^11.0.4",
125125
"hammer-simulator": "0.0.1",
126126
"hugo-bin": "^0.84.0",
@@ -134,7 +134,7 @@
134134
"karma-firefox-launcher": "^2.1.2",
135135
"karma-jasmine": "^4.0.2",
136136
"karma-jasmine-html-reporter": "^1.7.0",
137-
"karma-rollup-preprocessor": "7.0.8",
137+
"karma-rollup-preprocessor": "7.0.7",
138138
"lockfile-lint": "^4.7.4",
139139
"nodemon": "^2.0.15",
140140
"npm-run-all": "^4.1.5",
@@ -143,9 +143,9 @@
143143
"rollup": "^2.70.1",
144144
"rollup-plugin-istanbul": "^3.0.0",
145145
"rtlcss": "^3.5.0",
146-
"sass": "^1.49.11",
146+
"sass": "^1.50.0",
147147
"shelljs": "^0.8.5",
148-
"stylelint": "14.2.0",
148+
"stylelint": "^14.6.1",
149149
"stylelint-config-twbs-bootstrap": "^3.0.1",
150150
"terser": "^5.12.1",
151151
"vnu-jar": "21.10.12"
@@ -173,7 +173,7 @@
173173
},
174174
"dependencies": {},
175175
"peerDependencies": {
176-
"@popperjs/core": "^2.11.4"
176+
"@popperjs/core": "^2.11.5"
177177
}
178178
}
179179
}

scss/_placeholders.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
min-height: 1em;
44
vertical-align: middle;
55
cursor: wait;
6-
background-color: currentColor;
6+
background-color: currentcolor;
77
opacity: $placeholder-opacity-max;
88

99
&.btn::before {

scss/_spinners.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
--#{$prefix}spinner-animation-name: spinner-grow;
6767
// scss-docs-end spinner-grow-css-vars
6868

69-
background-color: currentColor;
69+
background-color: currentcolor;
7070
opacity: 0;
7171
}
7272

scss/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@ $table-border-color: var(--#{$prefix}border-color) !default;
685685
$table-striped-order: odd !default;
686686
$table-striped-columns-order: even !default;
687687

688-
$table-group-separator-color: currentColor !default;
688+
$table-group-separator-color: currentcolor !default;
689689

690690
$table-caption-color: $text-muted !default;
691691

scss/helpers/_vr.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
align-self: stretch;
44
width: 1px;
55
min-height: 1em;
6-
background-color: currentColor;
6+
background-color: currentcolor;
77
opacity: $hr-opacity;
88
}

site/assets/scss/_content.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
}
4444

4545
thead {
46-
border-bottom: 2px solid currentColor;
46+
border-bottom: 2px solid currentcolor;
4747
}
4848

4949
th,

site/content/docs/5.1/examples/features/features.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
.icon-link > .bi {
88
margin-top: .125rem;
99
margin-left: .125rem;
10-
fill: currentColor;
10+
fill: currentcolor;
1111
transition: transform .25s ease-in-out;
1212
}
1313
.icon-link:hover > .bi {

0 commit comments

Comments
 (0)