Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(bootstrap-sass): release + upgrade some loader #4921

Merged
merged 1 commit into from
Oct 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .changeset/silent-boxes-pretend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@talend/scripts-config-react-webpack': minor
'@talend/bootstrap-theme': minor
---

feat: upgrade some webpack loader
11 changes: 11 additions & 0 deletions .changeset/twelve-pears-admire.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
'@talend/bootstrap-sass': minor
---

* 275e7da72 2023-08-03 feat(TDOPS-4875): use elevation tokens (#4821)
* bfc02c4fb 2023-07-24 feat(ARCH-720): use design-tokens for colors (#4779)
* c18aabb97 2023-01-12 feat(ARCH-662/scripts-core): move to ESM and remove presets (#4531)
* aa5223cf3 2021-12-20 chore(ARCH-404/CI): decrease time needed (#3564)
* 4842bffc2 2021-11-02 chore: wake up the playground to test UMDs (#3428)
* 667cd0a50 2021-10-05 chore: upgrade dependencies (#3459)

12 changes: 11 additions & 1 deletion packages/theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,19 @@
"@talend/scripts-core": "^15.0.0",
"copy-webpack-plugin": "^10.2.4",
"css-minimizer-webpack-plugin": "^4.2.2",
"css-loader": "^4.3.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.3",
"mini-css-extract-plugin": "^2.7.6",
"postcss": "^8.4.31",
"postcss-loader": "^7.3.3",
"postcss-preset-env": "^7.8.3",
"rimraf": "^3.0.2"
"rimraf": "^3.0.2",
"sass": "^1.68.0",
"sass-loader": "^13.3.2",
"style-loader": "^3.3.3",
"webpack": "^5.88.2",
"webpack-cli": "^4.10.0"
},
"peerDependencies": {},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions tools/scripts-config-react-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"postcss-safe-parser": "^6.0.0",
"regenerator-runtime": "^0.13.11",
"resolve-url-loader": "^5.0.0",
"sass": "^1.67.0",
"sass-loader": "^12.6.0",
"sass": "^1.68.0",
"sass-loader": "^13.3.2",
"source-map-loader": "^4.0.1",
"style-loader": "^3.3.3",
"svg64": "^1.2.0",
Expand Down
Loading
Loading