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

Update js dependencies babel-loader, postcss, styleguidist and stylelint packages #6929

Merged
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
10 changes: 10 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@ you might need to adjust your components to be compatible with the updated depen
If you have not integrated custom JavaScript code, you project is adjusted automatically by the
[update build](https://docs.sulu.io/en/latest/upgrades/upgrade-2.x.html) command.

Additionally, the following packages where upgraded:

- `babel-loader`: `^9.1.0`
- `postcss-import`: `^15.0.1`
- `postcss-loader`: `^7.0.2`
- `postcss-nested`: `^6.0.0`
- `postcss-simple-vars`: `^7.0.1`

This update is also handled normally by the update build command automatically.

### Deprecated urls variable in return value of sulu_content_load

The `urls` variable in the return value of the `sulu_content_load` function was deprecated.
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@
"@testing-library/user-event": "^14.2.5",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.1",
"autoprefixer": "^10.4.7",
"babel-jest": "^26.3.0",
"babel-loader": "^8.0.6",
"babel-jest": "^26.6.3",
Copy link
Member Author

@alexander-schranz alexander-schranz Dec 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

as discussed with @niklasnatter we need to keep babel-jest on ^26 as we are currently stuck with jest ^26 I require the latest version of ^26 here #6929

"babel-loader": "^9.1.0",
"core-js": "^3.18.0",
"css-loader": "^5.2.4",
"css-minimizer-webpack-plugin": "^4.2.2",
"dependency-cruiser": "^11.12.0",
"dependency-cruiser": "^12.1.0",
"empty": "^0.10.1",
"enzyme": "^3.3.0",
"enzyme-to-json": "^3.3.1",
Expand All @@ -69,7 +69,7 @@
"flow-bin": "^0.142.0",
"glob": "^8.0.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.4.2",
"jest": "^26.6.3",
"jest-canvas-mock": "^2.1.1",
"mini-css-extract-plugin": "^2.7.1",
"mobx": "^4.0.0",
Expand All @@ -78,18 +78,18 @@
"postcss": "^8.4.14",
"postcss-calc": "^8.2.4",
"postcss-hexrgba": "^2.1.0",
"postcss-import": "^14.1.0",
"postcss-loader": "^4.0.0",
"postcss-nested": "^5.0.6",
"postcss-simple-vars": "^6.0.3",
"postcss-import": "^15.0.1",
"postcss-loader": "^7.0.2",
"postcss-nested": "^6.0.0",
"postcss-simple-vars": "^7.0.1",
"raw-loader": "^4.0.0",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-styleguidist": "^11.0.5",
"react-styleguidist": "^13.0.0",
"react-test-renderer": "^17.0.0",
"regenerator-runtime": "^0.13.3",
"stylelint": "^14.9.1",
"stylelint-config-standard-scss": "^5.0.0",
"stylelint-config-standard-scss": "^6.1.0",
"url-search-params-polyfill": "^8.0.0",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.0",
Expand Down