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

Bump webpack from 3.11.0 to 4.10.1#346

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/webpack-4.10.1
Closed

Bump webpack from 3.11.0 to 4.10.1#346
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/webpack-4.10.1

Conversation

@dependabot-preview
Copy link
Contributor

Bumps webpack from 3.11.0 to 4.10.1.

Release notes

Sourced from webpack's releases.

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
  • add entryOnly option to DllPlugin to only expose modules in the entry point
  • Allow to choose between webpack-cli and webpack-command
  • improve error message when JSON parsing fails
  • allow BOM in JSON
  • sort usedIds in records for stablility
... (truncated)
Commits
  • b80296f 4.10.1
  • c01cb97 Merge commit 'ba703401d580ad623af17fe96ed98b4d801e0313'
  • 1e09650 Merge pull request #7411 from aleen42/master
  • b756012 Merge pull request #7430 from webpack/bugfix/side-effects-reasons
  • 351c993 fixup reasons when redirecting dependencies for side-effects
  • bfdb769 Merge pull request #7427 from ronanamsterdam/feature/test-readme-update
  • 4fc3981 Merge pull request #7429 from webpack/test/issue-7401
  • 5705713 Issue #7424: test/README update with jest snapshot flow
  • 504148c add test cases for #7401
  • 24072ab chore: fix snap for #7263
  • 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 3.11.0 to 4.10.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v3.11.0...v4.10.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview
Copy link
Contributor Author

Superseded by #350.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/webpack-4.10.1 branch May 31, 2018 02:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments