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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cosmiconfig to the latest version 馃殌 #444

Merged
merged 3 commits into from May 13, 2018

Conversation

sudo-suhas
Copy link
Collaborator

Version 5.0.2 of cosmiconfig was just published.

Dependency cosmiconfig
Current Version 4.0.0
Type dependency

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

If you don鈥檛 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 cosmiconfig.

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鈥檛 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 22 commits.

  • e454aba Prepare 5.0.2
  • 5af527c Allow sync loading of JS configs that export Promises (#135)
  • f0ef8e5 Tweak readme
  • 493c62a Prepare 5.0.1
  • 9344cf7 Include rc extensions in default searchPlaces (#132)
  • ca82d41 Prepare 5.0.0
  • 86d8567 Add note about v4 to readme
  • a3e135b Merge pull request #130 from davidtheclark/v5
  • 254e173 Fix typos and clarify some points in readme
  • 451ebf0 Load anything from anywhere (#129)
  • 0143e84 Use require for js and replace mocks with real file tests (#127)
  • b9b532b Document new synchronous functions (#125)
  • 593f7eb only parse json and yaml for files without an extension and use json's parser to parse json files without an extension (#124)
  • 88f5ee0 Expose sync functions instead of a sync option, remove load format (#120)
  • 6ae62dd Test refactor (without source code change) in preparation for async-sync source code refactor (#117)
  • 61f4500 Whitelist v5 branch for running CI builds
  • 05f72c5 Remove and disable package-lock.json (#118)
  • c8a483c Improve documentation for v5 (#111)
  • 46335b1 Treat empty files differently from non-existent (#107)
  • d4743d2 Split load into two functions (#108)

There are 17 commits in total.

See the full diff

FAQ and help

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


Your Greenkeeper bot 馃尨

@codecov
Copy link

codecov bot commented May 8, 2018

Codecov Report

Merging #444 into master will increase coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #444      +/-   ##
==========================================
+ Coverage   98.71%   98.72%   +0.01%     
==========================================
  Files          12       12              
  Lines         234      236       +2     
  Branches       27       28       +1     
==========================================
+ Hits          231      233       +2     
  Misses          3        3
Impacted Files Coverage 螖
src/index.js 91.89% <100%> (+0.46%) 猬嗭笍

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 1601c02...56b7f7b. Read the comment docs.

@sudo-suhas sudo-suhas changed the base branch from master to fix/bump-deps May 13, 2018 04:43
@sudo-suhas sudo-suhas merged commit 646015d into fix/bump-deps May 13, 2018
@sudo-suhas sudo-suhas deleted the greenkeeper/cosmiconfig-5.0.2 branch May 13, 2018 04:44
sudo-suhas added a commit that referenced this pull request May 20, 2018
* fix(package): update cosmiconfig to version 5.0.2
* chore(package): update lockfile
* fix: Migrate to cosmiconfig v5

Closes #441
sudo-suhas added a commit that referenced this pull request May 21, 2018
* fix(package): update cosmiconfig to version 5.0.2
* chore(package): update lockfile
* fix: Migrate to cosmiconfig v5

Closes #441
sudo-suhas added a commit that referenced this pull request May 21, 2018
* fix(package): update cosmiconfig to version 5.0.2
* chore(package): update lockfile
* fix: Migrate to cosmiconfig v5

Closes #441
drazik pushed a commit to drazik/blog that referenced this pull request May 21, 2018
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 ([#&#8203;444](`lint-staged/lint-staged#444)) ([2fc7aa3](lint-staged/lint-staged@2fc7aa3)), closes [#&#8203;441](`lint-staged/lint-staged#441)
* **package:** Update listr to version 0.14.1 ([#&#8203;445](`lint-staged/lint-staged#445)) ([a56d7c9](lint-staged/lint-staged@a56d7c9)), closes [#&#8203;426](`lint-staged/lint-staged#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).
kornicameister pushed a commit to kornicameister/korni that referenced this pull request May 23, 2018
## 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants