-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
fix(deps): update dependency cosmiconfig to v9 #388
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
dc1103c
to
d195d7e
Compare
a8f8647
to
c427bc9
Compare
c427bc9
to
a4538a4
Compare
ece4280
to
c90a0a9
Compare
ef29bfe
to
ec9d3ed
Compare
9ed7bc2
to
92b25c4
Compare
c0e4fc4
to
9e86c0f
Compare
9e86c0f
to
0e2e5e9
Compare
8a7221f
to
4f9c92e
Compare
4f9c92e
to
ef13b28
Compare
ef13b28
to
e1696dd
Compare
This PR contains the following updates:
^8.1.3
->^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'
v8.3.6
Compare Source
v8.3.5
Compare Source
v8.3.4
Compare Source
v8.3.3
Compare Source
v8.3.2
Compare Source
v8.3.1
Compare Source
stopDir
was given but undefinedv8.3.0
Compare Source
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.