Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps webpack from 4.7.0 to 4.10.2.

Release notes

Sourced from webpack's releases.

v4.10.2

Bugfixes

  • order of wasm globals is correctly preversed while rewriting
  • skipping side-effect-free modules up to a concatenated modules will not longer cause null module ids

v4.10.1

Bugfixes

  • update reasons correctly when skipping side-effect-free modules

v4.10.0

Features

  • Export and import name strings in them wasm are mangled
  • Unused exports in wasm are removed (Tree Shaking)
    • Don't expect size improvements yet since there is not minimizer for WASM yet which does the Dead Code Elimination, which is the second part for this optimization
  • Direct WASM dependencies are enforced for:
    • functions imports with i64 parameters or return values
    • memory and table imports
  • generate shorter wasm runtime code
  • ESM namespace object now have Symbol.toStringTag "Module"

Bugfixes

  • generate correct initializer for imported globals in wasm
  • side-effect-free modules referenced by export * from are no longer including in the bundle
  • the side-effects optimization is now possible in incremental compilation

v4.9.2

Bugfixes

  • functions is defined because used (fixes undeclared function error in firefox)
  • progress plugin works now in MultiCompiler scenarios again

v4.9.1

Bugfixes

  • fix parameter references in default parameters

Internal changes

  • change test cases to text format

v4.9.0

Features

  • BannerPlugin supports a function as banner option
  • allow serve property in configuration schema
... (truncated)
Commits
  • b8266d0 4.10.2
  • 66cd9b7 Merge pull request #7445 from webpack/bugfix/no-id
  • 6390240 rewrite module reference correctly after replacing ConcatenatedModule
  • 4f4a2ba Merge pull request #7434 from webpack/bump_prettier
  • 8e6a012 Merge pull request #7432 from webpack/add_brackets
  • 75f12fb Merge pull request #7437 from webpack/bump_jest
  • be972ea Update jest to v23
  • d2aca56 Merge pull request #7431 from xtuc/fix-wasm-preserve-global-order
  • faf04e0 Update prettier to v1.13
  • 2a9452e Add brackets for multiline if/for statements
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use (this|these) label[s] will set the current labels as the default for future PRs for this repo and language
  • @dependabot use (this|these) reviewer[s] will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use (this|these) assignee[s] will set the current assignees as the default for future PRs for this repo and language

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [webpack](https://github.com/webpack/webpack) from 4.7.0 to 4.10.2.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v4.7.0...v4.10.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@styfle styfle merged commit 5409128 into master Jun 1, 2018
@styfle styfle deleted the dependabot/npm_and_yarn/webpack-4.10.2 branch June 1, 2018 13:38
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.

3 participants