coinolio / coinolio

Open source Bitcoin and Altcoin portfolio / trades logging and tracking. Including Profit / Loss calculations, Price Charts and realtime updates.
MIT License
28 stars 9 forks source link

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

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

Version 4.9.1 of webpack was just published.

Branch Build failing 🚨
Dependency webpack
Current Version 4.9.0
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](https://travis-ci.org/coinolio/coinolio/builds/383922561?utm_source=github_status&utm_medium=notification)

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

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 5 years ago

After pinning to 4.9.0 your tests are passing again. Downgrade this dependency πŸ“Œ.

greenkeeper[bot] commented 5 years ago

Version 4.9.2 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

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] commented 5 years ago

Version 4.10.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

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 47 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
  • 317fb35 4.9.2
  • 3ac1d02 Merge pull request #7416 from xtuc/fix-rewritten-global-type
  • 5c51f0c Merge pull request #7251 from webpack/types/library_templates
  • fd4e84b fix(wasm): correct initializer type for rewritten globals
  • 91546a1 fix incorrect default
  • 9c7100b fix inline object types, add auxiliary comment types
  • 3f183b5 Merge pull request #7210 from gluecodes/master
  • ae8d674 fix bug with incorrectly emitted modules
  • 7ebe12d throw error when unexpected state has been found
  • 115a72c SideEffectsPlugin don't modify cache entries

There are 47 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Version 4.10.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v4.10.1

Bugfixes

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

The new version differs by 61 commits.

  • b80296f 4.10.1
  • c01cb97 Merge commit 'ba703401d580ad623af17fe96ed98b4d801e0313'
  • 1e09650 Merge pull request #7411 from aleen42/master
  • b756012 Merge pull request #7430 from webpack/bugfix/side-effects-reasons
  • 351c993 fixup reasons when redirecting dependencies for side-effects
  • bfdb769 Merge pull request #7427 from ronanamsterdam/feature/test-readme-update
  • 4fc3981 Merge pull request #7429 from webpack/test/issue-7401
  • 5705713 Issue #7424: test/README update with jest snapshot flow
  • 504148c add test cases for #7401
  • 24072ab chore: fix snap for #7263
  • 9e136cd fix: proper way for inner declaration of a function. #7263
  • ba70340 4.10.0
  • 67fa81f Merge pull request #7419 from webpack/bugfix/wasm-multi-direct
  • 023d4ca add more test cases
  • e367b93 add test cases for unused exports

There are 61 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Version 4.10.2 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

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 73 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
  • b80296f 4.10.1
  • c01cb97 Merge commit 'ba703401d580ad623af17fe96ed98b4d801e0313'
  • 1e09650 Merge pull request #7411 from aleen42/master
  • b756012 Merge pull request #7430 from webpack/bugfix/side-effects-reasons
  • 1842936 chore: bump webassemblyjs 1.5.9

There are 73 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Version 4.11.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

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 160 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 160 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Version 4.11.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

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 163 commits.

  • 956c0b1 4.11.1
  • 5fee19d Merge pull request #7487 from webpack/bugfix/no-wasm-import-mangle
  • 8e3be48 allow to disable wasm import mangle
  • 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

There are 163 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Version 4.12.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

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 216 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 216 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Version 4.12.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

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 271 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 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Version 4.12.2 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

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 290 commits.

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Version 4.13.0 just got published.

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

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 342 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 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

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[bot] commented 5 years ago

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[bot] commented 5 years ago

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[bot] commented 5 years ago

Version 4.16.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

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[bot] commented 5 years ago

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 162 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 162 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

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 187 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 187 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Version 4.16.3 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes v4.16.3

Bugfixes

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

The new version differs by 192 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 192 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

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 219 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 219 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

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 241 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 241 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

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 244 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 244 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Version 4.17.2 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

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 253 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 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Version 4.18.0 just got published.

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

Release Notes v4.18.0

Features

  • Upgrade webassemblyjs dependency
Commits

The new version differs by 272 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
  • dfe6379 4.17.2
  • 80bc330 Merge pull request #7961 from aimergenge/patch-1
  • 3dedc72 Merge pull request #7969 from webpack/deps/upgrade

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 7 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

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

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 12 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
  • 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

See the full diff

greenkeeper[bot] commented 5 years ago

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 27 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
  • 6bf8323 4.19.0
  • aecdeb3 Merge pull request #8029 from webpack/bugfix/hash-bootstrap
  • 13b2cdd hash content of bootstrap code

There are 27 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

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 67 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 67 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

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 70 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 70 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

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 78 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 78 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v4.21.0

Features

  • add output.libraryTarget: "amd-require" which generates a AMD require([], ...) wrapper instead of a define([], ...) wrapper
  • support arrays of strings passed to output.library, which exposes the library to a subproperty

Bugfixes

  • fix cases where __webpack_require__.e is used at runtime but is not defined in the bundle
  • fix behavior of externals of global type

Performance

  • Some performance improvements to the chunk graph generation
Commits

The new version differs by 115 commits.

  • 432d2a3 4.21.0
  • 0fb6c60 Merge pull request #7038 from marcusdarmstrong/marcusdarmstrong-external-module-fix
  • 15b6f8b make afterEach async
  • 7bc5c98 Merge branch 'master' into marcusdarmstrong-external-module-fix
  • 2228daf Merge pull request #8230 from webpack/revert-8120-rh-silent-reporter
  • fadf875 remove dependency
  • 7c0b209 Revert "Re-enable jest-silent-reporter #hacktoberfest"
  • a868789 Merge pull request #8143 from MLoughry/miclo/optimize-chunk-graph-generation
  • 1d71ede Make changes suggested by @sokra to optimize chunk graph generation
  • 4d3fe00 Merge pull request #8134 from fscherwi/update-coveralls
  • 86f56bf update coveralls
  • 4c461e2 Merge pull request #8120 from rickhanlonii/rh-silent-reporter
  • 9fe42e7 Merge pull request #8118 from webpack/bugfix/issue-8110
  • 0b6ad2a Don't be clever with the set command because idk windows
  • 148016e Rerun yarn

There are 115 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 130 commits.

  • 894eca2 4.22.0
  • 5165a90 Merge pull request #8242 from webpack/perf/chunk-graph
  • 07d2d65 Merge pull request #8243 from webpack/bugfix/stablility
  • 5e4a6a4 fix byId sorting
  • c04747f make LimitChunkCountPlugin stable
  • a7db689 make chunk compare stable
  • 3217d02 make stats assets order stable by providing a default order
  • 98b482e make dependency order stable
  • 8a8111b make sorting in Stats stable
  • 511d15b make origins sorting deterministic
  • c8252e6 Run additional tests to ensure compilation stablility
  • 65d9ffb Optimize chunk graph algorithm
  • 1d9f8a3 Merge pull request #8233 from ljqx/const-plugin-logical-operator
  • dcd3834 fix comments
  • 432d2a3 4.21.0

There are 130 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v4.23.0

Features

  • add watchMode flag to Compiler to be able to detect watch mode in plugins
  • Prefer chunk names of entrypoints when merging chunks
  • add removedFiles property 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 165 commits.

  • a4feb6e 4.23.0
  • 298fa4c Merge pull request #8266 from ljqx/wasm-finalize-exports-fix
  • 035ceb6 force travis rerun
  • 735b4aa Merge pull request #8182 from xtuc/ci-node-nightly
  • 6844c75 add test
  • 8256249 longer timeouts for Compiler test
  • f7ff913 use latest node 12 nightly
  • 1c44f95 fix bug where module is referenced which is not in the graph
  • 98d077d order values with different types correctly
  • f5e45be also export WebAssembly.Global when reexporting globals
  • b22f027 Update tests for new WebAssembly.Global API
  • edcadbb ci: add node 11
  • 91755a2 Merge pull request #8265 from webpack/ci/fix-memory-issue
  • 523ddd7 avoid memory leak
  • 48656d2 [WasmFinalizeExportsPlugin] check if ref is null before using it

There are 165 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

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'
Commits

The new version differs by 168 commits.

  • 607cf70 4.23.1
  • 5e5e7b7 Merge pull request #8270 from ljqx/logical-expression-fix
  • 13d1dab [ConstPlugin] fix bug introduced by evaluation of && and ||
  • a4feb6e 4.23.0
  • 298fa4c Merge pull request #8266 from ljqx/wasm-finalize-exports-fix
  • 035ceb6 force travis rerun
  • 735b4aa Merge pull request #8182 from xtuc/ci-node-nightly
  • 6844c75 add test
  • 8256249 longer timeouts for Compiler test
  • f7ff913 use latest node 12 nightly
  • 1c44f95 fix bug where module is referenced which is not in the graph
  • 98d077d order values with different types correctly
  • f5e45be also export WebAssembly.Global when reexporting globals
  • b22f027 Update tests for new WebAssembly.Global API
  • edcadbb ci: add node 11

There are 168 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v4.25.0

Features

  • add format option to DllPlugin to allow generating formated manifest json
  • add flags to ProgressPlugin to 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 230 commits.

  • 290094e 4.25.0
  • 355590e Merge pull request #8250 from Aladdin-ADD/patch-3
  • 0293c3a Merge pull request #8279 from smelukov/support-entry-progress
  • 1ea411b Merge pull request #8139 from NaviMarella/FormatManifest
  • 4b72635 exclude watch test cases
  • e35d084 increase test timeout
  • 6be1411 move schema into definitions
  • 3d74504 add missing hooks to progress
  • 56d8a8f prevent writing the same message multiple times to stderr
  • 64e3826 use flags to show different parts of the progress message
  • 8c5e74f Merge branch 'master' into support-entry-progress
  • 10ff7a5 Merge pull request #8327 from DavidStaheli/users/davidstaheli/publish-test-results
  • 1b23c1e Publish test results from Azure Pipelines builds
  • eb68316 Merge pull request #8294 from ljqx/zhbliu/import-parser-plugin-fix-context-return
  • 22aee1e fix shortcut condition

There are 230 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

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 236 commits.

  • 2361995 4.25.1
  • e2a2016 Merge pull request #8338 from webpack/bugfix/issue-8293
  • babe736 replace prefix/postfix even when equal for wrapped context
  • dcd0d59 test for #8293
  • af123a8 Merge pull request #8334 from webpack/bugfix/lint
  • 36eb0bb move azure specific commands to azure-pipelines.yml
  • 290094e 4.25.0
  • 355590e Merge pull request #8250 from Aladdin-ADD/patch-3
  • 0293c3a Merge pull request #8279 from smelukov/support-entry-progress
  • 1ea411b Merge pull request #8139 from NaviMarella/FormatManifest
  • 4b72635 exclude watch test cases
  • e35d084 increase test timeout
  • 6be1411 move schema into definitions
  • 3d74504 add missing hooks to progress
  • 56d8a8f prevent writing the same message multiple times to stderr

There are 236 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 243 commits.

  • 04f90c5 4.26.0
  • e1df721 Merge pull request #8392 from vkrol/cherry-pick-terser-to-webpack-4
  • a818def fix for changed API in terser plugin warningsFilter
  • b39abf4 Rename test directories too
  • 311a728 Switch from uglifyjs-webpack-plugin to terser-webpack-plugin
  • a230148 Merge pull request #8351 from DeTeam/chunk-jsdoc-typo
  • 7a0af76 Fix a typo in Chunk#split jsdoc comment
  • 2361995 4.25.1
  • e2a2016 Merge pull request #8338 from webpack/bugfix/issue-8293
  • babe736 replace prefix/postfix even when equal for wrapped context
  • dcd0d59 test for #8293
  • af123a8 Merge pull request #8334 from webpack/bugfix/lint
  • 36eb0bb move azure specific commands to azure-pipelines.yml
  • 290094e 4.25.0
  • 355590e Merge pull request #8250 from Aladdin-ADD/patch-3

There are 243 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

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 252 commits.

  • 8e841fe 4.26.1
  • 11afdbd Merge pull request #8417 from webpack/bugfix/split-chunks-min-size
  • cbeaf70 prevent groups with size < minSize
  • a1d4802 Merge pull request #8416 from webpack/bugfix/split-chunks-zero-min
  • 32961f2 while grouping nodes include at least one node on each side
  • fa56ec8 Merge pull request #8410 from webpack/bugfix/max-size-lt-min-size
  • fd2133b handle case when minSize > maxSize
  • 614a6fc Merge pull request #8385 from hax/patch-1
  • 04f90c5 4.26.0
  • e1df721 Merge pull request #8392 from vkrol/cherry-pick-terser-to-webpack-4
  • a818def fix for changed API in terser plugin warningsFilter
  • b39abf4 Rename test directories too
  • 311a728 Switch from uglifyjs-webpack-plugin to terser-webpack-plugin
  • 48f0604 Drop unuseful eval call
  • a230148 Merge pull request #8351 from DeTeam/chunk-jsdoc-typo

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

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 getResolve method 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 264 commits.

  • f47bf8b 4.27.0
  • a67ffcd Merge pull request #8452 from webpack/feature/resolveWithOptions
  • 96f625c Merge pull request #8457 from webpack/bugfix/rebuild-provided-exports
  • 56feccc convert test case to normal function for node.js 6 support
  • 2f4296e fix a bug which causes incorrect providedExports for cached modules
  • f944002 Merge pull request #8451 from webpack/bugfix/split-chunks
  • 162da1c add getResolve method to loader context
  • 3b46b48 enforce doesn't affect minSize for maxSize
  • 72a8a1f Merge pull request #8440 from Connormiha/oprimize-chunk-can-be-integrated
  • 537d3e4 Cache hasRunstime in chunk
  • e3e8a68 Merge pull request #8405 from xiaoxiaojx/fix-function-plugin-apply
  • 70b9a1b fix parameter missing when plugin type is a funtion
  • 8e841fe 4.26.1
  • 11afdbd Merge pull request #8417 from webpack/bugfix/split-chunks-min-size
  • cbeaf70 prevent groups with size < minSize

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

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 splitChunks enforce.
Commits

The new version differs by 267 commits.

  • 4056506 4.27.1
  • f29ca64 Merge pull request #8466 from webpack/bugfix/splitChunks-enforce
  • b56727e enforce should not prevent using minChunks etc. on cacheGroup
  • f47bf8b 4.27.0
  • a67ffcd Merge pull request #8452 from webpack/feature/resolveWithOptions
  • 96f625c Merge pull request #8457 from webpack/bugfix/rebuild-provided-exports
  • 56feccc convert test case to normal function for node.js 6 support
  • 2f4296e fix a bug which causes incorrect providedExports for cached modules
  • f944002 Merge pull request #8451 from webpack/bugfix/split-chunks
  • 162da1c add getResolve method to loader context
  • 3b46b48 enforce doesn't affect minSize for maxSize
  • 72a8a1f Merge pull request #8440 from Connormiha/oprimize-chunk-can-be-integrated
  • 537d3e4 Cache hasRunstime in chunk
  • e3e8a68 Merge pull request #8405 from xiaoxiaojx/fix-function-plugin-apply
  • 70b9a1b fix parameter missing when plugin type is a funtion

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v4.28.0

Features

  • IgnorePlugin: checkResource has an additional context argument

Bugfixes

  • Injection of node.js globals has been disabled for .mjs files as it's crashing
Commits

The new version differs by 278 commits.

  • e871eeb 4.28.0
  • f6d67b6 update examples
  • 573d2da Merge pull request #8511 from isiahmeadows/fix-erroneous-injection
  • 6b54a46 Fix failing test.
  • 14ef010 Fix nits, block require to prevent false positive
  • f2f62c7 Merge pull request #8516 from iliakan/master
  • a9d465f IgnorePlugin: add context argument to checkResource, deprecate checkContext
  • 31de553 Add test
  • 18d7396 Remove a broken hook
  • d5e26f7 Merge pull request #8467 from Connormiha/simplify-append-head
  • 6f5c5ef Use document.head instead of getElementsByTagName
  • 4056506 4.27.1
  • f29ca64 Merge pull request #8466 from webpack/bugfix/splitChunks-enforce
  • b56727e enforce should not prevent using minChunks etc. on cacheGroup
  • f47bf8b 4.27.0

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v4.28.1

Bugfixes

  • fix error in IgnorePlugin when no contextRegExp is passed
Commits

The new version differs by 281 commits.

  • 7a6a71f 4.28.1
  • 068fe24 Merge pull request #8530 from webpack/bugfix/ignore-plugin
  • 6c22ca2 fix issue when contextRegExp is undefined
  • e871eeb 4.28.0
  • f6d67b6 update examples
  • 573d2da Merge pull request #8511 from isiahmeadows/fix-erroneous-injection
  • 6b54a46 Fix failing test.
  • 14ef010 Fix nits, block require to prevent false positive
  • f2f62c7 Merge pull request #8516 from iliakan/master
  • a9d465f IgnorePlugin: add context argument to checkResource, deprecate checkContext
  • 31de553 Add test
  • 18d7396 Remove a broken hook
  • d5e26f7 Merge pull request #8467 from Connormiha/simplify-append-head
  • 6f5c5ef Use document.head instead of getElementsByTagName
  • 4056506 4.27.1

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v4.28.2

Bugfixes

  • fixes a crash when multiple IgnorePlugins are used
Commits

The new version differs by 284 commits.

  • fe514dd 4.28.2
  • 899eeff Merge pull request #8542 from webpack/bugfix/ignore-externals
  • bc368c7 fixes #8538
  • 7a6a71f 4.28.1
  • 068fe24 Merge pull request #8530 from webpack/bugfix/ignore-plugin
  • 6c22ca2 fix issue when contextRegExp is undefined
  • e871eeb 4.28.0
  • f6d67b6 update examples
  • 573d2da Merge pull request #8511 from isiahmeadows/fix-erroneous-injection
  • 6b54a46 Fix failing test.
  • 14ef010 Fix nits, block require to prevent false positive
  • f2f62c7 Merge pull request #8516 from iliakan/master
  • a9d465f IgnorePlugin: add context argument to checkResource, deprecate checkContext
  • 31de553 Add test
  • 18d7396 Remove a broken hook

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v4.28.3

Bugfixes

  • ProfilingPlugin creates the output folder if necessary
Commits

The new version differs by 291 commits.

  • 983c261 4.28.3
  • 510abf7 Merge pull request #8565 from NaviMarella/ProfilingPlugin_8503
  • 0128118 Modified Tests as suggested.
  • 5b5f1d4 Made changes as requested
  • eb960cc Fixed Profiling Output path for creating a folder, if it doesn't exists.
  • 3b344f2 Merge pull request #8559 from darrelfrancis/darrelfrancis-patch-1-readme
  • e2abdae Fix minor typos, improve clarity of README
  • fe514dd 4.28.2
  • 899eeff Merge pull request #8542 from webpack/bugfix/ignore-externals
  • bc368c7 fixes #8538
  • 7a6a71f 4.28.1
  • 068fe24 Merge pull request #8530 from webpack/bugfix/ignore-plugin
  • 6c22ca2 fix issue when contextRegExp is undefined
  • e871eeb 4.28.0
  • f6d67b6 update examples

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v4.29.1

Bugfixes

  • add missing __esModule flag when modules are concatenated, but without usage information
Commits

The new version differs by 329 commits.

  • 6934b98 4.29.1
  • 960f396 Merge pull request #8686 from MarkPollmann/patch-1
  • 8627743 Merge pull request #8678 from bhavya9107/patch-1
  • 915c32d docs(README): remove to from link
  • 9737a3b Update README.md
  • f654a49 docs(README):Update index
  • c957338 docs(README): newline after index
  • 09cf713 docs(README): add index
  • 07d4d85 Merge pull request #8676 from hulkish/fix-side-effects-example
  • 2209b8a rebuild examples
  • 780c17e fix side-effects example
  • 2fe0ba5 Normalize backslash on windows
  • a0eab48 Merge pull request #8667 from webpack/bugfix/esModule-flag
  • 42007e8 fixes #8666
  • 25bccd4 4.29.0

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v4.29.2

Internal changes

  • update dependencies
Commits

The new version differs by 404 commits.

  • 74b8aac 4.29.2
  • e79d014 Merge pull request #8741 from webpack/deps/dev
  • d12ca7c update dev deps
  • c28f6cb Merge pull request #8742 from webpack/deps/schema-utils
  • 5e3a053 upgrade schema-utils to new major
  • 885ab81 Merge pull request #8740 from webpack/deps/update-jest
  • 08473de add workaround for jest bug
  • a994ec7 upgrade jest
  • 8167e42 Merge pull request #8736 from webpack/deps/eslint-types
  • da59443 Merge pull request #8737 from webpack/deps/update-test-deps
  • dbc0b8d Merge pull request #8725 from webpack/dependabot/npm_and_yarn/typescript-3.3.1
  • 155cda7 update test cases dependencies
  • 11bfb05 update linting dependencies
  • d7d9b9b ignore typescript bug
  • 5a6d654 Bump typescript from 3.0.0-rc to 3.3.1

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

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 418 commits.

  • b934e26 4.29.3
  • 0d5c0cf Merge pull request #8654 from mc-zone/fix/8626
  • 2eefbae Merge pull request #8751 from webpack/dependabot/npm_and_yarn/webpack-dev-middleware-3.5.2
  • 217139a Merge pull request #8750 from webpack/dependabot/npm_and_yarn/react-dom-16.8.1
  • b894f26 Merge pull request #8749 from webpack/dependabot/npm_and_yarn/react-16.8.1
  • 2b1b3ce Bump webpack-dev-middleware from 3.5.1 to 3.5.2
  • 5b4c277 Bump react-dom from 16.8.0 to 16.8.1
  • cc2ba62 Bump react from 16.8.0 to 16.8.1
  • 7a5137d fixes in ContextModule
  • 7edcc48 fix: add missed webpack_require.e runtime while importing exist module with context
  • 87a3046 Merge pull request #8747 from webpack/deps/node-12
  • 458c61f update node 12 nightly version
  • 109db05 Merge pull request #8738 from hiroppy/feature/modify-WebpackError.unittest
  • 74b8aac 4.29.2
  • e79d014 Merge pull request #8741 from webpack/deps/dev

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v4.29.4

Bugfixes

  • update @webassemblyjs for bugfixes
Commits

The new version differs by 447 commits.

  • 7ecf992 4.29.4
  • a259c09 Merge pull request #8791 from webpack/dependabot/npm_and_yarn/react-16.8.2
  • 686dd8f Merge pull request #8790 from webpack/dependabot/npm_and_yarn/jest-junit-6.3.0
  • 31a33aa Merge pull request #8789 from webpack/dependabot/npm_and_yarn/react-dom-16.8.2
  • d1d0be9 Merge pull request #8785 from webpack/dependabot/npm_and_yarn/wast-loader-1.8.2
  • fff330e Merge pull request #8784 from webpack/dependabot/npm_and_yarn/lint-staged-8.1.4
  • 196cb81 Merge pull request #8786 from xtuc/chore-bump-webassemblyjs19
  • 842ed68 Bump react from 16.8.1 to 16.8.2
  • 6da1da5 Bump jest-junit from 6.2.1 to 6.3.0
  • 93b0485 Bump react-dom from 16.8.1 to 16.8.2
  • e4ce645 chore: bump webassemblyjs
  • 16b92ad Bump wast-loader from 1.8.1 to 1.8.2
  • 40245c5 Bump lint-staged from 8.1.3 to 8.1.4
  • a3f2662 Merge pull request #8783 from webpack/dependabot/npm_and_yarn/handlebars-4.1.0
  • ae41c08 [Security] Bump handlebars from 4.0.11 to 4.1.0

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v4.29.5

Bugfixes

  • update @webassemblyjs to remove git dependency
Commits

The new version differs by 456 commits.

  • 073813f 4.29.5
  • 39a8742 Merge pull request #8800 from webpack/bugfix/prettierignore
  • 5878c93 Merge pull request #8802 from xtuc/chore-bump-webassemblyjs20
  • 3d23f67 chore: bump webassemblyjs
  • 75a9a51 fix prettierignore file and run prettier
  • 75c2784 Merge pull request #8788 from webpack/dependabot/npm_and_yarn/eslint-plugin-jest-22.3.0
  • 5591e17 Merge pull request #8799 from webpack/dependabot/npm_and_yarn/eslint-5.14.0
  • 266eb89 Bump eslint from 5.13.0 to 5.14.0
  • 7ecf992 4.29.4
  • a259c09 Merge pull request #8791 from webpack/dependabot/npm_and_yarn/react-16.8.2
  • 686dd8f Merge pull request #8790 from webpack/dependabot/npm_and_yarn/jest-junit-6.3.0
  • 31a33aa Merge pull request #8789 from webpack/dependabot/npm_and_yarn/react-dom-16.8.2
  • d1d0be9 Merge pull request #8785 from webpack/dependabot/npm_and_yarn/wast-loader-1.8.2
  • fff330e Merge pull request #8784 from webpack/dependabot/npm_and_yarn/lint-staged-8.1.4
  • 196cb81 Merge pull request #8786 from xtuc/chore-bump-webassemblyjs19

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v4.29.6

Bugfixes

  • typeof __webpack_require__ and require.onError is no longer evaluated to undefined and evaluation is done at runtime instead.
  • this value in module.hot.accept with imported dependency is correctly preserved.
  • webassemblyjs updated to latest version

Contributing

  • added a linting step to ensure all dependencies resolve to npm modules
Commits

The new version differs by 500 commits.

  • 685a062 4.29.6
  • 42dff08 Merge pull request #8820 from webpack/dependabot/npm_and_yarn/typescript-3.3.3333
  • 1ef0c2c Merge pull request #8818 from webpack/dependabot/npm_and_yarn/react-dom-16.8.3
  • a4196f9 Merge pull request #8839 from webpack/dependabot/npm_and_yarn/acorn-6.1.1
  • 5e9b9fe Merge pull request #8844 from webpack/bugfix/8829
  • ab517aa fixes #8829
  • 99d6270 Bump acorn from 6.1.0 to 6.1.1
  • 3496426 Merge pull request #8835 from webpack/dependabot/npm_and_yarn/eslint-config-prettier-4.1.0
  • 0dcdd3c Merge pull request #8831 from webpack/dependabot/npm_and_yarn/terser-webpack-plugin-1.2.3
  • 4c6e2bd Merge pull request #8827 from webpack/dependabot/npm_and_yarn/wast-loader-1.8.5
  • 188d162 Merge pull request #8823 from webpack/dependabot/npm_and_yarn/@types/node-10.12.27
  • b7361ff Merge pull request #8821 from webpack/dependabot/npm_and_yarn/coveralls-3.0.3
  • 02bd9be Merge pull request #8822 from webpack/dependabot/npm_and_yarn/ajv-6.9.2
  • 1bb3938 Merge pull request #8834 from xtuc/chore-bump-webassemblyjs24
  • 563dd52 Bump eslint-config-prettier from 4.0.0 to 4.1.0

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v4.30.0

Features

  • add amd: false to disable AMD support
  • Compilation.hooks.finishModules now also allows async plugins
  • add output.libraryTarget: "system" to compile for SystemJs environment

Bugfixes

  • fix generating a null id when concatenating an entry module in a different chunk
  • fix unneeded chunk references when splitting modules from chunks
  • fix parsing of function name in function scope

Performance

  • Lazy require some internal files
  • Faster way to generate function headers

Contributing

  • Run prettier on examples markdown
Commits

The new version differs by 602 commits.

  • b72b96a 4.30.0
  • 9ededfa Merge pull request #9034 from webpack/dependabot/npm_and_yarn/tapable-1.1.3
  • e33a91f chore(deps): bump tapable from 1.1.1 to 1.1.3
  • de81dd0 Merge pull request #8864 from joeldenning/issue-8833
  • 7dfddc2 Merge pull request #8858 from webpack/dependabot/npm_and_yarn/json-schema-to-typescript-6.1.3
  • f7d0c25 Improve way how System is tested
  • 39a680d formating of output code
  • e2e74f5 Merge pull request #8980 from webpack/dependabot/npm_and_yarn/eslint-5.16.0
  • 81dc70d Merge pull request #9022 from sandersn/fix-webassembly-declaration
  • 13aa512 Merge pull request #9023 from webpack/dependabot/npm_and_yarn/typescript-3.4.3
  • 1566036 chore(deps-dev): bump typescript from 3.4.2 to 3.4.3
  • ce33ca7 Update WebAssembly declaration
  • 5117461 Merge pull request #9006 from hiroppy/feature/fix-template-syntax
  • 9e60850 Merge pull request #8984 from webpack/dependabot/npm_and_yarn/react-16.8.6
  • 5f75527 Bump json-schema-to-typescript from 6.1.1 to 6.1.3

There are 250 commits in total.

See the full diff