fix(deps): update dependency cosmiconfig to v9#1730
Closed
renovate[bot] wants to merge 1 commit intomasterfrom
Closed
fix(deps): update dependency cosmiconfig to v9#1730renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
Contributor
💻 Website PreviewThe latest changes are available as preview in: https://pr-1730.graphql-config.pages.dev |
Collaborator
|
Closing this manually to temporarily block this update, because this major version update will cause issues to consumers |
Contributor
Author
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR contains the following updates:
^8.1.0->^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 - "after 10pm,before 6:00am" in timezone Europe/Warsaw, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.