Skip to content

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Apr 30, 2018

Version 2.1.1 of webpack-cli was just published.

Dependency webpack-cli
Current Version 2.0.15
Type devDependency

The version 2.1.1 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of webpack-cli.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


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 🌴

@codecov
Copy link

codecov bot commented Apr 30, 2018

Codecov Report

Merging #79 into master will increase coverage by 0.08%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #79      +/-   ##
==========================================
+ Coverage   70.43%   70.51%   +0.08%     
==========================================
  Files         141      143       +2     
  Lines        3247     3721     +474     
  Branches      284      349      +65     
==========================================
+ Hits         2287     2624     +337     
- Misses        947     1075     +128     
- Partials       13       22       +9
Impacted Files Coverage Δ
src/ts/algorithms/greedy/knapsack.ts 66.66% <0%> (-33.34%) ⬇️
src/ts/algorithms/search/interpolation-search.ts 80% <0%> (-20%) ⬇️
src/ts/algorithms/graph/dijkstra.ts 12.5% <0%> (-14.78%) ⬇️
src/ts/algorithms/graph/prim.ts 11.11% <0%> (-11.97%) ⬇️
src/ts/algorithms/sorting/bucket-sort.ts 92.3% <0%> (-7.7%) ⬇️
src/ts/algorithms/sorting/counting-sort.ts 93.75% <0%> (-6.25%) ⬇️
...mic-programing/longest-common-subsequence-print.ts 2.63% <0%> (-5.71%) ⬇️
src/ts/algorithms/graph/kruskal.ts 13.15% <0%> (-5.03%) ⬇️
src/ts/algorithms/sorting/quicksort.ts 96% <0%> (-4%) ⬇️
src/ts/others/fibonacci.ts 100% <0%> (ø) ⬆️
... and 25 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 054cbff...675a986. Read the comment docs.

greenkeeper bot added a commit that referenced this pull request Apr 30, 2018
@loiane loiane merged commit 03f832a into master May 1, 2018
@loiane loiane deleted the greenkeeper/webpack-cli-2.1.1 branch May 1, 2018 13:47
greenkeeper bot added a commit that referenced this pull request May 6, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 6, 2018

Version 2.1.3 just got published.

Update to this version instead 🚀

Release Notes v.2.1.3

2.1.0 -> 2.1.3 are regressions and bugfixes from prior commits. 2.1.3 Changelog

Commits

The new version differs by 4 commits.

  • d060239 chore(release): v.2.1.3
  • 4149c53 chore(pkg): remove prefer global
  • 84d6997 chore(templates): Update issue templates (#432)
  • 2273536 cli(cmds): revise yargs command (#422)

See the full diff

greenkeeper bot added a commit that referenced this pull request May 23, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 23, 2018

Version 2.1.4 just got published.

Update to this version instead 🚀

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

greenkeeper bot added a commit that referenced this pull request Jun 2, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 2, 2018

Version 2.1.5 just got published.

Update to this version instead 🚀

Release Notes v2.1.5

2.1.5 (2018-06-01)

Bug Fixes

  • entry: fix a bug when --display-entrypoints=false does not hide entries (#464) (c2398a2)
Commits

The new version differs by 4 commits.

  • 3a8fcce chore(deps): Update conventional-changelog-cli to the latest version 🚀 (#474)
  • 3442865 tests(binTestCases): refactor to make tests pass (#472)
  • c2398a2 fix(entry): fix a bug when --display-entrypoints=false does not hide entries (#464)
  • 9977406 chore(package): update jest-cli to version 23.0.1 (#467)

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 2, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 2, 2018

Version 3.0.0 just got published.

Update to this version instead 🚀

Release Notes v3.0.0

3.0.0 (2018-06-02)

Commits

The new version differs by 6 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 2, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 2, 2018

Version 3.0.1 just got published.

Update to this version instead 🚀

Release Notes v3.0.1

3.0.1 (2018-06-02)

Bug Fixes

Commits

The new version differs by 1 commits.

  • 592fd11 fix: fix path lookup & re-add infra docs (#480)

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 4, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 4, 2018

Version 3.0.2 just got published.

Update to this version instead 🚀

Release Notes v3.0.2

3.0.2 (2018-06-04)

Bug Fixes

Commits

The new version differs by 4 commits.

  • 6833db9 fix: use async / await for info command (#494)
  • 6854bd6 cli(init): don't use uglify on prod config (#490)
  • 6b255c0 Merge pull request #481 from AviVahl/master
  • a1a796d Remove workspaces key, as yarn workspaces is not in use

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

Successfully merging this pull request may close these issues.

1 participant