Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 5, 2026

Bumps the actions-deps group with 3 updates: @typescript-eslint/eslint-plugin, @typescript-eslint/parser and ws.

Updates @typescript-eslint/eslint-plugin from 8.51.0 to 8.52.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v8.52.0

8.52.0 (2026-01-05)

🚀 Features

  • eslint-plugin-internal: [no-multiple-lines-of-errors] add rule (#11899)
  • typescript-estree: add tseslint.com redirects for CLI outputs (#11895)

🩹 Fixes

  • eslint-plugin: [no-useless-default-assignment] handle conditional initializer (#11908)
  • eslint-plugin: [no-base-to-string] detect @@​toPrimitive and valueOf (#11901)

❤️ Thank You

  • Josh Goldberg ✨
  • Ulrich Stark

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

8.52.0 (2026-01-05)

🚀 Features

  • eslint-plugin-internal: [no-multiple-lines-of-errors] add rule (#11899)

🩹 Fixes

  • eslint-plugin: [no-base-to-string] detect @@​toPrimitive and valueOf (#11901)
  • eslint-plugin: [no-useless-default-assignment] handle conditional initializer (#11908)

❤️ Thank You

  • Josh Goldberg ✨
  • Ulrich Stark

You can read about our versioning strategy and releases on our website.

Commits
  • 9ddd571 chore(release): publish 8.52.0
  • 6b467b0 docs: add blog post on revamping the ban-types rule (#11873)
  • 309a38e fix(eslint-plugin): [no-base-to-string] detect @@​toPrimitive and valueOf (#11...
  • cf79108 fix(eslint-plugin): [no-useless-default-assignment] handle conditional initia...
  • a166cea feat(eslint-plugin-internal): [no-multiple-lines-of-errors] add rule (#11899)
  • d1b44c0 chore(deps): update nx monorepo to v22.3.3 (#11848)
  • 95c7c73 chore: update deps to latest minor/patch (#11921)
  • 45a7d2b chore(typescript-estree): use iterateComments() from ts-api-utils v2.3 (#11...
  • See full diff in compare view

Updates @typescript-eslint/parser from 8.51.0 to 8.52.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.52.0

8.52.0 (2026-01-05)

🚀 Features

  • eslint-plugin-internal: [no-multiple-lines-of-errors] add rule (#11899)
  • typescript-estree: add tseslint.com redirects for CLI outputs (#11895)

🩹 Fixes

  • eslint-plugin: [no-useless-default-assignment] handle conditional initializer (#11908)
  • eslint-plugin: [no-base-to-string] detect @@​toPrimitive and valueOf (#11901)

❤️ Thank You

  • Josh Goldberg ✨
  • Ulrich Stark

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.52.0 (2026-01-05)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Updates ws from 8.18.3 to 8.19.0

Release notes

Sourced from ws's releases.

8.19.0

Features

  • Added the closeTimeout option (#2308).

Bug fixes

  • Handled a forthcoming breaking change in Node.js core (19984854).
Commits
  • 61349ec [dist] 8.19.0
  • 3f9ffc6 [feature] Introduce the closeTimeout option (#2308)
  • 1998485 [fix] Ensure all remaining data is read as a single chunk
  • 726c373 [doc] Sort options alphabetically
  • b151f1e [ci] Update actions/checkout action to v6
  • dabdd5b [ci] Update actions/setup-node action to v6
  • 86eac5b [ci] Test on node 25
  • 1891e14 [ci] Update actions/setup-node action to v5
  • aa28c77 [ci] Update actions/checkout action to v5
  • See full diff in compare view

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 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 <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

Bumps the actions-deps group with 3 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [ws](https://github.com/websockets/ws).


Updates `@typescript-eslint/eslint-plugin` from 8.51.0 to 8.52.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.52.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.51.0 to 8.52.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.52.0/packages/parser)

Updates `ws` from 8.18.3 to 8.19.0
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.18.3...8.19.0)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.52.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: actions-deps
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.52.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: actions-deps
- dependency-name: ws
  dependency-version: 8.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-deps
...

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 Jan 5, 2026
@changeset-bot
Copy link

changeset-bot bot commented Jan 5, 2026

🦋 Changeset detected

Latest commit: 872daac

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@graphql-tools/executor-legacy-ws Patch
@graphql-tools/url-loader Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 5, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link
Contributor

github-actions bot commented Jan 5, 2026

🚀 Snapshot Release (alpha)

The latest changes of this PR are available as alpha on npm (based on the declared changesets):

Package Version Info
@graphql-tools/executor 1.5.1-alpha-20260105211408-872daacadecd6986d97263c8fb9311135b31fe66 npm ↗︎ unpkg ↗︎
@graphql-tools/executor-apollo-link 2.0.6-alpha-20260105211408-872daacadecd6986d97263c8fb9311135b31fe66 npm ↗︎ unpkg ↗︎
@graphql-tools/executor-envelop 4.0.6-alpha-20260105211408-872daacadecd6986d97263c8fb9311135b31fe66 npm ↗︎ unpkg ↗︎
@graphql-tools/executor-legacy-ws 1.1.25-alpha-20260105211408-872daacadecd6986d97263c8fb9311135b31fe66 npm ↗︎ unpkg ↗︎
@graphql-tools/executor-urql-exchange 1.0.28-alpha-20260105211408-872daacadecd6986d97263c8fb9311135b31fe66 npm ↗︎ unpkg ↗︎
@graphql-tools/executor-yoga 3.0.36-alpha-20260105211408-872daacadecd6986d97263c8fb9311135b31fe66 npm ↗︎ unpkg ↗︎
@graphql-tools/graphql-tag-pluck 8.3.27-alpha-20260105211408-872daacadecd6986d97263c8fb9311135b31fe66 npm ↗︎ unpkg ↗︎
graphql-tools 9.0.26-alpha-20260105211408-872daacadecd6986d97263c8fb9311135b31fe66 npm ↗︎ unpkg ↗︎
@graphql-tools/import 7.1.9-alpha-20260105211408-872daacadecd6986d97263c8fb9311135b31fe66 npm ↗︎ unpkg ↗︎
@graphql-tools/links 10.0.6-alpha-20260105211408-872daacadecd6986d97263c8fb9311135b31fe66 npm ↗︎ unpkg ↗︎
@graphql-tools/load 8.1.8-alpha-20260105211408-872daacadecd6986d97263c8fb9311135b31fe66 npm ↗︎ unpkg ↗︎
@graphql-tools/apollo-engine-loader 8.0.28-alpha-20260105211408-872daacadecd6986d97263c8fb9311135b31fe66 npm ↗︎ unpkg ↗︎
@graphql-tools/code-file-loader 8.1.28-alpha-20260105211408-872daacadecd6986d97263c8fb9311135b31fe66 npm ↗︎ unpkg ↗︎
@graphql-tools/git-loader 8.0.32-alpha-20260105211408-872daacadecd6986d97263c8fb9311135b31fe66 npm ↗︎ unpkg ↗︎
@graphql-tools/github-loader 9.0.6-alpha-20260105211408-872daacadecd6986d97263c8fb9311135b31fe66 npm ↗︎ unpkg ↗︎
@graphql-tools/graphql-file-loader 8.1.9-alpha-20260105211408-872daacadecd6986d97263c8fb9311135b31fe66 npm ↗︎ unpkg ↗︎
@graphql-tools/json-file-loader 8.0.26-alpha-20260105211408-872daacadecd6986d97263c8fb9311135b31fe66 npm ↗︎ unpkg ↗︎
@graphql-tools/module-loader 8.0.26-alpha-20260105211408-872daacadecd6986d97263c8fb9311135b31fe66 npm ↗︎ unpkg ↗︎
@graphql-tools/url-loader 9.0.6-alpha-20260105211408-872daacadecd6986d97263c8fb9311135b31fe66 npm ↗︎ unpkg ↗︎
@graphql-tools/merge 9.1.7-alpha-20260105211408-872daacadecd6986d97263c8fb9311135b31fe66 npm ↗︎ unpkg ↗︎
@graphql-tools/mock 9.1.5-alpha-20260105211408-872daacadecd6986d97263c8fb9311135b31fe66 npm ↗︎ unpkg ↗︎
@graphql-tools/node-require 7.0.34-alpha-20260105211408-872daacadecd6986d97263c8fb9311135b31fe66 npm ↗︎ unpkg ↗︎
@graphql-tools/relay-operation-optimizer 7.0.27-alpha-20260105211408-872daacadecd6986d97263c8fb9311135b31fe66 npm ↗︎ unpkg ↗︎
@graphql-tools/resolvers-composition 7.0.26-alpha-20260105211408-872daacadecd6986d97263c8fb9311135b31fe66 npm ↗︎ unpkg ↗︎
@graphql-tools/schema 10.0.31-alpha-20260105211408-872daacadecd6986d97263c8fb9311135b31fe66 npm ↗︎ unpkg ↗︎
@graphql-tools/utils 11.0.0-alpha-20260105211408-872daacadecd6986d97263c8fb9311135b31fe66 npm ↗︎ unpkg ↗︎

@github-actions
Copy link
Contributor

github-actions bot commented Jan 5, 2026

💻 Website Preview

The latest changes are available as preview in: https://pr-7833.graphql-tools.pages.dev

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 6, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jan 6, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/actions-deps-dcffc71186 branch January 6, 2026 21:11
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