tendrils
tendrils copied to clipboard
Bump loader-utils, babel-loader, imports-loader, webpack and webpack-stream
Bumps loader-utils to 1.4.2 and updates ancestor dependencies loader-utils, babel-loader, imports-loader, webpack and webpack-stream. These dependencies need to be updated together.
Updates loader-utils
from 1.1.0 to 1.4.2
Release notes
Sourced from loader-utils's releases.
v1.4.2
1.4.2 (2022-11-11)
Bug Fixes
v1.4.1
1.4.1 (2022-11-07)
Bug Fixes
v1.4.0
1.4.0 (2020-02-19)
Features
v1.3.0
1.3.0 (2020-02-19)
Features
v1.2.3
1.2.3 (2018-12-27)
Bug Fixes
v1.2.2
1.2.2 (2018-12-27)
Bug Fixes
... (truncated)
Changelog
Sourced from loader-utils's changelog.
1.4.2 (2022-11-11)
Bug Fixes
1.4.1 (2022-11-07)
Bug Fixes
1.4.0 (2020-02-19)
Features
1.3.0 (2020-02-19)
Features
1.2.3 (2018-12-27)
Bug Fixes
1.2.2 (2018-12-27)
Bug Fixes
... (truncated)
Commits
331ad50
chore(release): 1.4.217cbf8f
fix: ReDoS problem (#226)8f082b3
chore(release): 1.4.14504e34
fix: security problem (#220)d95b8b5
chore(release): 1.4.0cd0e428
feat: theresourceQuery
is passed to theinterpolateName
method (#163)06d36cf
chore(release): 1.3.0469eeba
feat: support the[query]
template for theinterpolatedName
method (#162)909c99d
chore: funding.yml config and CI fix (#159)b5b74f0
Set up CI with Azure Pipelines- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by evilebottnawi, a new releaser for loader-utils since your current version.
Updates babel-loader
from 6.4.1 to 9.1.2
Release notes
Sourced from babel-loader's releases.
v9.1.2
9.1.1 was a broken release, it didn't include all the commits.
Dependencies updates
- Bump qs from 6.5.2 to 6.5.3 by
@dependabot
in babel/babel-loader#977- Bump json5 from 2.2.1 to 2.2.3 by
@dependabot
in babel/babel-loader#980Misc
- GitHub Workflows security hardening by
@sashashura
in babel/babel-loader#976New Contributors
@sashashura
made their first contribution in babel/babel-loader#976Full Changelog: https://github.com/babel/babel-loader/compare/v9.1.0...v9.1.2
v9.1.0
New features
- Pass external dependencies from Babel to Webpack by
@nicolo-ribaudo
in babel/babel-loader#971Full Changelog: https://github.com/babel/babel-loader/compare/v9.0.1...v9.1.0
v9.0.1
Bug Fixes
- remove "node:" builtin prefix by
@JLHwung
in babel/babel-loader#970Full Changelog: https://github.com/babel/babel-loader/compare/v9.0.0...v9.0.1
v9.0.0
What's Changed
- update hash method mechanism so it doesn't fail on a fips enabled machine by
@darmbrust
in babel/babel-loader#939- Require babel ^7.12.0 and Node.js >= 14.15.0 versions by
@JLHwung
in babel/babel-loader#956- Remove dependency on loader-utils and drop webpack 4 support by
@nied
in babel/babel-loader#942New Contributors
@darmbrust
made their first contribution in babel/babel-loader#939@nied
made their first contribution in babel/babel-loader#942Full Changelog: https://github.com/babel/babel-loader/compare/v8.2.5...v9.0.0
v8.3.0
New features
- Pass external dependencies from Babel to Webpack by
@nicolo-ribaudo
in babel/babel-loader#971Full Changelog: https://github.com/babel/babel-loader/compare/v8.2.5...v8.3.0
v8.2.5
What's Changed
- fix: respect
inputSourceMap
loader option by@alan-agius4
in babel/babel-loader#896
... (truncated)
Changelog
Sourced from babel-loader's changelog.
Changelog
For changes in version v7.0.0 and up please go to release
Old Changelog
Commits
0406d16
9.1.2ca0cc0e
Bump json5 from 2.2.1 to 2.2.3 (#980)c8b1feb
build: harden ci.yml permissions (#976)4e70cca
Bump qs from 6.5.2 to 6.5.3 (#977)15fbacf
9.1.06348e1c
Pass external dependencies from Babel to Webpack (#971)457b9ad
Update webpackf42ac9b
9.0.14f9c0bf
remove "node:" builtin prefix (#970)9ff288f
9.0.0- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by nicolo-ribaudo, a new releaser for babel-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 is14.15.0
v3.1.1
3.1.1 (2021-11-01)
Bug Fixes
v3.1.0
3.1.0 (2021-10-22)
Features
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 is12.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 is14.15.0
3.1.1 (2021-11-01)
Bug Fixes
3.1.0 (2021-10-22)
Features
3.0.1 (2021-10-21)
Bug Fixes
3.0.0 (2021-05-18)
⚠ BREAKING CHANGES
- minimum supported
Node.js
version is12.13.0
2.0.0 (2021-02-01)
⚠ BREAKING CHANGES
- minimum supported
webpack
version is5
- 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
1ff803f
chore(release): 4.0.15a1f866
fix: source map for other loaders (#146)b90be51
chore: update dependencies to the latest version (#145)249666e
ci: add GitHub token permissions for workflow (#144)44c5031
chore(deps): bump terser from 5.13.1 to 5.14.2 (#143)1d8f8c3
chore: update dependencies to the latest version (#140)adbbb1d
docs: update note in README.md (#138)8c4ad54
chore: disable commit message length check (#137)7c35d20
chore: update dependencies to the latest version (#136)8242b29
docs: remove old badge (#135)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by evilebottnawi, a new releaser for imports-loader since your current version.
Updates webpack
from 1.15.0 to 5.80.0
Release notes
Sourced from webpack's releases.
v5.80.0
New Features
- Support destructuring assignment in
import.meta
by@vankop
in webpack/webpack#16996- Support treeshaking for destructuring assignment with
AwaitExpression
by@vankop
in webpack/webpack#16995- Introduce
errorsSpace
,warningsSpace
for more readable traces in stats by@vankop
in webpack/webpack#15450Bug Fixes
- [CSS] - Fix runtime generation bug for merged CSS Chunks by
@janlent1
in webpack/webpack#16903- [CSS] - Properly handle
url()
/src()
/image-set()
/image()
by@alexander-akait
in webpack/webpack#16978- ES Module webpack loaders are now supported
@stefanprobst
in webpack/webpack#15198- Fix spelling error for
statement.finalizer
in parser by@xiaoboost
in webpack/webpack#17016- Fix non-deterministic
moduleId
assignment due to encounteringNaN
in sort function by@scameron
in webpack/webpack#16933- [enhanced-resolve]: Support wildcards pattern with common suffix in package maps & imports/exports field by
@bvanjoi
in webpack/enhanced-resolve#353Tests & Contributor Experience
- [CSS] - Added test case for
@supports
field by@alexander-akait
in webpack/webpack#17011- Add test for include option in
BannerPlugin
by@jeffin143
in webpack/webpack#10736- Remove
finializer
from cspell.json by@snitin315
in webpack/webpack#17022Developer Experience
- Adds the twitter badge by
@yadunandanbhat
in webpack/webpack#15667- Add
wasm-bindgen
example toexample
by@gthb
in webpack/webpack#14313- Update grammar mistakes in examples by
@ersachin3112
in webpack/webpack#16988Dependencies & Maintenance
- Bump core-js from 3.30.0 to 3.30.1 by
@dependabot
in webpack/webpack#16983- Bump
@webassemblyjs
by@alexander-akait
in webpack/webpack#17003- Bump assemblyscript from 0.25.2 to 0.27.2 by
@dependabot
in webpack/webpack#16959- Bump enhanced-resolve to 5.13.0 by
@TheLarkInn
in webpack/webpack#17024- Included githubactions in the dependabot config by
@neilnaveen
in webpack/webpack#15618- Fix prettier by
@alexander-akait
in webpack/webpack#16976New Contributors
@neilnaveen
made their first contribution in webpack/webpack#15618@yadunandanbhat
made their first contribution in webpack/webpack#15667@ersachin3112
made their first contribution in webpack/webpack#16988@stefanprobst
made their first contribution in webpack/webpack#15198@xiaoboost
made their first contribution in webpack/webpack#17016@scameron
made their first contribution in webpack/webpack#16933Full Changelog: https://github.com/webpack/webpack/compare/v5.79.0...v5.80.0
v5.79.0
New Features
- webpack will now support simple destructuring scenarios for treeshaking namespaced imports and
DefinePlugin
by@vankop
in webpack/webpack#16941Bugfixes
- Truncate extremely long module names in
DefaultStatsPrinter
by@snitin315
in webpack/webpack#16882- Add
[contenthash]
template support inDllPlugin
'sname
option by@snitin315
in webpack/webpack#16935- Fixed a bug where
readRecords
compiler hook was causing hangs in conjunction with theReadRecordsPlugin
by@snitin315
&@zookatron
in webpack/webpack#16944
... (truncated)
Commits
9ac1728
5.80.009dc9e2
Merge pull request #17024 from webpack/thelarkinn/bump-enhanced-resolved58760a
yarn-lint58396f5
introduce the new types from enhanced-resolve4ff4d59
Merge pull request #16933 from scameron/deterministic-moduleids8bc34bc
feat(deps): Update enhanced-resolve to latest for * wildcard pattern in exports5c522c4
Merge pull request #17022 from snitin315/patch-3457cbe1
Merge pull request #16903 from janlent1/fixruntimeissue63c1601
chore: removefinializer
from cspell.json9c70d1d
Merge pull request #17016 from xiaoboost/fix/fix-spell-error- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by thelarkinn, a new releaser for webpack since your current version.
Updates webpack-stream
from 3.2.0 to 7.0.0
Commits
30a6da0
v7.0.0c2d19fd
semistandard fixes7805d59
Remove config.watch setting re-introduced from my bad merging6395f19
Merge branch 'master' of github.com:shama/webpack-stream7c24e86
Merge pull request #212 from azt3k/master3fc84f0
Merge branch 'master' into master027135e
Update comments to indicate it works with webpack 4 and 5bb7cd85
Merge branch 'master' of github.com:shama/webpack-stream3287835
Merge pull request #214 from the-ress/watch-message141e063
Update watch for gulp >= 4- Additional commits viewable in compare view
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) You can disable automated security fix PRs for this repo from the Security Alerts page.