Skip to content

Commit

Permalink
Revert "Bump sass from 1.79.6 to 1.80.6"
Browse files Browse the repository at this point in the history
I accidentally landed that, sorry.

Fix the syntax error in the dependabot configuration, that should
prevent further updates.

This reverts commit 182dac4.
  • Loading branch information
martinpitt committed Nov 12, 2024
1 parent 9601aee commit 7c3b726
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ updates:
ignore:
# https://github.com/cockpit-project/cockpit/issues/21151
- dependency-name: "sass"
- versions: ["1.80.x", "2.x"]
versions: ["1.80.x", "2.x"]

# lots of work, do this explicitly
- dependency-name: "@patternfly/*"
Expand Down
2 changes: 1 addition & 1 deletion node_modules
Submodule node_modules updated 1131 files
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"jed": "1.1.1",
"qunit": "2.22.0",
"qunit-tap": "1.5.1",
"sass": "1.80.6",
"sass": "1.79.6",
"sizzle": "2.3.10",
"stylelint": "16.10.0",
"stylelint-config-recommended-scss": "14.0.0",
Expand Down

0 comments on commit 7c3b726

Please sign in to comment.