Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update webpack to the latest version 🚀 #43

Open
wants to merge 1 commit into
base: source
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Apr 18, 2018

Version 4.6.0 of webpack was just published.

Dependency webpack
Current Version 3.11.0
Type devDependency

The version 4.6.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of webpack.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes 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

  • Escape chunk ids for target: "webworker"
  • fix this to undefined ESM replacement in function default values
  • new require(...) is weird, but now behaves like in node.js
  • fix behavior of export * from "commonjs" with partial override
  • fixed build time output in current locale in stats text output
  • fixed ChunkModuleIdRangePlugin and add tests
  • avoid race condition when using the loadModule loader API
  • fix default value of output.globalObject in target: "node-webkit"
  • fix a bug with loadModules and dependencies in these modules
  • fix hot.accept parser plugin to allow defined values as argument
  • print unknown size when size is unknown
  • fix a bug where some chunks were missing in the "single" runtime chunk
  • fix cloning of optimization configuration

Internal changes

  • Set up infrastructure for linting typings with TypeScript
Commits

The new version differs by 1318 commits.

  • e7c8fa4 4.6.0
  • 941be29 Merge pull request #7063 from webpack/bugfix/clone-optimization
  • 3a5fda9 Merge pull request #7062 from webpack/bugfix/issue-6931
  • c47150c Clone optimization config in Defaulter
  • 3f99517 Merge pull request #6905 from xtuc/fix-handle-unknown-size
  • aee2491 Merge pull request #6962 from justinhelmer/bug/6919
  • ec4ec8e Merge pull request #7056 from webpack/feature/preload
  • 0ff2901 Merge pull request #7060 from webpack/test/any-comment-in-import
  • 58ba91d fix bug which prevented some chunks to show up in Chunk.getAllAsyncChunks
  • 946c4df add test case for comments in import()
  • 8e2e19b fix unstable sorting of ChunkGroups and add test
  • 205ca62 fix reversed order in Chunk.compareTo
  • babc8a4 Merge pull request #7059 from bastimeyer/bugfix/loaderplugin-recursive
  • be79d6d add mixed test case which also tests equal order sorting
  • 873d7d4 show preload and prefetch in stats

There are 250 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

greenkeeper bot added a commit that referenced this pull request May 4, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented May 4, 2018

Version 4.7.0 just got published.

Update to this version instead 🚀

Release Notes 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
Commits

The new version differs by 203 commits.

  • 673c103 4.7.0
  • ac7c28c Merge pull request #7201 from webpack/bugfix/content-hash
  • 0a6ba95 avoid injection jsonpScriptSrc function when not needed
  • 88bf798 Merge pull request #7198 from webpack/ci/force-exit
  • f55a135 add forceExit to jest config
  • e75dc78 Rename Custom.md to Other.md
  • 7058b58 Merge pull request #7196 from webpack/github/issue-templates
  • 6131392 Merge pull request #7169 from webpack/ci/parallel-node-6
  • f64e8c6 Update Bug_report.md
  • 35f2b3c Update issue templates
  • e361ba5 Merge pull request #7031 from webpack/feature/chunk-type-support
  • f1618ae chore(Chunk): add type annotations for Chunk
  • fc3774a Merge pull request #7116 from webpack/feature/main-template-type-support
  • 7829a0b Merge pull request #7189 from webpack/feature/update-ts-nightly-version
  • 0495b40 chore(deps): upgrade TS nightly, fixes from microsoft/typescript#23715

There are 203 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request May 11, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented May 11, 2018

Version 4.8.2 just got published.

Update to this version instead 🚀

Release Notes v4.8.2

Bugfixes

  • WASM parser bugfixes
  • fix edge case when replacing top-level this in IIFE
  • avoid parser wasm many times
Commits

The new version differs by 136 commits.

  • c92eabd 4.8.2
  • 8d2f421 Merge pull request #7254 from xtuc/feat-remove-extra-wasm-decodings
  • e2c8f3d remove passing AST, redecode AST in Generator
  • 38456ea chore: bump webassemblyjs
  • 912a1a6 chore: update lock
  • 3be112b Merge remote-tracking branch 'upstream/master' into feat-remove-extra-wasm-decodings
  • 91b6480 chore: bump webassemblyjs
  • 0eeea0f Merge pull request #7266 from webpack/tests/remove_jade
  • 85ef634 remove _ast variable, add WeakMap
  • ea26eac Merge pull request #7257 from webpack/fix/7255
  • 9b37c6b Replace Jade by Pug
  • 78423b0 Update rc and deep-extend
  • 8bdc8ad refactor: remove type cast
  • d72f7c6 feat: store wasm ast on the module
  • d491fdc feat: uses new APIs

There are 136 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request May 12, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented May 12, 2018

Version 4.8.3 just got published.

Update to this version instead 🚀

Release Notes v4.8.3

Bugfixes

  • fix missing debug dependency
  • support arrays in output.library.root
Commits

The new version differs by 13 commits.

  • 9a72294 4.8.3
  • de27f03 Merge pull request #7282 from xtuc/chore-bump-webassemblyjs5
  • 51073cd chore: bump webassemblyjs
  • d5a648b Merge pull request #7184 from byzyk/fix/allow-array-in-lib-root
  • 9337295 Merge pull request #7280 from webpack/feature/update-ts-nightly-dep
  • e312d62 Merge pull request #7241 from lencioni/test-docs
  • ea7d08c Merge pull request #7277 from webpack/lint/cache
  • 81de2d4 chore(deps): upgrade typescript nightly
  • 17bcc3c enable eslint caching
  • a31721a Update test readme for Jest
  • 71b05f9 move test to separate folder
  • a3d3af8 add test
  • d50f00d fix: allow array of strings for library.root

See the full diff

greenkeeper bot added a commit that referenced this pull request May 25, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented May 25, 2018

Version 4.9.0 just got published.

Update to this version instead 🚀

Release Notes 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

Bugfixes

  • align module not found error message with node.js
  • fix behavior of splitChunks when request limit has reached (caused suboptimal splitting)
  • fix handling of RegExp in records (caused absolute path in records)
  • fix handling of circular chunks (caused missing __webpack_require__.e)
  • runtimeChunk is even generated when all modules are moved by splitChunks (caused multiple runtime chunks instead of single one)
  • string ids are no longer recorded (caused duplicate chunk ids)
  • fix link to migration guide in error message

Internal changes

  • add more typings
  • Use travis stages
  • add many-pages example
Commits

The new version differs by 87 commits.

  • bb0731d 4.9.0
  • be6bdff Merge pull request #7385 from moondef/moondef-patch-1
  • b77addd Merge pull request #7187 from byzyk/enhancement/prettierignore
  • 2f3e7d4 Merge pull request #7331 from dev-drprasad/add-jsdoc-annotations-cached-merge
  • 70c608c Merge pull request #7387 from webpack/bugfix/record-string-ids
  • 69567a1 update test case to reflect change
  • 8af0320 Merge pull request #7344 from asapach/master
  • 713292f update bot for jest tests
  • 79aa13d Merge pull request #7386 from webpack/bugfix/runtime-chunk
  • 67717ab Merge pull request #7383 from webpack/ci/improvements
  • 72a45ab speed up CI
  • f026310 only record number ids
  • 25c7b07 Fix link
  • 374376d fixes #7382
  • aa99385 added a note about production mode

There are 87 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request May 25, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented May 25, 2018

Version 4.9.1 just got published.

Update to this version instead 🚀

Release Notes v4.9.1

Bugfixes

  • fix parameter references in default parameters

Internal changes

  • change test cases to text format
Commits

The new version differs by 11 commits.

  • 94cd709 4.9.1
  • 5feb7e6 Merge pull request #7174 from JLHwung/revise-examples-build-readme
  • 4cd0cf5 Merge pull request #7379 from xtuc/refactor-use-wast-in-tests
  • c513cac Merge pull request #7403 from webpack/fix/7335
  • f22fffd Evaluate arguments in function's scope
  • 55ce143 Add test case
  • 00eafa6 Update mem-access.wat
  • acc45fd refactor: switch to wast
  • 7184bb4 fix: keep decoding in wasm
  • a9d9fee refactor: switch to tests to wast
  • 64db306 docs(examples): add yarn add webpack-cli step

See the full diff

greenkeeper bot added a commit that referenced this pull request May 28, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented May 28, 2018

Version 4.9.2 just got published.

Update to this version instead 🚀

Release Notes v4.9.2

Bugfixes

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

The new version differs by 13 commits.

  • 317fb35 4.9.2
  • 5c51f0c Merge pull request #7251 from webpack/types/library_templates
  • 91546a1 fix incorrect default
  • 9c7100b fix inline object types, add auxiliary comment types
  • 3f183b5 Merge pull request #7210 from gluecodes/master
  • ae6c7a4 Merge pull request #7279 from cokencode/progress-plugin-bug-fix
  • 4073814 Merge pull request #7219 from webpack/feature/type-all-the-errors
  • 9c0036b Add a test
  • 9791c0b fix spacing
  • 737eaa5 Fix a bug where ProgressPlugin is not working properly with MultiCompiler
  • bbb9f38 fix: ReferenceError: onScriptComplete is not defined when using HMR on Firefox 45
  • f613e9a chore(types): add basic type info for a few warning and errors
  • ed9d024 Add typings for various library template plugins

See the full diff

greenkeeper bot added a commit that referenced this pull request May 29, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented May 29, 2018

Version 4.10.0 just got published.

Update to this version instead 🚀

Release Notes 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

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
Commits

The new version differs by 34 commits.

  • ba70340 4.10.0
  • 023d4ca add more test cases
  • 7708471 Merge branch 'master' into bugfix/namespace-object
  • 1f2584e Merge pull request #7408 from webpack/bugfix/side-effects-caching
  • 29cbf98 Merge pull request #7275 from webpack/feature/wasm-mangling
  • 3ac1d02 Merge pull request #7416 from xtuc/fix-rewritten-global-type
  • fd4e84b fix(wasm): correct initializer type for rewritten globals
  • ae8d674 fix bug with incorrectly emitted modules
  • 7ebe12d throw error when unexpected state has been found
  • 115a72c SideEffectsPlugin don't modify cache entries
  • cc57b12 Merge pull request #7396 from xtuc/chore-bump-webassemblyjs7
  • d0ce47d chore: bump webassemblyjs 1.5.7
  • d46e35e Merge branch 'master' into feature/wasm-mangling
  • ec0369d Merge pull request #7364 from xtuc/chore-bump-webassemblyjs6
  • 586469a chore: correct version

There are 34 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request May 30, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented May 30, 2018

Version 4.10.1 just got published.

Update to this version instead 🚀

Release Notes v4.10.1

Bugfixes

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

The new version differs by commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 2, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 2, 2018

Version 4.10.2 just got published.

Update to this version instead 🚀

Release Notes 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
Commits

The new version differs by 12 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
  • 1842936 chore: bump webassemblyjs 1.5.9
  • 23795ba fix(wasm): preserve global ordering

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 5, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 5, 2018

Version 4.11.0 just got published.

Update to this version instead 🚀

Release Notes 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
Commits

The new version differs by 87 commits.

  • e2fe200 4.11.0
  • b1a640e Merge pull request #7479 from webpack/fix/5153
  • b5b1e86 Merge pull request #7478 from webpack/fix/5889
  • aa6de57 Ensure static and dynamic imports use the same binding
  • 348057f Add a test case to invalidate #5889
  • 5653732 Merge pull request #7476 from sandersn/fix-template-tag-syntax
  • c971073 Fix template tag syntax
  • 19389b7 Merge pull request #7447 from xtuc/fix-wasm-check-for-invalid-signatures
  • 78b3193 add checkWasmTypes flag, enabled it only in production
  • bc6b5b0 Merge pull request #7444 from MLoughry/prefetch-from-entry
  • c65d164 fix test case
  • 591521b support node.js 10 and 8
  • c77ec39 revert afterStartup and trigger prefetch before startup
  • dc0e1ec Merge branch 'master' into prefetch-from-entry
  • db668b7 move fake document to ConfigTestCases

There are 87 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 6, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 6, 2018

Version 4.11.1 just got published.

Update to this version instead 🚀

Release Notes v4.11.1

Features

  • add optimization.mangleWasmImports option to disable mangling of wasm imports

Bugfixes

  • disable wasm import mangling temporary because of bugs in the underlying wasm processing
Commits

The new version differs by 3 commits.

  • 956c0b1 4.11.1
  • 5fee19d Merge pull request #7487 from webpack/bugfix/no-wasm-import-mangle
  • 8e3be48 allow to disable wasm import mangle

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 8, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 8, 2018

Version 4.12.0 just got published.

Update to this version instead 🚀

Release Notes v4.12.0

Features

  • Errors from loaders show the loader path in the error message
  • add support for optional catch and line and paragraph separator in strings (ES2019)

Bugfixes

  • fixes a bug where chunks have duplicate ids when using records
  • fix bubbling in HMR for import() when importing a non-ESM
  • fix issue with in installing with pnpm
  • update dependencies of the ProfilingPlugin
Commits

The new version differs by 53 commits.

  • 02a955b 4.12.0
  • 60e1076 Merge pull request #7407 from prplx/master
  • ff224a7 Merge branch 'master' into master
  • 47101fd Merge pull request #7489 from mohsen1/update-tracer
  • f28bb4e add webpack 5 comment
  • ebe90f4 Merge pull request #7501 from xtuc/chore-bump-webassemblyjs9
  • 31b755a Merge pull request #7498 from webpack/bugfix/hmr-parent-import
  • 5dcb08f chore: bump webassemblyjs
  • 603cb60 Merge pull request #7496 from build-your-own/master
  • 5cbe74b Disable documentation checkbox by default
  • b9229fa add parents correctly when creating namespace objects
  • 9ac4045 Merge pull request #7473 from webpack/feat/optional-catch-binding
  • d6d7119 change variable defined identifier let to const
  • 551384a Merge pull request #7493 from webpack/bugfix/issue-7492
  • b424645 Merge pull request #6542 from mc-zone/feature/module-build-error-with-loader-name

There are 53 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 24, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 24, 2018

Version 4.12.1 just got published.

Update to this version instead 🚀

Release Notes v4.12.1

Bugfixes

  • fix problem causing a stack overflow when reexporting circular
  • fix a bug causing missing modules in bundles when using splitChunks
  • run modules in correct order when using import with sideEffects: false
    • added order to DependencyReference
  • add missing support for [chunkhash] in target: "webworker"
  • fix bug causing incomplete profile (race condition) with the ProfilingPlugin

Internal changes

  • Added more types
  • lint files on commit with lint-staged
Commits

The new version differs by 55 commits.

  • 8a7597a 4.12.1
  • bb38c5d Merge pull request #7586 from samccone/sjs/fix_webpack_profiling_race
  • 735f99c Fix race condition in profiling plugin.
  • 3fb49de Merge pull request #7581 from TimHambourger/master
  • 6dd4d76 Merge pull request #7582 from arkadyt/bugfix/remove-dead-links-from-examples-doc
  • 2bc5437 Merge pull request #7532 from Legends/CommentCompilationWarning
  • 1e7b4e9 Remove dead links from /examples README.md.
  • 2fb9a6c remove typedef Position import
  • 4fc03e1 Merge pull request #7531 from Legends/APP
  • 1ef1241 Implement all path variables for webworker dynamic imports
  • afdbf71 removing typedef exports
  • 7969a5a Importing typedef from Dependency.js ??? Please review.
  • b03804e added Compiler, @returns void
  • 4de3ce0 Merge pull request #7554 from greysteil/add-semver-badge
  • 5aafb83 update to lastest version badge

There are 55 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 27, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 27, 2018

Version 4.12.2 just got published.

Update to this version instead 🚀

Release Notes v4.12.2

Bugfixes

  • fix crash when using invalid JSON with HMR
  • fix missing modules when a side-effect-free package is root of module concatenation
  • update chunkhash when entry-chunks list or prefetched chunks change
Commits

The new version differs by 19 commits.

There are 19 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 13, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 13, 2019

  • The devDependency webpack was updated from 3.12.0 to 4.39.2.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Aug 27, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 27, 2019

  • The devDependency webpack was updated from 3.12.0 to 4.39.3.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Sep 12, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 12, 2019

  • The devDependency webpack was updated from 3.12.0 to 4.40.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Sep 13, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 13, 2019

  • The devDependency webpack was updated from 3.12.0 to 4.40.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Sep 13, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 13, 2019

  • The devDependency webpack was updated from 3.12.0 to 4.40.2.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Sep 24, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 24, 2019

  • The devDependency webpack was updated from 3.12.0 to 4.41.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Oct 11, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 11, 2019

  • The devDependency webpack was updated from 3.12.0 to 4.41.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Oct 15, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 15, 2019

  • The devDependency webpack was updated from 3.12.0 to 4.41.2.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Dec 16, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 16, 2019

  • The devDependency webpack was updated from 3.12.0 to 4.41.3.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Dec 19, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 19, 2019

  • The devDependency webpack was updated from 3.12.0 to 4.41.4.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Dec 27, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 27, 2019

  • The devDependency webpack was updated from 3.12.0 to 4.41.5.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 11, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 11, 2020

  • The devDependency webpack was updated from 3.12.0 to 4.41.6.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 2, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 2, 2020

  • The devDependency webpack was updated from 3.12.0 to 4.42.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 24, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 24, 2020

  • The devDependency webpack was updated from 3.12.0 to 4.42.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 21, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 21, 2020

  • The devDependency webpack was updated from 3.12.0 to 4.43.0.

Update to this version instead 🚀

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.

None yet

0 participants