Skip to content

build(deps): bump the simple group across 1 directory with 64 updates#37737

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/console/simple-2cc5a8709a
Open

build(deps): bump the simple group across 1 directory with 64 updates#37737
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/console/simple-2cc5a8709a

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 19, 2026

Copy link
Copy Markdown
Contributor

Bumps the simple group with 64 updates in the /console directory:

Package From To
@codemirror-toolkit/react 0.6.0 0.7.1
@codemirror/commands 6.7.1 6.10.4
@codemirror/lang-json 6.0.1 6.0.2
@codemirror/lang-sql 6.8.0 6.10.0
@codemirror/language 6.10.3 6.12.4
@codemirror/state 6.6.0 6.7.1
@codemirror/view 6.40.0 6.43.6
@date-fns/utc 2.1.0 2.1.1
@fontsource/roboto-mono 5.1.0 5.2.9
@frontegg/react 7.2.0 7.13.10
@intercom/messenger-js-sdk 0.0.14 0.0.20
@lezer/common 1.2.3 1.5.2
@lezer/highlight 1.1.6 1.2.3
@materializeinc/sql-lexer 26.16.0 26.33.1
@materializeinc/sql-pretty 26.16.0 26.33.1
@rehookify/datepicker 6.6.7 6.6.8
@segment/analytics-next 1.82.0 1.84.0
@sentry/react 10.46.0 10.66.0
@stripe/stripe-js 9.5.0 9.10.0
@tanstack/react-query 5.95.2 5.101.2
@tanstack/react-query-devtools 5.95.2 5.101.2
codemirror 6.0.1 6.0.2
date-fns 4.1.0 4.4.0
downshift 9.0.8 9.4.0
framer-motion 12.38.0 12.42.2
jotai 2.9.3 2.20.2
kysely 0.28.17 0.29.4
launchdarkly-js-client-sdk 3.9.0 3.9.3
oidc-client-ts 3.4.1 3.5.0
papaparse 5.4.1 5.5.4
@types/papaparse 5.3.15 5.5.2
react-hook-form 7.53.1 7.82.0
react-intersection-observer 10.0.3 10.1.0
react-oidc-context 3.3.0 3.3.1
react-select 5.8.3 5.10.2
semver 7.6.3 7.8.5
@types/semver 7.5.8 7.7.1
style-mod 4.1.2 4.1.3
uuid 14.0.0 14.0.1
@playwright/test 1.61.0 1.61.1
@sentry/vite-plugin 5.1.1 5.4.0
@tanstack/eslint-plugin-query 5.95.2 5.101.2
@testing-library/dom 10.4.0 10.4.1
@testing-library/user-event 14.5.2 14.6.1
@typescript-eslint/eslint-plugin 8.57.2 8.64.0
@typescript-eslint/parser 8.57.2 8.64.0
core-js 3.38.1 3.49.0
debug 4.3.7 4.4.3
@types/debug 4.1.12 4.1.13
eslint-plugin-import 2.31.0 2.32.0
eslint-plugin-prettier 5.2.1 5.5.6
eslint-plugin-react-refresh 0.4.14 0.5.3
fast-xml-parser 5.7.1 5.10.1
jotai-devtools 0.10.1 0.14.0
jsonwebtoken 9.0.2 9.0.3
@types/jsonwebtoken 9.0.7 9.0.10
kysely-codegen 0.17.0 0.20.0
msw 2.6.4 2.15.0
pg 8.20.0 8.22.0
prettier 3.3.3 3.9.5
react-refresh 0.14.2 0.18.0
terser 5.46.1 5.49.0
tsx 4.22.2 4.23.1
vite-bundle-analyzer 1.3.8 1.3.9

Updates @codemirror-toolkit/react from 0.6.0 to 0.7.1

Commits
  • 5554f9f chore: release react@0.7.1
  • 6d811e6 chore(react): update keywords
  • 202140a docs(react): refine migration guide
  • e0e7f4c chore: release utils@0.5.1, react@0.7.0
  • bbdefbe chore(react): lower support version to 16.8
  • f263f87 docs(react): add function
  • 04f3845 refactor(react)!: new api
  • 203242a chore(deps): bump versions
  • 844e7d4 refactor(react): rephrase error message
  • 24cfa99 refactor(react)!: rename types
  • Additional commits viewable in compare view

Updates @codemirror/commands from 6.7.1 to 6.10.4

Changelog

Sourced from @​codemirror/commands's changelog.

6.10.3 (2026-03-12)

Bug fixes

Make sure selection-extending commands preserve the associativity of the selection head.

6.10.2 (2026-02-06)

Bug fixes

Move the selection to a less surprising place when undoing, moving the selection, redoing, then undoing again.

6.10.1 (2025-12-17)

Bug fixes

Fix a bug where copyLineDown would leave the cursor on the wrong line when it was at the start of the line.

6.10.0 (2025-10-23)

New features

The new deleteGroupForwardWin command provides by-group forward deletion using the Windows convention.

6.9.0 (2025-10-02)

Bug fixes

Prevent the default behavior of backspace and delete keys, to prevent the browser from doing anything creative when there's nothing to delete.

New features

Implement new addCursorAbove and addCursorBelow commands. Bind them to Mod-Alt-ArrowUp/Down in the default keymap.

6.8.1 (2025-03-31)

Bug fixes

Fix an issue where creating a comment for a line that starts an inner language would use the comment style from the outer language.

6.8.0 (2025-01-08)

New features

The new cursorGroupForwardWin and selectGroupForwardWin commands implement Windows-style forward motion by group.

Commits

Updates @codemirror/lang-json from 6.0.1 to 6.0.2

Changelog

Sourced from @​codemirror/lang-json's changelog.

6.0.2 (2025-06-19)

Bug fixes

Add a .d.cts file to make TypeScript happy.

Commits

Updates @codemirror/lang-sql from 6.8.0 to 6.10.0

Changelog

Sourced from @​codemirror/lang-sql's changelog.

6.10.0 (2025-09-16)

New features

Allow [ in identifierQuotes for MSSQL-style bracketed identifiers.

6.9.1 (2025-07-28)

Bug fixes

Include more MSSQL keyboards and builtins in the completions.

Allow built-in special variables for a dialect to be completed.

6.9.0 (2025-05-30)

New features

The new SQLDialect.configureLanguage method can be used to configure the language (and it's syntax node props) used by a dialect.

Commits
  • 62abf00 Mark version 6.10.0
  • 3dc83af Remove semicolons
  • 6da5e4f Add support for MSSQL-style bracket quoted identifiers
  • 4a74c3d Mark version 6.9.1
  • 87e0909 Allow completion of special variables
  • ef183b0 Fix coding style for MSSQL builtins
  • 62e0113 Added missing MSSQL keywords and built-in functions
  • b7155bf Mark version 6.9.0
  • 8ec4885 Add SQLDialect.configureLanguage method
  • 7997522 Add a usage section to readme
  • See full diff in compare view

Updates @codemirror/language from 6.10.3 to 6.12.4

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

Updates @codemirror/state from 6.6.0 to 6.7.1

Commits

Updates @codemirror/view from 6.40.0 to 6.43.6

Changelog

Sourced from @​codemirror/view's changelog.

6.41.0 (2026-04-01)

Bug fixes

Fix an issue where EditorView.posAtCoords could incorrectly return a position near a higher element on the line, in mixed-font-size lines.

Expand the workaround for the Webkit bug that causes nonexistent selections to stay visible to be active on non-Safari Webkit browsers.

New features

The new EditorView.cursorScrollMargin facet can now be used to configure the extra space used when scrolling the cursor into view.

Commits

Updates @date-fns/utc from 2.1.0 to 2.1.1

Changelog

Sourced from @​date-fns/utc's changelog.

v2.1.1 - 2025-07-30

Fixed

  • Fixed CommonJS support by adjusting the main field in package.json.
Commits

Updates @fontsource/roboto-mono from 5.1.0 to 5.2.9

Commits

Updates @frontegg/react from 7.2.0 to 7.13.10

Release notes

Sourced from @​frontegg/react's releases.

v7.13.10

  • FR-24939 - Fixed native step-up challenge not rendering in the embedded login WebView
  • FR-24853 - Removed identifiers flag

[!NOTE] Low Risk Dependency version bump only; behavior changes come from published @frontegg/* packages, with no local code edits in this diff.

Overview This PR updates the React package’s Frontegg SDK dependencies from 7.117.0 to 7.118.0: @frontegg/js and @frontegg/react-hooks in packages/react/package.json, with matching lockfile entries for the full @frontegg/* tree (types, redux-store, rest-api, etc.).

There is no application source change in the diff—consumers of @frontegg/react pick up upstream fixes described in the PR notes, including native step-up challenge rendering in embedded login WebViews (FR-24939) and removal of the identifiers flag (FR-24853).

Reviewed by Cursor Bugbot for commit 1f9716f8963bce14dc6f1a2cacddd2066324987f. Bugbot is set up for automated code reviews on this repo. Configure here.

React Wrapper 7.13.10:

  • ci: upgrade create-github-app-token action to v3
  • ci: use GitHub App token for cross-repo dispatch instead of expiring PAT

v7.13.9

  • FR-23757 - Fixed the actor of system audit logs to not be unknown

  • FR-25580 - Fixed token refresh resilience with retry backoff


[!NOTE] Medium Risk Touches auth-related upstream behavior (token refresh); scope is limited to version pins with no local code edits.

Overview Bumps @frontegg/js and @frontegg/react-hooks in packages/react from 7.115.0 to 7.117.0, with yarn.lock updated for the aligned @frontegg/types, redux-store, and rest-api versions.

This pulls in upstream AdminPortal/SDK fixes noted in the PR: system audit logs should show a proper actor instead of unknown (FR-23757), and token refresh is more resilient via retry backoff (FR-25580). No local React package source changes—only dependency pins and lockfile.

Reviewed by Cursor Bugbot for commit 850aa02375413c5df9654f60e18a43f18bfcee33. Bugbot is set up for automated code reviews on this repo. Configure here.

v7.13.8

  • FR-24939 - Fixed step-up gate ignoring max_age when the token has no auth_time
  • FR-24939 - Fixed mobile SDK step-up looping to a blank/error page instead of the MFA challenge

... (truncated)

Changelog

Sourced from @​frontegg/react's changelog.

7.13.10 (2026-7-9)

  • FR-24939 - Fixed native step-up challenge not rendering in the embedded login WebView
  • FR-24853 - Removed identifiers flag

[!NOTE] Low Risk Dependency version bump only; behavior changes come from published @frontegg/* packages, with no local code edits in this diff.

Overview This PR updates the React package’s Frontegg SDK dependencies from 7.117.0 to 7.118.0: @frontegg/js and @frontegg/react-hooks in packages/react/package.json, with matching lockfile entries for the full @frontegg/* tree (types, redux-store, rest-api, etc.).

There is no application source change in the diff—consumers of @frontegg/react pick up upstream fixes described in the PR notes, including native step-up challenge rendering in embedded login WebViews (FR-24939) and removal of the identifiers flag (FR-24853).

Reviewed by Cursor Bugbot for commit 1f9716f8963bce14dc6f1a2cacddd2066324987f. Bugbot is set up for automated code reviews on this repo. Configure here.

React Wrapper 7.13.10:

  • ci: upgrade create-github-app-token action to v3
  • ci: use GitHub App token for cross-repo dispatch instead of expiring PAT

7.13.9 (2026-7-6)

  • FR-23757 - Fixed the actor of system audit logs to not be unknown

  • FR-25580 - Fixed token refresh resilience with retry backoff


[!NOTE] Medium Risk Touches auth-related upstream behavior (token refresh); scope is limited to version pins with no local code edits.

Overview Bumps @frontegg/js and @frontegg/react-hooks in packages/react from 7.115.0 to 7.117.0, with yarn.lock updated for the aligned @frontegg/types, redux-store, and rest-api versions.

This pulls in upstream AdminPortal/SDK fixes noted in the PR: system audit logs should show a proper actor instead of unknown (FR-23757), and token refresh is more resilient via retry backoff (FR-25580). No local React package source changes—only dependency pins and lockfile.

Reviewed by Cursor Bugbot for commit 850aa02375413c5df9654f60e18a43f18bfcee33. Bugbot is set up for automated code reviews on this repo. Configure here.

7.13.8 (2026-7-6)

  • FR-24939 - Fixed step-up gate ignoring max_age when the token has no auth_time
  • FR-24939 - Fixed mobile SDK step-up looping to a blank/error page instead of the MFA challenge

... (truncated)

Commits
  • 6df26ea chore(release): publish 7.13.10
  • 4b331d0 Merge pull request #1364 from frontegg/upgrade-admin-portal
  • 1f9716f update admin-portal 7.118.0
  • ab01070 chore(release): publish 7.13.9
  • bf848b0 Merge pull request #1359 from frontegg/upgrade-admin-portal
  • 850aa02 update admin-portal 7.117.0
  • e290916 update admin-portal 7.116.0
  • 330808f chore(release): publish 7.13.8
  • 7e12bba Merge pull request #1357 from frontegg/upgrade-admin-portal
  • 3ef175a update admin-portal 7.115.0
  • Additional commits viewable in compare view

Updates @intercom/messenger-js-sdk from 0.0.14 to 0.0.20

Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​intercom/messenger-js-sdk since your current version.


Updates @lezer/common from 1.2.3 to 1.5.2

Changelog

Sourced from @​lezer/common's changelog.

1.5.2 (2026-04-08)

Bug fixes

Fix a bug in mixed parsing that could cause the parser to fail to reuse unchanged inner parses.

1.5.1 (2026-02-03)

Bug fixes

Fix a bug that caused SyntaxNode.enter to incorrectly enter bracketed mounted trees in some circumstances.

1.5.0 (2025-12-22)

New features

Nested trees can now specify that they are bracketed, and the new IterMode.EnterBracketed mode for enter will enter such trees regardless the side parameter.

1.4.0 (2025-11-28)

New features

Provide a prop method on the SyntaxNode type for more straightforward access to node props.

1.3.0 (2025-10-17)

Bug fixes

Fix an issue where in some situations a nested parse would break highlighting after it.

New features

Node props may now define a merge function that will be used when the prop is added to a node that already has it.

Commits
  • de5f962 Mark version 1.5.2
  • 94cfcf7 Fix a bug in mixed parsing that could make it fail to reuse nodes
  • d33ee03 Mark version 1.5.1
  • 863f10b Fix a bug in entering tree nodes with IterMode.EnterBracketed
  • 850bf75 Fix a spurious type error
  • 0c965ec Mark version 1.5.0
  • bca9bc0 Add a bracketed flag to nested trees
  • 565b8c8 Fix code style
  • 7b20af1 Mark version 1.4.0
  • d4a0448 Properly pass by lookahead records when scanning for buffer size
  • Additional commits viewable in compare view

Updates @lezer/highlight from 1.1.6 to 1.2.3

Changelog

Sourced from @​lezer/highlight's changelog.

1.2.3 (2025-10-26)

Bug fixes

Fix a regression in 1.2.2 when assigning new highlight tags to nodes.

1.2.2 (2025-10-17)

Bug fixes

Fix an issue where adding additional highlighting info for a node that already had some rule would drop the old info.

1.2.1 (2024-08-13)

Bug fixes

Give Tag objects an optional string name for debugging, and use it in their toString method.

1.2.0 (2023-11-12)

New features

The new highlightCode function provides a higher-level interface for emitting highlighted code.

Commits
  • 37e3eef Mark version 1.2.3
  • 3c2d268 Fix bug in highlight rule node prop combiner
  • 675eccd Mark version 1.2.2
  • ac0d436 Define a merge function for the highlight rule node prop
  • de347b6 Fix outdated example in doc comment
  • 95aa69e Mark version 1.2.1
  • 92b0094 Make Tag.toString try a bit harder to return useful information
  • 33dd3f5 Link parent tag from tags.contentSeparator docstring
  • 88ff939 Mark version 1.2.0
  • 308bca6 Add highlightCode function
  • See full diff in compare view

Updates @materializeinc/sql-lexer from 26.16.0 to 26.33.1

Release notes

Sourced from @​materializeinc/sql-lexer's releases.

v26.33.0

See the release notes for what changed in this release.

v26.32.0

See the release notes for what changed in this release.

v26.31.2

See the release notes for what changed in this release.

v26.31.0

See the release notes for what changed in this release.

v26.30.1

See the release notes for what changed in this release.

v26.29.0

See the release notes for what changed in this release.

v26.28.0

https://materialize.com/docs/releases/#v26280

v26.27.0

https://materialize.com/docs/releases/#v26270

Commits
  • d1ef8e5 release: bump to version v26.33.1
  • fedc446 persist-client: make upgrade_version a no-op on tombstone shards (#37696)
  • af982b4 release: bump to version v26.33.0
  • 9199966 release: bump to version v26.33.0-rc.3
  • 65a266e adapter: Add emergency logging of arriving statements (#37567)
  • e2d3bb7 persist: rollout-safe consensus queries (#37588)
  • 0385778 adapter: Fix stack overflows in introspection_dependencies/generate_read_priv...
  • 1f021fb release: bump to version v26.33.0-rc.2
  • 6219fda mcp: allow pinning a cluster replica in the developer query tool (#37557)
  • f4b98a8 Revert "Balancerd - refactor SNI route" (#37570)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by def-, a new releaser for @​materializeinc/sql-lexer since your current version.


Updates @materializeinc/sql-pretty from 26.16.0 to 26.33.1

Release notes

Sourced from @​materializeinc/sql-pretty's releases.

v26.33.0

See the release notes for what changed in this release.

v26.32.0

See the release notes for what changed in this release.

v26.31.2

See the release notes for what changed in this release.

v26.31.0

See the release notes for what changed in this release.

v26.30.1

See the release notes for what changed in this release.

v26.29.0

See the release notes for what changed in this release.

v26.28.0

https://materialize.com/docs/releases/#v26280

v26.27.0

https://materialize.com/docs/releases/#v26270

Commits
  • d1ef8e5 release: bump to version v26.33.1
  • fedc446 persist-client: make upgrade_version a no-op on tombstone shards (#37696)
  • af982b4 release: bump to version v26.33.0
  • 9199966 release: bump to version v26.33.0-rc.3
  • 65a266e adapter: Add emergency logging of arriving statements (#37567)
  • e2d3bb7 persist: rollout-safe consensus queries (#37588)
  • 0385778 adapter: Fix stack overflows in introspection_dependencies/generate_read_priv...
  • 1f021fb release: bump to version v26.33.0-rc.2
  • 6219fda mcp: allow pinning a cluster replica in the developer query tool (#37557)
  • f4b98a8 Revert "Balancerd - refactor SNI route" (#37570)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by def-, a new releaser for @​materializeinc/sql-pretty since your current version.


Updates @rehookify/datepicker from 6.6.7 to 6.6.8

Release notes

Sourced from @​rehookify/datepicker's releases.

React v19 support

  • add React V19 to the peerDependencies
  • update React to v19
  • update all devDependencies to latest
  • make e2e more robust
Commits

Updates @segment/analytics-next from 1.82.0 to 1.84.0

Release notes

Sourced from @​segment/analytics-next's releases.

@​segment/analytics-next@​1.84.0

Minor Changes

  • #1342 65951526 Thanks @​MichaelGHSeg! - Unify and harden HTTP response handling and retry behavior across browser and node SDKs.

    • Browser (@segment/analytics-next) - Add config-driven response handling for Segment.io delivery (httpConfig with rate-limit/backoff controls). - Improve batching/dispatcher retry semantics for 429 and transient failures. - Use configured protocol for batching requests when apiHost has no scheme, while preserving compatibility for apiHost values that already include http:// or https://.

    • Node (@segment/analytics-node) - Align publisher retry/status behavior with updated response handling rules. - Add maxTotalBackoffDuration and maxRateLimitDuration settings to control retry ceilings. - Update default retry configuration to increase resilience under transient failures.

    • Core (@segment/analytics-core) - Standardize backoff defaults used by retry queues.

Patch Changes

  • Updated dependencies [65951526]:
    • @​segment/analytics-core@​1.8.3

@​segment/analytics-next@​1.83.0

Minor Changes

  • #1356 bd498512 Thanks @​laksh-twilio! - Fixes #1336 NullAnalytics was accidentally removed from the public exports in commit b611746 (PR #1090) when exports were changed from wildcard to explicit. This restores the export for users who need NullAnalytics in their test code.

Patch Changes

Changelog

Sourced from @​segment/analytics-next's changelog.

1.84.0

Minor Changes

  • #1342 65951526 Thanks @​MichaelGHSeg! - Unify and harden HTTP response handling and retry behavior across browser and node SDKs.

    • Browser (@segment/analytics-next) - Add config-driven response handling for Segment.io delivery (httpConfig with rate-limit/backoff controls). - Improve batching/dispatcher retry semantics for 429 and transient failures. - Use configured protocol for batching requests when apiHost has no scheme, while preserving compatibility for apiHost values that already include http:// or https://.

    • Node (@segment/analytics-node) - Align publisher retry/status behavior with updated response handling rules. - Add maxTotalBackoffDuration and maxRateLimitDuration settings to control retry ceilings. - Update default retry configuration to increase resilience under transient failures.

    • Core (@segment/analytics-core) - Standardize backoff defaults used by retry queues.

Patch Changes

  • Updated dependencies [65951526]:
    • @​segment/analytics-core@​1.8.3

1.83.0

Minor Changes

  • #1356 bd498512 Thanks @​laksh-twilio! - Fixes #1336 NullAnalytics was accidentally removed from the public exports in commit b611746 (PR #1090) when exports were changed from wildcard to explicit. This restores the export for users who need NullAnalytics in their test code.

Patch Changes

Commits

Updates @sentry/react from 10.46.0 to 10.66.0

Release notes

Sourced from @​sentry/react's releases.

10.66.0

  • chore(node-core): Deprecate @sentry/node-core package (#22285)
  • chore(tanstackstart): Deprecate @sentry/tanstackstart package (#22284)
  • deps(server-utils): bump @​apm-js-collab/code-transformer and tracing-hooks (#22172)
  • feat(bun): Add initWithoutDefaultIntegrations and getDefaultIntegrationsWithoutPerformance (#22036)
  • feat(bundlers): Add orchestrion bundler plugins (#22124)
  • feat(cloudflare): Support Cloudflare types v5 & newer wrangler versions (#22180)
  • feat(core): Add and use dataCollection.databaseQueryData (for e.g. Supabase filter values and mutation bodies) (#22219)
  • feat(core): Add and use dataCollection.graphQL (#22221)
  • feat(core): Add stringify helper and make AI-tracing serializers safe (#22163)
  • feat(nestjs): Add orchestrion diagnostics-channel instrumentation (#22176)
  • feat(nextjs): Add opt-in for orchestrion instrumentation (#22043)
  • feat(node): Rewrite knex instrumentation to orchestrion tracing channels (#22237)
  • feat(server-utils): Capture and log orchestrion stats (#22269)
  • feat(server-utils): Migrate @opentelemetry/instrumentation-kafkajs to orchestrion (#21923)
  • feat(server-utils): Migrate @opentelemetry/instrumentation-mysql2 to orchestrion (#22229)
  • feat(server-utils): Rewrite @opentelemetry/instrumentation-dataloader to orchestrion (#22236)
  • feat(server-utils): Rewrite @opentelemetry/instrumentation-generic-pool to orchestrion (#22240)
  • feat(sveltekit): Detect SvelteKit 3 native tracing from the Vite plugin (#21580)
  • fix: Include bundler CJS exports to fix Node warning (#22286)
  • fix(browser-utils): Remove readystatechange listener to prevent memory leaks (#22216)
  • fix(browser): Propagate trace data from active span if http.client span is non-recording (#22246)
  • fix(core): Preserve propagation across ignored spans (#22277)
  • fix(node): move dc integration swap to _init (#22173)
  • fix(react-router): Correct url attributes for history and relative navigations (#22131)
  • fix(react): Preserve parent path prefix for descendant route names in react-router (#22225)
  • fix(server-utils): Dedupe ioredis orchestrion span for offline-queued commands (#22279)
  • fix(vue): Refresh pageload URL attrs on TanStack onResolved (#22140)
  • chore: Add external contributor to CHANGELOG.md (#22295)
  • chore: Do not treat flaky test issues as bug (#22272)
  • chore: stub modules for orchestrion configs, channels (#22195)
  • chore: Update claude PR instructions (#22241)
  • chore(changelog): Add external contributor to next changelog (#22234)
  • chore(ci): Temporarily assign node/node-core reviews to whole JS SDK team (#22226)
  • chore(ci): Temporarily assign orchestrion reviews to whole JS SDK team (#22215)
  • chore(deps): Bump orchestrion dependencies to latest (#22287)
  • chore(deps): Bump @sentry/conventions to 0.16.0 (#22270)
  • chore(gitignore): Add .pnpm-store to gitignore (#22223)
  • chore(skills): Add bump-conventions skill (#22271)
  • fix(ci): Improve flaky test issue deduplication (#22042)
  • fix(ci): Unblock external-contributors checkout on fork PR merges (#22235)
  • ref(build): Replace ts-node with tsx for build and CI scripts (#22186)
  • ref(core): Remove redundant log buffer flush (#22278)
  • ref(nestjs): extract shared span helpers (#22175)
  • ref(node): Refactor some otel internals in http integrations (#22292)
  • ref(nuxt): Build the Nuxt module in-house instead of @​nuxt/module-builder (#22190)

... (truncated)

Changelog

Sourced from @​sentry/react's changelog.

10.66.0

  • chore(node-core): Deprecate @sentry/node-core package (#22285)
  • chore(tanstackstart): Deprecate @sentry/tanstackstart package (#22284)
  • deps(server-utils): bump @​apm-js-collab/code-transformer and tracing-hooks (#22172)
  • feat(bun): Add initWithoutDefaultIntegrations and getDefaultIntegrationsWithoutPerformance (#22036)
  • feat(bundlers): Add orchestrion bundler plugins (#22124)
  • feat(cloudflare): Support Cloudflare types v5 & newer wrangler versions (#22180)
  • feat(core): Add and use dataCollection.databaseQueryData (for e.g. Supabase filter values and mutation bodies) (#22219)
  • feat(core): Add and use dataCollection.graphQL (#22221)
  • feat(core): Add stringify helper and make AI-tracing serializers safe (#22163)
  • feat(nestjs): Add orchestrion diagnostics-channel instrumentation (#22176)
  • feat(nextjs): Add opt-in for orchestrion instrumentation (#22043)
  • feat(node): Rewrite knex instrumentation to orchestrion tracing channels (#22237)
  • feat(server-utils): Capture and log orchestrion stats (#22269)
  • feat(server-utils): Migrate @opentelemetry/instrumentation-kafkajs to orchestrion (#21923)
  • feat(server-utils): Migrate @opentelemetry/instrumentation-mysql2 to orchestrion (#22229)
  • feat(server-utils): Rewrite @opentelemetry/instrumentation-dataloader to orchestrion (#22236)
  • feat(server-utils): Rewrite @opentelemetry/instrumentation-generic-pool to orchestrion (#22240)
  • feat(sveltekit): Detect SvelteKit 3 native tracing from the Vite plugin (#21580)
  • fix: Include bundler CJS exports to fix Node warning (#22286)
  • fix(browser-utils): Remove readystatechange listener to prevent memory leaks (#22216)
  • fix(browser): Propagate trace data from active span if http.client span is non-recording (#22246)
  • fix(core): Preserve propagation across ignored spans (#22277)
  • fix(node): move dc integration swap to _init (#22173)
  • fix(react-router): Correct url attributes for history and relative navigations (#22131)
  • fix(react): Preserve parent path prefix for descendant route names in react-router (#22225)
  • fix(server-utils): Dedupe ioredis orchestrion span for offline-queued commands (#22279)
  • fix(vue): Refresh pageload URL attrs on TanStack onResolved (#22140)
  • chore: Add external contributor to CHANGELOG.md (#22295)
  • chore: Do not treat flaky test issues as bug (#22272)
  • chore: stub modules for orchestrion config...

    Description has been truncated

@dependabot dependabot Bot added the A-dependencies Area: dependency upgrades label Jul 19, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner July 19, 2026 22:19
@dependabot
dependabot Bot requested a review from Alphadelta14 July 19, 2026 22:19
@dependabot dependabot Bot added the A-dependencies Area: dependency upgrades label Jul 19, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/console/simple-2cc5a8709a branch 2 times, most recently from 82d9455 to ec10606 Compare July 21, 2026 11:23
Bumps the simple group with 64 updates in the /console directory:

| Package | From | To |
| --- | --- | --- |
| [@codemirror-toolkit/react](https://github.com/exuanbo/codemirror-toolkit/tree/HEAD/packages/react) | `0.6.0` | `0.7.1` |
| [@codemirror/commands](https://github.com/codemirror/commands) | `6.7.1` | `6.10.4` |
| [@codemirror/lang-json](https://github.com/codemirror/lang-json) | `6.0.1` | `6.0.2` |
| [@codemirror/lang-sql](https://github.com/codemirror/lang-sql) | `6.8.0` | `6.10.0` |
| [@codemirror/language](https://github.com/codemirror/language) | `6.10.3` | `6.12.4` |
| [@codemirror/state](https://github.com/codemirror/state) | `6.6.0` | `6.7.1` |
| [@codemirror/view](https://github.com/codemirror/view) | `6.40.0` | `6.43.6` |
| [@date-fns/utc](https://github.com/date-fns/utc) | `2.1.0` | `2.1.1` |
| [@fontsource/roboto-mono](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/roboto-mono) | `5.1.0` | `5.2.9` |
| [@frontegg/react](https://github.com/frontegg/frontegg-react/tree/HEAD/packages/react) | `7.2.0` | `7.13.10` |
| @intercom/messenger-js-sdk | `0.0.14` | `0.0.20` |
| [@lezer/common](https://github.com/lezer-parser/common) | `1.2.3` | `1.5.2` |
| [@lezer/highlight](https://github.com/lezer-parser/highlight) | `1.1.6` | `1.2.3` |
| [@materializeinc/sql-lexer](https://github.com/MaterializeInc/materialize) | `26.16.0` | `26.33.1` |
| [@materializeinc/sql-pretty](https://github.com/MaterializeInc/materialize) | `26.16.0` | `26.33.1` |
| [@rehookify/datepicker](https://github.com/rehookify/datepicker) | `6.6.7` | `6.6.8` |
| [@segment/analytics-next](https://github.com/segmentio/analytics-next/tree/HEAD/packages/browser) | `1.82.0` | `1.84.0` |
| [@sentry/react](https://github.com/getsentry/sentry-javascript) | `10.46.0` | `10.66.0` |
| [@stripe/stripe-js](https://github.com/stripe/stripe-js) | `9.5.0` | `9.10.0` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.95.2` | `5.101.2` |
| [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools) | `5.95.2` | `5.101.2` |
| [codemirror](https://github.com/codemirror/basic-setup) | `6.0.1` | `6.0.2` |
| [date-fns](https://github.com/date-fns/date-fns) | `4.1.0` | `4.4.0` |
| [downshift](https://github.com/downshift-js/downshift) | `9.0.8` | `9.4.0` |
| [framer-motion](https://github.com/motiondivision/motion) | `12.38.0` | `12.42.2` |
| [jotai](https://github.com/pmndrs/jotai) | `2.9.3` | `2.20.2` |
| [kysely](https://github.com/kysely-org/kysely) | `0.28.17` | `0.29.4` |
| [launchdarkly-js-client-sdk](https://github.com/launchdarkly/js-client-sdk) | `3.9.0` | `3.9.3` |
| [oidc-client-ts](https://github.com/authts/oidc-client-ts) | `3.4.1` | `3.5.0` |
| [papaparse](https://github.com/mholt/PapaParse) | `5.4.1` | `5.5.4` |
| [@types/papaparse](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/papaparse) | `5.3.15` | `5.5.2` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.53.1` | `7.82.0` |
| [react-intersection-observer](https://github.com/thebuilder/react-intersection-observer) | `10.0.3` | `10.1.0` |
| [react-oidc-context](https://github.com/authts/react-oidc-context) | `3.3.0` | `3.3.1` |
| [react-select](https://github.com/JedWatson/react-select) | `5.8.3` | `5.10.2` |
| [semver](https://github.com/npm/node-semver) | `7.6.3` | `7.8.5` |
| [@types/semver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/semver) | `7.5.8` | `7.7.1` |
| [style-mod](https://github.com/marijnh/style-mod) | `4.1.2` | `4.1.3` |
| [uuid](https://github.com/uuidjs/uuid) | `14.0.0` | `14.0.1` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.61.0` | `1.61.1` |
| [@sentry/vite-plugin](https://github.com/getsentry/sentry-javascript-bundler-plugins) | `5.1.1` | `5.4.0` |
| [@tanstack/eslint-plugin-query](https://github.com/TanStack/query/tree/HEAD/packages/eslint-plugin-query) | `5.95.2` | `5.101.2` |
| [@testing-library/dom](https://github.com/testing-library/dom-testing-library) | `10.4.0` | `10.4.1` |
| [@testing-library/user-event](https://github.com/testing-library/user-event) | `14.5.2` | `14.6.1` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.57.2` | `8.64.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.57.2` | `8.64.0` |
| [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) | `3.38.1` | `3.49.0` |
| [debug](https://github.com/debug-js/debug) | `4.3.7` | `4.4.3` |
| [@types/debug](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/debug) | `4.1.12` | `4.1.13` |
| [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.31.0` | `2.32.0` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.2.1` | `5.5.6` |
| [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) | `0.4.14` | `0.5.3` |
| [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) | `5.7.1` | `5.10.1` |
| [jotai-devtools](https://github.com/jotaijs/jotai-devtools) | `0.10.1` | `0.14.0` |
| [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) | `9.0.2` | `9.0.3` |
| [@types/jsonwebtoken](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jsonwebtoken) | `9.0.7` | `9.0.10` |
| [kysely-codegen](https://github.com/RobinBlomberg/kysely-codegen) | `0.17.0` | `0.20.0` |
| [msw](https://github.com/mswjs/msw) | `2.6.4` | `2.15.0` |
| [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) | `8.20.0` | `8.22.0` |
| [prettier](https://github.com/prettier/prettier) | `3.3.3` | `3.9.5` |
| [react-refresh](https://github.com/facebook/react/tree/HEAD/packages/react) | `0.14.2` | `0.18.0` |
| [terser](https://github.com/terser/terser) | `5.46.1` | `5.49.0` |
| [tsx](https://github.com/privatenumber/tsx) | `4.22.2` | `4.23.1` |
| [vite-bundle-analyzer](https://github.com/nonzzz/vite-bundle-analyzer) | `1.3.8` | `1.3.9` |



Updates `@codemirror-toolkit/react` from 0.6.0 to 0.7.1
- [Commits](https://github.com/exuanbo/codemirror-toolkit/commits/@codemirror-toolkit/react@0.7.1/packages/react)

Updates `@codemirror/commands` from 6.7.1 to 6.10.4
- [Changelog](https://github.com/codemirror/commands/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codemirror/commands/commits)

Updates `@codemirror/lang-json` from 6.0.1 to 6.0.2
- [Changelog](https://github.com/codemirror/lang-json/blob/main/CHANGELOG.md)
- [Commits](codemirror/lang-json@6.0.1...6.0.2)

Updates `@codemirror/lang-sql` from 6.8.0 to 6.10.0
- [Changelog](https://github.com/codemirror/lang-sql/blob/main/CHANGELOG.md)
- [Commits](codemirror/lang-sql@6.8.0...6.10.0)

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

Updates `@codemirror/state` from 6.6.0 to 6.7.1
- [Changelog](https://github.com/codemirror/state/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codemirror/state/commits)

Updates `@codemirror/view` from 6.40.0 to 6.43.6
- [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codemirror/view/commits)

Updates `@date-fns/utc` from 2.1.0 to 2.1.1
- [Changelog](https://github.com/date-fns/utc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/date-fns/utc/commits)

Updates `@fontsource/roboto-mono` from 5.1.0 to 5.2.9
- [Changelog](https://github.com/fontsource/font-files/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/roboto-mono)

Updates `@frontegg/react` from 7.2.0 to 7.13.10
- [Release notes](https://github.com/frontegg/frontegg-react/releases)
- [Changelog](https://github.com/frontegg/frontegg-react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/frontegg/frontegg-react/commits/v7.13.10/packages/react)

Updates `@intercom/messenger-js-sdk` from 0.0.14 to 0.0.20

Updates `@lezer/common` from 1.2.3 to 1.5.2
- [Changelog](https://github.com/lezer-parser/common/blob/main/CHANGELOG.md)
- [Commits](lezer-parser/common@1.2.3...1.5.2)

Updates `@lezer/highlight` from 1.1.6 to 1.2.3
- [Changelog](https://github.com/lezer-parser/highlight/blob/main/CHANGELOG.md)
- [Commits](lezer-parser/highlight@1.1.6...1.2.3)

Updates `@materializeinc/sql-lexer` from 26.16.0 to 26.33.1
- [Release notes](https://github.com/MaterializeInc/materialize/releases)
- [Commits](v26.16.0...v26.33.1)

Updates `@materializeinc/sql-pretty` from 26.16.0 to 26.33.1
- [Release notes](https://github.com/MaterializeInc/materialize/releases)
- [Commits](v26.16.0...v26.33.1)

Updates `@rehookify/datepicker` from 6.6.7 to 6.6.8
- [Release notes](https://github.com/rehookify/datepicker/releases)
- [Commits](rehookify/datepicker@v6.6.7...v6.6.8)

Updates `@segment/analytics-next` from 1.82.0 to 1.84.0
- [Release notes](https://github.com/segmentio/analytics-next/releases)
- [Changelog](https://github.com/segmentio/analytics-next/blob/master/packages/browser/CHANGELOG.md)
- [Commits](https://github.com/segmentio/analytics-next/commits/@segment/analytics-next@1.84.0/packages/browser)

Updates `@sentry/react` from 10.46.0 to 10.66.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@10.46.0...10.66.0)

Updates `@stripe/stripe-js` from 9.5.0 to 9.10.0
- [Release notes](https://github.com/stripe/stripe-js/releases)
- [Commits](stripe/stripe-js@v9.5.0...v9.10.0)

Updates `@tanstack/react-query` from 5.95.2 to 5.101.2
- [Release notes](https://github.com/TanStack/query/releases)
- [Changelog](https://github.com/TanStack/query/blob/main/packages/react-query/CHANGELOG.md)
- [Commits](https://github.com/TanStack/query/commits/@tanstack/react-query@5.101.2/packages/react-query)

Updates `@tanstack/react-query-devtools` from 5.95.2 to 5.101.2
- [Release notes](https://github.com/TanStack/query/releases)
- [Changelog](https://github.com/TanStack/query/blob/main/packages/react-query-devtools/CHANGELOG.md)
- [Commits](https://github.com/TanStack/query/commits/@tanstack/react-query-devtools@5.101.2/packages/react-query-devtools)

Updates `codemirror` from 6.0.1 to 6.0.2
- [Changelog](https://github.com/codemirror/basic-setup/blob/main/CHANGELOG.md)
- [Commits](codemirror/basic-setup@6.0.1...6.0.2)

Updates `date-fns` from 4.1.0 to 4.4.0
- [Release notes](https://github.com/date-fns/date-fns/releases)
- [Commits](date-fns/date-fns@v4.1.0...v4.4.0)

Updates `downshift` from 9.0.8 to 9.4.0
- [Release notes](https://github.com/downshift-js/downshift/releases)
- [Changelog](https://github.com/downshift-js/downshift/blob/master/CHANGELOG.md)
- [Commits](downshift-js/downshift@v9.0.8...v9.4.0)

Updates `framer-motion` from 12.38.0 to 12.42.2
- [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md)
- [Commits](motiondivision/motion@v12.38.0...v12.42.2)

Updates `jotai` from 2.9.3 to 2.20.2
- [Release notes](https://github.com/pmndrs/jotai/releases)
- [Commits](pmndrs/jotai@v2.9.3...v2.20.2)

Updates `kysely` from 0.28.17 to 0.29.4
- [Release notes](https://github.com/kysely-org/kysely/releases)
- [Commits](kysely-org/kysely@v0.28.17...v0.29.4)

Updates `launchdarkly-js-client-sdk` from 3.9.0 to 3.9.3
- [Release notes](https://github.com/launchdarkly/js-client-sdk/releases)
- [Changelog](https://github.com/launchdarkly/js-client-sdk/blob/main/CHANGELOG.md)
- [Commits](launchdarkly/js-client-sdk@3.9.0...3.9.3)

Updates `oidc-client-ts` from 3.4.1 to 3.5.0
- [Release notes](https://github.com/authts/oidc-client-ts/releases)
- [Commits](authts/oidc-client-ts@v3.4.1...v3.5.0)

Updates `papaparse` from 5.4.1 to 5.5.4
- [Release notes](https://github.com/mholt/PapaParse/releases)
- [Changelog](https://github.com/mholt/PapaParse/blob/master/CHANGELOG.md)
- [Commits](mholt/PapaParse@5.4.1...5.5.4)

Updates `@types/papaparse` from 5.3.15 to 5.5.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/papaparse)

Updates `react-hook-form` from 7.53.1 to 7.82.0
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases)
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md)
- [Commits](react-hook-form/react-hook-form@v7.53.1...v7.82.0)

Updates `react-intersection-observer` from 10.0.3 to 10.1.0
- [Release notes](https://github.com/thebuilder/react-intersection-observer/releases)
- [Commits](thebuilder/react-intersection-observer@v10.0.3...v10.1.0)

Updates `react-oidc-context` from 3.3.0 to 3.3.1
- [Release notes](https://github.com/authts/react-oidc-context/releases)
- [Commits](authts/react-oidc-context@v3.3.0...v3.3.1)

Updates `react-select` from 5.8.3 to 5.10.2
- [Release notes](https://github.com/JedWatson/react-select/releases)
- [Changelog](https://github.com/JedWatson/react-select/blob/master/docs/CHANGELOG.md)
- [Commits](https://github.com/JedWatson/react-select/compare/react-select@5.8.3...react-select@5.10.2)

Updates `semver` from 7.6.3 to 7.8.5
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](npm/node-semver@v7.6.3...v7.8.5)

Updates `@types/semver` from 7.5.8 to 7.7.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/semver)

Updates `style-mod` from 4.1.2 to 4.1.3
- [Commits](marijnh/style-mod@4.1.2...4.1.3)

Updates `uuid` from 14.0.0 to 14.0.1
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v14.0.0...v14.0.1)

Updates `@playwright/test` from 1.61.0 to 1.61.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.61.0...v1.61.1)

Updates `@sentry/vite-plugin` from 5.1.1 to 5.4.0
- [Release notes](https://github.com/getsentry/sentry-javascript-bundler-plugins/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript-bundler-plugins@5.1.1...5.4.0)

Updates `@tanstack/eslint-plugin-query` from 5.95.2 to 5.101.2
- [Release notes](https://github.com/TanStack/query/releases)
- [Changelog](https://github.com/TanStack/query/blob/main/packages/eslint-plugin-query/CHANGELOG.md)
- [Commits](https://github.com/TanStack/query/commits/@tanstack/eslint-plugin-query@5.101.2/packages/eslint-plugin-query)

Updates `@testing-library/dom` from 10.4.0 to 10.4.1
- [Release notes](https://github.com/testing-library/dom-testing-library/releases)
- [Changelog](https://github.com/testing-library/dom-testing-library/blob/main/CHANGELOG.md)
- [Commits](testing-library/dom-testing-library@v10.4.0...v10.4.1)

Updates `@testing-library/user-event` from 14.5.2 to 14.6.1
- [Release notes](https://github.com/testing-library/user-event/releases)
- [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md)
- [Commits](testing-library/user-event@v14.5.2...v14.6.1)

Updates `@types/papaparse` from 5.3.15 to 5.5.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/papaparse)

Updates `@types/semver` from 7.5.8 to 7.7.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/semver)

Updates `@typescript-eslint/eslint-plugin` from 8.57.2 to 8.64.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.64.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.57.2 to 8.64.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.64.0/packages/parser)

Updates `core-js` from 3.38.1 to 3.49.0
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.49.0/packages/core-js)

Updates `debug` from 4.3.7 to 4.4.3
- [Release notes](https://github.com/debug-js/debug/releases)
- [Commits](debug-js/debug@4.3.7...4.4.3)

Updates `@types/debug` from 4.1.12 to 4.1.13
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/debug)

Updates `eslint-plugin-import` from 2.31.0 to 2.32.0
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](import-js/eslint-plugin-import@v2.31.0...v2.32.0)

Updates `eslint-plugin-prettier` from 5.2.1 to 5.5.6
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-plugin-prettier@v5.2.1...v5.5.6)

Updates `eslint-plugin-react-refresh` from 0.4.14 to 0.5.3
- [Release notes](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/releases)
- [Changelog](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/main/CHANGELOG.md)
- [Commits](ArnaudBarre/eslint-plugin-react-refresh@v0.4.14...v0.5.3)

Updates `fast-xml-parser` from 5.7.1 to 5.10.1
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases)
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md)
- [Commits](NaturalIntelligence/fast-xml-parser@v5.7.1...v5.10.1)

Updates `jotai-devtools` from 0.10.1 to 0.14.0
- [Release notes](https://github.com/jotaijs/jotai-devtools/releases)
- [Changelog](https://github.com/jotaijs/jotai-devtools/blob/main/CHANGELOG.md)
- [Commits](jotaijs/jotai-devtools@v0.10.1...v0.14.0)

Updates `jsonwebtoken` from 9.0.2 to 9.0.3
- [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md)
- [Commits](auth0/node-jsonwebtoken@v9.0.2...v9.0.3)

Updates `@types/jsonwebtoken` from 9.0.7 to 9.0.10
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jsonwebtoken)

Updates `kysely-codegen` from 0.17.0 to 0.20.0
- [Release notes](https://github.com/RobinBlomberg/kysely-codegen/releases)
- [Commits](RobinBlomberg/kysely-codegen@0.17.0...0.20.0)

Updates `msw` from 2.6.4 to 2.15.0
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](mswjs/msw@v2.6.4...v2.15.0)

Updates `pg` from 8.20.0 to 8.22.0
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brianc/node-postgres/commits/pg@8.22.0/packages/pg)

Updates `prettier` from 3.3.3 to 3.9.5
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.3.3...3.9.5)

Updates `react-refresh` from 0.14.2 to 0.18.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/react)

Updates `terser` from 5.46.1 to 5.49.0
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](terser/terser@v5.46.1...v5.49.0)

Updates `tsx` from 4.22.2 to 4.23.1
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.22.2...v4.23.1)

Updates `vite-bundle-analyzer` from 1.3.8 to 1.3.9
- [Release notes](https://github.com/nonzzz/vite-bundle-analyzer/releases)
- [Changelog](https://github.com/nonzzz/vite-bundle-analyzer/blob/master/CHANGELOG.md)
- [Commits](nonzzz/vite-bundle-analyzer@v1.3.8...v1.3.9)

---
updated-dependencies:
- dependency-name: "@codemirror-toolkit/react"
  dependency-version: 0.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: "@codemirror/commands"
  dependency-version: 6.10.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: "@codemirror/lang-json"
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: simple
- dependency-name: "@codemirror/lang-sql"
  dependency-version: 6.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: "@codemirror/language"
  dependency-version: 6.12.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: "@codemirror/state"
  dependency-version: 6.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: "@codemirror/view"
  dependency-version: 6.43.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: "@date-fns/utc"
  dependency-version: 2.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: simple
- dependency-name: "@fontsource/roboto-mono"
  dependency-version: 5.2.9
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: "@frontegg/react"
  dependency-version: 7.13.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: "@intercom/messenger-js-sdk"
  dependency-version: 0.0.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: simple
- dependency-name: "@lezer/common"
  dependency-version: 1.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: "@lezer/highlight"
  dependency-version: 1.2.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: "@materializeinc/sql-lexer"
  dependency-version: 26.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: "@materializeinc/sql-pretty"
  dependency-version: 26.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: "@playwright/test"
  dependency-version: 1.61.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: simple
- dependency-name: "@rehookify/datepicker"
  dependency-version: 6.6.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: simple
- dependency-name: "@segment/analytics-next"
  dependency-version: 1.84.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: "@sentry/react"
  dependency-version: 10.66.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: "@sentry/vite-plugin"
  dependency-version: 5.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: "@stripe/stripe-js"
  dependency-version: 9.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: "@tanstack/eslint-plugin-query"
  dependency-version: 5.101.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: "@tanstack/react-query"
  dependency-version: 5.101.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: "@tanstack/react-query-devtools"
  dependency-version: 5.101.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: "@testing-library/dom"
  dependency-version: 10.4.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: simple
- dependency-name: "@testing-library/user-event"
  dependency-version: 14.6.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: "@types/debug"
  dependency-version: 4.1.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: simple
- dependency-name: "@types/jsonwebtoken"
  dependency-version: 9.0.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: simple
- dependency-name: "@types/papaparse"
  dependency-version: 5.5.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: "@types/papaparse"
  dependency-version: 5.5.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: "@types/semver"
  dependency-version: 7.7.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: "@types/semver"
  dependency-version: 7.7.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.64.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.64.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: codemirror
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: simple
- dependency-name: core-js
  dependency-version: 3.49.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: date-fns
  dependency-version: 4.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: debug
  dependency-version: 4.4.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: downshift
  dependency-version: 9.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: eslint-plugin-import
  dependency-version: 2.32.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: eslint-plugin-prettier
  dependency-version: 5.5.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: eslint-plugin-react-refresh
  dependency-version: 0.5.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: fast-xml-parser
  dependency-version: 5.10.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: framer-motion
  dependency-version: 12.42.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: jotai
  dependency-version: 2.20.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: jotai-devtools
  dependency-version: 0.14.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: jsonwebtoken
  dependency-version: 9.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: simple
- dependency-name: kysely
  dependency-version: 0.29.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: kysely-codegen
  dependency-version: 0.20.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: launchdarkly-js-client-sdk
  dependency-version: 3.9.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: simple
- dependency-name: msw
  dependency-version: 2.15.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: oidc-client-ts
  dependency-version: 3.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: papaparse
  dependency-version: 5.5.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: pg
  dependency-version: 8.22.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: prettier
  dependency-version: 3.9.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: react-hook-form
  dependency-version: 7.81.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: react-intersection-observer
  dependency-version: 10.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: react-oidc-context
  dependency-version: 3.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: simple
- dependency-name: react-refresh
  dependency-version: 0.18.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: react-select
  dependency-version: 5.10.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: semver
  dependency-version: 7.8.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: style-mod
  dependency-version: 4.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: simple
- dependency-name: terser
  dependency-version: 5.49.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: tsx
  dependency-version: 4.23.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: uuid
  dependency-version: 14.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: simple
- dependency-name: vite-bundle-analyzer
  dependency-version: 1.3.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: simple
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/console/simple-2cc5a8709a branch from ec10606 to 723a1cd Compare July 21, 2026 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-dependencies Area: dependency upgrades

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant