chore(deps): update dependency make-dir to v5#9969
Merged
Conversation
|
479bd0d to
c4a49cc
Compare
a4c8c7f to
99a7d58
Compare
99a7d58 to
a7c7629
Compare
a7c7629 to
686cb5d
Compare
686cb5d to
d97a796
Compare
d97a796 to
8f5df0c
Compare
Contributor
💻 Website PreviewThe latest changes are available as preview in: https://pr-9969.graphql-code-generator.pages.dev |
8f5df0c to
08e516c
Compare
08e516c to
83ffdd9
Compare
83ffdd9 to
4450db3
Compare
Contributor
🚀 Snapshot Release (
|
| Package | Version | Info |
|---|---|---|
@graphql-codegen/cli |
6.2.2-alpha-20260410105618-2dcf4f3da81627dd6210c2a9a9bf2444de354683 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/core |
5.0.2-alpha-20260410105618-2dcf4f3da81627dd6210c2a9a9bf2444de354683 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/add |
6.0.1-alpha-20260410105618-2dcf4f3da81627dd6210c2a9a9bf2444de354683 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/fragment-matcher |
6.0.1-alpha-20260410105618-2dcf4f3da81627dd6210c2a9a9bf2444de354683 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/introspection |
5.0.2-alpha-20260410105618-2dcf4f3da81627dd6210c2a9a9bf2444de354683 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/schema-ast |
5.0.2-alpha-20260410105618-2dcf4f3da81627dd6210c2a9a9bf2444de354683 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/visitor-plugin-common |
6.2.5-alpha-20260410105618-2dcf4f3da81627dd6210c2a9a9bf2444de354683 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/typescript-document-nodes |
5.0.10-alpha-20260410105618-2dcf4f3da81627dd6210c2a9a9bf2444de354683 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/gql-tag-operations |
5.1.5-alpha-20260410105618-2dcf4f3da81627dd6210c2a9a9bf2444de354683 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/typescript-operations |
5.0.10-alpha-20260410105618-2dcf4f3da81627dd6210c2a9a9bf2444de354683 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/typescript-resolvers |
5.1.8-alpha-20260410105618-2dcf4f3da81627dd6210c2a9a9bf2444de354683 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/typed-document-node |
6.1.8-alpha-20260410105618-2dcf4f3da81627dd6210c2a9a9bf2444de354683 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/typescript |
5.0.10-alpha-20260410105618-2dcf4f3da81627dd6210c2a9a9bf2444de354683 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/client-preset |
5.2.5-alpha-20260410105618-2dcf4f3da81627dd6210c2a9a9bf2444de354683 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/graphql-modules-preset |
5.1.5-alpha-20260410105618-2dcf4f3da81627dd6210c2a9a9bf2444de354683 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/testing |
4.0.5-alpha-20260410105618-2dcf4f3da81627dd6210c2a9a9bf2444de354683 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/plugin-helpers |
6.2.2-alpha-20260410105618-2dcf4f3da81627dd6210c2a9a9bf2444de354683 |
npm ↗︎ unpkg ↗︎ |
4450db3 to
da4180f
Compare
da4180f to
d912e5e
Compare
d912e5e to
acbaea8
Compare
acbaea8 to
95889d4
Compare
95889d4 to
4e1db28
Compare
4e1db28 to
25b5994
Compare
25b5994 to
ecaa0df
Compare
ecaa0df to
d6f3ad0
Compare
d6f3ad0 to
34d5d17
Compare
34d5d17 to
094af23
Compare
094af23 to
cc407b9
Compare
cc407b9 to
ffa69d0
Compare
ffa69d0 to
db96f8d
Compare
db96f8d to
3cbdaa6
Compare
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:
4.0.0→5.1.0Release Notes
sindresorhus/make-dir (make-dir)
v5.1.0Compare Source
URLinstances776fb01v5.0.0Compare Source
Breaking
120a81efsPromises.mkdir('…', {recursive: true})instead.require('make-dir')→import {makeDirectory} from 'make-dir'require('make-dir').sync→import {makeDirectorySync} from 'make-dir'Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.