-
Notifications
You must be signed in to change notification settings - Fork 68
chore(web): update dependencies 2025-06-04 #2440
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
It was introduced with the Cockpit infrastructure setup (d54df81), but Agama no longer relies on Cockpit or uses this dependency.
This was introduced with the Cockpit infrastructure setup (d54df81), but Agama no longer relies on Cockpit or uses this dependency.
This was introduced with the Cockpit infrastructure setup (d54df81), but Agama no longer relies on Cockpit or uses this dependency.
Updated the following packages: @types/jest ^29.5.12 → ^29.5.14 @types/webpack-env ^1.18.5 → ^1.18.8 css-loader ^7.1.1 → ^7.1.2 css-minimizer-webpack-plugin ^7.0.0 → ^7.0.2 eslint-config-prettier ^10.1.1 → ^10.1.5 eslint-webpack-plugin ^5.0.0 → ^5.0.1 fast-sort ^3.4.0 → ^3.4.1 html-minimizer-webpack-plugin ^5.0.0 → ^5.0.2 jsdoc ^4.0.2 → ^4.0.4 react-refresh-typescript ^2.0.9 → ^2.0.10 sass-loader ^16.0.1 → ^16.0.5 stylelint-prettier ^5.0.0 → ^5.0.3 stylelint-webpack-plugin ^5.0.0 → ^5.0.1 terser-webpack-plugin ^5.3.9 → ^5.3.14 ts-loader ^9.5.1 → ^9.5.2
Updated the following packages: @babel/core ^7.23.3 → ^7.27.4 @babel/eslint-parser ^7.23.3 → ^7.27.5 @babel/preset-env ^7.23.3 → ^7.27.2 @babel/preset-react ^7.23.3 → ^7.27.1 @date-fns/tz ^1.1.2 → ^1.2.0 @tanstack/react-query ^5.49.2 → ^5.80.3 @testing-library/jest-dom ^6.2.0 → ^6.6.3 @testing-library/react ^16.0.1 → ^16.3.0 @testing-library/user-event ^14.5.1 → ^14.6.1 @typescript-eslint/parser ^8.6.0 → ^8.33.1 ajv ^8.12.0 → ^8.17.1 axios ^1.7.3 → ^1.9.0 globals ^16.0.0 → ^16.2.0 ipaddr.js ^2.1.0 → ^2.2.0 mini-css-extract-plugin ^2.7.6 → ^2.9.2 prettier ^3.3.2 → ^3.5.3 sass ^1.69.5 → ^1.89.1 stylelint ^16.5.0 → ^16.20.0 ts-jest ^29.2.2 → ^29.3.4 tsconfig-paths-webpack-plugin ^4.0.0 → ^4.2.0 typescript ^5.7.2 → ^5.8.3 webpack ^5.89.0 → ^5.99.9 webpack-dev-server ^5.0.4 → ^5.2.2 xbytes ^1.8.0 → ^1.9.1
Because there is "@eslint/js" one that suppose to be the same (?)
Updated following packages: @eslint/js ^9.10.0 → ^9.28.0 @typescript-eslint/eslint-plugin ^8.6.0 → ^8.33.1 eslint-plugin-i18next ^6.0.3 → ^6.1.1 eslint-plugin-import-x ^4.2.1 → ^4.15.0 eslint-plugin-n ^17.10.2 → ^17.19.0 eslint-plugin-prettier ^5.2.1 → ^5.4.1 eslint-plugin-promise ^7.1.0 → ^7.2.1 eslint-plugin-react ^7.33.2 → ^7.37.5 eslint-plugin-react-hooks ^5.1.0-rc-206df66e-20240912 → ^5.2.0
Ensure the dev server continues running after ESLint errors during compilation, avoiding the need for manual resets. Prior to this change, the server hangs after an ESLint update due to errors like: ``` <e> ✖ 1 problem (1 error, 0 warnings) <e> <e> at makeWebpackError (/path/to/project/node_modules/webpack/lib/HookWebpackError.js:48:9) <e> at /path/to/project/node_modules/webpack/lib/Compilation.js:3364:12 <e> at eval (eval at create (/path/to/project/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:31:1) <e> at /path/to/project/node_modules/webpack/lib/Compilation.js:594:27 <e> at /path/to/project/node_modules/eslint-webpack-plugin/dist/index.js:159:11 <e> -- inner error -- <e> <e> caused by plugins in Compilation.hooks.processAssets ``` See webpack/eslint-webpack-plugin#280 and #2353.
imobachgs
approved these changes
Jun 5, 2025
Contributor
imobachgs
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would add a changes entry. Otherwise, LGTM.
imobachgs
approved these changes
Jun 5, 2025
dgdavid
added a commit
that referenced
this pull request
Jun 5, 2025
The OBS build started failing after the removal of `eslint` in favor of `@eslint/js`, despite the image building successfully during development and testing in [#2440](#2440). To restore compatibility and fix the build, this change reintroduces `eslint` as a direct dependency and updates it to the latest version. Additionally, a related dependency has been patch-updated too. --- Related to #2444
Merged
imobachgs
added a commit
that referenced
this pull request
Jun 30, 2025
Prepare to release Agama 16: * #1868 * #2347 * #2356 * #2373 * #2393 * #2402 * #2404 * #2406 * #2408 * #2409 * #2410 * #2411 * #2412 * #2413 * #2414 * #2415 * #2416 * #2417 * #2418 * #2419 * #2420 * #2421 * #2422 * #2423 * #2424 * #2425 * #2426 * #2427 * #2428 * #2431 * #2433 * #2434 * #2436 * #2437 * #2438 * #2439 * #2440 * #2441 * #2442 * #2443 * #2445 * #2446 * #2450 * #2451 * #2452 * #2453 * #2454 * #2455 * #2456 * #2457 * #2458 * #2460 * #2461 * #2462 * #2463 * #2464 * #2465 * #2466 * #2467 * #2468 * #2469 * #2470 * #2471 * #2472 * #2473 * #2474 * #2475 * #2476 * #2478 * #2479 * #2480 * #2482 * #2483 * #2484 * #2485 * #2487 * #2488 * #2489 * #2490 * #2491 * #2493 * #2494 * #2495 * #2496 * #2497 * #2498 * #2499 * #2502 * #2505 * #2507 * #2509 * #2511 * #2512 * #2513 * #2515 * #2516 * #2517 * #2518 * #2520 * #2523 * #2524 * #2525
dgdavid
added a commit
that referenced
this pull request
Aug 26, 2025
Update web dependencies to their latest versions except React and React Router DOM and related ones, since both has published major versions that should be updated in separated PRs with their corresponding migrations after PatternFly supports React 19. --- Previous updates: * #2440
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update web dependencies to their latest versions except React and React Router DOM and related ones, since both has published major versions that should be updated in separated PRs with their corresponding migrations after
PatternFly supports React 19.
Following commands has been executed with success,
npm run eslintnpm run stylelintnpm run check-typesnpm run servernpm run buildNODE_ENV=production npm run buildTested manually too using https://download.opensuse.org/repositories/systemsmanagement:/Agama:/branches:/update-deps-20250603/images/iso/agama-installer.x86_64-openSUSE.iso from https://build.opensuse.org/project/show/systemsmanagement:Agama:branches:update-deps-20250603 and performing below actions
Note for reviewers
Previous updates: