Skip to content

Commit

Permalink
fix: pin sass dependency, building process was to slow with version >…
Browse files Browse the repository at this point in the history
… 1.77.4 (#2778)
  • Loading branch information
nmerget authored Jun 21, 2024
1 parent 4cdcf9f commit 4a7088f
Show file tree
Hide file tree
Showing 7 changed files with 383 additions and 138 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ updates:
# We currently need to ignore this for the actual (LTS) Angular version
- dependency-name: "zone.js"
update-types: ["version-update:semver-minor"]
# There is an issue with sass:1.77.5 and additional colors in foundations we ignore updates for now
- dependency-name: "sass"
pull-request-branch-name:
separator: "-"
# https://github.com/dependabot/dependabot-core/issues/5226#issuecomment-1179434437
Expand Down
3 changes: 1 addition & 2 deletions output/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
"@playwright/experimental-ct-react": "1.44.1",
"@types/react": "^18.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sass": "^1.77.6"
"react-dom": "^18.3.1"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
Expand Down
1 change: 0 additions & 1 deletion output/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"devDependencies": {
"@playwright/experimental-ct-vue": "1.44.1",
"@vitejs/plugin-vue": "^5.0.5",
"sass": "^1.77.6",
"typescript": "^5.4.5",
"vite": "^5.3.1",
"vue-tsc": "^2.0.21"
Expand Down
509 changes: 377 additions & 132 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"hygen": "^6.2.11",
"lit": "^3.1.4",
"nodemon": "3.1.4",
"sass": "^1.77.6"
"sass": "1.77.4"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
Expand Down
2 changes: 1 addition & 1 deletion packages/foundations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"cssnano": "^7.0.3",
"dotenv": "^16.4.5",
"nodemon": "3.1.4",
"sass": "^1.77.6"
"sass": "1.77.4"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
Expand Down
2 changes: 1 addition & 1 deletion showcases/patternhub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"eslint-config-next": "14.2.4",
"iframe-resizer": "^4.4.2",
"open-cli": "^8.0.0",
"sass": "^1.77.6",
"sass": "1.77.4",
"typescript": "5.4.5"
}
}

0 comments on commit 4a7088f

Please sign in to comment.