Skip to content

Commit 81e6c70

Browse files
Pin sass at 1.91.0 until #982 (#1095)
* Pin sass at 1.91.0 until #982 1.92.0 will contain a breaking change * Update dependabot config to ignore Sass for now --------- Co-authored-by: Stephanie Hobson <shobson@mozilla.com> Co-authored-by: maureenlholland <maureen.holland11@gmail.com>
1 parent 8c2a9cc commit 81e6c70

File tree

3 files changed

+8
-21
lines changed

3 files changed

+8
-21
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ version: 2
77
updates:
88
- package-ecosystem: "npm"
99
directory: "/"
10+
ignore:
11+
# Pin sass at 1.91.0 until mozilla/protocol#982
12+
- dependency-name: 'sass'
1013
schedule:
1114
interval: "monthly"
1215
open-pull-requests-limit: 10

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"css-minimizer-webpack-plugin": "^7.0.2",
4242
"mini-css-extract-plugin": "^2.9.2",
4343
"postcss-scss": "^4.0.9",
44-
"sass": "^1.89.2",
44+
"sass": "1.91.0",
4545
"sass-loader": "^16.0.5",
4646
"webpack": "^5.100.2",
4747
"webpack-cli": "^6.0.1",

0 commit comments

Comments
 (0)