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

An in-range update of webpack is breaking the build 🚨 #242

Closed
greenkeeper bot opened this issue Jun 28, 2018 · 21 comments
Closed

An in-range update of webpack is breaking the build 🚨 #242

greenkeeper bot opened this issue Jun 28, 2018 · 21 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Jun 28, 2018

Version 4.13.0 of webpack was just published.

Branch Build failing 🚨
Dependency webpack
Current Version 4.12.2
Type devDependency

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 could not complete due to an error Details

Release Notes v4.13.0

Features

  • the DefinePlugin now supports runtimeValues to pass computed values with dependencies that can change over time
  • added optimization.hashedModuleIds
  • crossOrigin for chunks is only set when really needed
  • added per chunk group indicies
  • updated enhanced-resolve
    • You can now use absolute paths as keys to resolve.alias

Bugfixes

  • when delegating CLI the bin fields are used
  • when assigning indicies sync dependencies are now walked before async dependencies
Commits

The new version differs by 52 commits.

  • e3678aa 4.13.0
  • 43563b3 hotfix merge issue in watchCases (not in CI)
  • 09beba0 Merge pull request #7621 from webpack/deps/enhanced-resolve
  • 7b7d323 upgrade enhanced-resolve
  • 34b0c7c Merge pull request #6906 from stepharr/patch-1
  • b181bc4 Merge pull request #6793 from ronkorving/define-functions
  • e08399a Merge pull request #7017 from rtsao/crossorigin-attr
  • b848ec5 Merge pull request #6346 from Connormiha/simplife-has-dependencies
  • 8420c73 Merge branch 'master' into define-functions
  • ef2ec25 update template.md too
  • 5c4ffd5 fix tests and code
  • 6478fb9 Merge branch 'master' into crossorigin-attr
  • dcf3e09 Merge pull request #7399 from webpack/feat-implement-option-for-hashed-module-ids-plugin
  • f41b829 Merge pull request #7604 from webpack/feature/update-snapshot-script
  • 17fa26c use jest directly

There are 52 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
Copy link
Contributor Author

greenkeeper bot commented Jun 28, 2018

After pinning to 4.12.2 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 29, 2018

Version 4.14.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v4.14.0

Features

  • add new hook Compilation.dependencyReference to modify the dependency references

Bugfixes

  • Allow chunks to emit multiple assets to the same filename when hash matches
Commits

The new version differs by 9 commits.

  • 190cf7b 4.14.0
  • 5a185c9 Merge pull request #7585 from webpack/feature/hook-into-get-reference
  • 86370e9 Merge pull request #7625 from webpack/bugfix/multiple-assets-same-file
  • 522b324 allow emitting to the same filename when hash matches
  • 7beac3c Merge branch 'master' into feature/hook-into-get-reference
  • be896f2 fix bug
  • 3502287 emit correct code for reexport unused exports
  • 50fe2e7 add Compilation.getDependencyReference and hooks to override it
  • e1f0a66 add note about webpack 5 refactoring

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 4, 2018

Version 4.15.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v4.15.0

Features:

  • add maxSize option for splitChunks (experimental)
  • add a helpful error when using wasm in a initial chunk
Commits

The new version differs by 79 commits.

  • bdd4442 4.15.0
  • 7aa1efb Merge pull request #7651 from webpack/feature/split-chunks-max-size
  • fb2c24b add splitChunks.maxSize option
  • eaa5bc8 Merge pull request #7648 from mohsen1/fix-template-syntax
  • b01f378 Fix @template syntax error in Compilation.js iterationOfArrayCallback
  • a4e5f63 Merge pull request #7638 from webpack/feature/wasm-initial-error
  • 0bb917b convert to a config test cases
  • a39d6b0 check for wasm support in test case
  • 5b30ede allow filtering of tests in statsCases
  • 1ad71e0 add helpful error when importing wasm in initial chunk
  • e8dc361 Merge pull request #7299 from webpack/feature/type-compiler-compilation-save
  • 0bd9df8 Merge branch 'master' into feature/type-compiler-compilation-save
  • ccf56e4 Merge pull request #7629 from xtuc/chore-bump-webassemblyjs10
  • c3eecbd spacing
  • e0ad09e chore: bump webassemblyjs

There are 79 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 5, 2018

Version 4.15.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v4.15.1

Bugfixes

  • fix memory leaks when using HMR and in SplitChunksPlugin cache
  • fix undefined automaticNameDelimiter in cache groups when using maxSize
  • fix ProfilingPlugin for node.js 10 and 6
Commits

The new version differs by 89 commits.

  • 81149be 4.15.1
  • 6f53dbe Merge pull request #7655 from skratchdot/issue-7654
  • 7fc88cd Merge pull request #7662 from webpack/bugfix/undefined-in-max-size
  • 67d932d Merge pull request #7661 from webpack/bugfix/split-chunks-leak
  • 5341d7d Merge pull request #7660 from webpack/bugfix/hot-leak
  • 8e8f185 fixes usage of automaticNameDelimiter in cache groups
  • 64b22c4 make the cache a WeakMap to not leak memory
  • 6172d3c fix memory leak with HMR
  • 3b6f475 Use push null to end the stream
  • bdd4442 4.15.0
  • 7aa1efb Merge pull request #7651 from webpack/feature/split-chunks-max-size
  • 6705141 prevent UnhandledPromiseRejectionWarning in node 6
  • fb2c24b add splitChunks.maxSize option
  • eaa5bc8 Merge pull request #7648 from mohsen1/fix-template-syntax
  • b01f378 Fix @template syntax error in Compilation.js iterationOfArrayCallback

There are 89 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 11, 2018

Version 4.16.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v4.16.0

Features

  • add wasm support for electron-renderer target
  • add optimization.moduleIds and optimization.chunkIds options to replace other options

Bugfixes

  • fix order of side effect evaluation for exported dependencies in side-effect-free modules
  • fix some typos
  • Support the case when passing an array to output.library.root and using a devtool
  • fix a HMR logging message issue in browser where err.stack is not set
  • add missing default extensions to the DllReferencePlugin
  • module/chunk ids in Stats now sort numerical when they are numbers
  • fix lost chunk reasons when using optimization.splitChunks.maxSize
  • fix cases where Dependency.loc is a string instead of an object

Deprecations

  • deprecated Dependency.compare in favor of compareLocations
  • optimization.namedModules is now deprecated
  • optimization.hashedModuleIds is now deprecated
  • optimization.namedChunks is now deprecated
  • optimization.occurrenceOrder is now deprecated
Commits

The new version differs by 133 commits.

  • 18d33c6 4.16.0
  • 6f72243 Merge pull request #7700 from webpack/bugfix/loc-in-single-entry-and-loader-plugin
  • 3366421 Merge pull request #7663 from webpack/feature/automatic-name-prefix
  • 8891bd5 Merge pull request #7696 from webpack/bugfix/max-size-reasons
  • 365beb1 Merge pull request #7699 from webpack/ci/upgrade-jest
  • b93225a add types and fix incorrect loc type
  • f0cd451 do not instrument node_modules
  • baa450d Merge pull request #7698 from webpack/bugfix/deprecated
  • b32a4f5 Merge branch 'master' into bugfix/max-size-reasons
  • f95d0f0 Merge pull request #7695 from webpack/bugfix/sort-ids-stats
  • 1869d8e Merge pull request #7694 from webpack/bugfix/loc-in-context
  • 78d8f4a Merge pull request #7691 from mathiasbynens/mjs
  • 8876514 replace deprecated method
  • a482565 upgrade jest
  • 692faf2 sort ids in Stats numerical

There are 133 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 16, 2018

Version 4.16.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v4.16.1

Bugfixes

  • fix reversed order when using optimization.occurrenceOrder (default in production mode)
  • output.hashDigest has a more relaxed schema
  • update dependencies
  • fix typo in schema

Internal changes

  • typescript 3 rc
Commits

The new version differs by 29 commits.

  • fa02f3d 4.16.1
  • 94b192c fix merge issue
  • db1475c Merge pull request #7656 from mohsen1/DefinePlugin-type
  • 2702273 Merge pull request #7726 from webpack/update/linters
  • 84d57e3 Merge branch 'master' into DefinePlugin-type
  • aae20a8 Merge pull request #7721 from webpack/bugfix/occurence-order
  • 0753cdc Merge branch 'master' into update/linters
  • 2c4ba6c Merge pull request #7727 from webpack/update/eslint-scope
  • 4c19fe1 Use v4 of eslint-scope
  • 7195bae Update ESLint and Prettier
  • 36f7ee7 Merge pull request #7719 from joshunger/patch-3
  • 92b4b8b Merge pull request #7718 from edmorley/fix-moduleIds-description
  • b2b4be0 Update README.md
  • 753dcce fix order of occurrence order plugin
  • dc0e7ec Add mini-css-extract-plugin instead of extract-text-webpack-plugin

There are 29 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 23, 2018

Version 4.16.2 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v4.16.2

Bugfixes

  • handle module.require like require
  • emit warnings for module.main.require and module.parent.require
  • sort reasons in stats
  • handle errors when parsing manifest in DllReferencePlugin
Commits

The new version differs by 54 commits.

  • 0d4c87f 4.16.2
  • b8c47a7 Merge pull request #7628 from reduckted/dllreferenceplugin-graceful-json-parse-failure
  • 699fe21 Merge pull request #7750 from ak-14/node-dependencies
  • 945a951 Merge pull request #7755 from webpack/tooling/inherit-types
  • 8614c75 run inherit types tool on existing code
  • 0e6d505 add tool to copy method signatures from base classes
  • 9f16238 Merge pull request #7749 from webpack/bugfix/sort-reasons
  • dcd6442 remove comment
  • 80c3e43 Handle module.require, require.main.require, and module.parent.require
  • e80d494 fix sorting of reasons
  • 9fd6af8 Merge pull request #7657 from mohsen1/enable-noImplicitThis
  • bc86359 remove unneeded type import
  • 2dde005 Merge pull request #7658 from mohsen1/ContextExclusionPlugin-types
  • b3a7c4d Merge branch 'master' of git://github.com/webpack/webpack into ContextExclusionPlugin-types
  • fa02f3d 4.16.1

There are 54 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 27, 2018

Version 4.16.3 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v4.16.3

Bugfixes

  • fix missing modules with chunks nested in unneeded require.ensures.
Commits

The new version differs by 59 commits.

  • 482ff20 4.16.3
  • 6c60e9d Merge pull request #7798 from webpack/bugfix/empty-chunks-fail
  • aac4368 fix case where empty chunkgroups cause nested chunkgroups to vanish
  • a28f44f Merge pull request #7770 from webpack/bump_jest
  • 0d4c87f 4.16.2
  • 20dc30e Update Jest
  • b8c47a7 Merge pull request #7628 from reduckted/dllreferenceplugin-graceful-json-parse-failure
  • 699fe21 Merge pull request #7750 from ak-14/node-dependencies
  • 945a951 Merge pull request #7755 from webpack/tooling/inherit-types
  • 8614c75 run inherit types tool on existing code
  • 0e6d505 add tool to copy method signatures from base classes
  • 9f16238 Merge pull request #7749 from webpack/bugfix/sort-reasons
  • dcd6442 remove comment
  • 80c3e43 Handle module.require, require.main.require, and module.parent.require
  • e80d494 fix sorting of reasons

There are 59 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 2, 2018

Version 4.16.4 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v4.16.4

Bugfixes

  • fix chunkAsset hook in HotModuleReplacementPlugin
Commits

The new version differs by 15 commits.

  • 1e9d98c 4.16.4
  • e163495 Merge pull request #7838 from webpack/test/jest-exported-tests
  • 01cfe5b improve way of adding exported tests to test tree
  • 5f1852a Merge pull request #7831 from EECOLOR/patch-1
  • afe3182 Merge pull request #7836 from rzhe97/master
  • c893bbc Update CONTRIBUTING.md
  • 2348c3c Formatting - move arguments to the same line
  • 7473ed4 Fix chunkAsset hook call
  • 32fdca2 Merge pull request #7823 from flyyang/refactor/define-before-use-class
  • e4ae646 Merge pull request #7825 from webpack/deps/update_linters
  • 64e301c Update Prettier
  • 20406a4 Update ESLint
  • 5234abe Refactor define before use class
  • 61ce434 Merge pull request #7819 from webpack/refactor/template_es6
  • 3992ba3 Convert Template to ES6

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 6, 2018

Version 4.16.5 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Commits

The new version differs by 27 commits.

  • 025338c 4.16.5
  • 4972fd8 Merge pull request #7842 from webpack/bugfix/override-entry
  • 17ebfb9 fix #7829
  • 5539f57 Merge pull request #7839 from skingston91/master
  • 1138d32 Merge pull request #7840 from webpack/test/watch-cases
  • 61633aa fix #7778
  • 795cc35 Improve error reporting while recompilation in HotCases
  • 3e30c70 Merge pull request #7830 from ryota-murakami/patch-1
  • 73dff6c Update index.js
  • f5be9a6 update watch test cases for new jest integration
  • ea5c68b Adds test cases for issue 7778
  • 1e9d98c 4.16.4
  • e163495 Merge pull request #7838 from webpack/test/jest-exported-tests
  • 01cfe5b improve way of adding exported tests to test tree
  • 5f1852a Merge pull request #7831 from EECOLOR/patch-1

There are 27 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 21, 2018

Version 4.17.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v4.17.0

Features

  • allow to provide custom functions to IgnorePlugin

Bugfixes

  • remove incorrectly emitted dead code in concatenated modules
  • chunk ids contribute to [contenthash] for js assets
  • fix crash when trying to export globals in concatenated modules
Commits

The new version differs by 49 commits.

  • 6f1f18f 4.17.0
  • 45e798a Merge pull request #7827 from AoDev/feat/ignore-plugin-check-fn
  • ed96915 Merge pull request #7907 from Connormiha/simplify-context-replacmnet-plugin
  • 1f954b4 Get rid typeof undef in all lib
  • c2e0395 Merge pull request #7922 from webpack/bugfix/concat-globals
  • 9315ce2 fix exporting globals in scope-hoisted modules
  • 0e60343 Merge pull request #7921 from webpack/bugfix/contenhash-id
  • c253b4b chunk ids contribute to contenthash for javascript
  • efa69cd Get rid of typeof for checking undefined
  • 6235e99 feat(IgnorePlugin): allow user to provide his own check functions
  • a02bf99 Merge pull request #7886 from Sibiraj-S/patch-1
  • aba6dbf Merge pull request #7888 from webpack/bugfix/issue-7887
  • 1345ab2 fixes #7887
  • a9a4f1c docs: update README.md
  • 34ff480 Merge pull request #7881 from oygen87/patch-8

There are 49 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 22, 2018

Version 4.17.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v4.17.1

Bugfixes

  • fix missing reexports in export * in a concatenated module
Commits

The new version differs by 52 commits.

  • ff3ef5e 4.17.1
  • 58773ad Merge pull request #7931 from webpack/bugfix/concatenated-star-export
  • a92c23e fixes #7930
  • 6f1f18f 4.17.0
  • 45e798a Merge pull request #7827 from AoDev/feat/ignore-plugin-check-fn
  • ed96915 Merge pull request #7907 from Connormiha/simplify-context-replacmnet-plugin
  • 1f954b4 Get rid typeof undef in all lib
  • c2e0395 Merge pull request #7922 from webpack/bugfix/concat-globals
  • 9315ce2 fix exporting globals in scope-hoisted modules
  • 0e60343 Merge pull request #7921 from webpack/bugfix/contenhash-id
  • c253b4b chunk ids contribute to contenthash for javascript
  • efa69cd Get rid of typeof for checking undefined
  • 6235e99 feat(IgnorePlugin): allow user to provide his own check functions
  • a02bf99 Merge pull request #7886 from Sibiraj-S/patch-1
  • aba6dbf Merge pull request #7888 from webpack/bugfix/issue-7887

There are 52 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 3, 2018

Version 4.17.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v4.17.2

Bugfixes

  • fix a spacing issue with the ProgressPlugin on some terminals
  • force-upgrade webpack-sources for performance improvement (was already in semver range)
Commits

The new version differs by 61 commits.

  • dfe6379 4.17.2
  • 80bc330 Merge pull request #7961 from aimergenge/patch-1
  • 3dedc72 Merge pull request #7969 from webpack/deps/upgrade
  • cd9525a Upgrade some dependencies
  • 7996883 solving outputing unnecessary spaces
  • 76c3193 Merge pull request #7952 from webpack/tooling/prettier
  • 1b886ee improve prettier and lint config and performance
  • 6e01fd5 Merge pull request #7942 from webpack/test/performance
  • 2740d4a improve jest startup performance
  • ff3ef5e 4.17.1
  • 58773ad Merge pull request #7931 from webpack/bugfix/concatenated-star-export
  • a92c23e fixes #7930
  • 6f1f18f 4.17.0
  • 45e798a Merge pull request #7827 from AoDev/feat/ignore-plugin-check-fn
  • ed96915 Merge pull request #7907 from Connormiha/simplify-context-replacmnet-plugin

There are 61 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 10, 2018

Version 4.17.3 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v4.17.3

Bugfixes

  • Fix exit code when multiple CLIs are installed
  • No longer recommend installing webpack-command, but still support it when installed
Commits

The new version differs by 7 commits.

  • ee27d36 4.17.3
  • 4430524 Merge pull request #7966 from webpack/refactor-remove-webpack-command-from-clis
  • b717aad Show only webpack-cli in the list
  • c5eab67 Merge pull request #8001 from webpack/bugfix/exit-code
  • 943aa6b Fix exit code when multiple CLIs are installed
  • 691cc94 Spelling
  • 898462d refactor: remove webpack-command from CLIs

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 11, 2018

Version 4.18.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v4.18.0

Features

  • Upgrade webassemblyjs dependency
Commits

The new version differs by 19 commits.

  • ee7d948 4.18.0
  • de85978 Merge pull request #7732 from xtuc/chore-bump-webassemblyjs11
  • ee27d36 4.17.3
  • 4e02cac chore: bump webassemblyjs
  • 4430524 Merge pull request #7966 from webpack/refactor-remove-webpack-command-from-clis
  • 52e1630 bump webassemblyjs
  • e0e0061 Merge branch 'master' into chore-bump-webassemblyjs11
  • b717aad Show only webpack-cli in the list
  • c5eab67 Merge pull request #8001 from webpack/bugfix/exit-code
  • 943aa6b Fix exit code when multiple CLIs are installed
  • 691cc94 Spelling
  • 898462d refactor: remove webpack-command from CLIs
  • c9d6ec1 feat: remove wasm-opt
  • 075208d fix: merging
  • 38c3403 Merge remote-tracking branch 'upstream/master' into chore-bump-webassemblyjs11

There are 19 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 13, 2018

  • The devDependency webpack was updated from 4.18.0 to 4.18.1.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 26 commits.

  • c51a1ba 4.18.1
  • c79c1de Merge pull request #8018 from webpack/ci/azure-windows
  • 37046a7 Add windows to azure
  • 814b85b Merge pull request #8012 from webpack/ci/azure
  • 474a9ac Add simple azure pipeline
  • 7b3a297 Merge pull request #8015 from webpack/deps/upgrade-tapable
  • 35015dd Upgrade tapable version
  • ee7d948 4.18.0
  • de85978 Merge pull request #7732 from xtuc/chore-bump-webassemblyjs11
  • ee27d36 4.17.3
  • 4e02cac chore: bump webassemblyjs
  • 4430524 Merge pull request #7966 from webpack/refactor-remove-webpack-command-from-clis
  • 52e1630 bump webassemblyjs
  • e0e0061 Merge branch 'master' into chore-bump-webassemblyjs11
  • b717aad Show only webpack-cli in the list

There are 26 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 14, 2018

  • The devDependency webpack was updated from 4.18.1 to 4.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.

  • 6bf8323 4.19.0
  • aecdeb3 Merge pull request #8029 from webpack/bugfix/hash-bootstrap
  • 13b2cdd hash content of bootstrap code
  • c2cfa7e Merge pull request #8022 from antleblanc/readme-styling-typo
  • 96ffd27 docs(readme.styling): write correctly sass

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 18, 2018

  • The devDependency webpack was updated from 4.19.0 to 4.19.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v4.19.1

Bugfixes

  • Internal requested filename for import() with target: "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 .mjs
  • browser field as object is used when using target: "electron-renderer"
  • Comments near export default are preserved
  • Passing an array as externals value, now works correctly as documented
Commits

The new version differs by 15 commits.

  • b7121c1 4.19.1
  • ab28497 Merge pull request #8043 from RubenVerborgh/externals-object-array
  • 9bda629 remove bad unit test
  • f0271d9 fix ExternalModule and test case
  • 3aef0e5 Allow array as value in externals object.
  • 7b91fa6 Merge pull request #8042 from webpack/bugfix/comments-export-default
  • e08f71c keep/restore comments in export default
  • 2f78aae Merge pull request #8038 from sharang-d/patch-5
  • bb4c2d1 Correctly set the 'browser' value for electron-renderer
  • 5ade574 Merge pull request #7947 from philipwalton/mjs-sourcemap-support
  • 5258471 Merge pull request #8035 from kwonoj/fix-path
  • 2df7b0c fix(nodemaintemplate): resolve async chunk path platform agnostic
  • 17fafd3 Fix lint errors
  • a2cc031 Add tests for default source map extensions
  • 12762ff Add sourcemap support for .mjs output files

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 25, 2018

  • The devDependency webpack was updated from 4.19.1 to 4.20.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v4.20.0

Bugfixes

  • update dependencies (webpack-sources, @webassemblyjs/*)
  • Handle errors thrown in renderes without crashing

Internal changes

  • Extended typings
  • Update internal structure of options schema to generate typings
    • Note: this exposed an issue in webpack-cli, you need to upgrade to webpack-cli@3.1.1
Commits

The new version differs by 55 commits.

  • c4d8a3c 4.20.0
  • 1495b33 Merge pull request #8070 from chuckdumont/work
  • 434ced3 Merge pull request #8071 from timneutkens/fix/typo
  • 2671d88 Fix typo
  • f8877e0 Uncaught exception from renderers
  • 31d735c Merge pull request #8068 from webpack/feature/json-to-typescript
  • 762b1c9 move json-schema-to-typescript to devDependencies
  • 9c8f304 Merge pull request #8065 from webpack/ci/appveyor
  • 3b6d149 Merge pull request #7232 from webpack/feature/json-to-typescript
  • 61718d4 Merge pull request #8064 from xtuc/chore-bump-webassemblyjs13
  • f8bc251 Reduce the appveyor CI tasks
  • 62b6142 fix Validation test
  • c768182 fix issues with absolutePath, allOf and anyOf
  • 8c31f2a fixes for RegExp in schema
  • 44955b7 emit exit code only in lint mode

There are 55 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 25, 2018

  • The devDependency webpack was updated from 4.20.0 to 4.20.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v4.20.1

Bugfixes

  • fix crash when using libraryTarget: "amd" without library name
Commits

The new version differs by 58 commits.

  • 91e9dd7 4.20.1
  • 8dd7caf Merge pull request #8083 from webpack/bugfix/amd-hash
  • d836bcb fixes #8081
  • c4d8a3c 4.20.0
  • 1495b33 Merge pull request #8070 from chuckdumont/work
  • 434ced3 Merge pull request #8071 from timneutkens/fix/typo
  • 2671d88 Fix typo
  • f8877e0 Uncaught exception from renderers
  • 31d735c Merge pull request #8068 from webpack/feature/json-to-typescript
  • 762b1c9 move json-schema-to-typescript to devDependencies
  • 9c8f304 Merge pull request #8065 from webpack/ci/appveyor
  • 3b6d149 Merge pull request #7232 from webpack/feature/json-to-typescript
  • 61718d4 Merge pull request #8064 from xtuc/chore-bump-webassemblyjs13
  • f8bc251 Reduce the appveyor CI tasks
  • 62b6142 fix Validation test

There are 58 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 26, 2018

  • The devDependency webpack was updated from 4.20.1 to 4.20.2.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v4.20.2

Bugfixes

  • keep comments in export default in concatenated modules
Commits

The new version differs by 66 commits.

  • 5c5e902 4.20.2
  • 79ea087 Merge pull request #8086 from webpack/bugfix/comments-concat-export-default
  • aab3afb fixes #8085
  • 54e30e0 update examples
  • 4ed8c08 Merge pull request #7803 from oygen87/patch-1
  • 91e9dd7 4.20.1
  • 8dd7caf Merge pull request #8083 from webpack/bugfix/amd-hash
  • d836bcb fixes #8081
  • c4d8a3c 4.20.0
  • 1495b33 Merge pull request #8070 from chuckdumont/work
  • 434ced3 Merge pull request #8071 from timneutkens/fix/typo
  • 2671d88 Fix typo
  • f8877e0 Uncaught exception from renderers
  • 31d735c Merge pull request #8068 from webpack/feature/json-to-typescript
  • 762b1c9 move json-schema-to-typescript to devDependencies

There are 66 commits in total.

See the full diff

@pithu pithu closed this as completed Oct 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant