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.3 #111

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 years ago

Bumps webpack from 4.1.1 to 4.8.3.

Release notes *Sourced from [webpack's releases](https://github.com/webpack/webpack/releases).* > ## v4.8.3 > # Bugfixes > > * fix missing `debug` dependency > * support arrays in `output.library.root` > > ## v4.8.2 > # Bugfixes > > * WASM parser bugfixes > * fix edge case when replacing top-level this in IIFE > * avoid parser wasm many times > > ## 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 > ... (truncated)
Commits - [`9a72294`](https://github.com/webpack/webpack/commit/9a72294918064d6b976538adf808808de948585f) 4.8.3 - [`de27f03`](https://github.com/webpack/webpack/commit/de27f0360a4b57efefabe67925ecee974b70e464) Merge pull request [#7282](https://github-redirect.dependabot.com/webpack/webpack/issues/7282) from xtuc/chore-bump-webassemblyjs5 - [`51073cd`](https://github.com/webpack/webpack/commit/51073cd3a1dc2d39f88ea3a1f36e40f454baf97d) chore: bump webassemblyjs - [`d5a648b`](https://github.com/webpack/webpack/commit/d5a648b28ad3e1d4eece62d3dfa8c5f3a375b5fc) Merge pull request [#7184](https://github-redirect.dependabot.com/webpack/webpack/issues/7184) from byzyk/fix/allow-array-in-lib-root - [`9337295`](https://github.com/webpack/webpack/commit/933729554df2459adb292280093c7ca331e3f620) Merge pull request [#7280](https://github-redirect.dependabot.com/webpack/webpack/issues/7280) from webpack/feature/update-ts-nightly-dep - [`e312d62`](https://github.com/webpack/webpack/commit/e312d62365e5e2c900ac334c2ffd102b9e3210c6) Merge pull request [#7241](https://github-redirect.dependabot.com/webpack/webpack/issues/7241) from lencioni/test-docs - [`ea7d08c`](https://github.com/webpack/webpack/commit/ea7d08c666cdc60e42b7c473d585e4b56c9d5763) Merge pull request [#7277](https://github-redirect.dependabot.com/webpack/webpack/issues/7277) from webpack/lint/cache - [`81de2d4`](https://github.com/webpack/webpack/commit/81de2d43142da436eceef86f02d3425af17c00e4) chore(deps): upgrade typescript nightly - [`c92eabd`](https://github.com/webpack/webpack/commit/c92eabd3be44d4162be0affc9ef368624b0a6e51) 4.8.2 - [`8d2f421`](https://github.com/webpack/webpack/commit/8d2f421da69db8365f651b4a71bf2a9b73e15288) Merge pull request [#7254](https://github-redirect.dependabot.com/webpack/webpack/issues/7254) from xtuc/feat-remove-extra-wasm-decodings - Additional commits viewable in [compare view](https://github.com/webpack/webpack/compare/v4.1.1...v4.8.3)


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) - 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

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.