Skip to content
This repository was archived by the owner on Aug 15, 2019. It is now read-only.

chore(deps): update dependency webpack to v4.39.1#39

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/webpack-4.x
Open

chore(deps): update dependency webpack to v4.39.1#39
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/webpack-4.x

Conversation

@renovate

@renovate renovate Bot commented Apr 12, 2019

Copy link
Copy Markdown

This PR contains the following updates:

Package Type Update Change
webpack devDependencies minor 4.29.6 -> 4.39.1

Release Notes

webpack/webpack

v4.39.1

Compare Source

Bugfixes

  • fix problem that progress lines were too long on some terminals
  • fix a problem that ...100% is displayed instead of 100%

v4.39.0

Compare Source

Features

  • Infrastructure logger for node.js has now colors + symbols to mark different kind of messages
  • Logger API has now a status method which allows to write temporary status messages
  • ProgressPlugin default handler uses the Infrastructure Logger status message to output messages
  • Placeholders in paths can now be escaped with i. e. [\id\]
  • Compiler.hooks.assetEmitted have been added to get byte content of emitted assets

Bugfixes

  • Logging output is now aligned to have space for symbols
  • renamed Compiler.hooks.infrastructurelog to Compiler.hooks.infrastructureLog
  • Properties that are defined on the Object.prototype can now be chunk ids (i. e. constructor)
  • library.name now supports placeholders in libraryTarget: "system"
  • 2 places were module profiles were incorrectly captured were fixed

Dependencies

  • Forced upgrade of all direct dependencies
  • webpack-sources + terser-webpack-plugin comes with quality optimizations for SourceMaps

v4.38.0

Compare Source

Performance

  • Improved performance of ProgressPlugin
  • Improved performance of chunk graph generation
    • This can boost performance when many chunks are used, especially incremental build performance
    • Modules from parent chunks are now tracked during chunk graph generation, which allows to skip these modules in async chunks. This often renders optimization.removeAvailableModules unneeded, expect in scenarios where chunks are merged during optimization.
  • optimization.removeAvailableModules is now disabled in development mode by default
    • optimization.removeAvailableModules will be disabled for all modes in next major release, feel free to disable it in production too if you want extra performance.

v4.37.0

Compare Source

Features

  • add logging API (see #​9436 for details)

v4.36.1

Compare Source

Bugfixes

  • fix regression in 4.36.0 when using happypack

v4.36.0

Compare Source

Features

  • SourceMapDevToolPlugin append option now supports the default placeholders in addition to [url]
  • Arrays in resolve and parser options (Rule and Loader API) support backreferences with "..." when overriding options.

v4.35.3

Compare Source

Bugfixes

  • update acorn to include import()

Performance

  • Improved runtime performance for large JSON modules

v4.35.2

Compare Source

Bugfixes

  • realResource must match absolute paths

v4.35.1

Compare Source

Bugfixes

  • add realResource condition in rule to schema
  • fixes order of loaders when using a matchResource

v4.35.0

Compare Source

Features

  • ProgressPlugin limit output to column width in terminal
  • add Watching.suspend and Watching.resume
  • add splitChunks.automaticNameMaxLength and splitChunks.cacheGroups[x].automaticNameMaxLength

Bugfixes

  • webworker target now respect publicPath when loading chunks
  • holey arrays of configs will fail the validation

v4.34.0

Compare Source

Features

  • Error message when parsing fails shows used loaders now

Bugfixes

  • importing the namespace object from non-ESM (CJS) modules no longer leads to an warning
  • Error message in HMR logging works for Firefox too now
  • Parser understands block scoping now

v4.33.0

Compare Source

Features

  • add target: "electron-preload" for electron 5
    • renderer should use target: "web" in electron 5

Bugfixes

  • fix HMR rejection of removed and readded self-accepted modules

v4.32.2

Compare Source

Bugfixes

  • fix some weird schema validation messages
  • fix problem in production mode (sideEffects + concatenation) which caused reexported values to become undefined (bug since 4.32.0)

v4.32.1

Compare Source

Bugfixes

  • reverts some changes from 4.32.0 which accidentally disabled some CommonJs features when using node: false.

v4.32.0

Compare Source

Features

  • Added this.mode to the loader API, to allow loaders to choose defaults by mode similar to webpacks options
  • Stack Trace for Errors in rejected Promises from import() now includes the stack from where the import() was called

Bugfixes

  • The Parser can now analyse identifiers in rest patterns too
    • const { a, ...rest } = obj, where rest conflicts with an imported binding etc.
  • node: false now correctly disables __dirname and __filename too
  • __dirname and __filename now no longer evaluates to something when node: false or node.__file/dirname: false is set
    • if(__dirname !== "") is no longer replaced with if(true) in such scenarios
  • prefetching chunks is no executed after the initial module evaluation
    • This allows to override i. e. __webpack_public_path__ for prefetching too
  • fixes a runtime crash when using side-effect-free modules with the DllPlugin

Contribute

  • CI tests node.js 12 now too
  • webpack-bot now merges dependabot PRs automatically when status checks succeed

v4.31.0

Compare Source

Features

  • add errors-warnings stats preset

Bugfixes

  • allow top-level return in non-ESM modules

v4.30.0

Compare Source

Features

  • add amd: false to disable AMD support
  • Compilation.hooks.finishModules now also allows async plugins
  • add output.libraryTarget: "system" to compile for SystemJs environment

Bugfixes

  • fix generating a null id when concatenating an entry module in a different chunk
  • fix unneeded chunk references when splitting modules from chunks
  • fix parsing of function name in function scope

Performance

  • Lazy require some internal files
  • Faster way to generate function headers

Contributing

  • Run prettier on examples markdown

Renovate configuration

📅 Schedule: "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Europe/Paris.

🚦 Automerge: Enabled.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 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 Renovate Bot. View repository job log here.

@renovate renovate Bot requested a review from a team as a code owner April 12, 2019 20:33
@renovate renovate Bot force-pushed the renovate/webpack-4.x branch from b023fa9 to 192e936 Compare May 9, 2019 20:55
@renovate renovate Bot changed the title chore(deps): update dependency webpack to v4.30.0 chore(deps): update dependency webpack to v4.31.0 May 9, 2019
@renovate renovate Bot force-pushed the renovate/webpack-4.x branch from 192e936 to 1ca9f7f Compare May 20, 2019 21:40
@renovate renovate Bot changed the title chore(deps): update dependency webpack to v4.31.0 chore(deps): update dependency webpack to v4.32.0 May 20, 2019
@renovate renovate Bot force-pushed the renovate/webpack-4.x branch from 1ca9f7f to a25638b Compare May 25, 2019 21:52
@renovate renovate Bot changed the title chore(deps): update dependency webpack to v4.32.0 chore(deps): update dependency webpack to v4.32.2 May 25, 2019
@renovate renovate Bot force-pushed the renovate/webpack-4.x branch from a25638b to ea05399 Compare July 13, 2019 10:58
@renovate renovate Bot changed the title chore(deps): update dependency webpack to v4.32.2 chore(deps): update dependency webpack to v4.35.3 Jul 13, 2019
@renovate renovate Bot force-pushed the renovate/webpack-4.x branch from ea05399 to 8b57bd4 Compare August 10, 2019 11:57
@renovate renovate Bot changed the title chore(deps): update dependency webpack to v4.35.3 chore(deps): update dependency webpack to v4.39.1 Aug 10, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant