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

chore(deps): update dependency cosmiconfig to v9 #1935

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 21, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cosmiconfig ^8.0.0 -> ^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

Configuration

📅 Schedule: Branch creation - "on the 1st and 3rd day instance on Wednesday after 3am" (UTC), 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.

@renovate renovate bot added the 🤖 Type: Dependencies Dependency updates or something similar label Feb 21, 2024
Copy link

changeset-bot bot commented Feb 21, 2024

⚠️ No Changeset found

Latest commit: 84d4232

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
Contributor

github-actions bot commented Feb 21, 2024

@renovate renovate bot force-pushed the renovate/cosmiconfig-9.x branch from 574d1e0 to 8d602fc Compare March 4, 2024 11:03
@renovate renovate bot force-pushed the renovate/cosmiconfig-9.x branch 10 times, most recently from f517793 to f5e8e5b Compare March 21, 2024 15:41
@renovate renovate bot force-pushed the renovate/cosmiconfig-9.x branch 6 times, most recently from 2c78470 to 3780567 Compare March 26, 2024 14:50
@renovate renovate bot force-pushed the renovate/cosmiconfig-9.x branch 6 times, most recently from eaf1bbb to 950e967 Compare April 10, 2024 09:54
@renovate renovate bot force-pushed the renovate/cosmiconfig-9.x branch 3 times, most recently from 7eebc95 to 3ed5cbb Compare April 23, 2024 08:27
@renovate renovate bot force-pushed the renovate/cosmiconfig-9.x branch from 3ed5cbb to bc32e60 Compare May 2, 2024 09:30
@renovate renovate bot force-pushed the renovate/cosmiconfig-9.x branch from b1a119e to fcb1d79 Compare August 20, 2024 14:02
@renovate renovate bot force-pushed the renovate/cosmiconfig-9.x branch 7 times, most recently from 50a2ad6 to fda9a2d Compare September 11, 2024 07:56
@renovate renovate bot force-pushed the renovate/cosmiconfig-9.x branch 8 times, most recently from 47bcbd7 to 2f6b8d7 Compare September 16, 2024 06:22
@renovate renovate bot force-pushed the renovate/cosmiconfig-9.x branch 3 times, most recently from e0abca7 to 164ad53 Compare September 25, 2024 07:10
@renovate renovate bot force-pushed the renovate/cosmiconfig-9.x branch 7 times, most recently from 27c4756 to 94ed884 Compare October 4, 2024 11:02
@renovate renovate bot force-pushed the renovate/cosmiconfig-9.x branch 2 times, most recently from a961595 to bbc056f Compare October 11, 2024 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
missing-jira 🤖 Type: Dependencies Dependency updates or something similar
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants