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

Update dependency cosmiconfig to v8 #227

Merged
merged 1 commit into from
Jul 16, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 21, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cosmiconfig 7.1.0 -> 8.2.0 age adoption passing confidence

Release Notes

cosmiconfig/cosmiconfig (cosmiconfig)

v8.2.0

Compare Source

  • Add support for ECMAScript modules (ESM) to the asynchronous API. End users running Node versions that support ESM can provide .mjs files, or .js files whose nearest parent package.json file contains "type": "module".
    • ${moduleName}rc.mjs and ${moduleName}.config.mjs are included in the default searchPlaces of the asynchronous API.
    • The synchronous API does not support ECMAScript modules, so does not look for .mjs files.
    • To learn more, read "Loading JS modules".

v8.1.3

Compare Source

  • Fixed: existence of meta config breaking default loaders

v8.1.2

Compare Source

  • Fixed: generation of TypeScript types going to the wrong output path

v8.1.1

Compare Source

  • Fixed: meta config overriding original options completely (now merges correctly)

v8.1.0

Compare Source

  • Added: always look at .config.{yml,yaml,json,js,cjs} file to configure cosmiconfig itself, and look for tool configuration in it using packageProp (similar to package.json)

v8.0.0

Compare Source

No major breaking changes! We dropped support for Node 10 and 12 -- which you're probably not using. And we swapped out the YAML parser -- which you probably won't notice.

  • Breaking change: Drop support for Node 10 and 12.

  • Breaking change: Use npm package js-yaml to parse YAML instead of npm package yaml.

  • Added: Loader errors now include the path of the file that was tried to be loaded.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the renovate label Nov 21, 2022
@renovate renovate bot force-pushed the renovate/cosmiconfig-8.x branch from 2377451 to 465d226 Compare December 10, 2022 17:34
@codecov-commenter
Copy link

codecov-commenter commented Dec 10, 2022

Codecov Report

Patch and project coverage have no change.

Comparison is base (a1ae737) 100.00% compared to head (7e1126a) 100.00%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #227   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines          258       258           
  Branches        49        49           
=========================================
  Hits           258       258           

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@renovate renovate bot changed the title fix(deps): update dependency cosmiconfig to v8 Update dependency cosmiconfig to v8 Dec 17, 2022
@renovate renovate bot changed the title Update dependency cosmiconfig to v8 fix(deps): update dependency cosmiconfig to v8 Dec 17, 2022
@renovate renovate bot changed the title fix(deps): update dependency cosmiconfig to v8 Update dependency cosmiconfig to v8 Dec 17, 2022
@renovate renovate bot changed the title Update dependency cosmiconfig to v8 fix(deps): update dependency cosmiconfig to v8 Dec 17, 2022
@renovate renovate bot force-pushed the renovate/cosmiconfig-8.x branch from 465d226 to 6bf6ede Compare March 17, 2023 04:02
@renovate renovate bot force-pushed the renovate/cosmiconfig-8.x branch from 6bf6ede to 2b60ac8 Compare March 24, 2023 22:51
@renovate renovate bot force-pushed the renovate/cosmiconfig-8.x branch 2 times, most recently from ff47636 to f334604 Compare June 4, 2023 21:59
@renovate renovate bot force-pushed the renovate/cosmiconfig-8.x branch from f334604 to 8ac7ef4 Compare July 15, 2023 18:58
@renovate renovate bot changed the title fix(deps): update dependency cosmiconfig to v8 Update dependency cosmiconfig to v8 Jul 15, 2023
@renovate renovate bot force-pushed the renovate/cosmiconfig-8.x branch 7 times, most recently from 69dc1e3 to 51925af Compare July 16, 2023 17:43
@renovate renovate bot force-pushed the renovate/cosmiconfig-8.x branch from 51925af to 7e1126a Compare July 16, 2023 18:49
@screendriver screendriver merged commit 1872a29 into main Jul 16, 2023
@screendriver screendriver deleted the renovate/cosmiconfig-8.x branch July 16, 2023 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants