Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Oct 15, 2019

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
webpack 4.41.1 -> 4.46.0 age adoption passing confidence

Release Notes

webpack/webpack

v4.46.0

Compare Source

Bugfixes

  • fix behavior of defaults for resolve.roots to be backward-compatible

v4.45.0

Compare Source

Features
  • resolve server-relative requests relative to project context by default
Bugfixes
  • fix a bug where splitChunk minSize is not handled correctly
  • fix a bug where the order of splitChunk cacheGroups is not handled correctly

v4.44.2

Compare Source

Bugfixes
  • make sure to generate correct chunk connection for blocks that are only connected in some runtimes
    • fixes a bug where filename contains undefined hash at runtime

v4.44.1

Compare Source

Bugfixes

  • fix bug in sideEffects optimization when using export * from "non-esm" and a default export.
  • add missing optional peerDependencies for webpack-cli and webpack-command to support Yarn 2

v4.44.0

Compare Source

Features
  • Improve sideEffects flag behavior when dynamic modules are part of the tree
    • Fixes a bug which causes empty modules (or type-only modules) to "break" Tree Shaking
  • add splitChunks.enforceSizeThreshold to allow enfore splitting larger chunks unrelated from other limiations
    • Not set by default to avoid breaking change
    • It will be set by default to 50k in webpack 5
    • It's recommended to set it in webpack 4 too
  • add support for resolve.roots and default resolve.roots: [context]
    • This allows to resolve server-relative urls (e.g. /src/abc) to the project root (or other locations when configured)
    • This allows to use loaders that rely on that behavior
Bugfixes
  • fix bug where splitChunks produced non-optimal results when minSize is set to 0
    • This lead to NaNs in some places which breaks ordering
  • Fix bug which lead to HMR not working for splitChunks in entrypoints
  • force update watchpack and chokidar for chokidar bugfix which causes files to stop being watched

v4.43.0

Compare Source

Features
  • add module.hot.invalidate() to HMR API
Dependencies
  • push versions for forced security updates

v4.42.1

Compare Source

Bugfixes

  • update webassemblyjs dependencies for instruction update
  • update mkdirp dependency for security reasons

v4.42.0

Compare Source

Bugfixes

  • Disable constant replacements in "use asm" scope
  • Update schema to disallow functions for output.hotUpdateChunkFilename as this doesn't work
  • Hoist exports in concatenated module to handle circular references with non-concatenated modules correctly
  • Flag all modules as used in DLLs to fix missing exports

v4.41.6

Compare Source

Bugfixes

  • Windows network paths are considered as absolute paths
  • fix hanging of FlagDependencyExportsPlugin when using export * in a circular matter

v4.41.5

Compare Source

Bugfixes
  • handle relative paths with webpack:// prefix in SourceMaps correctly
  • fixes a non-determinism about providedExports with export * which caused changing module hashes and unnecessary HMR invalidation

v4.41.4

Compare Source

Bugfixes
  • fix case where __webpack_require__.e is not a function when using module concatenation
  • fix incorrect imported module when using sideEffects in a certain constellation of export names
Performance
  • lazy-require Webassembly related modules for improved startup performance

v4.41.3

Compare Source

Security
  • force upgrade terser-webpack-plugin dependency for security fix (not affecting webpack)
Funding
  • add npm funding field to package.json

v4.41.2

Compare Source

Bugfixes

  • fix issue with invalide timezone

Configuration

📅 Schedule: 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 WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/webpack-4.x branch from e9c70f8 to 51422e5 Compare December 21, 2019 22:50
@renovate renovate bot changed the title Update dependency webpack to v4.41.2 Update dependency webpack to v4.41.4 Dec 21, 2019
@renovate renovate bot force-pushed the renovate/webpack-4.x branch from 51422e5 to d08936b Compare December 31, 2019 16:00
@renovate renovate bot changed the title Update dependency webpack to v4.41.4 Update dependency webpack to v4.41.5 Dec 31, 2019
@renovate renovate bot changed the title Update dependency webpack to v4.41.5 Update dependency webpack to v4.41.6 Feb 11, 2020
@renovate renovate bot force-pushed the renovate/webpack-4.x branch from d08936b to 7d3963c Compare February 11, 2020 14:52
@renovate renovate bot changed the title Update dependency webpack to v4.41.6 Update dependency webpack to v4.42.0 Mar 2, 2020
@renovate renovate bot force-pushed the renovate/webpack-4.x branch from 7d3963c to 9a566c0 Compare March 2, 2020 08:48
@renovate renovate bot force-pushed the renovate/webpack-4.x branch from 9a566c0 to dcf188c Compare March 24, 2020 06:27
@renovate renovate bot changed the title Update dependency webpack to v4.42.0 Update dependency webpack to v4.42.1 Mar 24, 2020
@renovate renovate bot changed the title Update dependency webpack to v4.42.1 Update dependency webpack to v4.43.0 Apr 21, 2020
@renovate renovate bot force-pushed the renovate/webpack-4.x branch from dcf188c to 68e2053 Compare April 21, 2020 16:35
@renovate renovate bot changed the title Update dependency webpack to v4.43.0 Update dependency webpack to v4.44.0 Jul 24, 2020
@renovate renovate bot force-pushed the renovate/webpack-4.x branch 2 times, most recently from 5108612 to 9803262 Compare July 30, 2020 08:08
@renovate renovate bot changed the title Update dependency webpack to v4.44.0 Update dependency webpack to v4.44.1 Jul 30, 2020
@renovate renovate bot changed the title Update dependency webpack to v4.44.1 Update dependency webpack to v4.44.2 Sep 18, 2020
@renovate renovate bot force-pushed the renovate/webpack-4.x branch from 9803262 to 1d188b7 Compare September 18, 2020 00:02
@renovate renovate bot changed the title Update dependency webpack to v4.44.2 Update dependency webpack to v4.45.0 Jan 8, 2021
@renovate renovate bot force-pushed the renovate/webpack-4.x branch 2 times, most recently from 74cc871 to 3cf2a34 Compare January 11, 2021 14:26
@renovate renovate bot changed the title Update dependency webpack to v4.45.0 Update dependency webpack to v4.46.0 Jan 11, 2021
@renovate renovate bot force-pushed the renovate/webpack-4.x branch from 3cf2a34 to 7e890ba Compare February 1, 2021 17:52
@renovate renovate bot force-pushed the renovate/webpack-4.x branch from 7e890ba to dde7e56 Compare February 14, 2021 15:17
@renovate renovate bot force-pushed the renovate/webpack-4.x branch from dde7e56 to b52fff9 Compare February 20, 2021 10:47
@stale
Copy link

stale bot commented Jul 9, 2021

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@stale stale bot added the wontfix This will not be worked on label Jul 9, 2021
@stale stale bot closed this Jul 21, 2021
@renovate
Copy link
Author

renovate bot commented Jul 21, 2021

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (4.46.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/webpack-4.x branch July 21, 2021 00:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

wontfix This will not be worked on

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants