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
Open
chore(deps): update dependency cosmiconfig to v9#1935renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
|
Contributor
|
Preview URLs:
|
574d1e0 to
8d602fc
Compare
f517793 to
f5e8e5b
Compare
2c78470 to
3780567
Compare
eaf1bbb to
950e967
Compare
7eebc95 to
3ed5cbb
Compare
3ed5cbb to
bc32e60
Compare
47bcbd7 to
2f6b8d7
Compare
e0abca7 to
164ad53
Compare
27c4756 to
94ed884
Compare
a961595 to
bbc056f
Compare
bbc056f to
84d4232
Compare
0073dbf to
8e149eb
Compare
8e149eb to
deaa79b
Compare
deaa79b to
85e47ca
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^8.0.0->^9.0.0Release Notes
cosmiconfig/cosmiconfig (cosmiconfig)
v9.0.0Compare Source
searchStrategyoption:nonevalue means that cosmiconfig does not traverse any directories upwards.stopDiroption, which means that cosmiconfig no longer traverses directories by default, and instead just looks in the current working directory.stopDir, add thesearchStrategy: 'global'option.projectvalue means that cosmiconfig traverses upwards until it finds apackage.json(or.yaml) file.globalvalue means that cosmiconfig traverses upwards until the passedstopDir, or your home directory if nostopDiris given.config.jsand similar) are not looked for in the current working directory anymore. Instead, it looks in the.configsubfolder.searchPlacesin a meta config file, the tool-definedsearchPlacesare merged into this. Users may specifymergeSearchPlaces: falseto disable this.$importkey which will import another configuration filesearchStrategy: 'global'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.
This PR was generated by Mend Renovate. View the repository job log.