CoderDojo-Saar / dojapp-saar

Unsere eigene App
2 stars 0 forks source link

Bump webpack from 4.0.0 to 4.11.0 #58

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 years ago

Bumps webpack from 4.0.0 to 4.11.0.

Release notes *Sourced from [webpack's releases](https://github.com/webpack/webpack/releases).* > ## v4.11.0 > # Features > > * support `reportProgress` in `afterEmit` > * Warnings are now emitted if magic comments don't compile > * Added support for matchResource inline request for loaders > * Using webpackPrefetch in entry chunk now triggers prefetching in runtime > * No link tag needed for this in HTML > * Warnings will be emitted when trying to use i64-functions imported from wasm > > # Bugfixes > > * get_global initializer in wasm globals now work correctly > * Reexporting globals is now handled correctly > * Error origins and locations are now displayed correctly > > > ## 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 > > ... (truncated)
Commits - [`e2fe200`](https://github.com/webpack/webpack/commit/e2fe2009d9f2b26a8d751ea89e184d6ec96e37d7) 4.11.0 - [`b1a640e`](https://github.com/webpack/webpack/commit/b1a640e005ce6773f6788406f89abad7287b6f23) Merge pull request [#7479](https://github-redirect.dependabot.com/webpack/webpack/issues/7479) from webpack/fix/5153 - [`b5b1e86`](https://github.com/webpack/webpack/commit/b5b1e869343e09fb8b425751aafdef25aa57c6b1) Merge pull request [#7478](https://github-redirect.dependabot.com/webpack/webpack/issues/7478) from webpack/fix/5889 - [`aa6de57`](https://github.com/webpack/webpack/commit/aa6de5723c6eb084a51420a391a316c46408fe78) Ensure static and dynamic imports use the same binding - [`348057f`](https://github.com/webpack/webpack/commit/348057fa0a59f0afbddbca6c3f6e5caf545299d0) Add a test case to invalidate [#5889](https://github-redirect.dependabot.com/webpack/webpack/issues/5889) - [`5653732`](https://github.com/webpack/webpack/commit/5653732d53d80e0be7976752a23e3e222b2ef8d5) Merge pull request [#7476](https://github-redirect.dependabot.com/webpack/webpack/issues/7476) from sandersn/fix-template-tag-syntax - [`c971073`](https://github.com/webpack/webpack/commit/c97107367a380344ec09aa6c753e003afd168978) Fix template tag syntax - [`19389b7`](https://github.com/webpack/webpack/commit/19389b7216f0929ce57bd612027878a8a509fb69) Merge pull request [#7447](https://github-redirect.dependabot.com/webpack/webpack/issues/7447) from xtuc/fix-wasm-check-for-invalid-signatures - [`78b3193`](https://github.com/webpack/webpack/commit/78b31936c3baf7dc0e71f10189ddf415d22c2762) add checkWasmTypes flag, enabled it only in production - [`bc6b5b0`](https://github.com/webpack/webpack/commit/bc6b5b0c4fef0b35bd22246352aa01459fef5de6) Merge pull request [#7444](https://github-redirect.dependabot.com/webpack/webpack/issues/7444) from MLoughry/prefetch-from-entry - Additional commits viewable in [compare view](https://github.com/webpack/webpack/compare/v4.0.0...v4.11.0)


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](https://app.dependabot.com): - 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.