Skip to content

Update webpack-cli to the latest version 🚀 #107

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

Closed
wants to merge 2 commits into from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Sep 23, 2018

The devDependency webpack-cli was updated from 2.1.1 to 3.1.1.

This version 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.


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 139 commits ahead by 139, behind by 8.

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

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

@codecov
Copy link

codecov bot commented Sep 23, 2018

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #107      +/-   ##
==========================================
+ Coverage   89.39%   90.76%   +1.36%     
==========================================
  Files         141      143       +2     
  Lines        3168     3940     +772     
  Branches      268      382     +114     
==========================================
+ Hits         2832     3576     +744     
- Misses        318      334      +16     
- Partials       18       30      +12
Impacted Files Coverage Δ
src/ts/algorithms/greedy/knapsack.ts 69.23% <0%> (-30.77%) ⬇️
src/ts/algorithms/math/lcm.ts 75% <0%> (-25%) ⬇️
src/ts/algorithms/math/primality-test.ts 91.66% <0%> (-8.34%) ⬇️
src/ts/algorithms/math/sieve-eratosthenes.ts 93.33% <0%> (-6.67%) ⬇️
src/ts/algorithms/sorting/counting-sort.ts 94.73% <0%> (-5.27%) ⬇️
src/ts/algorithms/sorting/quicksort.ts 96.15% <0%> (-3.85%) ⬇️
src/js/algorithms/dynamic-programing/knapsack.js 96.42% <0%> (-3.58%) ⬇️
src/ts/algorithms/sorting/bucket-sort.ts 96.55% <0%> (-3.45%) ⬇️
...mic-programing/longest-common-subsequence-print.ts 97.43% <0%> (-2.57%) ⬇️
src/ts/algorithms/math/gcd.ts 64.28% <0%> (-2.39%) ⬇️
... and 65 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 44cdb55...3d43a89. Read the comment docs.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 29, 2018

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

Update to this version instead 🚀

Commits

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

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 29, 2018
greenkeeper bot added a commit that referenced this pull request Jan 3, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 3, 2019

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

Update to this version instead 🚀

Commits

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

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 5, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 5, 2019

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

Update to this version instead 🚀

Commits

The new version differs by 98 commits.

There are 98 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 5, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 5, 2019

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

Update to this version instead 🚀

Commits

The new version differs by 1 commits.

See the full diff

@loiane loiane closed this Mar 15, 2019
@loiane loiane deleted the greenkeeper/webpack-cli-3.1.1 branch March 15, 2019 15:28
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