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 to v5.65.0 #382

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 5, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
webpack 5.61.0 -> 5.65.0 age adoption passing confidence

Release Notes

webpack/webpack

v5.65.0

Compare Source

Features
  • static evaluation understands undefined now
  • reduce container entry code by a few chars
  • use template literals when available and they make sense
Bugfixes
  • handle singleton flag without requiredVersion in Module Federation
  • upgrade watchpack for context time info bugfix
Performance
  • improve RegExp in error message formating for non-quadratic performance
Developer Experience
  • automatically insert brackets when output.globalObject contains a non-trival expression
  • show error when using script type external with invalid syntax
  • expose types for Resolver, StatsOptions and ResolvePluginInstance
Preparations for the future
  • hashDigestLength will default to 16 in webpack 6 (experiments.futureDefaults)

v5.64.4

Compare Source

Bugfixes

  • fix tagged template literal evaluation
  • fix ModuleFederation with ESM
  • fix outputModule with intial splitChunks

Performance

  • upgrade watchpack for faster watcher updating
  • track file and directory timestamps separately in watchpack and webpack

Developer Experience

  • show origin of singleton shared module in mismatch warning

v5.64.3

Compare Source

Performance

  • allow to use pre-compiled schema when Infinity is used in configuration
  • allow to use pre-compiled schema for configuration arrays

v5.64.2

Compare Source

Bugfixes

  • avoid double initial compilation due to invalid dependencies with managedPaths

v5.64.1

Compare Source

Bugfixes

  • fix regexp in managedPaths to exclude additional slash
  • make module.accept errorHandler optional in typings
  • correctly create an async chunk when using a require(...).property in require.ensure
  • fix cleaning of symlinks in output.clean: true
  • fix change detection with unsafeCache within managedPaths (node_modules)
  • bump webpack-sources for Stack Overflow bugfix

v5.64.0

Compare Source

Features

  • add asyncChunks: boolean option to disable creation of async chunks

Bugfixes

  • fix ProfilingPlugin for experiments.backCompat: false

Performance

  • avoid running regexp twice over the file list

v5.63.0

Compare Source

Features

  • allow passing chunkLoading: false to disable on-demand loading

Bugfixes

  • fix import 'single-quote' in esm build dependencies

v5.62.2

Compare Source

Bugfixes

  • fix __system_context__ injection when using the library option on entrypoint
  • enable exportsPresence: "error" by default in futureDefaults
  • fix bad performance for a RegExp in Stats printing (with large error messages)
  • fix exportPresence -> exportsPresence typo
  • fix a bug with module invalidation when only module id changes with experiments.cacheUnaffected

v5.62.1

Compare Source

Bugfix

  • fix invalid generated code when omitting ;

v5.62.0

Compare Source

Features

  • add options to configure export presence checking
    • parser.javascript.reexportExportsPresence: false allows to disable warnings for non-existing exports during the migration from export ... from "..." to export type ... from "..." for type reexports in TypeScript
  • add experiments.backCompat: false to disable some expensive deprecations for better performance

Bugfixes

  • use ['catch'] instead of .catch for better ES3 support
  • fix removed parentheses when using new (require("...")).Something()
  • fix { require } object literals
  • splitChunks.chunks option is now correctly used for splitChunks.fallbackCacheGroup.maxSize too
  • fix schema of listen option, allow to omit port
  • add better support for Promises from different isolates

Developer Experience

  • add typings for the webpack API that is available within modules
    • use /// <reference types="webpack/module" /> to use the typings in typescript modules
    • or "types": [..., "webpack/module"] in tsconfig

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled due to failing status checks.

Rebasing: Whenever PR is behind base branch, 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, click this checkbox.

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

@renovate
Copy link
Contributor Author

renovate bot commented Nov 5, 2021

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm WARN using --force Recommended protections disabled.
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: extract-text-webpack-plugin@4.0.0-beta.0
npm ERR! Found: webpack@5.65.0
npm ERR! node_modules/webpack
npm ERR!   dev webpack@"5.65.0" from the root project
npm ERR!   peer webpack@">=4.43.0 <6.0.0" from @pmmmwh/react-refresh-webpack-plugin@0.4.3
npm ERR!   node_modules/@pmmmwh/react-refresh-webpack-plugin
npm ERR!     @pmmmwh/react-refresh-webpack-plugin@"^0.4.2" from @storybook/react@6.1.16
npm ERR!     node_modules/@storybook/react
npm ERR!       dev @storybook/react@"6.1.16" from the root project
npm ERR!       1 more (@storybook/addon-storyshots)
npm ERR!   13 more (@webpack-cli/configtest, babel-loader, css-loader, ...)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer webpack@"^3.0.0 || ^4.0.0" from extract-text-webpack-plugin@4.0.0-beta.0
npm ERR! node_modules/extract-text-webpack-plugin
npm ERR!   dev extract-text-webpack-plugin@"4.0.0-beta.0" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: webpack@4.46.0
npm ERR! node_modules/webpack
npm ERR!   peer webpack@"^3.0.0 || ^4.0.0" from extract-text-webpack-plugin@4.0.0-beta.0
npm ERR!   node_modules/extract-text-webpack-plugin
npm ERR!     dev extract-text-webpack-plugin@"4.0.0-beta.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate-cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate-cache/others/npm/_logs/2021-12-07T13_53_59_458Z-debug-0.log

@codecov-commenter
Copy link

codecov-commenter commented Nov 8, 2021

Codecov Report

Merging #382 (fbaae90) into master (bf902ed) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #382   +/-   ##
=======================================
  Coverage   75.00%   75.00%           
=======================================
  Files           3        3           
  Lines          96       96           
  Branches       22       22           
=======================================
  Hits           72       72           
  Misses         19       19           
  Partials        5        5           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bf902ed...fbaae90. Read the comment docs.

@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.62.1 chore(deps): update dependency webpack to v5.62.2 Nov 9, 2021
@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.62.2 chore(deps): update dependency webpack to v5.63.0 Nov 9, 2021
@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.63.0 chore(deps): update dependency webpack to v5.64.0 Nov 11, 2021
@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.64.0 chore(deps): update dependency webpack to v5.64.1 Nov 15, 2021
@renovate renovate bot force-pushed the renovate/webpack-5.x branch 3 times, most recently from b470395 to a735113 Compare November 20, 2021 15:20
@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.64.1 chore(deps): update dependency webpack to v5.64.2 Nov 20, 2021
@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.64.2 chore(deps): update dependency webpack to v5.64.3 Nov 24, 2021
@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.64.3 chore(deps): update dependency webpack to v5.64.4 Nov 25, 2021
@renovate renovate bot force-pushed the renovate/webpack-5.x branch 5 times, most recently from 3f7a2c3 to f8a132c Compare December 6, 2021 15:49
@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.64.4 chore(deps): update dependency webpack to v5.65.0 Dec 6, 2021
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

2 participants