commercetools-docs-kit icon indicating copy to clipboard operation
commercetools-docs-kit copied to clipboard

chore(deps): update dependency cosmiconfig to v9

Open renovate[bot] opened this issue 1 year ago • 4 comments

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[bot] avatar Feb 21 '24 07:02 renovate[bot]

⚠️ No Changeset found

Latest commit: 85e47ca3d9d387bc55b8568b77813d5bfa4586e0

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

changeset-bot[bot] avatar Feb 21 '24 07:02 changeset-bot[bot]

🚚 Build Process Details

Preview URLs:

  • https://docskit-renovate-cosmiconfig-9-x.commercetools.vercel.app (permalink to the last build of this branch)
  • https://docskit-sha-aa5387c85b76ef473fca5396dc679e805f030617.commercetools.vercel.app (this commit)

github-actions[bot] avatar Feb 21 '24 07:02 github-actions[bot]

This PR is missing a Jira ticket reference in the title or description. Please add a Jira ticket reference to the title or description of this PR.

gitstream-cm[bot] avatar Jun 12 '24 10:06 gitstream-cm[bot]

🥷 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

gitstream-cm[bot] avatar Jul 01 '24 08:07 gitstream-cm[bot]