chore(deps): update dependency cosmiconfig to v9
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| cosmiconfig | ^8.0.0 -> ^9.0.0 |
Release Notes
cosmiconfig/cosmiconfig (cosmiconfig)
v9.0.0
- Added
searchStrategyoption:- The
nonevalue means that cosmiconfig does not traverse any directories upwards.-
Breaking change: This is the default value if you don't pass a
stopDiroption, 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 thesearchStrategy: 'global'option.
- If you want to achieve maximum backwards compatibility without adding an explicit
-
Breaking change: This is the default value if you don't pass a
- The
projectvalue means that cosmiconfig traverses upwards until it finds apackage.json(or.yaml) file. - The
globalvalue means that cosmiconfig traverses upwards until the passedstopDir, or your home directory if nostopDiris given.
- The
-
Breaking change: Meta config files (i.e.
config.jsand similar) are not looked for in the current working directory anymore. Instead, it looks in the.configsubfolder. -
Breaking change: When defining
searchPlacesin a meta config file, the tool-definedsearchPlacesare merged into this. Users may specifymergeSearchPlaces: falseto disable this. - Added support for a special
$importkey 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.
⚠️ 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
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)
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.
🥷 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