mabels / promise-etcd

Apache License 2.0
1 stars 0 forks source link

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

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 2.2.1 of webpack just got published.

Branch Build failing 🚨
Dependency webpack
Current Version 2.2.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As webpack is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this :muscle:


Status Details - ❌ **continuous-integration/travis-ci/push** The Travis CI build failed [Details](https://travis-ci.org/mabels/promise-etcd/builds/196736766)
Release Notes v2.2.1

Bugfixes:

  • ident is no longer required for standard builds, but it will choose one automatically. (It's still required when using the DllPlugin.)
  • DefinePlugin no longer generate invalid code when using nested objects without semicolons

Features:

  • You can provide defaults and silence warnings of the EnvironmentPlugin now
Commits

The new version differs by 225 commits .

  • 0445b15 2.2.1
  • ce5b72a Merge pull request #4124 from willmendesneto/refactor-critical-dependency-warning
  • 54b6f38 Merge pull request #4127 from li-kai/uglify-plugin-test
  • cadc025 Merge pull request #4133 from hlwsmith/patch-1
  • 2ed6448 Fix link to Vue framework
  • deabd23 Fix naming
  • a417b80 Add test for UglifyJsPlugin
  • 1e56bb5 refactor(CriticalDependencyWarning): upgrade to ES6
  • 873aad1 Merge pull request #3887 from shubheksha/refactor-CommonJsPlugin
  • 1caeb72 refactor(ES6): upgrade CommonJsPlugin to ES6
  • 68dea37 Merge pull request #4043 from shubheksha/refactor-test-RecordIdsPlugin
  • 0460726 Merge pull request #4049 from shubheksha/refactor-test-Template
  • 22352b8 Merge pull request #4047 from shubheksha/refactor-test-SourceMapDevToolModuleOptionsPlugin
  • 58b4b55 Merge pull request #4044 from shubheksha/refactor-test-RequireJsStuffPlugin
  • 5df1d5c Merge pull request #4034 from carloscuatin/refactor-eval-dev-tool-module-template-plugin

There are 225 commits in total. See the full diff.

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

Version 2.3.0 just got published.

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

Release Notes v2.3.0

Features:

  • add extensions option to DllReferencePlugin
  • add warningsFilter to UglifyJsPlugin to hide warnings selectively
  • add extractComments to UglifyJsPlugin to move kept comments into separate file (i. e. LICENSE file)
  • validate relative and absolute paths in configuration
  • validate stats options
  • allow to match on compiler (name in configuration) in rules
    • i. e. allows to specify different rules for extract-text-webpack-plugin or html-webpack-plugin
  • Allow to pass multiple entries via CLI
  • Performance improvements
  • CommonsChunkPlugin give errors on incorrect options
  • add module.strictExportPresence to make missing export an error instead of warning
  • Compiler emits watch-close event when the watcher is closed
  • Allow additional compress options in UglifyJsPlugin
  • empty chunk numbers are not flags in every chunk, this improves caching invalidation

Bugfixes:

  • OccurrenceOrderPlugin now counts occurrences correctly
  • Fix cheap-source-maps when combined with ES Modules (lines were offset)
  • Watcher now detects file deleting correctly
  • Resolve output path if relative output path is given via CLI
  • Handle stack traces in errors correctly
  • Some usages of System now generate valid code i. e. System.global
  • Dynamic property names are now parsed and can contain webpack stuff (i. e. imports)
  • Empty enviroment variables are now supported in the EnvironmentPlugin
  • (Maybe) Fixes chunk loading in IE when script is cached
Commits

The new version differs by 487 commits .

  • 46dc08e 2.3.0
  • 01c06de Merge pull request #4527 from webpack/bugfix/issue-4472
  • 23e1f7c install Promise early in chunk cache
  • 0c137cb Merge pull request #4521 from chicoxyzzy/patch-1
  • 98ea823 Merge pull request #4503 from eirikurn/empty-env-variables
  • 0058a2e Use ts-loader instead of deprecated typescript-loader
  • 3e787ea Merge pull request #4502 from webpack/TheLarkInn-patch-1
  • 335ce5f Merge pull request #4471 from SteveMieskoski/increase-coverage-for-AutomaticPrefetchPlugin
  • fadafb2 Merge pull request #4504 from timse/do-not-merge-empty-chunks
  • a9972a3 Merge pull request #4505 from rouzbeh84/hotfix/hotlinking-examples-index
  • a5272e8 hotlink examples in readme
  • d67e125 fix up tests
  • d7ae9ad do not incorporate chunks without modules
  • 003cef9 EnvironmentPlugin: Support empty env variables
  • 7db849d Update README.md

There are 250 commits in total. See the full diff.

greenkeeper[bot] commented 7 years ago

Version 2.3.1 just got published.

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

Commits

The new version differs by 9 commits .

  • 4b9b660 2.3.1
  • d1cf8b4 Merge pull request #4538 from webpack/feature/error-emit-warning
  • ec46a0d Merge pull request #4539 from mp4096/master
  • 18566a1 Fixed link to the Traceur repo in README
  • 751fd9b add stack to non-Error error emitted
  • b1acb2e Merge pull request #4537 from webpack/bugfix/newline-validation
  • 49ccf44 Merge pull request #4536 from webpack/bugfix/issue-4532
  • 10c44e5 fix extra newline in validation
  • 915c150 fix bug in MinChunkSizePlugin

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 2.3.2 just got published.

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

Release Notes v2.3.2

Bugfixes:

  • Fix performance issue with cheap-source-maps
  • Fix a line offset issue with cheap-source-maps
  • Allow lowercased drive letters as absolute paths (not recommended)
  • Improve some error reporting
Commits

The new version differs by 9 commits .

  • 6b209b1 2.3.2
  • 88f2833 Merge pull request #4567 from webpack/bugfix/cheap-source-map
  • 3fca75e Merge pull request #4565 from webpack/dx/error-description-output-path
  • c226077 update webpack-sources dependency to fix a bug
  • 2fe82af Suggest course of action
  • 56d09ab Merge pull request #4533 from michael-ciniawsky/schema
  • b5451ef Merge pull request #4564 from webpack/bugfix/cheap-source-map
  • 22c771f update webpack-sources dependency to avoid performance issue
  • c390700 fix(schema/absolutePaths): make absolute paths case insensitive

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 2.3.3 just got published.

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

Release Notes v2.3.3

Bugfixes:

  • fix progress in multi compiler
Commits

The new version differs by 2 commits .

  • ba24c1b 2.3.3
  • 956f618 Fix ProgressPlugin for multi compiler caused by ES6 refactoring

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 2.4.0 just got published.

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

Release Notes v2.4.0

Highlighted Features:

import() now allows to configure a chunk name

import(/* webpackChunkName: "my-chunk-name" */ "module")

require.ensure has a error callback

require.ensure([], () => {
    require("a");
}, err => {
    console.error("We failed to load chunk: " + err);
}, "chunk-name");

Features:

  • update to acorn 5
  • resolve context is provided to resolver
  • add warningsFilter to stats options to filter warnings
  • add __webpack_chunkname__ to ExtendedAPIPlugin
  • support string chunk ids
  • add NamedChunksPlugin which allows to set chunk id, i. e. to chunk name
  • allow to provided different watch options for multiple compilations
  • add error handler callback to require.ensure
  • add chunk name option for import()

Bugfixes:

  • main flag for HMR is set correctly
  • ignored modules are now context-agnositic
  • recorded paths are now platform-agnositic
  • fix for local AMD modules which wrap commonjs
  • erros now print more detailed message when logged
  • fix missing SourceMaps for non-entry chunks after rebuild
  • variables now hoist in scope
Commits

The new version differs by 252 commits .

  • 0cbd8fd 2.4.0
  • ab22702 Merge pull request #4507 from ts-webpack/refactor/clean-code
  • e787452 Merge pull request #4700 from webpack/bug/future-var-declaration
  • 98153f5 Merge pull request #4706 from webpack/test/parser-coverage
  • 52f2daf add test cases and fix a bug
  • e4b8833 improve code coverage
  • 3afe67d add parser prewalking to capture scope
  • 0990915 spacing
  • d8a8bd3 deprecate string option instead of removing it
  • dbc40e8 Merge pull request #4698 from simon04/examples-source-map
  • 0ef0581 Add example demonstrating all source-map variants
  • a822784 Merge pull request #4696 from webpack/bugfix/parser-refactoring
  • ba3688a fixes misstake while es6 refactoring, add support for other variable declarations
  • 07f6281 fix: typos and variables/function misuse
  • 52055ba refactor: dead code elimination

There are 250 commits in total. See the full diff.

greenkeeper[bot] commented 7 years ago

Version 2.4.1 just got published.

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

Release Notes v2.4.1

Bugfixes:

  • Fix scope analysis in function declarations
Commits

The new version differs by 3 commits .

  • bd75356 2.4.1
  • fb698e4 Merge pull request #4710 from webpack/bugfix/prewalk-function-decl
  • 619cf31 prewalk a function declaration

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 2.5.0 just got published.

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

Release Notes v2.5.0

Bugfixes:

  • add hashSalt to schema
  • webpack's source code no longer contains sourceMappingURL, which caused issues with some tools
  • Added missing semicolon in dll-imported modules
  • DllPlugin manifest is smaller (not pretty printed)
  • CommonsChunkPlugin in async mode doesn't extract from initial chunks

Features:

  • allow placeholders in the BannerPlugin
  • add option to disable the module trace in stats
Commits

The new version differs by 81 commits0.

  • bf3652b 2.5.0
  • cd1cd29 Merge pull request #4815 from webpack/bugfix/extract-async-initial
  • b45588b CommonsChunkPlugin in async mode doesn't select initial chunks
  • 8bab88c Merge pull request #4814 from webpack/test/move-entry
  • a244879 add testcase for moving entry modules into the commons chunk
  • 85dc98f Merge pull request #4813 from JLHwung/perf/date-now
  • 6afc397 perf: use Date.now() instead of new Date().getTime()
  • 94d0641 perf: use Date.now() instead of +new Date()
  • c91ba49 Merge pull request #4791 from deificx/master
  • 94ba75f Merge pull request #4794 from ndresx/disable-manifest-json-pretty-print
  • 84ea1ff added error to stats.moduleTrace test name to trigger test cases corretly
  • 8ad4386 test cases for stats.moduleTrace option
  • 958156a moduleTrace added to webpackOptionsSchema.json
  • de87f93 Disable manifest.json pretty print
  • 4131013 rename stats.stackTrace to stats.moduleTrace

There are 81 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 2.5.1 just got published.

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

Release Notes v2.5.1

Bugfixes:

  • Fix crash when error happens while watching
  • Fix hoisting of exports
Commits

The new version differs by 5 commits0.

  • ad2f68f 2.5.1
  • 4fd545b Merge pull request #4828 from satazor/patch-1
  • b0c45da Fix _done function not dealing with compilation being undefined
  • 7bc08e1 Merge pull request #4816 from webpack/bugfix/hoist-immutable-export
  • a952bb9 change some magic numbers to hoist exports

false

See the full diff

greenkeeper[bot] commented 7 years ago

Version 2.6.0 just got published.

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

Commits

The new version differs by 24 commits.

  • 859b8cd updated examples
  • af05c14 2.6.0
  • 74afac5 Merge pull request #4881 from webpack/bugfix/destructing
  • cd6d086 fix missing pattern walk
  • 231a638 fix parsing issue with patterns
  • 272c105 support destructing on assignment
  • 6bd3a82 Merge pull request #4902 from bdwain/master
  • 04f2622 require a newer version of uglify that fixes a bug with regexp
  • 6d24f0d Merge pull request #4882 from kdnk/fix-typo
  • 7e4d659 CI
  • 60f154f archieved β€”> achieved
  • 95400b8 Merge pull request #4865 from PeterTeng/peter/fix-typo-in-examples
  • d5d0428 Merge pull request #4880 from webpack/ci/appveyor-yarn
  • 8ee65f1 Workaround for weird yarn link behavior
  • b59e179 'it it' => 'in in'

There are 24 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 2.6.1 just got published.

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

Release Notes v2.6.1

Bugfixes:

  • Promise is now only needed when loading chunk, not in initialization
  • variable injection in require.ensure is now working again
  • better comment message when no export found (output.pathinfo)
Commits

The new version differs by 7 commits.

  • 7cfd2c4 2.6.1
  • 5ec15f8 Merge pull request #4927 from webpack/bugfix/require-ensure-var-inject
  • da08b89 fix variable injection in require.ensure
  • 0dd0830 Merge pull request #4923 from webpack/bugfix/promise-later
  • 09d9533 Use Promise only when chunk load is triggered
  • ae389b0 Merge pull request #4918 from marzelin/master
  • 08615a2 change description when no static exports found

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.0.0 just got published.

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

Release Notes v3.0.0

Changes from 2.6.1 to 3.0.0

Features

  • node_modules no longer mangle to ~ in stats [breaking change]
  • timeout for HMR requests is configurable
  • added experimental Scope Hoisting (webpack.optimize.ModuleConcatenationPlugin)
  • some performance improvements
  • added output.libraryExport to select an export for the library
  • sourceMapFilename now supports [contenthash] [breaking change]
  • module.noParse supports functions
  • add node: false option to disable all node specific additions

Bugfixes

  • add workaround for breakpoints in eval source maps (chrome)
  • avoid creating redundant connections in chunk graph
  • enable chunk modules in stats by default
  • add special behavior when using CommonsChunkPlugin with only async option
  • error is shown when hot-only HMR fails
  • fixed a few issues with weird stats output [breaking change]
  • fixed a bug in occurrence order plugin [breaking change]
  • optimization plugins now only affect the current compilation [breaking change]
  • context now also include index files [breaking change]
  • require.resolve evaluate truthy [breaking change]
  • import order no longer adds to hash
  • Hashing for RawModule fixed

Internal changes

  • child compilations get records and cache assigned (they need a unique name) [breaking change]
  • Set is used for Child.modules, Module.chunks, Reason.chunks [breaking change]
  • uglifyjs-plugin is moved into separate repository

Changes from 3.0.0-rc.2 to 3.0.0

Bugfixes

  • fix duplicate dependencies in ConcatenatedModule
  • Hashing for RawModule fixed

Internal changes

  • uglifyjs-plugin is moved into separate repository
Commits

The new version differs by 176 commits.

  • bf4ec9c 3.0.0
  • 9feda63 Merge pull request #5028 from webpack/feature/externalize_uglify_plugin
  • 49d6e38 Merge pull request #5086 from webpack/ci/node-8
  • 3dcb133 OSX test on node.js 8
  • f4b8785 Merge pull request #5012 from webpack/TheLarkInn-patch-1
  • d26c402 chore(deps): upgrade uglifyjs-webpack-plugin deps to get latest webpack-sources so tests pass
  • 3da4f3e Merge pull request #5085 from jbellenger/jbellenger/rawmodule-hash
  • 8c9dc14 fix RawModule hashing
  • c2c5d73 Update README.md
  • 316d4b9 Merge pull request #5084 from timse/remove-duplicate-code
  • ae18552 update test case with changed hash due to less clutter in dependencies
  • fc20348 unite iteration through modules into one loop
  • 083843e remove code that pushes arrays of dependencies into dependencies
  • ab636b0 Merge pull request #5075 from andreipfeiffer/master
  • 3b3449c Refactor: use const for non reassignable identifier

There are 176 commits in total.

See the full diff