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 dependency webpack-cli to v5 #68

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 17, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
webpack-cli (source) 4.10.0 -> 5.1.4 age adoption passing confidence

Release Notes

webpack/webpack-cli (webpack-cli)

v5.1.4

Compare Source

Bug Fixes
  • multi compiler progress output (f659624)

v5.1.3

Compare Source

Bug Fixes

v5.1.2

Compare Source

Bug Fixes
  • improve check for custom webpack and webpack-dev-server package existance (0931ab6)
  • improve help for some flags (f468614)
  • improved support for .cts and .mts extensions (a77daf2)

v5.1.1

Compare Source

Bug Fixes

v5.1.0

Compare Source

Features
Performance Improvements

5.0.2 (2023-04-21)

Bug Fixes
  • error message for missing default export in configuration (#​3685) (e0a4a09)
  • perf: reduced startup time (3b79059)

5.0.1 (2022-12-05)

Bug Fixes

v5.0.2

Compare Source

Bug Fixes
  • error message for missing default export in configuration (#​3685) (e0a4a09)
  • perf: reduced startup time (3b79059)

v5.0.1

Compare Source

Bug Fixes

v5.0.0

Compare Source

Bug Fixes
Features
  • failOnWarnings option (#​3317) (c48c848)
  • update commander to v9 (#​3460) (6621c02)
  • added the --define-process-env-node-env option
  • update interpret to v3 and rechoir to 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 migrate command (#​3291) (56b43e4), closes #​3291
  • remove the --prefetch option in favor the PrefetchPlugin plugin
  • remove the --node-env option in favor --define-process-env-node-env
  • remove the --hot option in favor of directly using the HotModuleReplacement plugin (only for build command, for serve it will work)
  • the behavior logic of the --entry option has been changed - previously it replaced your entries, now the option adds a specified entry, if you want to return the previous behavior please use webpack --entry-reset --entry './src/my-entry.js'

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR has been generated by Mend Renovate. View repository job log here.

@github-actions
Copy link
Contributor

github-actions bot commented Nov 17, 2022

📊 Package size report   -0.01%↓

File Before (Size / Gzip / Brotli) After (Size / Gzip / Brotli)
dist/motorcortex-video.cjs.js 7.1 kB / 2.6 kB / 2.3 kB -0.01%↓7.1 kB / 2.6 kB / -0.66%↓2.3 kB
dist/motorcortex-video.esm.js 7.1 kB / 2.6 kB / 2.3 kB -0.01%↓7.1 kB / 0.04%↑2.6 kB / -0.09%↓2.3 kB
package.json 2.8 kB / 1.1 kB / 936 B -0.04%↓2.8 kB / 0.2%↑1.1 kB / 936 B
Total (Includes all files) 59.2 kB / 30.6 kB / 27.1 kB -0.01%↓59.2 kB / 0.01%↑30.6 kB / -0.06%↓27.1 kB
Tarball size 25.5 kB 0.02%↑25.5 kB
Unchanged files
File Size (Size / Gzip / Brotli)
.babelrc 144 B / 114 B / 106 B
.editorconfig 190 B / 142 B / 129 B
.eslintignore 14 B / 34 B / 18 B
.eslintrc 858 B / 362 B / 308 B
.github/.misspell-fixer.ignore 18 B / 38 B / 22 B
.github/workflows/bundle-size.yml 759 B / 412 B / 356 B
.github/workflows/eslint.yml 586 B / 330 B / 263 B
.github/workflows/github-page.yml 973 B / 516 B / 437 B
.github/workflows/misspell.yml 681 B / 391 B / 323 B
.github/workflows/release-please.yml 1.4 kB / 559 B / 464 B
.github/workflows/test.yaml 781 B / 410 B / 335 B
CHANGELOG.md 5.1 kB / 1.5 kB / 1.2 kB
CODE_OF_CONDUCT.md 3.2 kB / 1.5 kB / 1.1 kB
demo/index.html 838 B / 430 B / 239 B
demo/index.js 1.0 kB / 519 B / 420 B
demo/webpack.config.js 816 B / 439 B / 373 B
dist/motorcortex-video.umd.js 2.6 kB / 1.1 kB / 930 B
LICENCE 1.1 kB / 654 B / 481 B
README.md 3.4 kB / 1.5 kB / 1.2 kB
renovate.json 174 B / 138 B / 117 B
rollup.config.js 938 B / 369 B / 319 B
src/Incidents/VideoPlay.js 1.4 kB / 518 B / 418 B
src/index.js 1.0 kB / 363 B / 298 B
src/VideoClip.js 2.1 kB / 936 B / 755 B
video.png 12.2 kB / 11.0 kB / 11.0 kB

🤖 This report was automatically generated by pkg-size-action

@sonarcloud
Copy link

sonarcloud bot commented Dec 5, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@renovate renovate bot force-pushed the renovate/webpack-cli-5.x branch 3 times, most recently from 6257109 to 9fa2a32 Compare March 15, 2023 01:07
@renovate renovate bot force-pushed the renovate/webpack-cli-5.x branch 4 times, most recently from bb18635 to e07f3ac Compare March 22, 2023 23:15
@renovate renovate bot force-pushed the renovate/webpack-cli-5.x branch 2 times, most recently from 9d7f0ef to e0a8dc9 Compare April 1, 2023 09:03
@renovate renovate bot force-pushed the renovate/webpack-cli-5.x branch from e0a8dc9 to 52b2d95 Compare April 6, 2023 03:34
@renovate renovate bot force-pushed the renovate/webpack-cli-5.x branch 3 times, most recently from f17f9cc to 44bd636 Compare April 20, 2023 00:05
@renovate renovate bot force-pushed the renovate/webpack-cli-5.x branch 2 times, most recently from 058b9be to 00cdc87 Compare April 26, 2023 23:55
@renovate renovate bot force-pushed the renovate/webpack-cli-5.x branch 5 times, most recently from e47e749 to bac0eb4 Compare May 9, 2023 07:25
@renovate renovate bot force-pushed the renovate/webpack-cli-5.x branch 2 times, most recently from 6aa1e18 to af75b72 Compare May 24, 2023 23:38
@renovate renovate bot force-pushed the renovate/webpack-cli-5.x branch 2 times, most recently from d7c74a8 to 6b6162d Compare May 31, 2023 23:56
@renovate renovate bot force-pushed the renovate/webpack-cli-5.x branch 3 times, most recently from fb21dbb to 0373510 Compare June 5, 2023 21:15
@renovate renovate bot force-pushed the renovate/webpack-cli-5.x branch 2 times, most recently from c8088ac to 8167e9c Compare June 9, 2023 21:44
@renovate renovate bot force-pushed the renovate/webpack-cli-5.x branch 2 times, most recently from 323886a to 81a9c49 Compare June 21, 2023 23:09
@renovate renovate bot force-pushed the renovate/webpack-cli-5.x branch from 81a9c49 to f1fac6c Compare June 28, 2023 18:18
@sonarcloud
Copy link

sonarcloud bot commented Jun 28, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Copy link

sonarcloud bot commented Feb 2, 2024

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants