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

Update dependency webpack to v4.7.0 #32

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 22, 2018

This Pull Request updates dependency webpack from v4.1.1 to v4.7.0

Note: This PR was created on a configured schedule ("after 4am and before 6am" in timezone America/Los_Angeles) and will not receive updates outside those times.

Release Notes

v4.7.0

Compare Source

Features

  • add webpackIgnore magic comment (import(/* webpackIgnore: true */ "...")) to keep the import in the bundle
  • add chunkGroups to Stats
    • chunkGroups option
    • namedChunkGroups property
    • Chunk Group text output

Bugfixes

  • prevent chunk merging for the runtimeChunk
  • fix a caching issue for concatenated modules
  • namedModules now handle name conflicts correctly
  • fix a crash when using [contenthash:n] without on-demand-chunks

Internal changes

  • testing uses Jest now
  • testing in node.js 10 too
  • Performance improvements

v4.6.0

Compare Source

Features

  • improve stats output alignment
  • improve stats text output when all exports are used
  • add webpackPrefetch/webpackPreload magic comments to import()
  • add stats.entrypoints[].children and stats.entrypoints[].childAssets to stats json
  • add prefetched/preloaded chunks and assets to stats text output
  • Performance improvements

Bugfixes

  • Escape chunk ids for target: "webworker"
  • fix this to undefined ESM replacement in function default values
  • new require(...) is weird, but now behaves like in node.js
  • fix behavior of export * from "commonjs" with partial override
  • fixed build time output in current locale in stats text output
  • fixed ChunkModuleIdRangePlugin and add tests
  • avoid race condition when using the loadModule loader API
  • fix default value of output.globalObject in target: "node-webkit"
  • fix a bug with loadModules and dependencies in these modules
  • fix hot.accept parser plugin to allow defined values as argument
  • print unknown size when size is unknown
  • fix a bug where some chunks were missing in the "single" runtime chunk
  • fix cloning of optimization configuration

Internal changes

  • Set up infrastructure for linting typings with TypeScript

v4.5.0

Compare Source

Features

  • Performance improvements
  • Improve readablility of error messages with long loader string

Bugfixes

  • Sort child compilations for consistent compilation hash
  • Fix bug causing all symbols to be renamed when concatenating modules

Contributing

  • add yarn setup script for bootstrapping local development

v4.4.1

Compare Source

Bugfixes

  • fix yarn/npm install script on windows

v4.4.0

Compare Source

Features

  • When webpack-cli is not installed it will ask to install it
  • splitChunks.chunks supports a custom function now
  • Better warning when omitting mode

Bugfixes

  • disallow functions for chunkFilename, because it's not working
  • generate correct code when using export default (function xxx() {})

Performance

  • Performance improvements for sorting by identifier

v4.3.0

Compare Source

Features

  • add support for [contenthash] placeholder

Bugfixes

  • browser field is used for target electron-renderer
  • set devtoolNamespace default correctly when passing an object to output.library

v4.2.0

Compare Source

Features

  • add splitChunks.automaticNameDelimiter to configure the name separator for automatic names
  • stats.excludeModules now also accept booleans
  • webpack throws an error when trying to run in twice at a time
  • performance is disabled by default in non-web targets
  • AMD parser plugins can now be extended by inheriting

Bugfixes

  • Fix a race condition when writing events.json in ProfilingPlugin
  • HMR runtime code is reverted to ES5 style
  • script timeout is not correctly in seconds
  • reexporting JSON exports works correctly now
  • fix a bug when combining ProfilingPlugin with SourceMapDevToolPlugin
  • add a missing semicolon to the runtime code


This PR has been generated by Renovate Bot.

@renovate renovate bot added the dependency label Mar 22, 2018
@renovate renovate bot force-pushed the renovate/webpack-4.x branch from 408b3ac to 0c78ed6 Compare March 28, 2018 09:30
@renovate renovate bot changed the title Update dependency webpack to v4.2.0 Update dependency webpack to v4.3.0 Mar 28, 2018
@renovate renovate bot force-pushed the renovate/webpack-4.x branch from 0c78ed6 to 632e40a Compare April 3, 2018 05:21
@renovate renovate bot changed the title Update dependency webpack to v4.3.0 Update dependency webpack to v4.4.1 Apr 3, 2018
@renovate renovate bot force-pushed the renovate/webpack-4.x branch from 632e40a to 340df83 Compare April 5, 2018 13:22
@renovate renovate bot changed the title Update dependency webpack to v4.4.1 Update dependency webpack to v4.5.0 Apr 5, 2018
@renovate renovate bot force-pushed the renovate/webpack-4.x branch from 340df83 to f3057b7 Compare April 18, 2018 16:29
@renovate renovate bot changed the title Update dependency webpack to v4.5.0 Update dependency webpack to v4.6.0 Apr 18, 2018
@renovate renovate bot force-pushed the renovate/webpack-4.x branch from f3057b7 to c9f2008 Compare May 5, 2018 12:18
@renovate renovate bot changed the title Update dependency webpack to v4.6.0 Update dependency webpack to v4.7.0 May 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant