Bumps loader-utils to 1.4.1 and updates ancestor dependencies loader-utils, copy-webpack-plugin, exports-loader, imports-loader and webpack. These dependencies need to be updated together.
Updates loader-utils from 0.2.17 to 1.4.1
Release notes
Sourced from loader-utils's releases.
v1.4.1
1.4.1 (2022年11月07日)
Bug Fixes
v1.4.0
1.4.0 (2020年02月19日)
Features
- the
resourceQuery is passed to the interpolateName method (#163) (cd0e428)
v1.3.0
1.3.0 (2020年02月19日)
Features
- support the
[query] template for the interpolatedName method (#162) (469eeba)
v1.2.3
1.2.3 (2018年12月27日)
Bug Fixes
- interpolateName: don't interpolated
hashType without hash or contenthash (#140) (3528fd9)
v1.2.2
1.2.2 (2018年12月27日)
Bug Fixes
- fixed a hash type extracting in interpolateName (#137) (f8a71f4)
v1.2.1
1.2.1 (2018年12月25日)
... (truncated)
Changelog
Sourced from loader-utils's changelog.
1.4.1 (2022年11月07日)
Bug Fixes
1.4.0 (2020年02月19日)
Features
- the
resourceQuery is passed to the interpolateName method (#163) (cd0e428)
1.3.0 (2020年02月19日)
Features
- support the
[query] template for the interpolatedName method (#162) (469eeba)
1.2.3 (2018年12月27日)
Bug Fixes
- interpolateName: don't interpolated
hashType without hash or contenthash (#140) (3528fd9)
1.2.2 (2018年12月27日)
Bug Fixes
- fixed a hash type extracting in interpolateName (#137) (f8a71f4)
1.2.1 (2018年12月25日)
... (truncated)
Commits
Maintainer changes
This version was pushed to npm by evilebottnawi, a new releaser for loader-utils since your current version.
Updates copy-webpack-plugin from 4.0.1 to 4.6.0
Release notes
Sourced from copy-webpack-plugin's releases.
v4.6.0
Bug Fixes
- handle undefined and null as stats value (#302) (78c5d12)
Features
v4.5.4
Bug Fixes
- processPattern: don't add
'glob' as directory when it is a file (contextDependencies) (#296) (5670926)
v4.5.3
Bug Fixes
- processPattern: add
glob directory context to contextDependencies (#290) (5fa69db)
v4.5.2
4.5.2 (2018年06月26日)
Bug Fixes
v4.5.1
Bug Fixes
- package: update
cacache v10.0.1...10.0.4 (dependencies) (#238) (0b288f9)
Performance Improvements
... (truncated)
Changelog
Sourced from copy-webpack-plugin's changelog.
4.6.0 (2018年10月31日)
Bug Fixes
- handle undefined and null as stats value (#302) (78c5d12)
Features
4.5.4 (2018年10月18日)
Bug Fixes
- processPattern: don't add
'glob' as directory when it is a file (contextDependencies) (#296) (5670926)
4.5.3 (2018年10月10日)
Bug Fixes
- processPattern: add
glob directory context to contextDependencies (#290) (5fa69db)
4.5.2 (2018年06月26日)
Bug Fixes
4.5.1 (2018年03月09日)
Bug Fixes
... (truncated)
Commits
5cf125e chore(release): 4.6.0
78c5d12 fix: handle undefined and null as stats value (#302)
7fe0c06 feat: add support for target path transform (#284)
dc7aa5d chore(release): 4.5.4
5670926 fix(processPattern): don't add 'glob' as directory when it is a file (`cont...
48bc708 chore(release): 4.5.3
5fa69db fix(processPattern): add glob directory context to contextDependencies (#...
5474889 docs: context option is a string, not array (#269)
1f92729 chore(release): 4.5.2
3ef5b6c fix: allow square brackets in path (#264)
- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by evilebottnawi, a new releaser for copy-webpack-plugin since your current version.
Updates exports-loader from 0.6.3 to 0.6.4
Release notes
Sourced from exports-loader's releases.
v0.6.4
Bug Fixes
- package: fix loader util deprecation warning (#13) (c52de70)
Changelog
Sourced from exports-loader's changelog.
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
4.0.0 (2022年05月17日)
⚠ BREAKING CHANGES
- minimum supported
Node.js version is 14.15.0
3.1.0 (2021年10月21日)
Features
- output helpful descriptions and links on errors (#66) (ba96dda)
3.0.0 (2021年05月17日)
⚠ BREAKING CHANGES
- minimum supported
Node.js version is 12.13.0
2.0.0 (2021年01月11日)
⚠ BREAKING CHANGES
- minimum supported
webpack version is 5 (#58) (9176392)
- inline syntax was changed:
[] is no longer supported (i.e. exports-loader?exports[]=myVariable&exports[]=myFunction!./file.js), please use , (i.e. exports-loader?exports=myVariable,myFunction!./file.js)
- removed filename template support for export names and aliases (i.e.
[name]) due unstable behaviour in some cases and very rarely used
1.1.1 (2020年10月09日)
Chore
1.1.0 (2020年06月24日)
Features
- "|" character can be used as delimiter for inline string syntax (#46) (e0bc930)
1.0.1 (2020年06月17日)
... (truncated)
Commits
Maintainer changes
This version was pushed to npm by d3viant0ne, a new releaser for exports-loader since your current version.
Updates imports-loader from 0.6.5 to 4.0.1
Release notes
Sourced from imports-loader's releases.
v4.0.1
4.0.1 (2022年08月12日)
Bug Fixes
v4.0.0
4.0.0 (2022年05月17日)
⚠ BREAKING CHANGES
- minimum supported
Node.js version is 14.15.0
v3.1.1
3.1.1 (2021年11月01日)
Bug Fixes
v3.1.0
3.1.0 (2021年10月22日)
Features
- output links and descriptions on errors (#110) (b86cb8b)
v3.0.1
3.0.1 (2021年10月21日)
Bug Fixes
v3.0.0
3.0.0 (2021年05月18日)
⚠ BREAKING CHANGES
- minimum supported
Node.js version is 12.13.0
v2.0.0
2.0.0 (2021年02月01日)
... (truncated)
Changelog
Sourced from imports-loader's changelog.
4.0.1 (2022年08月12日)
Bug Fixes
4.0.0 (2022年05月17日)
⚠ BREAKING CHANGES
- minimum supported
Node.js version is 14.15.0
3.1.1 (2021年11月01日)
Bug Fixes
3.1.0 (2021年10月22日)
Features
- output links and descriptions on errors (#110) (b86cb8b)
3.0.1 (2021年10月21日)
Bug Fixes
3.0.0 (2021年05月18日)
⚠ BREAKING CHANGES
- minimum supported
Node.js version is 12.13.0
2.0.0 (2021年02月01日)
⚠ BREAKING CHANGES
- minimum supported
webpack version is 5
- inline syntax was changed:
[] is no longer supported (i.e. imports-loader?imports[]=default|jquery|$&imports[]=angular!./example.js), please use , comma separator (i.e. imports-loader?imports=default|jquery|,ドルangular!./example.js)
1.2.0 (2020年10月07日)
... (truncated)
Commits
Maintainer changes
This version was pushed to npm by evilebottnawi, a new releaser for imports-loader since your current version.
Updates webpack from 1.13.2 to 5.74.0
Release notes
Sourced from webpack's releases.
v5.74.0
Features
- add
resolve.extensionAlias option which allows to alias extensions
- This is useful when you are forced to add the
.js extension to imports when the file really has a .ts extension (typescript + "type": "module")
- add support for ES2022 features like static blocks
- add Tree Shaking support for
ProvidePlugin
Bugfixes
- fix persistent cache when some build dependencies are on a different windows drive
- make order of evaluation of side-effect-free modules deterministic between concatenated and non-concatenated modules
- remove left-over from debugging in TLA/async modules runtime code
- remove unneeded extra 1s timestamp offset during watching when files are actually untouched
- This sometimes caused an additional second build which are not really needed
- fix
shareScope option for ModuleFederationPlugin
- set
"use-credentials" also for same origin scripts
Performance
- Improve memory usage and performance of aggregating needed files/directories for watching
- This affects rebuild performance
Extensibility
- export
HarmonyImportDependency for plugins
v5.73.0
Features
- add options for default
dynamicImportMode and prefetch and preload
- add support for
import { createRequire } from "module" in source code
Bugfixes
- fix code generation of e. g.
return"field"in Module
- fix performance of large JSON modules
- fix performance of async modules evaluation
Developer Experience
- export
PathData in typings
- improve error messages with more details
v5.72.1
Bugfixes
- fix
__webpack_nonce__ with HMR
- fix
in operator in some cases
... (truncated)
Commits
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 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)
@dependabot use these labels will set the current labels as the default for future PRs for this repo and language
@dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
@dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
@dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
Bumps loader-utils to 1.4.1 and updates ancestor dependencies loader-utils, copy-webpack-plugin, exports-loader, imports-loader and webpack. These dependencies need to be updated together.
Updates
loader-utilsfrom 0.2.17 to 1.4.1Release notes
Sourced from loader-utils's releases.
... (truncated)
Changelog
Sourced from loader-utils's changelog.
... (truncated)
Commits
8f082b3chore(release): 1.4.14504e34fix: security problem (#220)d95b8b5chore(release): 1.4.0cd0e428feat: theresourceQueryis passed to theinterpolateNamemethod (#163)06d36cfchore(release): 1.3.0469eebafeat: support the[query]template for theinterpolatedNamemethod (#162)909c99dchore: funding.yml config and CI fix (#159)b5b74f0Set up CI with Azure Pipelines7970c48docs: small grammar change (#144)b91a76cchore(release): 1.2.3Maintainer changes
This version was pushed to npm by evilebottnawi, a new releaser for loader-utils since your current version.
Updates
copy-webpack-pluginfrom 4.0.1 to 4.6.0Release notes
Sourced from copy-webpack-plugin's releases.
... (truncated)
Changelog
Sourced from copy-webpack-plugin's changelog.
... (truncated)
Commits
5cf125echore(release): 4.6.078c5d12fix: handle undefined and null as stats value (#302)7fe0c06feat: add support for target path transform (#284)dc7aa5dchore(release): 4.5.45670926fix(processPattern): don't add'glob'as directory when it is a file (`cont...48bc708chore(release): 4.5.35fa69dbfix(processPattern): addglobdirectory context tocontextDependencies(#...5474889docs: context option is a string, not array (#269)1f92729chore(release): 4.5.23ef5b6cfix: allow square brackets in path (#264)Maintainer changes
This version was pushed to npm by evilebottnawi, a new releaser for copy-webpack-plugin since your current version.
Updates
exports-loaderfrom 0.6.3 to 0.6.4Release notes
Sourced from exports-loader's releases.
Changelog
Sourced from exports-loader's changelog.
... (truncated)
Commits
Maintainer changes
This version was pushed to npm by d3viant0ne, a new releaser for exports-loader since your current version.
Updates
imports-loaderfrom 0.6.5 to 4.0.1Release notes
Sourced from imports-loader's releases.
... (truncated)
Changelog
Sourced from imports-loader's changelog.
... (truncated)
Commits
1ff803fchore(release): 4.0.15a1f866fix: source map for other loaders (#146)b90be51chore: update dependencies to the latest version (#145)249666eci: add GitHub token permissions for workflow (#144)44c5031chore(deps): bump terser from 5.13.1 to 5.14.2 (#143)1d8f8c3chore: update dependencies to the latest version (#140)adbbb1ddocs: update note in README.md (#138)8c4ad54chore: disable commit message length check (#137)7c35d20chore: update dependencies to the latest version (#136)8242b29docs: remove old badge (#135)Maintainer changes
This version was pushed to npm by evilebottnawi, a new releaser for imports-loader since your current version.
Updates
webpackfrom 1.13.2 to 5.74.0Release notes
Sourced from webpack's releases.
... (truncated)
Commits
8f87b505.74.03e1f244Merge pull request #16071 from devinan/patch-1c7e14e2Merge pull request #15910 from ludofischer/fix-message7b63346Merge pull request #15627 from webpack/feat/issue-12441402d152Merge pull request #15642 from webpack/set-use-credentials-without-origin-checkfcb0e35Merge pull request #15996 from webdiscus/main6dc6a19Merge pull request #16031 from evantd/main52351a6Merge pull request #16033 from varunsh-coder/token-perms555915bMerge pull request #16065 from webpack/fix/issue-16054d4cab5bMerge pull request #16077 from webpack/fix-schemeDependabot 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 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)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and languageYou can disable automated security fix PRs for this repo from the Security Alerts page.