Interviewer
Interviewer copied to clipboard
Bump webpack, file-loader, thread-loader, url-loader, webpack-manifest-plugin and worker-loader
Bumps webpack, file-loader, thread-loader, url-loader, webpack-manifest-plugin 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
/https
protocols in source maps- Make
bigint
optimistic when browserslist not found- Move
@types/eslint-scope
to 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
webpackIgnore
fornew URL()
construction- [CSS]
@import
pathinfo supportSecurity
- Fixed DOM clobbering in auto public path
v5.93.0
Bug Fixes
- Generate correct relative path to runtime chunks
- Makes
DefinePlugin
quieter 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
binary
generator option for asset modules to explicitly keep source maps produced by loaders- Added the
modern-module
library value for tree shakable output- Added the
overrideStrict
option 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
subtractRuntime
function for runtime logic
... (truncated)
Commits
eabf85d
chore(release): 5.94.0955e057
security: fix DOM clobbering in auto public path9822387
test: fixcbb86ed
test: fix5ac3d7f
fix: unexpected asi generation with sequence expression2411661
security: fix DOM clobbering in auto public pathb8c03d4
fix: unexpected asi generation with sequence expressionf46a03c
revert: do not use heuristic fallback for "module-import"60f1898
fix: do not use heuristic fallback for "module-import"66306aa
Revert "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 file-loader
from 1.1.11 to 6.2.0
Release notes
Sourced from file-loader's releases.
v6.2.0
6.2.0 (2020-10-27)
Features
Bug Fixes
v6.1.1
6.1.1 (2020-10-09)
Chore
- update
schema-utils
v6.1.0
6.1.0 (2020-08-31)
Features
v6.0.0
6.0.0 (2020-03-17)
⚠ BREAKING CHANGES
v5.1.0
5.1.0 (2020-02-19)
Features
v5.0.2
5.0.2 (2019-11-25)
Chore
... (truncated)
Changelog
Sourced from file-loader's changelog.
6.2.0 (2020-10-27)
Features
Bug Fixes
6.1.1 (2020-10-09)
Chore
- update
schema-utils
6.1.0 (2020-08-31)
Features
6.0.0 (2020-03-17)
⚠ BREAKING CHANGES
5.1.0 (2020-02-19)
Features
5.0.2 (2019-11-25)
Chore
- add the
funding
field inpackage.json
5.0.1 (2019-11-25)
... (truncated)
Commits
c423008
chore(release): 6.2.0654e0d6
feat: added thesourceFilename
property to asset info with original filenam...381d8bd
fix: immutable flag when thename
option have hash in query string (#392)14ed4c9
ci: updated webpack versions (#389)6fadfbe
chore(release): 6.1.160508cf
chore(deps): update25e2668
chore(release): 6.1.06e22f6e
test: fix40fcde8
feat: pass immutable flag to asset info (#383)718aef5
chore(deps): update (#375)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by evilebottnawi, a new releaser for file-loader since your current version.
Updates thread-loader
from 1.2.0 to 4.0.2
Release notes
Sourced from thread-loader's releases.
v4.0.2
4.0.2 (2023-05-22)
Bug Fixes
v4.0.1
4.0.1 (2023-04-19)
Bug Fixes
v4.0.0
4.0.0 (2023-04-18)
⚠ BREAKING CHANGES
- minimum supported
Node.js
version is16.10.0
- minimum supported
webpack
version is5
v3.0.4
3.0.4 (2021-05-10)
Bug Fixes
- do not crash on
this.addBuildDependency
usage (#117) (1c7a8a2)this.addMissingDependency
works fine (#119) (5a0ea0c)v3.0.3
3.0.3 (2021-04-13)
Bug Fixes
v3.0.2
3.0.2 (2021-04-12)
Bug Fixes
... (truncated)
Changelog
Sourced from thread-loader's changelog.
4.0.2 (2023-05-22)
Bug Fixes
4.0.1 (2023-04-19)
Bug Fixes
4.0.0 (2023-04-18)
⚠ BREAKING CHANGES
- minimum supported
Node.js
version is16.10.0
- minimum supported
webpack
version is5
3.0.4 (2021-05-10)
Bug Fixes
- do not crash on
this.addBuildDependency
usage (#117) (1c7a8a2)this.addMissingDependency
works fine (#119) (5a0ea0c)3.0.3 (2021-04-13)
Bug Fixes
3.0.2 (2021-04-12)
Bug Fixes
3.0.1 (2020-10-27)
Bug Fixes
... (truncated)
Commits
a09f39e
chore(release): 4.0.2cbc9722
fix: compatibility with ts-loader (#183)071c40e
docs: add GitHub discussion badge (#182)79f0490
chore: add scripts to fix lint (#181)4d289e3
chore: update dependencies to the latest version (#180)fe8f891
ci: setup npm cache (#178)226a850
chore: add cSpell to check spelling issues (#177)e8c7ae7
ci: don't install webpack again (#176)9406c37
ci: use LTS node version in lint job (#175)54a8153
ci: use concurrency in github workflows (#174)- Additional commits viewable in compare view
Updates url-loader
from 1.1.2 to 4.1.1
Release notes
Sourced from url-loader's releases.
v4.1.1
4.1.1 (2020-10-09)
Chore
- update
schema-utils
v4.1.0
4.1.0 (2020-04-08)
Features
- the
mimetype
option can beBoolean
- added the
encoding
option- added the
generator
optionv4.0.0
4.0.0 (2020-03-17)
⚠ BREAKING CHANGES
- deps: migrate on
mime-types
package, some rare types may have other mimetypev3.0.0
3.0.0 (2019-11-26)
BREAKING CHANGES
- minimum required nodejs version is
10.13.0
- rename the
esModules
option toesModule
- switch to ES modules by default (the option
esModule
istrue
by default)v2.3.0
2.3.0 (2019-11-21)
Features
- new
esModules
option to output ES modules (0ee2b99)v2.2.0
2.2.0 (2019-10-04)
Features
... (truncated)
Changelog
Sourced from url-loader's changelog.
4.1.1 (2020-10-09)
Chore
- update
schema-utils
4.1.0 (2020-04-08)
Features
- the
mimetype
option can beBoolean
- added the
encoding
option- added the
generator
option4.0.0 (2020-03-17)
⚠ BREAKING CHANGES
- deps: migrate on
mime-types
package, some rare types may have other mimetypeBug Fixes
3.0.0 (2019-11-26)
BREAKING CHANGES
- minimum required nodejs version is
10.13.0
- rename the
esModules
option toesModule
- switch to ES modules by default (the option
esModule
istrue
by default)2.3.0 (2019-11-21)
Features
- new
esModules
option to output ES modules (0ee2b99)2.2.0 (2019-10-04)
Features
... (truncated)
Commits
acf4eb1
chore(release): 4.1.120c744b
chore(deps): update (#220)1811901
chore: remove unnecessary deps35eeed1
ci: migrate on github actions (#213)06d270a
chore(release): 4.1.0488b6ec
refactor: code (#212)36f1354
feat: add encoding & generator options (#210)8828d64
chore(release): 4.0.0fc8721f
chore(deps): migrate onmime-types
package (#209)f13757a
chore(deps): update (#208)- Additional commits viewable in compare view
Updates webpack-manifest-plugin
from 2.2.0 to 5.0.0
Release notes
Sourced from webpack-manifest-plugin's releases.
v5.0.0
Breaking Changes
- feat!: BREAKING CHANGE → drop webpack v4 support (#289)
v4.1.1
This is a corrective release that resolves a bad
npm pack
step which affected v4.1.0.v4.1.0
Bugfixes
Features
- feat: Added ability to adjust plugin processAssets hook stage (#262)
Updates
- docs: fix typo in documentation for seed option (#285)
New Contributors
@MoyuScript
made their first contribution in shellscape/webpack-manifest-plugin#277@m1heng
made their first contribution in shellscape/webpack-manifest-plugin#282@kamalaknn
made their first contribution in shellscape/webpack-manifest-plugin#285@tomlagier
made their first contribution in shellscape/webpack-manifest-plugin#263v4.0.0
Breaking Changes
This package now requires Node v12+. It also ships with TypeScript definitions, which differ from the third party
@types/webpack-manifest-plugin
package.Bugfixes
- fix: add webpack v5 to peerDeps (#271)
Updates
- docs: add info about webpack-clean and wds
- refactor: use typescript (#272)
v3.2.0
Features
- feat: useLegacyEmit option (#246)
Updates
- docs: fixed typo (#260)
... (truncated)
Commits
180940c
chore(release): 5.0.06a475c8
feat!: BREAKING CHANGE → drop webpack v4 support (#289)793a035
chore(release): 4.1.14ac6c24
chore(release): 4.1.04072bfa
feat: Added ability to adjust plugin processAssets hook stage (#262) (#263)8866d0f
docs: fix typo in documentation for seed option (#285)280bce1
fix: make manifest type match readme doc (#282)721f4a5
fix: properly join publicPath, basePath (#277)77eca25
chore(release): 4.0.2098b6dd
fix: improve types- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by shellscape, a new releaser for webpack-manifest-plugin since your current version.
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-utils
v3.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-utils
3.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
22275e9
chore(release): 3.0.8ad3ee93
chore(deps): update (#308)2abd129
fix: make inline workers work from inside workers (#307)edca167
chore(release): 3.0.7a0de29b
fix: serializing big strings (#304)d4fa470
chore(release): 3.0.608fa5c5
chore(deps): update (#300)15cf407
fix: set a name to exported function (#299)464bf30
chore(release): 3.0.58c63449
fix: 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 rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will 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 version
will 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 dependency
will 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.