chrvadala / react-svg-pan-zoom

:eyes: A React component that adds pan and zoom features to SVG
https://chrvadala.github.io/react-svg-pan-zoom/
MIT License
681 stars 127 forks source link

Bump webpack from 4.1.1 to 4.8.1 #106

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 years ago

Bumps webpack from 4.1.1 to 4.8.1.

Release notes *Sourced from [webpack's releases](https://github.com/webpack/webpack/releases).* > ## v4.8.1 > # Bugfixes > > * fix some WASM parsing issues > > ## v4.8.0 > # Features > > * new WASM pipeline > * use `instantiateStreaming` when available > * allow circular dependencies between wasm modules (functions only) > > # Bugfixes > > * fix a bug where runtime code for wasm was incorrectly cached > * fix a bug where a splitChunks cacheGroup without name wasn't executed > > ## v4.7.0 > # 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 > # 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 > ... (truncated)
Commits - [`2986ab1`](https://github.com/webpack/webpack/commit/2986ab1a18e895ac3f2546ac0c70bf73c0fdb679) 4.8.1 - [`672e66e`](https://github.com/webpack/webpack/commit/672e66e66f6509bfbc1ea6fe78dccb4f1b5d706d) Merge pull request [#7227](https://github-redirect.dependabot.com/webpack/webpack/issues/7227) from xtuc/chore-bump-webassemblyjs2 - [`28f093e`](https://github.com/webpack/webpack/commit/28f093ef87e4a528ef598e53f4b7d7ecc230c1e6) chore: bump webassemblyjs - [`18acfa4`](https://github.com/webpack/webpack/commit/18acfa499122f3fc0d6423d93c37c5f80a90f62e) Merge pull request [#7220](https://github-redirect.dependabot.com/webpack/webpack/issues/7220) from webpack/feature/add-type-checking-to-setup-guide - [`d9336bc`](https://github.com/webpack/webpack/commit/d9336bcb42c6e74ae98800b9348298e794e4b80c) Merge pull request [#7225](https://github-redirect.dependabot.com/webpack/webpack/issues/7225) from webpack/tests/remove_sinon - [`5bdeaa5`](https://github.com/webpack/webpack/commit/5bdeaa5b469b381aecae2906bed52fa53b17595f) add other commands to guide - [`f63d6fa`](https://github.com/webpack/webpack/commit/f63d6fa4bbd5ade96f4da8ac5ebd9384da37f300) Replace sinon by jest's mocks - [`586f9a2`](https://github.com/webpack/webpack/commit/586f9a21768e8bbc6bead6e564a6c7981a42f2d8) 4.8.0 - [`75c6416`](https://github.com/webpack/webpack/commit/75c6416cfe95217b5ce60d02ba5d24d88c50f538) updated examples - [`e89acf5`](https://github.com/webpack/webpack/commit/e89acf50a25430c40491529ddb8728800647367b) add TODO comment - Additional commits viewable in [compare view](https://github.com/webpack/webpack/compare/v4.1.1...v4.8.1)


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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot ignore this [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 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) - 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.
dependabot-preview[bot] commented 6 years ago

Superseded by #111.