tSearch
tSearch copied to clipboard
Bump json5, babel-loader, copy-webpack-plugin, css-loader, html-webpack-plugin, less-loader, mini-css-extract-plugin, style-loader, url-loader, webpack and webpack-cli
Bumps json5 to 2.2.2 and updates ancestor dependencies json5, babel-loader, copy-webpack-plugin, css-loader, html-webpack-plugin, less-loader, mini-css-extract-plugin, style-loader, url-loader, webpack and webpack-cli. These dependencies need to be updated together.
Updates json5 from 2.1.0 to 2.2.2
Release notes
Sourced from json5's releases.
v2.2.2
- Fix: Properties with the name
__proto__are added to objects and arrays. (#199) This also fixes a prototype pollution vulnerability reported by Jonathan Gregson! (#295).v2.2.1
- Fix: Removed dependence on minimist to patch CVE-2021-44906. (#266)
v2.2.0
- New: Accurate and documented TypeScript declarations are now included. There is no need to install
@types/json5. (#236, #244)v2.1.3 [code, diff]
v2.1.2
- Fix: Bump
minimisttov1.2.5. (#222)v2.1.1
Changelog
Sourced from json5's changelog.
v2.2.2 [code, diff]
- Fix: Properties with the name
__proto__are added to objects and arrays. (#199) This also fixes a prototype pollution vulnerability reported by Jonathan Gregson! (#295).v2.2.1 [code, diff]
- Fix: Removed dependence on minimist to patch CVE-2021-44906. (#266)
v2.2.0 [code, diff]
- New: Accurate and documented TypeScript declarations are now included. There is no need to install
@types/json5. (#236, #244)v2.1.3 [code, diff]
v2.1.2 [code, diff]
- Fix: Bump
minimisttov1.2.5. (#222)v2.1.1 [code, diff]
Commits
14f8cb12.2.210cc7cadocs: update CHANGELOG for v2.2.27774c10fix: add proto to objects and arraysedde30aReadme: slight tweak to intro97286f8Improve example in readmed720b4fImprove readme (e.g. explain JSON5 better!) (#291)910ce25docs: fix spelling of Aseem2aab4ddtest: require tap as t in cli tests6d42686test: remove mocha syntax from tests4798b9ddocs: update installation and usage for modules- Additional commits viewable in compare view
Updates babel-loader from 8.0.6 to 8.3.0
Release notes
Sourced from babel-loader's releases.
v8.3.0
New features
- Pass external dependencies from Babel to Webpack by
@nicolo-ribaudoin 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
inputSourceMaploader option by@alan-agius4in babel/babel-loader#896New Contributors
@alan-agius4made their first contribution in babel/babel-loader#896Full Changelog: https://github.com/babel/babel-loader/compare/v8.2.4...v8.2.5
v8.2.4
What's Changed
- doc(README.md): fix a broken markdown link by
@loveDstylein babel/babel-loader#919- Bump loader-utils to 2.x by
@stianjensenin babel/babel-loader#931- Use md5 hashing for OpenSSL 3 by
@pathmapperin babel/babel-loader#924Thanks
@loveDstyle,@stianjensenand@pathmapperfor your first PRs!8.2.3
This release fixes compatibility with Node.js 17
- Use md5 hash for caching on node v17 (babel/babel-loader#918)
Thanks
@Reptarsrage!8.2.1
- Move
@ava/babeltodevDependencies#881 (@jvasseur)8.2.0
- Replace
mkdirpwithmake-dir47958ca3857e489e450b27c6f3266375015cba82 (@JLHwung)- Use async config loading when available d8cff97ff387ded0fc9b5cbc489228c96c5ab14a (
@the-spyke)8.1.0
- docs(readme): fix typo #818 (
@frederickfogerty)- docs(contributing): fix typo #821 (
@PatNeedham)- Add schema validation #822 (
@ogonkov)- Add supportsTopLevelAwait to caller #814 (
@nicolo-ribaudo)- feat: expose webpack target via babel caller #826 (
@DylanPiercey)- Bump deps for audit #834 (
@existentialism)
Commits
9bf56528.3.080ab7d0Update@babel/dependencies493ac6cPass external dependencies from Babel to Webpack (#971)df28fe3Fix broken main test (#950)0b338e4update hash method so it doesn't fail on a fips enabled machine (#939)1f98d3c8.2.5c622868fix: respectinputSourceMaploader option (#896)f7982c18.2.44bb9e21Use md5 hashing for OpenSSL 3 (#924)247c94bBump loader-utils to 2.x (#931)- 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 copy-webpack-plugin from 5.0.3 to 11.0.0
Release notes
Sourced from copy-webpack-plugin's releases.
v11.0.0
11.0.0 (2022-05-17)
⚠ BREAKING CHANGES
- minimum supported
Node.jsversion is14.15.0v10.2.4
10.2.4 (2022-01-31)
Bug Fixes
v10.2.3
10.2.3 (2022-01-29)
Bug Fixes
- async
tosupport (fd095fb)v10.2.2
10.2.2 (2022-01-28)
Bug Fixes
v10.2.1
10.2.1 (2022-01-20)
Bug Fixes
v10.2.0
10.2.0 (2021-12-16)
Features
- removed cjs wrapper and generated types in commonjs format (
export =andnamespacesused in types), now you can directly use exported types (#654) (5901006)v10.1.0
10.1.0 (2021-12-10)
... (truncated)
Changelog
Sourced from copy-webpack-plugin's changelog.
11.0.0 (2022-05-17)
⚠ BREAKING CHANGES
- minimum supported
Node.jsversion is14.15.0build
10.2.4 (2022-01-31)
Bug Fixes
10.2.3 (2022-01-29)
Bug Fixes
- async
tosupport (fd095fb)10.2.2 (2022-01-28)
Bug Fixes
10.2.1 (2022-01-20)
Bug Fixes
10.2.0 (2021-12-16)
Features
- removed cjs wrapper and generated types in commonjs format (
export =andnamespacesused in types), now you can directly use exported types (#654) (5901006)10.1.0 (2021-12-10)
Features
... (truncated)
Commits
f3b2c24chore(release): 11.0.08424ca8chore(deps): regenerate lock file (#693)675c676build: drop node v12 (#691)a2b1f19chore: update gitub actions (#692)238c062chore: upgrade dependencies to the latest version (#688)e27006eci: remove node v17 (#687)e50d708chore: add node 18 to workflow (#686)f1a91e6ci: don't install webpack again (#680)64cf06fdocs: add path string to options signature (#683)4b18a6bdocs: improve readme- Additional commits viewable in compare view
Updates css-loader from 2.1.1 to 6.7.3
Release notes
Sourced from css-loader's releases.
v6.7.3
6.7.3 (2022-12-14)
Bug Fixes
v6.7.2
6.7.2 (2022-11-13)
Bug Fixes
v6.7.1
6.7.1 (2022-03-08)
Bug Fixes
v6.7.0
6.7.0 (2022-03-04)
Features
v6.6.0
6.6.0 (2022-02-02)
Features
- added the
hashStrategyoption (ca4abce)v6.5.1
6.5.1 (2021-11-03)
Bug Fixes
v6.5.0
... (truncated)
Changelog
Sourced from css-loader's changelog.
6.7.3 (2022-12-14)
Bug Fixes
6.7.2 (2022-11-13)
Bug Fixes
6.7.1 (2022-03-08)
Bug Fixes
6.7.0 (2022-03-04)
Features
6.6.0 (2022-02-02)
Features
- added the
hashStrategyoption (ca4abce)6.5.1 (2021-11-03)
Bug Fixes
6.5.0 (2021-10-26)
Features
... (truncated)
Commits
ef749f2chore(release): 6.7.336fb945chore: fix cspell962924cfix: removesourceURLfrom emitted CSS (#1487)3f3f302chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 (#1486)04ca713chore: update dependencies to the latest version (#1485)9449827chore: update styfle/cancel-workflow-action (#1484)6c67af8chore: add cSpell to check spelling issues (#1482)239b9acchore(deps): bump loader-utils from 2.0.3 to 2.0.4 (#1481)394d200chore(release): 6.7.22f4c273fix: css modules generation with inline syntax (#1480)- Additional commits viewable in compare view
Updates html-webpack-plugin from 3.2.0 to 5.5.0
Changelog
Sourced from html-webpack-plugin's changelog.
5.5.0 (2021-10-25)
Features
5.4.0 (2021-10-15)
Features
- update terser (9c7fba0
5.3.2 (2021-06-22)
Bug Fixes
- update lodash and pretty error (9c7fba0
5.3.1 (2021-03-09)
Bug Fixes
- remove loader-utils from plugin core (82d0ee8)
5.3.0 (2021-03-07)
Features
- allow to modify the interpolation options in webpack config (d654f5b)
- drop loader-utils dependency (41d7a50)
5.2.0 (2021-02-19)
Features
- improve ssr (73d2a66)
5.1.0 (2021-02-12)
Features
5.0.0 (2021-02-03)
... (truncated)
Commits
873d75bchore(release): 5.5.0ddeb774chore: update examples1e42625feat: Support type=module via scriptLoading option7d3645bBump pretty-error to 4.0.0 to fix transitive vuln for ansi-regex CVE-2021-380779be779[chore] changes actions to run on pull_requestsb7e5859[chore] fixes CI to avoid race conditions48131d3chore(release): 5.4.016a841a[chore] rebuild examples3bb7c17Update index.jse38ac97Update index.js- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by jantimon, a new releaser for html-webpack-plugin since your current version.
Updates less-loader from 5.0.0 to 11.1.0
Release notes
Sourced from less-loader's releases.
v11.1.0
11.1.0 (2022-10-06)
Features
v11.0.0
11.0.0 (2022-05-17)
⚠ BREAKING CHANGES
- minimum supported
Node.jsversion is14.15.0v10.2.0
10.2.0 (2021-10-18)
Features
v10.1.0
10.1.0 (2021-10-11)
Features
Bug Fixes
- only call
addDependencyon absolute paths (fa11ce7)v10.0.1
10.0.1 (2021-07-02)
Bug Fixes
v10.0.0
10.0.0 (2021-06-17)
⚠ BREAKING CHANGES
... (truncated)
Changelog
Sourced from less-loader's changelog.
11.1.0 (2022-10-06)
Features
11.0.0 (2022-05-17)
⚠ BREAKING CHANGES
- minimum supported
Node.jsversion is14.15.010.2.0 (2021-10-18)
Features
10.1.0 (2021-10-11)
Features
Bug Fixes
- only call
addDependencyon absolute paths (fa11ce7)10.0.1 (2021-07-02)
Bug Fixes
10.0.0 (2021-06-17)
⚠ BREAKING CHANGES
less.webpackLoaderContextwas removed, please usepluginManager.webpackLoaderContextBug Fixes
... (truncated)
Commits
21caa3echore(release): 11.1.043cd20cfeat: allow to extendconditionNames(#488)c1aa4f5chore: update dependencies to the latest version (#487)2dcfe42chore: update commitlint action (#486)60d6a29chore: run cancel workflow on pull request (#485)4e81ee0chore: update jest to the latest version (#483)965f5d8ci: update github workflow security permissions (#482)454e187chore: upgrade dependencies to the latest version (#481)bb799d1ci: add job to cancel previous runs (#480)d292548chore: update dependencies to the latest version (#479)- Additional commits viewable in compare view
Updates mini-css-extract-plugin from 0.7.0 to 2.7.2
Release notes
Sourced from mini-css-extract-plugin's releases.
v2.7.2
2.7.2 (2022-12-06)
Bug Fixes
v2.7.1
2.7.1 (2022-11-29)
Bug Fixes
v2.7.0
2.7.0 (2022-11-16)
Features
v2.6.1
2.6.1 (2022-06-15)
Bug Fixes
v2.6.0
2.6.0 (2022-03-03)
Features
v2.5.3
2.5.3 (2022-01-25)
Bug Fixes
v2.5.2
2.5.2 (2022-01-17)
... (truncated)
Changelog
Sourced from mini-css-extract-plugin's changelog.
2.7.2 (2022-12-06)
Bug Fixes
2.7.1 (2022-11-29)
Bug Fixes
2.7.0 (2022-11-16)
Features
2.6.1 (2022-06-15)
Bug Fixes
2.6.0 (2022-03-03)
Features
2.5.3 (2022-01-25)
Bug Fixes
2.5.2 (2022-01-17)
Bug Fixes
- types (dfb9afd)
2.5.1 (2022-01-17)
... (truncated)
Commits
b616093chore(release): 2.7.24d98d4bfix: don't crash in web workers (#1004)5ef989bchore(deps): bump minimist from 1.2.5 to 1.2.6 (#928)cd7d933chore(deps): bump loader-utils from 2.0.3 to 2.0.4 (#993)9178a0cchore: update dependencies to the latest version (#1003)7053ce2chore(release): 2.7.182ed663refactor: fix compatibility with old browsers (#1000)7585663chore(deps): update (#999)6ea0922fix: preserve order of link tags on HMR (#982)2633446chore: update styfle/cancel-workflow-action (#996)- Additional commits viewable in compare view
Updates style-loader from 0.23.1 to 3.3.1
Release notes
Sourced from style-loader's releases.
v3.3.1
3.3.1 (2021-10-21)
Bug Fixes
v3.3.0
3.3.0 (2021-09-21)
Features
- added support for
supports(),layer()andmediafrom@importat-rules (b9a600c)- allow to pass options to
insertfunction throughstyle.use()(#535) (f8ef63b)v3.2.1
3.2.1 (2021-07-20)
Bug Fixes
v3.2.0
3.2.0 (2021-07-20)
Features
Bug Fixes
v3.1.0
3.1.0 (2021-07-12)
Features
- allow to specify the
insertoption from file, we strongly recommend do it, using theinsertoption from file will reduce your bundle size, example (#521) (56fc8f0)- allow to specify the
styleTagTransformoption from file, we strongly recommend do it, using thestyleTagTransformoption from file will reduce your bundle size, exampleBug Fixes
... (truncated)
Changelog
Sourced from style-loader's changelog.
3.3.1 (2021-10-21)
Bug Fixes
3.3.0 (2021-09-21)
Features
- added support for
supports(),layer()andmediafrom@importat-rules (b9a600c)- allow to pass options to
insertfunction throughstyle.use()(#535) (f8ef63b)3.2.1 (2021-07-20)
Bug Fixes
3.2.0 (2021-07-20)
Features
Bug Fixes
3.1.0 (2021-07-12)
Features
- allow to specify the
insertoption from file, we strongly recommend do it, using theinsertoption from file will reduce your bundle size, example (#521) (56fc8f0)- allow to specify the
styleTagTransformoption from file, we strongly recommend do it, using thestyleTagTransformoption from file will reduce your bundle size, exampleBug Fixes
3.0.0 (2021-06-24)
... (truncated)
Commits
4663416chore(release): 3.3.1610524efix: small perf improvement (#544)c799eccchore(release): 3.3.0b47718atest: update (#542)43bede4refactor: code (#541)b9a600cfeat: added support for@supports,@layerand@mediafrom@importat-...74fa1cfchore(deps): update (#539)cdf0ba7refactor: codecaf66a0chore(deps): updatef8ef63bfeat: allow to pass options toinsertDescription has been truncated