Bumps json5 to 2.2.3 and updates ancestor dependencies json5, css-loader, file-loader, mini-css-extract-plugin, raw-loader, style-loader, svg-url-loader, svgo-loader, url-loader, webpack and webpack-cli. These dependencies need to be updated together.
Updates json5
from 2.1.0 to 2.2.3
Release notes
Sourced from json5's releases.
v2.2.3
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)
- Fix: An out of memory bug when parsing numbers has been fixed. (#228, #229)
v2.1.2
- Fix: Bump
minimist
to v1.2.5
. (#222)
v2.1.1
- New:
package.json
and package.json5
include a module
property so
bundlers like webpack, rollup and parcel can take advantage of the ES Module
build. (#208)
- Fix:
stringify
outputs \0
as \\x00
when followed by a digit. (#210)
- Fix: Spelling mistakes have been fixed. (#196)
Changelog
Sourced from json5's changelog.
- 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).
- Fix: Removed dependence on minimist to patch CVE-2021-44906. (#266)
- New: Accurate and documented TypeScript declarations are now included. There
is no need to install
@types/json5
. (#236, #244)
- Fix: An out of memory bug when parsing numbers has been fixed. (#228,
#229)
- Fix: Bump
minimist
to v1.2.5
. (#222)
v2.1.1 [code, [diff][d2.1.1]]
... (truncated)
Commits
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
hashStrategy
option (ca4abce)
v6.5.1
6.5.1 (2021-11-03)
Bug Fixes
- regression with unicode characters in locals (b7a8441)
- runtime path generation (#1393) (feafea8)
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
hashStrategy
option (ca4abce)
6.5.1 (2021-11-03)
Bug Fixes
- regression with unicode characters in locals (b7a8441)
- runtime path generation (#1393) (feafea8)
6.5.0 (2021-10-26)
Features
- support absolute URL in
url()
when experiments.buildHttp
enabled (#1389) (8946be4)
... (truncated)
Commits
Updates file-loader
from 3.0.1 to 6.2.0
Release notes
Sourced from file-loader's releases.
v6.2.0
6.2.0 (2020-10-27)
Features
- added the
sourceFilename
property to asset info with original filename (#393) (654e0d6)
Bug Fixes
- immutable flag when the
name
option have hash in query string (#392) (381d8bd)
v6.1.1
6.1.1 (2020-10-09)
Chore
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
- support the
query
template for the name
option (#366) (cd8698b)
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
- added the
sourceFilename
property to asset info with original filename (#393) (654e0d6)
Bug Fixes
- immutable flag when the
name
option have hash in query string (#392) (381d8bd)
6.1.1 (2020-10-09)
Chore
6.1.0 (2020-08-31)
Features
6.0.0 (2020-03-17)
⚠ BREAKING CHANGES
5.1.0 (2020-02-19)
Features
- support the
query
template for the name
option (#366) (cd8698b)
5.0.2 (2019-11-25)
Chore
- add the
funding
field in package.json
5.0.1 (2019-11-25)
... (truncated)
Commits
Updates mini-css-extract-plugin
from 0.6.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
- add function support for locals (loader) (#985) (65519d0)
v2.6.1
2.6.1 (2022-06-15)
Bug Fixes
- do not attempt hot reloading when emit is false (#953) (b426f04)
v2.6.0
2.6.0 (2022-03-03)
Features
- added
baseUri
option support (from entry options) (#915) (6004d95)
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
- add function support for locals (loader) (#985) (65519d0)
2.6.1 (2022-06-15)
Bug Fixes
- do not attempt hot reloading when emit is false (#953) (b426f04)
2.6.0 (2022-03-03)
Features
- added
baseUri
option support (from entry options) (#915) (6004d95)
2.5.3 (2022-01-25)
Bug Fixes
2.5.2 (2022-01-17)
Bug Fixes
2.5.1 (2022-01-17)
... (truncated)
Commits
Updates raw-loader
from 2.0.0 to 4.0.2
Release notes
Sourced from raw-loader's releases.
v4.0.2
4.0.2 (2020-10-09)
Chore
v4.0.1
4.0.1 (2020-04-15)
Chore
v4.0.0
4.0.0 (2019-11-25)
Features
BREAKING CHANGES
- minimum required nodejs version is
10.13.0
v3.1.0
3.1.0 (2019-07-18)
Features
- improved validation error messages (#85) (6cf76b8)
v3.0.0
3.0.0 (2019-06-05)
chore
BREAKING CHANGES
- deps: minimum required nodejs version is
8.9.0
Changelog
Sourced from raw-loader's changelog.
4.0.2 (2020-10-09)
Chore
4.0.1 (2020-04-15)
Chore
4.0.0 (2019-11-25)
Features
BREAKING CHANGES
- minimum required nodejs version is
10.13.0
3.1.0 (2019-07-18)
Features
- improved validation error messages (#85) (6cf76b8)
3.0.0 (2019-06-05)
chore
BREAKING CHANGES
- deps: minimum required nodejs version is
8.9.0
... (truncated)
Commits
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()
and media
from @import
at-rules (b9a600c)
- allow to pass options to
insert
function through style.use()
(#535) (f8ef63b)
v3.2.1
3.2.1 (2021-07-20)
Bug Fixes
- added the
styletagtransform
option when it is a module to addBuildDependency
(#528) (270513f)
v3.2.0
3.2.0 (2021-07-20)
Features
Bug Fixes
- added the
insert
option when it is a module to addBuildDependency
(#527) (3963c0b)
v3.1.0
3.1.0 (2021-07-12)
Features
- allow to specify the
insert
option from file, we strongly recommend do it, using the insert
option from file will reduce your bundle size, example (#521) (56fc8f0)
- allow to specify the
styleTagTransform
option from file, we strongly recommend do it, using the styleTagTransform
option from file will reduce your bundle size, example
Bug 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()
and media
from @import
at-rules (b9a600c)
- allow to pass options to
insert
function through style.use()
(#535) (f8ef63b)
3.2.1 (2021-07-20)
Bug Fixes
- added the
styletagtransform
option when it is a module to addBuildDependency
(#528) (270513f)
3.2.0 (2021-07-20)
Features
Bug Fixes
- added the
insert
option when it is a module to addBuildDependency
(#527) (3963c0b)
3.1.0 (2021-07-12)
Features
- allow to specify the
insert
option from file, we strongly recommend do it, using the insert
option from file will reduce your bundle size, example (#521) (56fc8f0)
- allow to specify the
styleTagTransform
option from file, we strongly recommend do it, using the styleTagTransform
option from file will reduce your bundle size, example
Bug Fixes
3.0.0 (2021-06-24)
... (truncated)
Commits
Maintainer changes
This version was pushed to npm by evilebottnawi, a new releaser for style-loader since your current version.
Updates svg-url-loader
from 2.3.3 to 8.0.0
Release notes
Sourced from svg-url-loader's releases.
v8.0.0
Breaking changes
Webpack 4 is no longer supported.
Dependency upgrades
... (truncated)
Commits
5e5f8e4
8.0.0
cd68595
chore: use --legacy-peer-deps
2239fce
chore: print npm version in CI
9b58a0f
feat: upgraded to webpack 5
c3db442
chore(deps): update dependency sass to v1.54.8
597a1d9
chore(deps): update dependency sass to v1.54.5
28f69e6
chore(deps): update dependency sass to v1.54.4
d581643
chore(deps): update dependency sass to v1.54.3
51fad5c
chore(deps): update dependency sass to v1.54.0
af4239a
chore(deps): update jest monorepo to v28.1.3
- Additional commits viewable in compare view
Updates svgo-loader
from 2.2.1 to 3.0.3
Commits
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
v4.1.0
4.1.0 (2020-04-08)
Features
- the
mimetype
option can be Boolean
- added the
encoding
option
- added the
generator
option
v4.0.0
4.0.0 (2020-03-17)
⚠ BREAKING CHANGES
- deps: migrate on
mime-types
package, some rare types may have other mimetype
v3.0.0
3.0.0 (2019-11-26)
BREAKING CHANGES
- minimum required nodejs version is
10.13.0
- rename the
esModules
option to esModule
- switch to ES modules by default (the option
esModule
is true
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)
...
Description has been truncated
dependencies