Bump webpack-cli from 6.0.1 to 7.0.0
Type: Pull Request
State: Closed
Association: Unknown
Comments: 1
(3 months ago)
(3 months ago)
(3 months ago)
dependencies javascript
Bumps webpack-cli from 6.0.1 to 7.0.0.
Release notes
Sourced from webpack-cli's releases.
webpack-cli@7.0.0
Major Changes
The minimum supported version of Node.js is
20.9.0. (by@alexander-akaitin #4677)Use dynamic import to load
webpack.config.js, fallback to interpret only when configuration can't be load by dynamic import. Using dynamic imports allows you to take advantage of Node.js's built-in TypeScript support. (by@alexander-akaitin #4677)Removed the
--node-envargument in favor of the--config-node-envargument. (by@alexander-akaitin #4677)The
versioncommand only output versions right now. (by@alexander-akaitin #4677)Removed deprecated API, no action required unless you use
import cli from "webpack-cli";/const cli = require("webpack-cli");. (by@alexander-akaitin #4677)Patch Changes
Allow configuration freezing. (by
@alexander-akaitin #4677)Use graceful shutdown when file system cache is enabled. (by
@alexander-akaitin #4677)Performance improved. (by
@alexander-akaitin #4677)
Changelog
Sourced from webpack-cli's changelog.
7.0.0
Major Changes
The minimum supported version of Node.js is
20.9.0. (by@alexander-akaitin #4677)Use dynamic import to load
webpack.config.js, fallback to interpret only when configuration can't be load by dynamic import. Using dynamic imports allows you to take advantage of Node.js's built-in TypeScript support. (by@alexander-akaitin #4677)Removed the
--node-envargument in favor of the--config-node-envargument. (by@alexander-akaitin #4677)The
versioncommand only output versions right now. (by@alexander-akaitin #4677)Removed deprecated API, no action required unless you use
import cli from "webpack-cli";/const cli = require("webpack-cli");. (by@alexander-akaitin #4677)Patch Changes
Allow configuration freezing. (by
@alexander-akaitin #4677)Use graceful shutdown when file system cache is enabled. (by
@alexander-akaitin #4677)Performance improved. (by
@alexander-akaitin #4677)
Commits
0b116f7chore(release): new release (#4679)e0b2f07test: improve5328fcbchore(deps): bump pnpm/action-setup in the dependencies group (#4699)4b6f0e1chore(deps): update (#4696)47fc332test: more (#4695)a199bc3test: refactor config format test + more (#4684)20bc478refactor: code529352ddocs: update (#4692)a01f01bchore: fix coveragee434e98refactor: make cli faster (#4690)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for webpack-cli since your current version.
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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@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)
Package Dependencies
Technical Details
| ID: | 14650151 |
| UUID: | 4072886792 |
| Node ID: | PR_kwDOABzRuc7KdKC6 |
| Host: | GitHub |
| Repository: | textpattern/textpattern-default-theme |