Bump webpack, css-loader, webpack-cli and worker-loader in /client
Bumps webpack, css-loader, webpack-cli and worker-loader. These dependencies needed to be updated together.
Updates webpack from 4.46.0 to 5.94.0
Release notes
Sourced from webpack's releases.
v5.94.0
Bug Fixes
- Added runtime condition for harmony reexport checked
- Handle properly
data/http/httpsprotocols in source maps- Make
bigintoptimistic when browserslist not found- Move
@types/eslint-scopeto dev deps- Related in asset stats is now always an array when no related found
- Handle ASI for export declarations
- Mangle destruction incorrect with export named default properly
- Fixed unexpected asi generation with sequence expression
- Fixed a lot of types
New Features
- Added new external type "module-import"
- Support
webpackIgnorefornew URL()construction- [CSS]
@importpathinfo supportSecurity
- Fixed DOM clobbering in auto public path
v5.93.0
Bug Fixes
- Generate correct relative path to runtime chunks
- Makes
DefinePluginquieter under default log level- Fixed mangle destructuring default in namespace import
- Fixed consumption of eager shared modules for module federation
- Strip slash for pretty regexp
- Calculate correct contenthash for CSS generator options
New Features
- Added the
binarygenerator option for asset modules to explicitly keep source maps produced by loaders- Added the
modern-modulelibrary value for tree shakable output- Added the
overrideStrictoption to override strict or non-strict mode for javascript modulesv5.92.1
Bug Fixes
- Doesn't crash with an error when the css experiment is enabled and contenthash is used
v5.92.0
Bug Fixes
- Correct tidle range's comutation for module federation
- Consider runtime for pure expression dependency update hash
- Return value in the
subtractRuntimefunction for runtime logic
... (truncated)
Commits
eabf85dchore(release): 5.94.0955e057security: fix DOM clobbering in auto public path9822387test: fixcbb86edtest: fix5ac3d7ffix: unexpected asi generation with sequence expression2411661security: fix DOM clobbering in auto public pathb8c03d4fix: unexpected asi generation with sequence expressionf46a03crevert: do not use heuristic fallback for "module-import"60f1898fix: do not use heuristic fallback for "module-import"66306aaRevert "fix: module-import get fallback from externalsPresets"- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by evilebottnawi, a new releaser for webpack since your current version.
Updates css-loader from 2.1.1 to 7.1.2
Release notes
Sourced from css-loader's releases.
v7.1.2
7.1.2 (2024-05-22)
Bug Fixes
v7.1.1
7.1.1 (2024-04-10)
Bug Fixes
v7.1.0
7.1.0 (2024-04-08)
Features
v7.0.0
7.0.0 (2024-04-04)
⚠ BREAKING CHANGES
- The
modules.namedExportoption istrueby default if you enable theesModuleoptionMigration guide:
Before:
import style from "./style.css";console.log(style.myClass);
After:
import * as style from "./style.css";console.log(style.myClass);
... (truncated)
Changelog
Sourced from css-loader's changelog.
7.1.2 (2024-05-22)
Bug Fixes
7.1.1 (2024-04-10)
Bug Fixes
7.1.0 (2024-04-08)
Features
7.0.0 (2024-04-04)
⚠ BREAKING CHANGES
- The
modules.namedExportoption istrueby default if you enable theesModuleoptionMigration guide:
Before:
import style from "./style.css";console.log(style.myClass);
After:
import * as style from "./style.css";console.log(style.myClass);
To restore 6.x behavior, please use:
module.exports = { </tr></table>
... (truncated)
Commits
d5ba44achore(release): 7.1.276757effix: keep order of@imports with thewebpackIgnorecomment (#1600)4b41689ci: use node v22 (#1596)2068222chore: update dependencies to latest version (#1595)e006f66refactor: useenvironmentto gettemplateLiteralvalue (#1591)5c717c9chore(release): 7.1.1d6c31a1fix: automatically rename classdefaultto_defaultwhen named export is ...b162e25chore(release): 7.1.015f793ddocs: update logic (#1587)9c165a4docs: update migration guide (#1586)- Additional commits viewable in compare view
Updates webpack-cli from 3.3.12 to 5.1.4
Release notes
Sourced from webpack-cli's releases.
v5.1.4
5.1.4 (2023-06-07)
Bug Fixes
- multi compiler progress output (f659624)
v5.1.3
5.1.3 (2023-06-04)
Bug Fixes
v5.1.2
5.1.2 (2023-06-04)
Bug Fixes
- improve check for custom webpack and webpack-dev-server package existance (0931ab6)
- improve help for some flags (f468614)
- improved support for
.ctsand.mtsextensions (a77daf2)v5.1.1
5.1.1 (2023-05-09)
Bug Fixes
v5.1.0
5.1.0 (2023-05-07)
Features
Performance Improvements
v5.0.2
5.0.2 (2023-04-21)
Bug Fixes
- error message for missing default export in configuration (#3685) (e0a4a09)
- perf: reduced startup time (3b79059)
v5.0.1
... (truncated)
Changelog
Sourced from webpack-cli's changelog.
5.1.4 (2023-06-07)
Bug Fixes
- multi compiler progress output (f659624)
5.1.3 (2023-06-04)
Bug Fixes
5.1.2 (2023-06-04)
Bug Fixes
- improve check for custom webpack and webpack-dev-server package existance (0931ab6)
- improve help for some flags (f468614)
- improved support for
.ctsand.mtsextensions (a77daf2)5.1.1 (2023-05-09)
Bug Fixes
5.1.0 (2023-05-07)
Features
Performance Improvements
5.0.2 (2023-04-21)
Bug Fixes
- error message for missing default export in configuration (#3685) (e0a4a09)
- perf: reduced startup time (3b79059)
5.0.1 (2022-12-05)
Bug Fixes
5.0.0 (2022-11-17)
... (truncated)
Commits
e07f0e5chore(release): publish new version0345c6fchore(deps-dev): bump@typescript-eslint/parserfrom 5.59.8 to 5.59.9 (#3839)f659624fix: multi compiler progress output0d1ff01chore(deps-dev): bump webpack from 5.85.0 to 5.85.1 (#3837)a7ec146chore(deps-dev): bump@typescript-eslint/eslint-plugin(#3838)9464635chore(deps-dev): bump eslint from 8.41.0 to 8.42.0 (#3835)cf1796fdocs: update changelog7899c39chore(release): publish new versionbb4f8ebfix: regression for custom configurations (#3834)14b9c18docs: update changelog- Additional commits viewable in compare view
Updates worker-loader from 2.0.0 to 3.0.8
Release notes
Sourced from worker-loader's releases.
v3.0.8
3.0.8 (2021-02-11)
Bug Fixes
v3.0.7
3.0.7 (2020-12-23)
Bug Fixes
v3.0.6
3.0.6 (2020-12-02)
Bug Fixes
v3.0.5
3.0.5 (2020-10-16)
Bug Fixes
v3.0.4
3.0.4 (2020-10-09)
Chore
- update
schema-utilsv3.0.3
3.0.3 (2020-09-22)
Bug Fixes
- remove unnecessary webpack sourceURL (#289) (eef2757)
- compatibility with eval source maps (#286) (0d4624c)
v3.0.2
3.0.2 (2020-08-22)
... (truncated)
Changelog
Sourced from worker-loader's changelog.
3.0.8 (2021-02-11)
Bug Fixes
3.0.7 (2020-12-23)
Bug Fixes
3.0.6 (2020-12-02)
Bug Fixes
3.0.5 (2020-10-16)
Bug Fixes
3.0.4 (2020-10-09)
Chore
- update
schema-utils3.0.3 (2020-09-22)
Bug Fixes
- remove unnecessary webpack sourceURL (#289) (eef2757)
- compatibility with eval source maps (#286) (0d4624c)
3.0.2 (2020-08-22)
Bug Fixes
3.0.1 (2020-08-05)
... (truncated)
Commits
22275e9chore(release): 3.0.8ad3ee93chore(deps): update (#308)2abd129fix: make inline workers work from inside workers (#307)edca167chore(release): 3.0.7a0de29bfix: serializing big strings (#304)d4fa470chore(release): 3.0.608fa5c5chore(deps): update (#300)15cf407fix: set a name to exported function (#299)464bf30chore(release): 3.0.58c63449fix: determine webpack peer dependency version (#296)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by evilebottnawi, a new releaser for worker-loader since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.