[Snyk] Upgrade cosmiconfig from 6.0.0 to 9.0.0 #242
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.
Snyk has created this PR to upgrade cosmiconfig from 6.0.0 to 9.0.0.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 21 versions ahead of your current version.
The recommended version was released on a year ago.
Release notes
Package name: cosmiconfig
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'
9.0.0-alpha.3
9.0.0-alpha.2
9.0.0-alpha.1
9.0.0-alpha.0
8.3.6 (2023-09-13)
Bug Fixes
8.3.5 (2023-09-08)
Bug Fixes
8.3.4 (2023-09-04)
Bug Fixes
8.3.3 (2023-09-03)
Bug Fixes
8.3.2 (2023-09-02)
Bug Fixes
.cjs
extension for sync compiled typescript (0d76a9a)Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information: