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

fix(deps): update dependency cosmiconfig to v9 #388

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 26, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cosmiconfig ^8.1.3 -> ^9.0.0 age adoption passing confidence

Release Notes

cosmiconfig/cosmiconfig (cosmiconfig)

v9.0.0

Compare Source

  • Added searchStrategy option:
    • The none value means that cosmiconfig does not traverse any directories upwards.
      • Breaking change: This is the default value if you don't pass a stopDir option, which means that cosmiconfig no longer traverses directories by default, and instead just looks in the current working directory.
        • If you want to achieve maximum backwards compatibility without adding an explicit stopDir, add the searchStrategy: 'global' option.
    • The project value means that cosmiconfig traverses upwards until it finds a package.json (or .yaml) file.
    • The global value means that cosmiconfig traverses upwards until the passed stopDir, or your home directory if no stopDir is given.
  • Breaking change: Meta config files (i.e. config.js and similar) are not looked for in the current working directory anymore. Instead, it looks in the .config subfolder.
  • Breaking change: When defining searchPlaces in a meta config file, the tool-defined searchPlaces are merged into this. Users may specify mergeSearchPlaces: false to disable this.
  • Added support for a special $import key which will import another configuration file
    • The imported file will act as a base file - all properties from that file will be applied to the configuration, but can be overridden by the importing file
    • For more information, read the import section of the README
  • Added searching in OS conventional folders (XDG compatible on Linux, %APPDATA% on Windows, Library/Preferences on macOS) for searchStrategy: 'global'
  • Fixed crash when trying to load a file that is not readable due to file system permissions
  • Fixed wrong ERR_REQUIRE_ESM error being thrown when there is an issue loading an ESM file

v8.3.6

Compare Source

  • Ignore search place if accessing it causes ENOTDIR (i.e. if access of a subpath of a file is attempted)

v8.3.5

Compare Source

  • Fixed regression in transform option

v8.3.4

Compare Source

  • Fixed crash in older node versions

v8.3.3

Compare Source

  • Added back node 14 compat to package.json

v8.3.2

Compare Source

  • Fixed some issues with TypeScript config loading

v8.3.1

Compare Source

  • Fixed crash when stopDir was given but undefined

v8.3.0

Compare Source

  • Add support for TypeScript configuration files

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

Copy link

changeset-bot bot commented Nov 26, 2023

⚠️ No Changeset found

Latest commit: ef13b28

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

codesandbox-ci bot commented Nov 26, 2023

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@renovate renovate bot requested a review from a team as a code owner December 2, 2023 09:28
@renovate renovate bot force-pushed the renovate/cosmiconfig-9.x branch 3 times, most recently from 4c3df17 to d2e7a62 Compare December 9, 2023 15:56
@renovate renovate bot force-pushed the renovate/cosmiconfig-9.x branch 2 times, most recently from 425235a to fd15f9c Compare December 16, 2023 16:33
@renovate renovate bot force-pushed the renovate/cosmiconfig-9.x branch 2 times, most recently from 8906889 to 816fb8b Compare December 30, 2023 15:40
@renovate renovate bot force-pushed the renovate/cosmiconfig-9.x branch 5 times, most recently from 745707c to 96e2923 Compare January 13, 2024 16:46
@renovate renovate bot force-pushed the renovate/cosmiconfig-9.x branch 2 times, most recently from ba4a1d8 to 34e0f4c Compare February 4, 2024 11:37
@renovate renovate bot force-pushed the renovate/cosmiconfig-9.x branch 2 times, most recently from d8b2425 to 9095f07 Compare February 10, 2024 15:17
@renovate renovate bot force-pushed the renovate/cosmiconfig-9.x branch 2 times, most recently from 409c4ea to 2266af6 Compare February 24, 2024 09:19
@renovate renovate bot force-pushed the renovate/cosmiconfig-9.x branch 3 times, most recently from d799633 to 36b443d Compare March 2, 2024 09:49
@renovate renovate bot force-pushed the renovate/cosmiconfig-9.x branch 2 times, most recently from 2e222d4 to 04171d8 Compare March 9, 2024 09:36
@renovate renovate bot force-pushed the renovate/cosmiconfig-9.x branch from 04171d8 to f6c133c Compare March 16, 2024 07:32
@renovate renovate bot force-pushed the renovate/cosmiconfig-9.x branch 2 times, most recently from dc1103c to d195d7e Compare March 25, 2024 05:20
@renovate renovate bot force-pushed the renovate/cosmiconfig-9.x branch 3 times, most recently from a8f8647 to c427bc9 Compare April 6, 2024 12:54
@renovate renovate bot force-pushed the renovate/cosmiconfig-9.x branch from c427bc9 to a4538a4 Compare April 13, 2024 11:37
@renovate renovate bot force-pushed the renovate/cosmiconfig-9.x branch 3 times, most recently from ece4280 to c90a0a9 Compare May 4, 2024 07:16
@renovate renovate bot force-pushed the renovate/cosmiconfig-9.x branch 2 times, most recently from ef29bfe to ec9d3ed Compare May 11, 2024 14:21
@renovate renovate bot force-pushed the renovate/cosmiconfig-9.x branch 2 times, most recently from 9ed7bc2 to 92b25c4 Compare May 18, 2024 22:27
@renovate renovate bot force-pushed the renovate/cosmiconfig-9.x branch 2 times, most recently from c0e4fc4 to 9e86c0f Compare June 1, 2024 12:58
@renovate renovate bot force-pushed the renovate/cosmiconfig-9.x branch from 9e86c0f to 0e2e5e9 Compare June 2, 2024 01:04
@renovate renovate bot force-pushed the renovate/cosmiconfig-9.x branch 3 times, most recently from 8a7221f to 4f9c92e Compare June 16, 2024 22:43
@renovate renovate bot force-pushed the renovate/cosmiconfig-9.x branch from 4f9c92e to ef13b28 Compare August 3, 2024 07:57
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.

0 participants