-
Notifications
You must be signed in to change notification settings - Fork 14
fix(deps): update dependency cosmiconfig to v9 #388
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
base: main
Are you sure you want to change the base?
Conversation
|
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
5d32295 to
633f74a
Compare
4c3df17 to
d2e7a62
Compare
425235a to
fd15f9c
Compare
8906889 to
816fb8b
Compare
745707c to
96e2923
Compare
96e2923 to
e06a9a0
Compare
ba4a1d8 to
34e0f4c
Compare
d8b2425 to
9095f07
Compare
409c4ea to
2266af6
Compare
d799633 to
36b443d
Compare
2e222d4 to
04171d8
Compare
04171d8 to
f6c133c
Compare
9e86c0f to
0e2e5e9
Compare
8a7221f to
4f9c92e
Compare
4f9c92e to
ef13b28
Compare
ef13b28 to
e1696dd
Compare
e1696dd to
06b1f9a
Compare
06b1f9a to
bfd16ad
Compare
bfd16ad to
b04c422
Compare
3c06085 to
0a4235a
Compare
97c2f83 to
c27983e
Compare
c27983e to
afca4c1
Compare
afca4c1 to
d837974
Compare
1a3cf53 to
9abab19
Compare
9abab19 to
60abab0
Compare
60abab0 to
dff3244
Compare
fbec6ae to
86e3899
Compare
86e3899 to
091d817
Compare
091d817 to
56e5c7b
Compare
56e5c7b to
f367bd6
Compare
f367bd6 to
d302525
Compare
This PR contains the following updates:
^8.1.3→^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 - "every weekend" in timezone America/Los_Angeles, 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.