Skip to content

feat(deps): bump the npm-prod-minor-patch group across 1 directory with 5 updates#3905

Merged
jasonbahl merged 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-prod-minor-patch-da0dcfa30f
Jun 9, 2026
Merged

feat(deps): bump the npm-prod-minor-patch group across 1 directory with 5 updates#3905
jasonbahl merged 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-prod-minor-patch-da0dcfa30f

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 9, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm-prod-minor-patch group with 5 updates in the / directory:

Package From To
@ant-design/icons 6.2.3 6.2.5
@apollo/client 3.14.0 3.14.1
graphql 16.14.0 16.14.1
@codemirror/language 6.0.0 6.12.3
graphql-language-service 5.5.0 5.5.1

Updates @ant-design/icons from 6.2.3 to 6.2.5

Commits

Updates @apollo/client from 3.14.0 to 3.14.1

Release notes

Sourced from @​apollo/client's releases.

@​apollo/client-codemod-migrate-3-to-4@​1.0.2

Patch Changes

@​apollo/client-codemod-migrate-3-to-4@​1.0.1

Patch Changes

  • #12866 0d1614a Thanks @​jerelmiller! - Export isNetworkStatusInFlight from @apollo/client/utilities. Add isNetworkStatusSettled to @apollo/client/utilities and re-export it from @apollo/client with a deprecation.

@​apollo/client-codemod-migrate-3-to-4@​1.0.0

Major Changes

  • #12727 b845906 Thanks @​jerelmiller! - Add a codemod that renames old import locations from 3.x entrypoint to their 4.x entrypoint.

    Run the codemod using the following command:

    npx @apollo/client-codemod-migrate-3-to-4 --parser tsx ./src/**/*.{ts,tsx}

    The codemod supports .js, .jsx, .ts, and .tsx files.

  • #12851 32bc830 Thanks @​phryneas! - Add a new clientSetup codemod step which applies the following steps from the migration guide to your Apollo Client setup code:

    • Moves uri, headers and credentials to the link option and creates a new HttpLink instance
    • Moves name and version into a clientAwareness option
    • Adds a localState option with a new LocalState instance, moves resolvers, and removes typeDefs and fragmentMatcher options
    • Changes the connectToDevTools option to devtools.enabled
    • Renames disableNetworkFetches to prioritizeCacheValues
    • If dataMasking is enabled, adds a template for global type augmentation to re-enable data masking types
    • Adds the incrementalHandler option and adds a template for global type augmentation to accordingly type network responses in custom links

Minor Changes

Patch Changes

  • #12846 71ccfb5 Thanks @​phryneas! - Add a new legacyEntryPoints transformation step that moves imports from old legacy entry points like @apollo/client/main.cjs or @apollo/client/react/react.cjs to the new entry points like @apollo/client or @apollo/client/react.

  • #12775 454ec78 Thanks @​jerelmiller! - Don't export gql from @apollo/client/react entrypoint. Import from @apollo/client instead.

  • #12858 6440e8b Thanks @​phryneas! - adjust the clientSetup codemod so that it removes the TCacheShape type argument from all ApolloClient usages (types and constructor calls).

@​apollo/client-codemod-migrate-3-to-4@​1.0.0-rc.3

Major Changes

  • #12851 32bc830 Thanks @​phryneas! - Add a new clientSetup codemod step which applies the following steps from the migration guide to your Apollo Client setup code:
    • Moves uri, headers and credentials to the link option and creates a new HttpLink instance
    • Moves name and version into a clientAwareness option

... (truncated)

Changelog

Sourced from @​apollo/client's changelog.

3.14.1

Patch Changes

  • #13168 6b84ec0 Thanks @​jerelmiller! - Fix issue where muting a deprecation from one entrypoint would not mute the warning when checked in a different entrypoint. This caused some rogue deprecation warnings to appear in the console even though the warnings should have been muted.

  • #12970 f91fab5 Thanks @​acemir! - Add a deprecation message for the variableMatcher option in MockLink.

  • #13168 6b84ec0 Thanks @​jerelmiller! - Ensure deprecation warnings are properly silenced in React hooks when globally disabled.

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​apollo/client since your current version.


Updates graphql from 16.14.0 to 16.14.1

Release notes

Sourced from graphql's releases.

v16.14.1 (2026-06-02)

Docs 📝

Polish 💅

  • #4738 chore(tests): add test for directive extensions without flag enabled (@​yaacovCR)

Internal 🏠

Committers: 2

Commits

Updates @codemirror/language from 6.0.0 to 6.12.3

Changelog

Sourced from @​codemirror/language's changelog.

6.12.3 (2026-03-25)

Bug fixes

Fix a crash in bracketMatching when composing at end of document.

6.12.2 (2026-02-25)

Bug fixes

Make sure brackets are highlighted in the initial editor state.

Pause bracket matching updates during composition, to avoid disrupting Mobile Safari's fragile composition handling.

6.12.1 (2025-12-22)

Bug fixes

Improve finding inner language in syntax tree when the nested parse has been marked as bracketed.

6.11.3 (2025-08-15)

Bug fixes

Make the stream parser user 4 times smaller chunks to reduce the amount of re-parsed code on changes.

6.11.2 (2025-06-27)

Bug fixes

Make sure folded ranges open when backspacing or deleting into them.

6.11.1 (2025-06-02)

Bug fixes

Fix an issue where indentation would sometimes miss nodes in mixed-language situations.

6.11.0 (2025-03-13)

New features

Stream parsers now support a mergeTokens option that can be used to turn off automatic merging of adjacent tokens.

6.10.8 (2024-12-23)

Bug fixes

Fix a regression introduced 6.10.7 that caused indention to sometimes crash on nested language boundaries.

... (truncated)

Commits
  • f5af31e Mark version 6.12.3
  • 371c9ba Fix bogus bracket highlighting being generated at end of document
  • 9531899 Remove duplicated slash in forum url in README
  • 2f4e701 Fix forum link in readme
  • b5cd54b Mark version 6.12.2
  • 5f86763 Pause bracket matching updates during composition
  • af8dca9 Properly show matched brackets in the initial editor state
  • 693a25e Use git+https format for package.json repository field
  • bcc504c Mark version 6.12.1
  • d131a0f Use EnterBracketed mode when finding inner language
  • Additional commits viewable in compare view

Updates graphql-language-service from 5.5.0 to 5.5.1

Release notes

Sourced from graphql-language-service's releases.

graphql-language-service@5.5.1

Patch Changes

Changelog

Sourced from graphql-language-service's changelog.

5.5.1

Patch Changes

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for graphql-language-service since your current version.


Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
@apollo/client [>= 4.a, < 5]

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…th 5 updates

Bumps the npm-prod-minor-patch group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@ant-design/icons](https://github.com/ant-design/ant-design-icons) | `6.2.3` | `6.2.5` |
| [@apollo/client](https://github.com/apollographql/apollo-client) | `3.14.0` | `3.14.1` |
| [graphql](https://github.com/graphql/graphql-js) | `16.14.0` | `16.14.1` |
| [@codemirror/language](https://github.com/codemirror/language) | `6.0.0` | `6.12.3` |
| [graphql-language-service](https://github.com/graphql/graphiql/tree/HEAD/packages/graphql-language-service) | `5.5.0` | `5.5.1` |



Updates `@ant-design/icons` from 6.2.3 to 6.2.5
- [Commits](https://github.com/ant-design/ant-design-icons/commits)

Updates `@apollo/client` from 3.14.0 to 3.14.1
- [Release notes](https://github.com/apollographql/apollo-client/releases)
- [Changelog](https://github.com/apollographql/apollo-client/blob/v3.14.1/CHANGELOG.md)
- [Commits](apollographql/apollo-client@v3.14.0...v3.14.1)

Updates `graphql` from 16.14.0 to 16.14.1
- [Release notes](https://github.com/graphql/graphql-js/releases)
- [Commits](graphql/graphql-js@v16.14.0...v16.14.1)

Updates `@codemirror/language` from 6.0.0 to 6.12.3
- [Changelog](https://github.com/codemirror/language/blob/main/CHANGELOG.md)
- [Commits](codemirror/language@6.0.0...6.12.3)

Updates `graphql-language-service` from 5.5.0 to 5.5.1
- [Release notes](https://github.com/graphql/graphiql/releases)
- [Changelog](https://github.com/graphql/graphiql/blob/main/packages/graphql-language-service/CHANGELOG.md)
- [Commits](https://github.com/graphql/graphiql/commits/graphql-language-service@5.5.1/packages/graphql-language-service)

---
updated-dependencies:
- dependency-name: "@ant-design/icons"
  dependency-version: 6.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-prod-minor-patch
- dependency-name: "@apollo/client"
  dependency-version: 3.14.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-prod-minor-patch
- dependency-name: graphql
  dependency-version: 16.14.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-prod-minor-patch
- dependency-name: "@codemirror/language"
  dependency-version: 6.12.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-prod-minor-patch
- dependency-name: graphql-language-service
  dependency-version: 5.5.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-prod-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 9, 2026
@vercel

vercel Bot commented Jun 9, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
wpgraphql-com Ready Ready Preview, Comment Jun 9, 2026 8:43pm

@github-actions

github-actions Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

▶ Preview in WordPress Playground

Open in WordPress Playground

Boots a fresh WordPress, installs WPGraphQL + this PR's IDE build, lands you at the IDE.

Built from 0d9150a0b870f4014d223598263aa710253b5c52. Auto-updates when you push.

@jasonbahl jasonbahl merged commit 3945ef3 into main Jun 9, 2026
64 of 65 checks passed
@jasonbahl jasonbahl deleted the dependabot/npm_and_yarn/npm-prod-minor-patch-da0dcfa30f branch June 9, 2026 22:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant