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-cli is breaking the build 🚨 #66

Open
greenkeeper bot opened this issue May 23, 2018 · 7 comments
Open

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

greenkeeper bot opened this issue May 23, 2018 · 7 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented May 23, 2018

Version 2.1.4 of webpack-cli was just published.

Branch Build failing 🚨
Dependency webpack-cli
Current Version 2.1.3
Type devDependency

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

webpack-cli 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
  • ci/circleci: build Your tests passed on CircleCI! Details
  • ci/circleci: test Your tests passed on CircleCI! Details
  • ci/circleci: lint Your tests passed on CircleCI! Details
  • ci/circleci: webpack-build Your tests failed on CircleCI Details

Release Notes v2.1.4

2.1.4 (2018-05-23)

Bug Fixes

Commits

The new version differs by 10 commits.

  • 3953648 fix(dependencies): fix vulnerabilities (#458)
  • 7c01f39 chore(travis): move npm ci to install task (#424)
  • aefa520 chore(travis): add Node.js 10 (#425)
  • 8283ba9 chore(docs): update readme
  • 9760a4d Update dependencies to enable Greenkeeper 🌴 (#443)
  • 4cca655 chore(travis): run lockfile cmds on tests (#444)
  • d0fb42c cli(init): revise installation steps (#441)
  • 51851e8 fix(pkg): test auto setup
  • bb181a1 chore(travis): Add encrypted private ssh key
  • 2091d1c chore(package.lock): update pkg.lock

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 May 23, 2018

After pinning to 2.1.3 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 Sep 23, 2018

  • The devDependency webpack-cli was updated from 3.1.0 to 3.1.1.

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

Release Notes for Webpack-cli v.3.1.1

Webpack CLI version 3.1.1 comes with minor fixes to infrastructure, fixing bugs, synchronization with webpack and updating the build system.

For a full overview of changes done, you can view it here

Monorepo packages has also been updated as patches and can be safely updated.

Commits

The new version differs by 117 commits.

  • e3119b6 v0.1.1
  • a0afc35 chore: v.3.1.1
  • 0ffede1 fix(schema): resolve references in schema (#605)
  • 6be0478 chore(fix): fix clean all script
  • 91cc499 chore(tests): added first ts test for info package (#584)
  • 1a8099c Merge pull request #604 from sendilkumarn/fix-tslint-issues
  • e425642 chore(lint): remove or replace console.log with console.error
  • db5f570 chore(lint): turn off console log warning
  • cf0bf4a chore(lint): fix tslint warnings
  • 1e0fa65 chore(ci): fix commitlint (#592)
  • b8d544b feat(types): types for packages (#578)
  • 936e7c1 chore(ci): Add a status badge for the azure pipelines CI build (#601)
  • d892b4d chore(deps): resync package-lock, upgrade major version
  • 2910645 docs(contribution): fix the setup workflow #591 (#597)
  • 2588394 chore(ci): add commitlint when trying to commit (#595)

There are 117 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 29, 2018

  • The devDependency webpack-cli was updated from 3.1.1 to 3.1.2.

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

Release Notes for webpack-CLI version 3.1.2

Version 3.1.2 fixes minor bugs, readme fixes and various of small regressions.

You can safely update to webpack 3.1.2 from 3.1.0.

For a full view of changes done, you can browse those here.

Commits

The new version differs by 134 commits.

  • 795ac48 v0.1.2
  • 8225339 chore: v.3.1.2>
  • fb6945b Merge pull request #618 from webpack/fix/watch-info
  • 99f5a69 Merge pull request #616 from rishabh3112/patch-4
  • 4cba51d Merge pull request #615 from rishabh3112/patch-3
  • d4e1614 fix: replace test regex
  • f3a225a docs(readme): update webpack-cli to webpack CLI
  • 9aed0dc fix(tapable): fix hook options
  • dc4ded9 docs(init): update headers
  • 747aef9 docs(readme): change addons to scaffolds
  • f8187f1 docs(readme): update links
  • 2ccf9a9 docs(init): update init documentation
  • 3844671 docs(readme): update README.md (#614)
  • da05c2f docs(readme): update Readme based on feedback
  • 93ebcc2 chore(docs): update readme

There are 134 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 3, 2019

  • The devDependency webpack-cli was updated from 3.1.2 to 3.2.0.

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

Commits

The new version differs by 258 commits.

  • 6253a73 chore: v.3.2.0
  • 0c3be76 chore: make tests pass
  • 0b6bab3 chore: better defaults
  • 78436ff chore: add-on -> scaffold
  • 3281372 chore: simplify clean-all script
  • b0f4a0f chore: addon -> scaffold
  • 82c9ea8 chore: update lockfiles
  • a3fe013 Merge pull request #716 from EvsChen/dist-scaffold
  • f9bb82d Merge pull request #693 from lakatostamas/feature/find-config-recursively
  • 3ec2e9d chore: resolve conflict
  • 83602d4 chore: update package lock and scripts
  • d82b016 Merge pull request #720 from rishabh3112/patch-7
  • 4d9c847 Merge pull request #723 from eavichay/patch-1
  • 4b2a127 docs: improve the docs (#722)
  • 9ad8c1d See #721

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 5, 2019

  • The devDependency webpack-cli was updated from 3.2.1 to 3.2.2.

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

Commits

The new version differs by 356 commits.

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 5, 2019

  • The devDependency webpack-cli was updated from 3.2.2 to 3.2.3.

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

Commits

The new version differs by 357 commits.

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 16, 2019

  • The devDependency webpack-cli was updated from 3.2.3 to 3.3.0.

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

Commits

The new version differs by 389 commits.

  • 8955506 chore: v.3.3.0
  • 398e39a Merge pull request #773 from misterdev/misterdev-format-scaffold
  • a14908e chore: revise typo
  • d19c1f7 docs(scaffolding): lowercase Webpack
  • b94b0de docs(scaffolding): fix typos
  • 6b79072 docs(scaffolding): improve grammar
  • 65bf27f docs: add lerna badge in README (#786)
  • 98818a1 docs(scaffolding): fix typo
  • 0f657d0 docs(scaffolding): improve description & formatting
  • 6aec4c3 Merge pull request #742 from rishabh3112/fix/init
  • e2c9dd7 Merge pull request #768 from misterdev/docs/contributing-formatting
  • 6fee805 Merge pull request #785 from webpack/fix/ci
  • a8b46bf chore(deps): @std/esm -> esm
  • 54a3ac4 fix(tests): remove snapshot for static compilation
  • 3af0948 fix(tests): remove snapshot for static compilation

There are 250 commits in total.

See the full diff

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

0 participants