Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

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

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/cosmiconfig-9.x
Open

chore(deps): update dependency cosmiconfig to v9#1935
renovate[bot] wants to merge 1 commit intomainfrom
renovate/cosmiconfig-9.x

Conversation

@renovate
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
@changeset-bot
Copy link

changeset-bot bot commented Feb 21, 2024

⚠️ No Changeset found

Latest commit: 85e47ca

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

@github-actions
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 030dc73 to 5e69a24 Compare June 13, 2024 13:23
@renovate renovate bot force-pushed the renovate/cosmiconfig-9.x branch 12 times, most recently from 01c5ff3 to 5a026d3 Compare June 20, 2024 12:24
@renovate renovate bot force-pushed the renovate/cosmiconfig-9.x branch 10 times, most recently from 8a888b4 to 63486f6 Compare June 28, 2024 09:28
@renovate renovate bot force-pushed the renovate/cosmiconfig-9.x branch from 63486f6 to e61ee96 Compare July 1, 2024 08:24
@gitstream-cm
Copy link

gitstream-cm bot commented Jul 1, 2024

🥷 Code experts: emmenko

emmenko has most 🧠 knowledge in the files.

See details

packages/gatsby-theme-docs/package.json

Knowledge based on git-blame:
emmenko: 17%

yarn.lock

Knowledge based on git-blame:
emmenko: 43%

To learn more about /:\ gitStream - Visit our Docs

@renovate renovate bot force-pushed the renovate/cosmiconfig-9.x branch 3 times, most recently from 72e29ff to 72d111f Compare July 4, 2024 10:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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