elm-webpack-starter
elm-webpack-starter copied to clipboard
Bump webpack-cli from 3.3.12 to 4.6.0
Bumps webpack-cli from 3.3.12 to 4.6.0.
Release notes
Sourced from webpack-cli's releases.
v4.6.0
4.6.0 (2021-03-27)
Bug Fixes
negativeoptions (#2555) (f26ebc1)- improve error message for help (#2482) (99ae2a3)
- show
--node-envin minimum help output (#2411) (f5fc302)Features
- added
WEBPACK_PACKAGEenv var to use customwebpackpackage (#2556) (3d1e485)- added
WEBPACK_CLI_SKIP_IMPORT_LOCALenv var to skip local import (#2546) (e130822)- allow string value for the
--hotoption (#2444) (8656e78)- display used config path when logging level=log (#2431) (f8406e1)
v4.5.0
4.5.0 (2021-02-02)
Notes
- now you can use
webpack.config.mjsandwebpack.config.jswith{ "type": "module" }inpackage.json- you can avoid using the
cross-envpackage:Before:
{ "scripts": { "build": "cross-env NODE_ENV=production webpack --config build/webpack.config.js" } }Now (you can remove the
cross-envif you don't use it somewhere else):{ "scripts": { "build": "webpack --node-env=production --config build/webpack.config.js" } }
- the
modeoption respect the--node-envoption if you don't set themodeoption explicit using CLI options or in configuration(s), i.e.--node-env productionsetprocess.env.NODE_ENVandmodetoproductionBug Fixes
... (truncated)
Changelog
Sourced from webpack-cli's changelog.
4.6.0 (2021-03-27)
Bug Fixes
negativeoptions (#2555) (f26ebc1)- improve error message for help (#2482) (99ae2a3)
- show
--node-envin minimum help output (#2411) (f5fc302)Features
- added
WEBPACK_PACKAGEenv var to use customwebpackpackage (#2556) (3d1e485)- added
WEBPACK_CLI_SKIP_IMPORT_LOCALenv var to skip local import (#2546) (e130822)- allow string value for the
--hotoption (#2444) (8656e78)- display used config path when logging level=log (#2431) (f8406e1)
4.5.0 (2021-02-02)
Notes
- now you can use
webpack.config.mjsandwebpack.config.jswith{ "type": "module" }inpackage.json- you can avoid using the
cross-envpackage:Before:
{ "scripts": { "build": "cross-env NODE_ENV=production webpack --config build/webpack.config.js" } }Now (you can remove the
cross-envif you don't use it somewhere else):{ "scripts": { "build": "webpack --node-env=production --config build/webpack.config.js" } }
- the
modeoption respect the--node-envoption if you don't set themodeoption explicit using CLI options or in configuration(s), i.e.--node-env productionsetprocess.env.NODE_ENVandmodetoproductionBug Fixes
... (truncated)
Commits
b7b0852chore(release): publish new versiona8afb64chore(deps-dev): bump @types/node7ff723cchore(deps-dev): bump @types/jest9d296dfchore(deps-dev): bump eslint from 7.22.0 to 7.23.0 (#2564)f8d6606chore: ignore tests from npm (#2563)f26ebc1fix: generation ofnegativeflags (#2555)3d1e485feat: addWEBPACK_PACKAGEenv var to use customwebpackpackage (#2556)d039472test: update snapshots (#2557)5c96b69ci: add bootstrap step in workflow (#2553)a141bbbfeat: allow all css possibilities for default template (#2544)- 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 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 language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
@dependabot recreate