eqio
eqio copied to clipboard
Bump loader-utils and nwb
Bumps loader-utils to 1.4.2 and updates ancestor dependency nwb. These dependencies need to be updated together.
Updates loader-utils
from 0.2.17 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 nwb
from 0.18.10 to 0.25.2
Release notes
Sourced from nwb's releases.
v0.25.2
Fixed
- Bumped Node.js version in templates.
v0.25.1
Changed
- Don't include
docs/
in the npm package.v0.25.0
Breaking Changes
- Node.js 8 is no longer supported; Node.js 10.13.0 is now the minimum required version, as per many of nwb's dependencies.
Browser Support
Removed default polyfills for
Promise
,fetch()
andObject.assign()
and deprecatedpolyfill
config.If you need to support older browsers, you will now need to include the necessary polyfills in your app - see the new Browser Support docs for details on polyfilling and suggested modules which provide them.
If this change affects your app, a quick fix is to use react-app-polyfill's IE11 polyfill, which is equivalent to what nwb's default polyfill used to be:
import 'react-app-polyfill/ie11'
For apps and quick commands,
@babel/preset-env
is now configured to only transpile the necessary ECMAScript 2015+ for supported browsers.When running a development server, this defaults to the most recent version of Chrome, Firefox or Safari, so you may need to adjust
browsers.development
config if you're using an out of date browser and you will need to adjust it if you're developing with an older browser supported by your app.Default browser configuration for Autoprefixer when building an app has changed from
>1%, last 4 versions, Firefox ESR, not ie < 9
to>0.2%, not dead, not op_mini all
.When running a development server, the default browser configuration has changed to
last 1 chrome version, last 1 firefox version, last 1 safari version
.Configuration
Deprecated using a string for
webpack.autoprefixer
config to configure supported browsers - this will no longer do anything and should be moved to the newbrowsers
config.Removed support for
babel.stage
andwebpack.uglify
config deprecated in nwb v0.24.0.copy-webpack-plugin v6.0.0 has breaking changes to its options which you should read if you're using
webpack.copy
config.In particular, the
ignore
option in a copy pattern must now be put inside the newglobOptions
option.Dependencies
- file-loader v6.0.0 changed its default hashing algorithm so hashes in output filenames will change after updating to this release, even if their contents haven't changed.
Added
- Added top-level
browsers
config to configure supported browsers. This supports using separate browserslist queries for development and production.
... (truncated)
Changelog
Sourced from nwb's changelog.
0.25.2 / 2020-05-20
Fixed
- Bumped Node.js version in templates.
0.25.1 / 2020-05-20
Changed
- Don't include
docs/
in the npm package.0.25.0 / 2020-05-20
Breaking Changes
- Node.js 8 is no longer supported; Node.js 10.13.0 is now the minimum required version, as per many of nwb's dependencies.
Browser Support
Removed default polyfills for
Promise
,fetch()
andObject.assign()
and deprecatedpolyfill
config.If you need to support older browsers, you will now need to include the necessary polyfills in your app - see the new Browser Support docs for details on polyfilling and suggested modules it's to provide them.
If this change affects your app, a quick fix is to use react-app-polyfill's IE11 polyfill, which is equivalent to what nwb's default polyfill used to be:
import 'react-app-polyfill/ie11'
For apps and quick commands,
@babel/preset-env
is now configured to only transpile the necessary ECMAScript 2015+ for supported browsers.When running a development server, this defaults to the most recent version of Chrome, Firefox or Safari, so you may need to adjust
browsers.development
config if you're using an out of date browser and you will need to adjust it if you're developing with an older browser supported by your app.Default browser configuration for Autoprefixer when building an app has changed from
>1%, last 4 versions, Firefox ESR, not ie < 9
to>0.2%, not dead, not op_mini all
.When running a development server, the default browser configuration has changed to
last 1 chrome version, last 1 firefox version, last 1 safari version
.Configuration
Deprecated using a string for
webpack.autoprefixer
config to configure supported browsers - this will no longer do anything and should be moved to the newbrowsers
config.Removed support for
babel.stage
andwebpack.uglify
config deprecated in nwb v0.24.0.copy-webpack-plugin v6.0.0 has breaking changes to its options which you should read if you're using
webpack.copy
config.In particular, the
ignore
option in a copy pattern must now be put inside the newglobOptions
option.Dependencies
- file-loader v6.0.0 changed its default hashing algorithm so hashes in output filenames will change after updating to this release, even if their contents haven't changed.
... (truncated)
Commits
8963342
Release v0.25.224f77a3
Bump Node.js version in templatesafe6dd1
Release v0.25.17b50e35
Release v0.25.02f71b69
Update dependencies3a5fde7
Move changes from 2+ majorish releses ago to an archive file524a642
Add targets config for preset-envd028177
Update dependenciesc8e9dbf
Added top-level browsers config for configuring browser support with a browse...bf05318
Breaking: Drop support for Node.js 8 - Node.js 10.13.0 is now the minimum req...- 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) -
@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.