Skip to content
New issue

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

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

Already on GitHub? # to your account

chore(deps): update dependency webpack to v5.10.0 #110

Merged
merged 1 commit into from
Dec 5, 2020

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 20, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
webpack 5.4.0 -> 5.10.0 age adoption passing confidence

Release Notes

webpack/webpack

v5.10.0

Compare Source

Bugfixes

  • Multiple fixes regarding the side effects optimization ("sideEffects": false) when reexports and concatenated modules are combined

Contributing

  • Typescript major 4
    • Improved internal structure of our typings

Performance

  • output.pathinfo: true (default in development) adds less verbose information (and is faster)
  • output.pathinfo: "verbose" adds more verbose information
  • output.pathinfo: true is cached
  • avoid assets and module stats information generation when they are cached and cached assets/modules are not shown

v5.9.0

Compare Source

Features

  • improve side effects analysis to report imported and reexported symbols as side-effect-free

Bugfixes

  • fix problem when HMR and different runtimes (e. g. with Workers)
    • caused crash with ... has no hash info for runtime ...

v5.8.0

Compare Source

Features

  • add the ability to process assets generated in later stages during processAssets
  • new processAssets stage: PROCESS_ASSETS_STAGE_OPTIMIZE_INLINE
  • add hooks to the RealContentHashPlugin to allow to process custom hashes (e. g. SRI)

Bugfixes

  • fix typing for child compiler plugins
  • SourceMapPlugin will process assets added in later stages during asset processing

v5.7.0

Compare Source

Features

  • CLI supports installing webpack-cli via pnpm

Bugfixes

  • fix problem with ASI detection, causing semicolons inserted after if(...) etc.

v5.6.0

Compare Source

Bugfixes

  • emit warnings/errors for exports in commonjs modules for which we know that they don't exist

v5.5.1

Compare Source

Bugfixes

  • fix crash when __esModule is defined with defineProperty without value

v5.5.0

Compare Source

Bugfixes

  • fix ASI issues that occur between concatenated modules
  • fix incorrect handling of [id] and etc. in SourceMap sources
  • fix side-effect-free handling of exports for concatenated modules that causes an unused export
  • make ESM-CJS interop handling consistent
    • make __esModule flag consistent exposed
    • handle non enumerable exports
    • handle inherited exports
    • handle exported Promises

Renovate configuration

📅 Schedule: "every weekend" in timezone Asia/Tokyo.

🚦 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 added the deps Pull requests that update a dependency file label Nov 20, 2020
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from cfa6b6f to 76e1a99 Compare November 26, 2020 06:12
@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.6.0 chore(deps): update dependency webpack to v5.7.0 Nov 26, 2020
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from 76e1a99 to 9d1cf1f Compare November 26, 2020 18:17
@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.7.0 chore(deps): update dependency webpack to v5.8.0 Nov 26, 2020
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from 9d1cf1f to 14c708f Compare November 28, 2020 22:05
@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.8.0 chore(deps): update dependency webpack to v5.9.0 Nov 28, 2020
@renovate renovate bot force-pushed the renovate/webpack-5.x branch 2 times, most recently from 67b4a1f to 0b35db5 Compare December 4, 2020 21:14
@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.9.0 chore(deps): update dependency webpack to v5.10.0 Dec 4, 2020
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from 0b35db5 to f097ef2 Compare December 5, 2020 13:19
@ruedap ruedap merged commit 90d13fb into main Dec 5, 2020
@ruedap ruedap deleted the renovate/webpack-5.x branch December 5, 2020 16:30
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
deps Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants