build(deps): bump lodash, @graphql-codegen/cli, @graphql-codegen/client-preset, @graphql-codegen/typescript, @graphql-codegen/typescript-operations and @graphql-codegen/typescript-vue-apollo in /web#312
Open
dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
…nt-preset, @graphql-codegen/typescript, @graphql-codegen/typescript-operations and @graphql-codegen/typescript-vue-apollo Removes [lodash](https://github.com/lodash/lodash). It's no longer used after updating ancestor dependencies [lodash](https://github.com/lodash/lodash), [@graphql-codegen/cli](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli), [@graphql-codegen/client-preset](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/presets/client), [@graphql-codegen/typescript](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/typescript), [@graphql-codegen/typescript-operations](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/operations) and [@graphql-codegen/typescript-vue-apollo](https://github.com/dotansimha/graphql-code-generator-community/tree/HEAD/packages/plugins/typescript/vue-apollo). These dependencies need to be updated together. Removes `lodash` Updates `@graphql-codegen/cli` from 5.0.7 to 6.2.1 - [Release notes](https://github.com/dotansimha/graphql-code-generator/releases) - [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/graphql-codegen-cli/CHANGELOG.md) - [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/cli@6.2.1/packages/graphql-codegen-cli) Updates `@graphql-codegen/client-preset` from 4.8.3 to 5.2.4 - [Release notes](https://github.com/dotansimha/graphql-code-generator/releases) - [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/presets/client/CHANGELOG.md) - [Commits](https://github.com/dotansimha/graphql-code-generator/commits/HEAD/packages/presets/client) Updates `@graphql-codegen/typescript` from 4.1.6 to 5.0.9 - [Release notes](https://github.com/dotansimha/graphql-code-generator/releases) - [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/typescript/typescript/CHANGELOG.md) - [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/typed-document-node@5.0.9/packages/plugins/typescript/typescript) Updates `@graphql-codegen/typescript-operations` from 4.6.1 to 5.0.9 - [Release notes](https://github.com/dotansimha/graphql-code-generator/releases) - [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/typescript/operations/CHANGELOG.md) - [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/typed-document-node@5.0.9/packages/plugins/typescript/operations) Updates `@graphql-codegen/typescript-vue-apollo` from 4.1.2 to 5.0.0 - [Release notes](https://github.com/dotansimha/graphql-code-generator-community/releases) - [Changelog](https://github.com/dotansimha/graphql-code-generator-community/blob/main/packages/plugins/typescript/vue-apollo/CHANGELOG.md) - [Commits](https://github.com/dotansimha/graphql-code-generator-community/commits/@graphql-codegen/typescript-vue-apollo@5.0.0/packages/plugins/typescript/vue-apollo) --- updated-dependencies: - dependency-name: lodash dependency-version: dependency-type: indirect - dependency-name: "@graphql-codegen/cli" dependency-version: 6.2.1 dependency-type: direct:development - dependency-name: "@graphql-codegen/client-preset" dependency-version: 5.2.4 dependency-type: direct:development - dependency-name: "@graphql-codegen/typescript" dependency-version: 5.0.9 dependency-type: direct:development - dependency-name: "@graphql-codegen/typescript-operations" dependency-version: 5.0.9 dependency-type: direct:development - dependency-name: "@graphql-codegen/typescript-vue-apollo" dependency-version: 5.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
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.
Removes lodash. It's no longer used after updating ancestor dependencies lodash, @graphql-codegen/cli, @graphql-codegen/client-preset, @graphql-codegen/typescript, @graphql-codegen/typescript-operations and @graphql-codegen/typescript-vue-apollo. These dependencies need to be updated together.
Removes
lodashUpdates
@graphql-codegen/clifrom 5.0.7 to 6.2.1Changelog
Sourced from
@graphql-codegen/cli's changelog.... (truncated)
Commits
590fcfachore(release): update monorepo packages versions (#10641)e804925fix(cli): honor per-output preset import config (#10618)fbd8360chore(release): update monorepo packages versions (#10639)8c4db2aNew feature: schema can be passed pre-parsed to generate() function as GraphQ...83b74fechore(release): update monorepo packages versions (#10620)cdf5dc5Bump graphql tools (#10619)8ae0fddchore(release): update monorepo packages versions (#10600)e173e11fix(cli): forward nested graphql-config loader options (#10590)62c7618chore(release): update monorepo packages versions (#10570)8cb7d43fix(graphql-codegen-cli): Don't hang when 0 CPUs are found (#10569)Updates
@graphql-codegen/client-presetfrom 4.8.3 to 5.2.4Changelog
Sourced from
@graphql-codegen/client-preset's changelog.... (truncated)
Commits
Updates
@graphql-codegen/typescriptfrom 4.1.6 to 5.0.9Changelog
Sourced from
@graphql-codegen/typescript's changelog.... (truncated)
Commits
ba84a3aUpdate typescript, typescript-operations and typescript-resolvers plugins Sca...c56724edocs: fixinputMaybeValueconfig typo (#9386)3848a2bAdd@deferdirective support (#9196)21050aechore(release): update monorepo packages versions (#9269)6e3fd38chore(release): update monorepo packages versions (#9132)d318805eslint fixes (#9247)92d86b0fix: valid identifiers with enumsAsConst (#9150)9a65d17chore(release): update monorepo packages versions (#9054)a1edaeeUpcoming Release Changes (#8909)6fa023ddocs(plugins/typescript): exampleMarkdown indentation (#8966)Updates
@graphql-codegen/typescript-operationsfrom 4.6.1 to 5.0.9Changelog
Sourced from
@graphql-codegen/typescript-operations's changelog.... (truncated)
Commits
671859cchore(release): update monorepo packages versions (#9648)1bed87bfix: out-of-memory crash (#7720) and significantly improve performance + feat...40a29e9fix(deps): update dependency tslib to v2.6.2 (#9640)a509268Upcoming Release Changes (#9501)2276708Revert default ID scalar input type to string (#9497)5c7b3b3Upcoming Release Changes (#9355)e1dc75fAdded support forenumSuffix(#9304)ba84a3aUpdate typescript, typescript-operations and typescript-resolvers plugins Sca...5950f5afix: Don't generate invalid type names with mergeFragmentTypes (#9369)3848a2bAdd@deferdirective support (#9196)Updates
@graphql-codegen/typescript-vue-apollofrom 4.1.2 to 5.0.0Changelog
Sourced from
@graphql-codegen/typescript-vue-apollo's changelog.Commits
3b001b8chore(release): update monorepo packages versions (#1386)0717cb7Bump all codegen devs to latest (#1387)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for
@graphql-codegen/typescript-vue-apollosince your current version.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.