Skip to content

Commit

Permalink
react, vue: downgrade sass to avoid deprecations (#27528)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima authored Oct 9, 2024
1 parent b316bed commit 56aa3b2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@ updates:
# Should match generated project node major version.
- dependency-name: '@types/node'
versions: ['>=19']
# https://github.com/jhipster/generator-jhipster/issues/27464#issuecomment-2400505558, https://github.com/twbs/bootstrap/issues/40849
- dependency-name: 'sass'
versions: ['*']
groups:
eslint:
patterns:
Expand Down Expand Up @@ -178,6 +181,9 @@ updates:
# https://github.com/bootstrap-vue/bootstrap-vue/issues/5507
- dependency-name: 'bootstrap'
versions: ['>=5']
# Bootstrap v4 issue https://github.com/jhipster/generator-jhipster/issues/23770, https://github.com/twbs/bootstrap/issues/39028, https://github.com/jhipster/generator-jhipster/issues/27464#issuecomment-2400505558, https://github.com/twbs/bootstrap/issues/40849
- dependency-name: 'sass'
versions: ['*']
# Should match generated project node major version.
- dependency-name: '@types/node'
versions: ['>=19']
Expand Down
2 changes: 1 addition & 1 deletion generators/react/resources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"react-infinite-scroll-component": "6.1.0",
"redux-mock-store": "1.5.4",
"rimraf": "5.0.8",
"sass": "1.79.4",
"sass": "1.77.6",
"sass-loader": "16.0.2",
"simple-progress-webpack-plugin": "2.0.0",
"sinon": "19.0.2",
Expand Down
2 changes: 1 addition & 1 deletion generators/vue/resources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"postcss-loader": "8.1.1",
"postcss-url": "10.1.3",
"rimraf": "5.0.8",
"sass": "1.79.4",
"sass": "1.64.2",
"sass-loader": "16.0.2",
"sinon": "19.0.2",
"terser-webpack-plugin": "5.3.10",
Expand Down

0 comments on commit 56aa3b2

Please sign in to comment.