-
-
Notifications
You must be signed in to change notification settings - Fork 425
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
Update listr to the latest version 🚀 #426
Conversation
@SamVerschueren Could you help us understand the CI failures? Is there any change we need to do to use |
Seems like a bug downstream in |
Thanks @SamVerschueren! I will track the progress on that issue. |
Status update, sindresorhus/any-observable#18 was closed in sindresorhus/any-observable#20. Now jamestalmage/stream-to-observable#10 needs to go through(breaking change, needs node 6). Then |
Version 0.14.1 just got published.Update to this version instead 🚀 CommitsThe new version differs by 7 commits.
See the full diff |
* fix(package): update listr to version 0.14.1 * chore(package): update lockfile Closes #426
* Update ng deps to 6.x * Fix ngrx deps to 6.0.0-beta.3 * Update rxjs to 6.x * Update ts to 2.7.x * Add rxjs-compat to devDeps in order to the following: lint-staged/lint-staged#416 Follow up: lint-staged/lint-staged#426 (comment)
* fix(package): update listr to version 0.14.1 * chore(package): update lockfile Closes #426
* fix(package): update listr to version 0.14.1 * chore(package): update lockfile Closes #426
This Pull Request updates dependency [lint-staged](https://github.com/okonet/lint-staged) from `v7.1.1` to `v7.1.2` <details> <summary>Release Notes</summary> ### [`v7.1.2`](https://github.com/okonet/lint-staged/releases/v7.1.2) [Compare Source](lint-staged/lint-staged@v7.1.1...v7.1.2) ##### Bug Fixes * **package:** Update cosmiconfig to version 5.0.2 ([#​444](`https://github.com/okonet/lint-staged/issues/444`)) ([2fc7aa3](lint-staged/lint-staged@2fc7aa3)), closes [#​441](`https://github.com/okonet/lint-staged/issues/441`) * **package:** Update listr to version 0.14.1 ([#​445](`https://github.com/okonet/lint-staged/issues/445`)) ([a56d7c9](lint-staged/lint-staged@a56d7c9)), closes [#​426](`https://github.com/okonet/lint-staged/issues/426`) * Add .lintstagedrc.js to list of config files to search ([9e27620](lint-staged/lint-staged@9e27620)) --- </details> --- This PR has been generated by [Renovate Bot](https://renovatebot.com).
## Overview The following dependencies have been updated by [dependencies.io](https://www.dependencies.io/): - `lint-staged` in `package.json` from "7.0.5" to "7.1.2" ## Details ### `lint-staged` This dependency is located in `package.json` and was updated from "7.0.5" to "7.1.2". <details> <summary>7.1.0</summary> # [7.1.0](lint-staged/lint-staged@v7.0.5...v7.1.0) (2018-05-07) ### Features * Chunked execution of linters on Windows only ([#439](lint-staged/lint-staged#439)) ([1601c02](lint-staged/lint-staged@1601c02)) </details> <details> <summary>7.1.1</summary> ## [7.1.1](lint-staged/lint-staged@v7.1.0...v7.1.1) (2018-05-18) ### Bug Fixes * **cli:** Correct value for FORCE_COLOR env var ([#451](lint-staged/lint-staged#451)) ([9823d26](lint-staged/lint-staged@9823d26)), closes [#448](lint-staged/lint-staged#448) </details> <details> <summary>7.1.2</summary> ## [7.1.2](lint-staged/lint-staged@v7.1.1...v7.1.2) (2018-05-21) ### Bug Fixes * **package:** Update cosmiconfig to version 5.0.2 ([#444](lint-staged/lint-staged#444)) ([2fc7aa3](lint-staged/lint-staged@2fc7aa3)), closes [#441](lint-staged/lint-staged#441) * **package:** Update listr to version 0.14.1 ([#445](lint-staged/lint-staged#445)) ([a56d7c9](lint-staged/lint-staged@a56d7c9)), closes [#426](lint-staged/lint-staged#426) * Add .lintstagedrc.js to list of config files to search ([9e27620](lint-staged/lint-staged@9e27620)) </details>
☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.
Version 0.14.0 of listr was just published.
The version 0.14.0 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 listr.
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.
Commits
The new version differs by 4 commits.
b295525
0.14.0
42f38c2
refactor(lib): Cleanup linter errors
44cb4db
fix(deps): Add support for RxJS 6
d28fb95
Remove unused dependency (#82)
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 🌴