-
Notifications
You must be signed in to change notification settings - Fork 49
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): bump cosmiconfig from 8.3.6 to 9.0.0 #1593
Conversation
f17ad57
to
95d8fa2
Compare
95d8fa2
to
61e8245
Compare
61e8245
to
8fc46eb
Compare
This pull request has merge conflicts that must be resolved before it can be merged. |
@dependabot rebase |
Bumps [cosmiconfig](https://github.com/cosmiconfig/cosmiconfig) from 8.3.6 to 9.0.0. - [Release notes](https://github.com/cosmiconfig/cosmiconfig/releases) - [Changelog](https://github.com/cosmiconfig/cosmiconfig/blob/v9.0.0/CHANGELOG.md) - [Commits](cosmiconfig/cosmiconfig@cosmiconfig-v8.3.6...v9.0.0) --- updated-dependencies: - dependency-name: cosmiconfig dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
8fc46eb
to
8a2d6ab
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, the breaking changes don't seem to affect us, as we only load the config explicitly from .bobconfigrc
(not searching for it), and the checks would have most likely failed:
Added
searchStrategy
option:
The
none
value means that cosmiconfig does not traverse any directories upwards.
- Breaking change: This is the default value if you don't pass a
stopDir
option, which means that cosmiconfig no longer traverses directories by default, and instead just looks in the current working directory. (...)Breaking change: Meta config files (i.e.
config.js
and similar) are not looked for in the current working directory anymore. Instead, it looks in the.config
subfolder.Breaking change: When defining
searchPlaces
in a meta config file, the tool-definedsearchPlaces
are merged into this. Users may specifymergeSearchPlaces: false
to disable this.
Bumps cosmiconfig from 8.3.6 to 9.0.0.
Changelog
Sourced from cosmiconfig's changelog.
Commits
006fc0b
9.0.0d4de473
update changelog for new version8bf59fc
make changelog leaner again0555009
chore: remove release-please5839d5e
9.0.0-alpha.37fcf489
chore: update lock fileb8b412f
chore: remove unnecessary dev packagesbb3ebba
chore: replace path-type package with own utility functions76d26bd
9.0.0-alpha.2559ed70
feat: load config from package.yamlYou can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)