Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update webpack #86

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

chore(deps): update webpack #86

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Oct 15, 2020

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
babel-loader 8.1.0 -> 8.3.0 age adoption passing confidence
webpack-cli (source) 4.0.0 -> 4.10.0 age adoption passing confidence

Release Notes

babel/babel-loader (babel-loader)

v8.3.0

Compare Source

New features

Full Changelog: babel/babel-loader@v8.2.5...v8.3.0

v8.2.5

Compare Source

What's Changed

New Contributors

Full Changelog: babel/babel-loader@v8.2.4...v8.2.5

v8.2.4

Compare Source

What's Changed

Thanks @​loveDstyle, @​stianjensen and @​pathmapper for your first PRs!

v8.2.3: 8.2.3

Compare Source

This release fixes compatibility with Node.js 17

Thanks @​Reptarsrage!

v8.2.2

Compare Source

v8.2.1: 8.2.1

Compare Source

v8.2.0: 8.2.0

Compare Source

webpack/webpack-cli (webpack-cli)

v4.10.0

Compare Source

Bug Fixes
Features

4.9.2 (2022-01-24)

Bug Fixes

4.9.1 (2021-10-18)

Bug Fixes

v4.9.2

Compare Source

Bug Fixes

v4.9.1

Compare Source

Bug Fixes

v4.9.0

Compare Source

Bug Fixes
Features
  • allow to run commands without webpack installation where it is unnecessary (#​2907) (603041d)

v4.8.0

Compare Source

Bug Fixes
Features
  • show possible values for option in help output (#​2819) (828e5c9)
  • init-generator: add ability to specify a package manager of choice (#​2769) (e53f164)

4.7.2 (2021-06-07)

Note: Version bump only for package webpack-cli (due @webpack-cli/serve)

4.7.1 (2021-06-07)

Bug Fixes

v4.7.2

Compare Source

Note: Version bump only for package webpack-cli (due @webpack-cli/serve)

v4.7.1

Compare Source

Bug Fixes

v4.7.0

Compare Source

Bug Fixes
Features

v4.6.0

Compare Source

Bug Fixes
Features

v4.5.0

Compare Source

Notes
  • now you can use webpack.config.mjs and webpack.config.js with { "type": "module" } in package.json
  • you can avoid using the cross-env package:

Before:

{
  "scripts": {
    "build": "cross-env NODE_ENV=production webpack --config build/webpack.config.js"
  }
}

Now (you can remove the cross-env if you don't use it somewhere else):

{
  "scripts": {
    "build": "webpack --node-env=production --config build/webpack.config.js"
  }
}
  • the mode option respect the --node-env option if you don't set the mode option explicit using CLI options or in configuration(s), i.e. --node-env production set process.env.NODE_ENV and mode to production
Bug Fixes
Features

v4.4.0

Compare Source

Bug Fixes
Features

4.3.1 (2020-12-31)

Bug Fixes

v4.3.1

Compare Source

Bug Fixes

v4.3.0

Compare Source

Bug Fixes
  • fix problems with --mode and config resolution, there are situations when we resolve an invalid config file, the --mode option does not affect on config resolution, if you faced with an error after updating, please use the --config option
  • correct usage of cli-flags (#​2205) (c8fc7d1)
  • defer setting default mode to core (#​2095) (3eb410e)
  • respect the --watch-options-stdin option (2d1e001)
  • respect --color/--no-color option (#​2042) (09bd812)
  • stringify stats using streaming approach (#​2190) (9bf4e92)
  • use logger for error with proper exit code (#​2076) (2c9069f)
  • reduce spammy logs (#​2206) (9b3cc28)
  • respect the infrastructureLogging.level option (logger uses stderr) (#​2144) (7daccc7)
  • respect all options from command line for the server command
  • help and version output
  • respect stats from the config (webpack@4) (#​2098) (2d6e5c6)
  • fixed colors work with multi compiler mode (webpack@4)
Features
  • add bundle command (alias for webpack [options])
  • add pnpm support for package installation (#​2040) (46cba36)

v4.2.0

Compare Source

Bug Fixes
Features

v4.1.0

Compare Source

Bug Fixes
Features

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the automation Related to non-human work label Oct 15, 2020
@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.1.2 chore(deps): update dependency webpack to v5.1.3 Oct 16, 2020
@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.1.3 chore(deps): update webpack Oct 19, 2020
@renovate renovate bot force-pushed the renovate/webpack branch 3 times, most recently from 70620d3 to c88bca8 Compare October 28, 2020 21:26
@renovate renovate bot force-pushed the renovate/webpack branch 3 times, most recently from ea11df8 to 4802a55 Compare November 4, 2020 19:32
@renovate renovate bot force-pushed the renovate/webpack branch 2 times, most recently from 92c7b53 to 84467b1 Compare November 10, 2020 21:28
@renovate renovate bot force-pushed the renovate/webpack branch 3 times, most recently from b4b14b4 to 69f30ac Compare November 19, 2020 12:39
@renovate renovate bot force-pushed the renovate/webpack branch 4 times, most recently from 6f8e117 to f3cd160 Compare November 28, 2020 22:00
@renovate renovate bot force-pushed the renovate/webpack branch 3 times, most recently from 56e82ad to e653a68 Compare December 10, 2020 01:53
@renovate renovate bot force-pushed the renovate/webpack branch 4 times, most recently from 3e7d461 to aef5890 Compare December 17, 2020 16:16
@renovate renovate bot force-pushed the renovate/webpack branch 3 times, most recently from 977e048 to ac872a2 Compare December 31, 2020 18:52
@renovate renovate bot force-pushed the renovate/webpack branch 4 times, most recently from 916234a to b1bdb1b Compare January 19, 2021 19:42
@renovate renovate bot force-pushed the renovate/webpack branch 2 times, most recently from 3d2672c to f932cd4 Compare January 26, 2021 20:24
@renovate renovate bot force-pushed the renovate/webpack branch 5 times, most recently from c4bd5d3 to 3a1497b Compare February 4, 2021 15:35
@renovate renovate bot force-pushed the renovate/webpack branch 3 times, most recently from 4ebb891 to 888a804 Compare February 7, 2021 18:50
@renovate renovate bot force-pushed the renovate/webpack branch 2 times, most recently from af29ebd to 9f0157d Compare May 15, 2021 20:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automation Related to non-human work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants