An in-range update of webpack is breaking the build π¨
The devDependency webpack was updated from 4.18.0 to 4.18.1.
π¨ View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
webpack is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.
Status Details
- β continuous-integration/travis-ci/push: The Travis CI build failed (Details).
Commits
The new version differs by 7 commits.
c51a1ba4.18.1c79c1deMerge pull request #8018 from webpack/ci/azure-windows37046a7Add windows to azure814b85bMerge pull request #8012 from webpack/ci/azure474a9acAdd simple azure pipeline7b3a297Merge pull request #8015 from webpack/deps/upgrade-tapable35015ddUpgrade tapable version
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 :palm_tree:
After pinning to 4.18.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
- The
devDependencywebpack was updated from4.18.1to4.19.0.
Your tests are still failing with this version. Compare changes
Release Notes for v4.19.0
Bugfixes
- Create a hash of the whole runtime code for the chunk/contenthash of entry chunks
- Before hash was (incorrectly) calculated from (some) inputs
Commits
The new version differs by 5 commits.
6bf83234.19.0aecdeb3Merge pull request #8029 from webpack/bugfix/hash-bootstrap13b2cddhash content of bootstrap codec2cfa7eMerge pull request #8022 from antleblanc/readme-styling-typo96ffd27docs(readme.styling): write correctly sass
See the full diff
- The
devDependencywebpack was updated from4.19.0to4.19.1.
Your tests are still failing with this version. Compare changes
Release Notes for v4.19.1
Bugfixes
- Internal requested filename for
import()withtarget: "electron-main"uses correct path separator on windows
(This fixes a problem with filemappings in vscode) devtool: "source-map"and variants generate SourceMaps when output file is.mjsbrowserfield as object is used when usingtarget: "electron-renderer"- Comments near
export defaultare preserved - Passing an array as
externalsvalue, now works correctly as documented
Commits
The new version differs by 15 commits.
b7121c14.19.1ab28497Merge pull request #8043 from RubenVerborgh/externals-object-array9bda629remove bad unit testf0271d9fix ExternalModule and test case3aef0e5Allow array as value in externals object.7b91fa6Merge pull request #8042 from webpack/bugfix/comments-export-defaulte08f71ckeep/restore comments in export default2f78aaeMerge pull request #8038 from sharang-d/patch-5bb4c2d1Correctly set the 'browser' value for electron-renderer5ade574Merge pull request #7947 from philipwalton/mjs-sourcemap-support5258471Merge pull request #8035 from kwonoj/fix-path2df7b0cfix(nodemaintemplate): resolve async chunk path platform agnostic17fafd3Fix lint errorsa2cc031Add tests for default source map extensions12762ffAdd sourcemap support for .mjs output files
See the full diff
- The
devDependencywebpack was updated from4.19.1to4.20.0.
Your tests are still failing with this version. Compare changes
Commits
The new version differs by 40 commits.
c4d8a3c4.20.01495b33Merge pull request #8070 from chuckdumont/work434ced3Merge pull request #8071 from timneutkens/fix/typo2671d88Fix typof8877e0Uncaught exception from renderers31d735cMerge pull request #8068 from webpack/feature/json-to-typescript762b1c9move json-schema-to-typescript to devDependencies9c8f304Merge pull request #8065 from webpack/ci/appveyor3b6d149Merge pull request #7232 from webpack/feature/json-to-typescript61718d4Merge pull request #8064 from xtuc/chore-bump-webassemblyjs13f8bc251Reduce the appveyor CI tasks62b6142fix Validation testc768182fix issues with absolutePath, allOf and anyOf8c31f2afixes for RegExp in schema44955b7emit exit code only in lint mode
There are 40 commits in total.
See the full diff
- The
devDependencywebpack was updated from4.20.0to4.20.1.
Your tests are still failing with this version. Compare changes
Release Notes for v4.20.1
Bugfixes
- fix crash when using
libraryTarget: "amd"without library name
- The
devDependencywebpack was updated from4.20.1to4.20.2.
Your tests are still failing with this version. Compare changes
Release Notes for v4.20.2
Bugfixes
- keep comments in
export defaultin concatenated modules
Commits
The new version differs by 8 commits.
5c5e9024.20.279ea087Merge pull request #8086 from webpack/bugfix/comments-concat-export-defaultaab3afbfixes #808554e30e0update examples4ed8c08Merge pull request #7803 from oygen87/patch-16126ec7Update README.md37ae7c3Update increment.js614f2adUpdate example.js
See the full diff
- The
devDependencywebpack was updated from4.20.2to4.21.0.
Your tests are still failing with this version. Compare changes
Release Notes for v4.21.0
Features
- add
output.libraryTarget: "amd-require"which generates a AMDrequire([], ...)wrapper instead of adefine([], ...)wrapper - support arrays of strings passed to
output.library, which exposes the library to a subproperty
Bugfixes
- fix cases where
__webpack_require__.eis used at runtime but is not defined in the bundle - fix behavior of externals of
globaltype
Performance
- Some performance improvements to the chunk graph generation
Commits
The new version differs by 37 commits.
432d2a34.21.00fb6c60Merge pull request #7038 from marcusdarmstrong/marcusdarmstrong-external-module-fix15b6f8bmake afterEach async7bc5c98Merge branch 'master' into marcusdarmstrong-external-module-fix2228dafMerge pull request #8230 from webpack/revert-8120-rh-silent-reporterfadf875remove dependency7c0b209Revert "Re-enable jest-silent-reporter #hacktoberfest"a868789Merge pull request #8143 from MLoughry/miclo/optimize-chunk-graph-generation1d71edeMake changes suggested by @sokra to optimize chunk graph generation4d3fe00Merge pull request #8134 from fscherwi/update-coveralls86f56bfupdate coveralls4c461e2Merge pull request #8120 from rickhanlonii/rh-silent-reporter9fe42e7Merge pull request #8118 from webpack/bugfix/issue-81100b6ad2aDon't be clever with the set command because idk windows148016eRerun yarn
There are 37 commits in total.
See the full diff
- The
devDependencywebpack was updated from4.21.0to4.22.0.
Your tests are still failing with this version. Compare changes
Commits
The new version differs by 15 commits.
894eca24.22.05165a90Merge pull request #8242 from webpack/perf/chunk-graph07d2d65Merge pull request #8243 from webpack/bugfix/stablility5e4a6a4fix byId sortingc04747fmake LimitChunkCountPlugin stablea7db689make chunk compare stable3217d02make stats assets order stable by providing a default order98b482emake dependency order stable8a8111bmake sorting in Stats stable511d15bmake origins sorting deterministicc8252e6Run additional tests to ensure compilation stablility65d9ffbOptimize chunk graph algorithm1d9f8a3Merge pull request #8233 from ljqx/const-plugin-logical-operatordcd3834fix comments257e6ec[ConstPlugin] add support for logical expressions (&& and ||)
See the full diff
- The
devDependencywebpack was updated from4.22.0to4.23.0.
Your tests are still failing with this version. Compare changes
Release Notes for v4.23.0
Features
- add
watchModeflag to Compiler to be able to detect watch mode in plugins - Prefer chunk names of entrypoints when merging chunks
- add
removedFilesproperty to Compiler to detect removed files
Bugfixes
- publish declarations to npm
- upgrade
@webassemblyjs/*for bugfix - fix crash when using a side-effect-free wasm module in production mode
Internal changes
- test on node.js 12
- fix memory leak in test suite
Commits
The new version differs by 35 commits.
a4feb6e4.23.0298fa4cMerge pull request #8266 from ljqx/wasm-finalize-exports-fix035ceb6force travis rerun735b4aaMerge pull request #8182 from xtuc/ci-node-nightly6844c75add test8256249longer timeouts for Compiler testf7ff913use latest node 12 nightly1c44f95fix bug where module is referenced which is not in the graph98d077dorder values with different types correctlyf5e45bealso export WebAssembly.Global when reexporting globalsb22f027Update tests for new WebAssembly.Global APIedcadbbci: add node 1191755a2Merge pull request #8265 from webpack/ci/fix-memory-issue523ddd7avoid memory leak48656d2[WasmFinalizeExportsPlugin] check ifrefis null before using it
There are 35 commits in total.
See the full diff
- The
devDependencywebpack was updated from4.23.0to4.23.1.
Your tests are still failing with this version. Compare changes
Release Notes for v4.23.1
Bugfixes
- add space when replacing expression with constant
- i. e. for code like
return'development'===process.env.NODE_ENV&&'foo'
- i. e. for code like
- The
devDependencywebpack was updated from4.23.1to4.24.0.
Your tests are still failing with this version. Compare changes
Release Notes for v4.24.0
Features
- allow to pass no dependencies to DefinePlugin runtime value
DefinePlugin.runtimeValue(() => {...}, true)is always evaluated
- add
moduleargument toDefinePlugin.runtimeValue
Bugfixes
- update webassemblyjs dependency
- fix bug when using entry names that look like numbers with HMR
Commits
The new version differs by 24 commits.
9e397b54.24.056846fbMerge pull request #8319 from webpack/update-dev-tools2a440feUpdate development toolsc832cb7Merge pull request #8306 from FranckFreiburger/mastera640cd0- update/enhance the test7dc8e51pass { module } instead of module8be0485Merge pull request #8307 from xtuc/chore-bump-webassemblyjs172eff6aachore: bump webassemblyjsa093cfarun eslint --fix979320e- add a test for PR#83062b0025aadd module argument to DefinePlugin.runtimeValue functions7076c05Merge pull request #8299 from JackyTianer/master145b719remove test script in package.jsond66cce2add test case by this change536e271Merge pull request #8295 from HarlemSquirrel/examples-readme-20181028
There are 24 commits in total.
See the full diff
- The
devDependencywebpack was updated from4.24.0to4.25.0.
Your tests are still failing with this version. Compare changes
Release Notes for v4.25.0
Features
- add
formatoption toDllPluginto allow generating formated manifest json - add flags to
ProgressPluginto add and remove information- entrypoint counter was added, but disabled by default to avoid breaking change
Bugfixes
- fix code generation for context dependencies when replacing compile-time constant expressions
- disable the effect of the ProvidePlugin for
.mjs
Commits
The new version differs by 38 commits.
290094e4.25.0355590eMerge pull request #8250 from Aladdin-ADD/patch-30293c3aMerge pull request #8279 from smelukov/support-entry-progress1ea411bMerge pull request #8139 from NaviMarella/FormatManifest4b72635exclude watch test casese35d084increase test timeout6be1411move schema into definitions3d74504add missing hooks to progress56d8a8fprevent writing the same message multiple times to stderr64e3826use flags to show different parts of the progress message8c5e74fMerge branch 'master' into support-entry-progress10ff7a5Merge pull request #8327 from DavidStaheli/users/davidstaheli/publish-test-results1b23c1ePublish test results from Azure Pipelines buildseb68316Merge pull request #8294 from ljqx/zhbliu/import-parser-plugin-fix-context-return22aee1efix shortcut condition
There are 38 commits in total.
See the full diff
- The
devDependencywebpack was updated from4.25.0to4.25.1.
Your tests are still failing with this version. Compare changes
Release Notes for v4.25.1
Bugfixes
- fix replacement of compile-time constant expression when expression is a wrapped expression (string prefix and/or suffix).
Commits
The new version differs by 6 commits.
23619954.25.1e2a2016Merge pull request #8338 from webpack/bugfix/issue-8293babe736replace prefix/postfix even when equal for wrapped contextdcd0d59test for #8293af123a8Merge pull request #8334 from webpack/bugfix/lint36eb0bbmove azure specific commands to azure-pipelines.yml
See the full diff
- The
devDependencywebpack was updated from4.25.1to4.26.0.
Your tests are still failing with this version. Compare changes
Commits
The new version differs by 7 commits.
04f90c54.26.0e1df721Merge pull request #8392 from vkrol/cherry-pick-terser-to-webpack-4a818deffix for changed API in terser plugin warningsFilterb39abf4Rename test directories too311a728Switch from uglifyjs-webpack-plugin to terser-webpack-plugina230148Merge pull request #8351 from DeTeam/chunk-jsdoc-typo7a0af76Fix a typo in Chunk#split jsdoc comment
See the full diff
- The
devDependencywebpack was updated from4.26.0to4.26.1.
Your tests are still failing with this version. Compare changes
Release Notes for v4.26.1
Bugfixes
- fix a bug where splitChunks.maxSize causes a hanging build
- fix a bug where splitChunks.maxSize crashes when minSize > maxSize
- fix a edgecase where splitChunks.maxSize can cause chunks bigger than minSize
- remove unnecessary code from global builtin
Commits
The new version differs by 9 commits.
8e841fe4.26.111afdbdMerge pull request #8417 from webpack/bugfix/split-chunks-min-sizecbeaf70prevent groups with size < minSizea1d4802Merge pull request #8416 from webpack/bugfix/split-chunks-zero-min32961f2while grouping nodes include at least one node on each sidefa56ec8Merge pull request #8410 from webpack/bugfix/max-size-lt-min-sizefd2133bhandle case when minSize > maxSize614a6fcMerge pull request #8385 from hax/patch-148f0604Drop unusefulevalcall
See the full diff
- The
devDependencywebpack was updated from4.26.1to4.27.0.
Your tests are still failing with this version. Compare changes
Release Notes for v4.27.0
Features
- When using functions as plugins they are now also called with the compiler as parameter
- This make it possible to use arrow functions as plugins
- splitChunks.maxSize now emits a warning when minSize > maxSize
- Loaders have now access to a
getResolvemethod to create their own resolver function with custom options
Bugfixes
- splitChunks.cacheGroups.xxx.enforce now behaves as documented and enforce chunk creation
- splitChunks.cacheGroups.xxx.enforce now no longer deletes minSize for maxSize
- fixes a bug where splitChunks cause cacheGroups to be incorrectly merged when using the same name
- now conditions are considered per cacheGroup
- the correct cache group comment is displayed in stats
- fixes a bug which causes providedExports not to be updated on rebuilds when using
export * from
Commits
The new version differs by 12 commits.
f47bf8b4.27.0a67ffcdMerge pull request #8452 from webpack/feature/resolveWithOptions96f625cMerge pull request #8457 from webpack/bugfix/rebuild-provided-exports56fecccconvert test case to normal function for node.js 6 support2f4296efix a bug which causes incorrect providedExports for cached modulesf944002Merge pull request #8451 from webpack/bugfix/split-chunks162da1cadd getResolve method to loader context3b46b48enforce doesn't affect minSize for maxSize72a8a1fMerge pull request #8440 from Connormiha/oprimize-chunk-can-be-integrated537d3e4Cache hasRunstime in chunke3e8a68Merge pull request #8405 from xiaoxiaojx/fix-function-plugin-apply70b9a1bfix parameter missing when plugin type is a funtion
See the full diff
- The
devDependencywebpack was updated from4.27.0to4.27.1.
Your tests are still failing with this version. Compare changes
Release Notes for v4.27.1
Bugfixes
- v4.27.1 accidentially introduced a breaking change. This reverts the change and restores the original behavior for
splitChunksenforce.
- The
devDependencywebpack was updated from4.27.1to4.28.0.
Your tests are still failing with this version. Compare changes
Release Notes for v4.28.0
Features
- IgnorePlugin:
checkResourcehas an additionalcontextargument
Bugfixes
- Injection of node.js globals has been disabled for
.mjsfiles as it's crashing
Commits
The new version differs by 11 commits.
e871eeb4.28.0f6d67b6update examples573d2daMerge pull request #8511 from isiahmeadows/fix-erroneous-injection6b54a46Fix failing test.14ef010Fix nits, blockrequireto prevent false positivef2f62c7Merge pull request #8516 from iliakan/mastera9d465fIgnorePlugin: add context argument to checkResource, deprecate checkContext31de553Add test18d7396Remove a broken hookd5e26f7Merge pull request #8467 from Connormiha/simplify-append-head6f5c5efUse document.head instead of getElementsByTagName
See the full diff
- The
devDependencywebpack was updated from4.28.0to4.28.1.
Your tests are still failing with this version. Compare changes
Release Notes for v4.28.1
Bugfixes
- fix error in IgnorePlugin when no contextRegExp is passed
- The
devDependencywebpack was updated from4.28.1to4.28.2.
Your tests are still failing with this version. Compare changes
Release Notes for v4.28.2
Bugfixes
- fixes a crash when multiple IgnorePlugins are used
- The
devDependencywebpack was updated from4.28.2to4.28.3.
Your tests are still failing with this version. Compare changes
Release Notes for v4.28.3
Bugfixes
- ProfilingPlugin creates the output folder if necessary
Commits
The new version differs by 7 commits.
983c2614.28.3510abf7Merge pull request #8565 from NaviMarella/ProfilingPlugin_85030128118Modified Tests as suggested.5b5f1d4Made changes as requestedeb960ccFixed Profiling Output path for creating a folder, if it doesn't exists.3b344f2Merge pull request #8559 from darrelfrancis/darrelfrancis-patch-1-readmee2abdaeFix minor typos, improve clarity of README
See the full diff
- The
devDependencywebpack was updated from4.28.4to4.29.0.
Your tests are still failing with this version. Compare changes
Release Notes for v4.29.0
Features
- update acorn to v6
- limit the number of in parallel written output files to 15
- add
output.futureEmitAssetswhich gives the emitting logic of webpack 5- assets are replaced with SizeOnlySources
- reading assets after emitting is no longer allowed
- This allows memory to be garbage-collected
Commits
The new version differs by 24 commits.
25bccd44.29.06389e41Merge pull request #8642 from webpack/memory/future-emit-assets6e383cfmake test for Source.buffer more strictaaf85dbadd output.futureEmitAssets03ffa48Merge pull request #8639 from webpack/memory/limit-parallelism2b2c17fMerge pull request #8598 from kiliancs/acorn6fdb6b134.28.480514ccAdd ts declarations78abf04Use eachLimit instead even though forEachLimit apears to be an alias...9cb4225forEach to forEachLimitef67132Upgrade acorn to v63e147e6Merge pull request #8588 from hulkish/faster-statement-type-check2a04deeadded ExportAllDeclaration, fixed fn signaturebaf0aa1Merge pull request #8581 from DanielRuf/tests/increase-jest-timeout41b6887use faster statement type check
There are 24 commits in total.
See the full diff
- The
devDependencywebpack was updated from4.29.0to4.29.1.
Your tests are still failing with this version. Compare changes
Release Notes for v4.29.1
Bugfixes
- add missing
__esModuleflag when modules are concatenated, but without usage information
Commits
The new version differs by 14 commits.
6934b984.29.1960f396Merge pull request #8686 from MarkPollmann/patch-18627743Merge pull request #8678 from bhavya9107/patch-1915c32ddocs(README): remove to from link9737a3bUpdate README.mdf654a49docs(README):Update indexc957338docs(README): newline after index09cf713docs(README): add index07d4d85Merge pull request #8676 from hulkish/fix-side-effects-example2209b8arebuild examples780c17efix side-effects example2fe0ba5Normalize backslash on windowsa0eab48Merge pull request #8667 from webpack/bugfix/esModule-flag42007e8fixes #8666
See the full diff
- The
devDependencywebpack was updated from4.29.1to4.29.2.
Your tests are still failing with this version. Compare changes
Release Notes for v4.29.2
Internal changes
- update dependencies
Commits
The new version differs by 75 commits.
74b8aac4.29.2e79d014Merge pull request #8741 from webpack/deps/devd12ca7cupdate dev depsc28f6cbMerge pull request #8742 from webpack/deps/schema-utils5e3a053upgrade schema-utils to new major885ab81Merge pull request #8740 from webpack/deps/update-jest08473deadd workaround for jest buga994ec7upgrade jest8167e42Merge pull request #8736 from webpack/deps/eslint-typesda59443Merge pull request #8737 from webpack/deps/update-test-depsdbc0b8dMerge pull request #8725 from webpack/dependabot/npm_and_yarn/typescript-3.3.1155cda7update test cases dependencies11bfb05update linting dependenciesd7d9b9bignore typescript bug5a6d654Bump typescript from 3.0.0-rc to 3.3.1
There are 75 commits in total.
See the full diff
- The
devDependencywebpack was updated from4.29.2to4.29.3.
Your tests are still failing with this version. Compare changes
Release Notes for v4.29.3
Bugfixes
- fixes a bug where
import()context uses__webpack_require__.e, but it is not in the runtime - WebpackErrors now console.log correctly in node > 10
Commits
The new version differs by 14 commits.
b934e264.29.30d5c0cfMerge pull request #8654 from mc-zone/fix/86262eefbaeMerge pull request #8751 from webpack/dependabot/npm_and_yarn/webpack-dev-middleware-3.5.2217139aMerge pull request #8750 from webpack/dependabot/npm_and_yarn/react-dom-16.8.1b894f26Merge pull request #8749 from webpack/dependabot/npm_and_yarn/react-16.8.12b1b3ceBump webpack-dev-middleware from 3.5.1 to 3.5.25b4c277Bump react-dom from 16.8.0 to 16.8.1cc2ba62Bump react from 16.8.0 to 16.8.17a5137dfixes in ContextModule7edcc48fix: add missed webpack_require.e runtime while importing exist module with context87a3046Merge pull request #8747 from webpack/deps/node-12458c61fupdate node 12 nightly version109db05Merge pull request #8738 from hiroppy/feature/modify-WebpackError.unittest2fdcff3fix(lib/WebpackError): make use of nodejs.util.inspect.custom
See the full diff
- The
devDependencywebpack was updated from4.29.3to4.29.4.
Your tests are still failing with this version. Compare changes
Release Notes for v4.29.4
Bugfixes
- update
@webassemblyjsfor bugfixes
Commits
The new version differs by 29 commits.
7ecf9924.29.4a259c09Merge pull request #8791 from webpack/dependabot/npm_and_yarn/react-16.8.2686dd8fMerge pull request #8790 from webpack/dependabot/npm_and_yarn/jest-junit-6.3.031a33aaMerge pull request #8789 from webpack/dependabot/npm_and_yarn/react-dom-16.8.2d1d0be9Merge pull request #8785 from webpack/dependabot/npm_and_yarn/wast-loader-1.8.2fff330eMerge pull request #8784 from webpack/dependabot/npm_and_yarn/lint-staged-8.1.4196cb81Merge pull request #8786 from xtuc/chore-bump-webassemblyjs19842ed68Bump react from 16.8.1 to 16.8.26da1da5Bump jest-junit from 6.2.1 to 6.3.093b0485Bump react-dom from 16.8.1 to 16.8.2e4ce645chore: bump webassemblyjs16b92adBump wast-loader from 1.8.1 to 1.8.240245c5Bump lint-staged from 8.1.3 to 8.1.4a3f2662Merge pull request #8783 from webpack/dependabot/npm_and_yarn/handlebars-4.1.0ae41c08[Security] Bump handlebars from 4.0.11 to 4.1.0
There are 29 commits in total.
See the full diff
- The
devDependencywebpack was updated from4.29.4to4.29.5.
Your tests are still failing with this version. Compare changes
Release Notes for v4.29.5
Bugfixes
- update
@webassemblyjsto remove git dependency
Commits
The new version differs by 9 commits.
073813f4.29.539a8742Merge pull request #8800 from webpack/bugfix/prettierignore5878c93Merge pull request #8802 from xtuc/chore-bump-webassemblyjs203d23f67chore: bump webassemblyjs75a9a51fix prettierignore file and run prettier75c2784Merge pull request #8788 from webpack/dependabot/npm_and_yarn/eslint-plugin-jest-22.3.05591e17Merge pull request #8799 from webpack/dependabot/npm_and_yarn/eslint-5.14.0266eb89Bump eslint from 5.13.0 to 5.14.03d4eab8Bump eslint-plugin-jest from 22.2.2 to 22.3.0
See the full diff
- The
devDependencywebpack was updated from4.29.5to4.29.6.
Your tests are still failing with this version. Compare changes
Release Notes for v4.29.6
Bugfixes
- typeof
__webpack_require__andrequire.onErroris no longer evaluated toundefinedand evaluation is done at runtime instead. thisvalue inmodule.hot.acceptwith imported dependency is correctly preserved.- webassemblyjs updated to latest version
Contributing
- added a linting step to ensure all dependencies resolve to
npmmodules
Commits
The new version differs by 44 commits.
685a0624.29.642dff08Merge pull request #8820 from webpack/dependabot/npm_and_yarn/typescript-3.3.33331ef0c2cMerge pull request #8818 from webpack/dependabot/npm_and_yarn/react-dom-16.8.3a4196f9Merge pull request #8839 from webpack/dependabot/npm_and_yarn/acorn-6.1.15e9b9feMerge pull request #8844 from webpack/bugfix/8829ab517aafixes #882999d6270Bump acorn from 6.1.0 to 6.1.13496426Merge pull request #8835 from webpack/dependabot/npm_and_yarn/eslint-config-prettier-4.1.00dcdd3cMerge pull request #8831 from webpack/dependabot/npm_and_yarn/terser-webpack-plugin-1.2.34c6e2bdMerge pull request #8827 from webpack/dependabot/npm_and_yarn/wast-loader-1.8.5188d162Merge pull request #8823 from webpack/dependabot/npm_and_yarn/@types/node-10.12.27b7361ffMerge pull request #8821 from webpack/dependabot/npm_and_yarn/coveralls-3.0.302bd9beMerge pull request #8822 from webpack/dependabot/npm_and_yarn/ajv-6.9.21bb3938Merge pull request #8834 from xtuc/chore-bump-webassemblyjs24563dd52Bump eslint-config-prettier from 4.0.0 to 4.1.0
There are 44 commits in total.
See the full diff