-
Notifications
You must be signed in to change notification settings - Fork 5
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
chore(deps): update dependency cosmiconfig to v9 #1935
base: main
Are you sure you want to change the base?
Conversation
|
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
b1a119e
to
fcb1d79
Compare
50a2ad6
to
fda9a2d
Compare
47bcbd7
to
2f6b8d7
Compare
e0abca7
to
164ad53
Compare
27c4756
to
94ed884
Compare
a961595
to
bbc056f
Compare
bbc056f
to
84d4232
Compare
This PR contains the following updates:
^8.0.0
->^9.0.0
Release Notes
cosmiconfig/cosmiconfig (cosmiconfig)
v9.0.0
Compare Source
searchStrategy
option:none
value means that cosmiconfig does not traverse any directories upwards.stopDir
option, which means that cosmiconfig no longer traverses directories by default, and instead just looks in the current working directory.stopDir
, add thesearchStrategy: 'global'
option.project
value means that cosmiconfig traverses upwards until it finds apackage.json
(or.yaml
) file.global
value means that cosmiconfig traverses upwards until the passedstopDir
, or your home directory if nostopDir
is given.config.js
and similar) are not looked for in the current working directory anymore. Instead, it looks in the.config
subfolder.searchPlaces
in a meta config file, the tool-definedsearchPlaces
are merged into this. Users may specifymergeSearchPlaces: false
to disable this.$import
key 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.