Update webpack-cli 4.10.0 → 6.0.1 (major) by depfu[bot] · Pull Request #387 · Nikas-Project/Server
Welcome to Depfu 👋
This is one of the first three pull requests with dependency updates we've sent your way. We tried to start with a few easy patch-level updates. Hopefully your tests will pass and you can merge this pull request without too much risk. This should give you an idea how Depfu works in general.
After you merge your first pull request, we'll send you a few more. We'll never open more than seven PRs at the same time so you're not getting overwhelmed with updates.
Let us know if you have any questions. Thanks so much for giving Depfu a try!
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ webpack-cli (4.10.0 → 6.0.1) · Repo · Changelog
Release Notes
6.0.1 (from changelog)
Bug Fixes
6.0.0 (from changelog)
BREAKING CHANGES
- the minimum required Node.js version is
18.12.0- removed
init,loaderandplugincommands in favorcreate-webpack-app- dropped support for
webpack-dev-server@v4- minimum supported webpack version is
5.82.0Bug Fixes
- allow to require
webpack.config.jsin ESM format (#4346) (5106684)- correct the minimum help output (#4057) (c727c4f)
- gracefully shutting down (#4145) (90720e2)
- improve help output for possible values (#4316) (4cd5aef)
- no serve when dev-server is false (#2947) (a93e860)
Features
5.1.4 (from changelog)
Bug Fixes
- multi compiler progress output (f659624)
5.1.3 (from changelog)
Bug Fixes
5.1.2 (from changelog)
Bug Fixes
5.1.1 (from changelog)
Bug Fixes
5.1.0 (from changelog)
Features
Performance Improvements
5.0.2 (from changelog)
Bug Fixes
5.0.1 (from changelog)
Bug Fixes
5.0.0 (from changelog)
Bug Fixes
- improve description of the
--disable-interpretoption (#3364) (bdb7e20)- remove the redundant
utilsexport (#3343) (a9ce5d0)- respect
NODE_PATHenv variable (#3411) (83d1f58)- show all CLI specific flags in the minimum help output (#3354) (35843e8)
Features
- failOnWarnings option (#3317) (c48c848)
- update commander to v9 (#3460) (6621c02)
- added the
--define-process-env-node-envoption- update
interpretto v3 andrechoirto v0.8- add an option for preventing interpret (#3329) (c737383)
BREAKING CHANGES
- the minimum supported webpack version is v5.0.0 (#3342) (b1af0dc), closes #3342
- webpack-cli no longer supports webpack v4, the minimum supported version is webpack v5.0.0
- webpack-cli no longer supports webpack-dev-server v3, the minimum supported version is webpack-dev-server v4.0.0
- remove the
migratecommand (#3291) (56b43e4), closes #3291- remove the
--prefetchoption in favor thePrefetchPluginplugin- remove the
--node-envoption in favor--define-process-env-node-env- remove the
--hotoption in favor of directly using theHotModuleReplacementplugin (only forbuildcommand, forserveit will work)- the behavior logic of the
--entryoption has been changed - previously it replaced your entries, now the option adds a specified entry, if you want to return the previous behavior please usewebpack --entry-reset --entry './src/my-entry.js'
Does any of this look wrong? Please let us know.
↗️ @webpack-cli/info (indirect, 1.5.0 → 3.0.1)
Sorry, we couldn't find anything useful about this release.
↗️ @webpack-cli/serve (indirect, 1.7.0 → 3.0.1)
Sorry, we couldn't find anything useful about this release.
↗️ envinfo (indirect, 7.8.1 → 7.14.0) · Repo · Changelog
Release Notes
7.14.0
Features
7.13.0
Features
Bug Fixes
7.12.0
Features
Bug Fixes
7.11.1
Bug Fixes
7.11.0
Features
Bug Fixes
7.10.0
Features
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 26 commits:
chore: release 7.14.0 (#257)feat: Update Babel preset (#263)feat: add preset for cssnano (#208)chore: release 7.13.0 (#256)feat: add openssl support (#255)fix: be more tolerant when detecting Android Studio IDE on OSX (#252)chore: release 7.12.0 (#251)feat: add docker-compose (#253)feat: update to webpack5 (#248)fix: delete old CI (#247)chore: release 7.11.1 (#246)fix: add @playwright/ to playwright preset (#245)chore: release 7.11.0 (#241)fix: Windows 11 information (#242)feat: add bun in binaries (#240)chore: release 7.10.0 (#237)feat: add pnpm function in binaries (#224)feat: add podman to virtualization (#236)feat: add auto release (#207)[docs] update Expo usage in readme (#226)7.9.0feat: add curl (#210)Upgrade GitHub Actions (#235)feat: support for finding firefox web browser on windows added (#234)fix: stuck on macOS (#223)feat: support homebrew on linux (#205)
↗️ interpret (indirect, 2.2.0 → 3.1.1) · Repo · Changelog
Release Notes
3.1.1
Bug Fixes
- Include cjs-stub in npm bundle (4f7d798)
3.1.0
Features
3.0.0
⚠ BREAKING CHANGES
- Provide default configuration in register functions (#83)
- Only load sucrase tsx hook for
.tsxextension- Normalize repository, dropping node <10.13 support (#80)
- Remove legacy node-jsx hook
- Remove deprecated typescript-node hook
- Remove deprecated typescript-register hook
- Remove unmaintained typescript-require hook
- Replace legacy require-yaml with yaml-hook
- Remove legacy require-xml support
- Remove legacy/deprecated babel hooks
- Remove legacy buble support
- Remove legacy cirru-script support
- Remove legacy node-cjsx support
- Remove legacy coco support
- Remove legacy/deprecated coffeescript hooks
- Remove legacy require-csv support
- Remove legacy earlgrey support
- Remove legacy iced-coffee-script support
- Remove legacy require-ini support
- Remove legacy json5 hook
- Remove legacy livescript support
- Remove legacy wisp support
- Drop legacy loaders & extensions (#79)
- Ensure babel only transforms files that match the full extension
Features
- Add
.cjsextension and stub hook (#75) (7989161)- Add
@swc/registeras a loader for.tsand.tsxextensions (#74) (f160451)- Add esbuild-register for typescript extensions (#77) (963f5fa)
- Add new extensions as JS variants (8a8df59)
- Add sucrase hook as alternative for
.jsx(58f678e)- Add support for
.esbuild.(js|jsx|ts|tsx)extensions (fcb9672)- Add support for
.sucrase.(js|jsx|ts|tsx)extensions (216ad12)- Add support for
.swc.(js|jsx|ts|tsx)extensions (c054cf2)- Allow register function configuration to be overridden (7856f7e)
- Leverage endsWith instead of RegExp in matchers (#82) (6404724)
- Provide default configuration in register functions (#83) (7856f7e)
- Support
.babel.(jsx|tsx)extensions (1e3d0f8)- Support
.mdxextension hook (#85) (cd24c39)Bug Fixes
- Apply correct ordering to esbuild-register (fcfbdb4)
- Ensure babel only transforms files that match the full extension (81ed502)
- Ensure esbuild-register only applies to ts or tsx files (5680b3f)
- Only load sucrase tsx hook for
.tsxextension (e9376a1)Miscellaneous Chores
- Drop legacy loaders & extensions (#79) (18a0319)
- Normalize repository, dropping node <10.13 support (#80) (7b69c63)
- Remove deprecated typescript-node hook (18a0319)
- Remove deprecated typescript-register hook (18a0319)
- Remove legacy buble support (18a0319)
- Remove legacy cirru-script support (18a0319)
- Remove legacy coco support (18a0319)
- Remove legacy earlgrey support (18a0319)
- Remove legacy iced-coffee-script support (18a0319)
- Remove legacy json5 hook (18a0319)
- Remove legacy livescript support (18a0319)
- Remove legacy node-cjsx support (18a0319)
- Remove legacy node-jsx hook (18a0319)
- Remove legacy require-csv support (18a0319)
- Remove legacy require-ini support (18a0319)
- Remove legacy require-xml support (18a0319)
- Remove legacy wisp support (18a0319)
- Remove legacy/deprecated babel hooks (18a0319)
- Remove legacy/deprecated coffeescript hooks (18a0319)
- Remove unmaintained typescript-require hook (18a0319)
- Replace legacy require-yaml with yaml-hook (18a0319)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 37 commits:
chore: Release 3.1.1 (#93)fix: Include cjs-stub in npm bundlechore: Release 3.1.0 (#91)chore: Remove some crufty fileschore: Update readme & run prettierfeat: Add `.cts` to support typescript 4.7 (#90)chore: Release 3.0.0 (#81)feat!: Provide default configuration in register functions (#83)chore: Update readme & run prettierchore: Auto-generate the supported hooks & extensions in CI (#86)chore: Run prettierfeat: Support `.mdx` extension hook (#85)feat: Add `.cjs` extension and stub hook (#75)chore: Avoid timeouts on tests (#87)feat: Add support for `.swc.(js|jsx|ts|tsx)` extensionschore: Run prettierchore: Fix supported syntax in sucrase testschore: Run prettierfeat: Add sucrase hook as alternative for `.jsx`chore: Run prettierfeat: Add support for `.sucrase.(js|jsx|ts|tsx)` extensionsfix!: Only load sucrase tsx hook for `.tsx` extensionchore: Run prettierfeat: Leverage endsWith instead of RegExp in matchers (#82)chore: Run prettierchore!: Normalize repository, dropping node <10.13 support (#80)chore!: Drop legacy loaders & extensions (#79)chore: Ensure package-lock.json is cleaned before testsfeat: Add `@swc/register` as a loader for `.ts` and `.tsx` extensions (#74)feat: Add new extensions as JS variantsfeat: Support `.babel.(jsx|tsx)` extensionsfix!: Ensure babel only transforms files that match the full extensionfeat: Add support for `.esbuild.(js|jsx|ts|tsx)` extensionsfix: Ensure esbuild-register only applies to ts or tsx fileschore: Update test fixtures with fallible TS syntaxfix: Apply correct ordering to esbuild-registerfeat: Add esbuild-register for typescript extensions (#77)
↗️ rechoir (indirect, 0.7.1 → 0.8.0) · Repo · Changelog
Release Notes
0.8.0
⚠ BREAKING CHANGES
- Normalize repository, dropping node <10.13 support (#40)
Miscellaneous Chores
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 5 commits:
↗️ webpack-merge (indirect, 5.8.0 → 6.0.1) · Repo · Changelog
Release Notes
6.0.1 (from changelog)
- Fix - Restore usage of
clone-deepas there was a corner case wherestructuredClonedid not work as expected. #214
5.10.0 (from changelog)
- Feat - Support object/array-formed condition for
mergeWithRules. #212
5.9.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 20 commits:
6.0.1chore: Update changelog6.0.0chore: Update changelogfix: Remove `clone-deep` dependency in favor of native `structuredClone` (#214)chore: Update internal toolingchore: Update lock file5.10.0chore: Update change logfix: support object/array-formed condition (#212) (#213)fix: support object/array-formed condition (#212) (#213)Switch from Travis to GitHub actions for CI (#208)5.9.0chore: Update change logchore: Add burhanuday to contributorsfeat: deep merge when rule is merge (#206)chore: Drop redundant textfix: Escape charactersCreate SECURITY.mdchore(deps): bump glob-parent from 5.1.1 to 5.1.2 (#186)
🆕 flat (added, 5.0.2)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
- @depfu rebase
- Rebases against your default branch and redoes this update
- @depfu recreate
- Recreates this PR, overwriting any edits that you've made to it
- @depfu merge
- Merges this PR once your tests are passing and conflicts are resolved
- @depfu cancel merge
- Cancels automatic merging of this PR
- @depfu close
- Closes this PR and deletes the branch
- @depfu reopen
- Restores the branch and reopens this PR (if it's closed)
- @depfu pause
- Ignores all future updates for this dependency and closes this PR
- @depfu pause [minor|major]
- Ignores all future minor/major updates for this dependency and closes this PR
- @depfu resume
- Future versions of this dependency will create PRs again (leaves this PR as is)