Skip to content

build(deps): bump the simple group across 1 directory with 45 updates#35779

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/console/simple-b12d52b8c6
Open

build(deps): bump the simple group across 1 directory with 45 updates#35779
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/console/simple-b12d52b8c6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 29, 2026

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

Package From To
@codemirror-toolkit/react 0.6.0 0.7.1
@codemirror/commands 6.7.1 6.10.3
@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.3
@date-fns/utc 2.1.0 2.1.1
@fontsource/roboto-mono 5.1.0 5.2.8
@frontegg/react 7.2.0 7.12.20
@intercom/messenger-js-sdk 0.0.14 0.0.18
@lezer/common 1.2.3 1.5.1
@lezer/highlight 1.1.6 1.2.3
@materializeinc/sql-lexer 26.16.0 26.17.0
@materializeinc/sql-pretty 26.16.0 26.17.0
@rehookify/datepicker 6.6.7 6.6.8
codemirror 6.0.1 6.0.2
downshift 9.0.8 9.3.2
jotai 2.9.3 2.19.0
oidc-client-ts 3.4.1 3.5.0
papaparse 5.4.1 5.5.3
@types/papaparse 5.3.15 5.5.2
react-hook-form 7.53.1 7.72.0
react-oidc-context 3.3.0 3.3.1
react-select 5.8.3 5.10.2
semver 7.6.3 7.7.4
@types/semver 7.5.8 7.7.1
style-mod 4.1.2 4.1.3
@testing-library/dom 10.4.0 10.4.1
@testing-library/user-event 14.5.2 14.6.1
@types/node 25.3.5 25.5.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.5
eslint-plugin-react-refresh 0.4.14 0.5.2
jotai-devtools 0.10.1 0.13.0
jsonwebtoken 9.0.2 9.0.3
@types/jsonwebtoken 9.0.7 9.0.10
kysely-codegen 0.17.0 0.20.0
lint-staged 16.2.7 16.4.0
msw 2.6.4 2.12.14
prettier 3.3.3 3.8.1
react-refresh 0.14.2 0.18.0
vite-plugin-svgr 4.3.0 4.5.0
vite-plugin-wasm 3.3.0 3.6.0

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

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
  • 6f83cb9 Mark version 6.10.3
  • 8364073 Properly preserve selection associativity in selection-extending commands
  • aa61d5c Add more tests for vertical cursor and selection motion
  • dbae3a1 Mark version 6.10.2
  • beecd58 Use a more reasonable start selection for the inverse of applied history events
  • 0587e5d Add a test cursorLineDown skipping trailing inline widgets
  • fe13f95 Add some more explicit type annotations
  • 2f99b7b Use git+https format for package.json repository field
  • a6196d9 Query configuration at start of line in changeLineComment
  • 42bc68c Mark version 6.10.1
  • Additional commits viewable in compare view

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.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 @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.8

Commits

Updates @frontegg/react from 7.2.0 to 7.12.20

Release notes

Sourced from @​frontegg/react's releases.

v7.12.20

  • FR-23610 - Added login completed GTM
  • FR-23421 - Added support for CMC SCIM guide dialog and fix SSO guide

[!NOTE] Low Risk Low risk: this PR only updates dependency versions and lockfile entries, with no direct source code changes. Any behavior change would come from the upstream @frontegg/* packages.

Overview Updates @frontegg/react to depend on @frontegg/js and @frontegg/react-hooks 7.103.0 (from 7.102.0).

Refreshes yarn.lock to pull in the corresponding 7.103.0 releases for transitive Frontegg packages (@frontegg/types, @frontegg/redux-store, @frontegg/rest-api).

Written by Cursor Bugbot for commit 3d8629989a92e6a191d29e8a8b1702c67eac0095. This will update automatically on new commits. Configure here.

v7.12.19

  • FR-22979 - Changed callback in InviteUserForm to handle errors and reset form state

[!NOTE] Low Risk Low risk dependency-only update (no source changes), but behavior may shift due to updated Frontegg SDK transitive packages.

Overview Updates packages/react/package.json to depend on @frontegg/js and @frontegg/react-hooks 7.102.0 (from 7.101.0).

Regenerates yarn.lock to pull in the corresponding 7.102.0 releases and transitive bumps (notably @frontegg/types, @frontegg/redux-store, and @frontegg/rest-api).

Written by Cursor Bugbot for commit 37257c84d3616d1134cc172f49641eed44147c00. This will update automatically on new commits. Configure here.

v7.12.18

  • FR-22346 - Fixed enable session per tenant data mismatch between user jwt and sdk
  • FR-22346 - Fixed enable session per tenant data mismatch between user jwt and sdk

[!NOTE] Low Risk Dependency-only bump of Frontegg SDK packages; risk is limited to upstream behavior changes/regressions in auth/session handling introduced by the new versions.

... (truncated)

Changelog

Sourced from @​frontegg/react's changelog.

7.12.20 (2026-3-19)

  • FR-23610 - Added login completed GTM
  • FR-23421 - Added support for CMC SCIM guide dialog and fix SSO guide

[!NOTE] Low Risk Low risk: this PR only updates dependency versions and lockfile entries, with no direct source code changes. Any behavior change would come from the upstream @frontegg/* packages.

Overview Updates @frontegg/react to depend on @frontegg/js and @frontegg/react-hooks 7.103.0 (from 7.102.0).

Refreshes yarn.lock to pull in the corresponding 7.103.0 releases for transitive Frontegg packages (@frontegg/types, @frontegg/redux-store, @frontegg/rest-api).

Written by Cursor Bugbot for commit 3d8629989a92e6a191d29e8a8b1702c67eac0095. This will update automatically on new commits. Configure here.

7.12.19 (2026-3-8)

  • FR-22979 - Changed callback in InviteUserForm to handle errors and reset form state

[!NOTE] Low Risk Low risk dependency-only update (no source changes), but behavior may shift due to updated Frontegg SDK transitive packages.

Overview Updates packages/react/package.json to depend on @frontegg/js and @frontegg/react-hooks 7.102.0 (from 7.101.0).

Regenerates yarn.lock to pull in the corresponding 7.102.0 releases and transitive bumps (notably @frontegg/types, @frontegg/redux-store, and @frontegg/rest-api).

Written by Cursor Bugbot for commit 37257c84d3616d1134cc172f49641eed44147c00. This will update automatically on new commits. Configure here.

7.12.18 (2026-2-16)

  • FR-22346 - Fixed enable session per tenant data mismatch between user jwt and sdk
  • FR-22346 - Fixed enable session per tenant data mismatch between user jwt and sdk

[!NOTE]

... (truncated)

Commits
  • d3baff4 chore(release): publish 7.12.20
  • cc03d33 Merge pull request #1332 from frontegg/upgrade-admin-portal
  • 3d86299 update admin-portal 7.103.0
  • ae37c8d chore(release): publish 7.12.19
  • 617922b Merge pull request #1329 from frontegg/upgrade-admin-portal
  • 37257c8 update admin-portal 7.102.0
  • f47e3b4 chore(release): publish 7.12.18
  • 7ccbf62 Merge pull request #1327 from frontegg/upgrade-admin-portal
  • 428af0c update admin-portal 7.101.0
  • 3903026 chore(release): publish 7.12.17
  • Additional commits viewable in compare view

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

Updates @lezer/common from 1.2.3 to 1.5.1

Changelog

Sourced from @​lezer/common's changelog.

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
  • 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
  • 989d3aa Define SyntaxNode.prop
  • 0917d20 Mark version 1.3.0
  • 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.17.0

Commits
  • e7bf8fd release: bump to version v26.17.0
  • 3271aba release: bump to version v26.17.0-rc.2
  • 43f024d persist: Make sure to obtain a lease before selecting a batch (#35554)
  • 44c6174 [Oneshot Sources] Fix bad assert in storage worker reconciliation (#35556)
  • e8109ed release: bump to version v26.17.0-rc.1
  • d90a700 LICENSE: update change date
  • d28e470 mcp: skip explicit transaction for single-statement read_data_product (#35551)
  • dc4ad79 console tests: Fix running on macOS (#35553)
  • dde361a build(deps): bump framer-motion from 11.11.10 to 12.36.0 in /console (#35497)
  • 5cbce8c mcp: simplify read_data_product to a single query with no catalog lookup (#...
  • Additional commits viewable in compare view

Updates @materializeinc/sql-pretty from 26.16.0 to 26.17.0

Commits
  • e7bf8fd release: bump to version v26.17.0
  • 3271aba release: bump to version v26.17.0-rc.2
  • 43f024d persist: Make sure to obtain a lease before selecting a batch (#35554)
  • 44c6174 [Oneshot Sources] Fix bad assert in storage worker reconciliation (#35556)
  • e8109ed release: bump to version v26.17.0-rc.1
  • d90a700 LICENSE: update change date
  • d28e470 mcp: skip explicit transaction for single-statement read_data_product (#35551)
  • dc4ad79 console tests: Fix running on macOS (#35553)
  • dde361a build(deps): bump framer-motion from 11.11.10 to 12.36.0 in /console (#35497)
  • 5cbce8c mcp: simplify read_data_product to a single query with no catalog lookup (#...
  • Additional commits viewable in compare view

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 codemirror from 6.0.1 to 6.0.2

Changelog

Sourced from codemirror's changelog.

6.0.2 (2025-06-19)

Bug fixes

Make sure to include a .d.cts file to make TypeScript happy.

Commits

Updates downshift from 9.0.8 to 9.3.2

Release notes

Sourced from downshift's releases.

v9.3.2

9.3.2 (2026-02-19)

Bug Fixes

  • useElementIds: improve fix for webpack analyzer (#1677) (f1862ed)

v9.3.1

9.3.1 (2026-02-13)

Bug Fixes

  • useElementIds: prevent Webpack static analysis issue with useId (#1676) (9e79c4e)

v9.3.0

9.3.0 (2026-02-09)

Features

v9.2.0

9.2.0 (2026-01-30)

Features

v9.0.13

9.0.13 (2025-12-08)

Bug Fixes

v9.0.12

9.0.12 (2025-12-02)

Bug Fixes

... (truncated)

Commits

Updates jotai from 2.9.3 to 2.19.0

Release notes

Sourced from jotai's releases.

v2.19.0

We improved the core to enable atom caching for performance for some cases.

What's Changed

New Contributors

Full Changelog: pmndrs/jotai@v2.18.1...v2.19.0

v2.18.1

This release fixes a regression introduced in v2.12.1, which affects an uncommon edge case.

What's Changed

Full Changelog: pmndrs/jotai@v2.18.0...v2.18.1

v2.18.0

We moved jotai/babel to jotai-babel.

Migration Guide

If you use the preset:

  {
-   "presets": ["jotai/babel/preset"]
+   "presets": ["jotai-babel/preset"]
  }

If you use a plugin:

  {
-   "plugins": ["jotai/babel/plugin-debug-label"]
+   "plugins": ["jotai-babel/plugin-debug-label"]
  }

What's Changed

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for jotai since your current version.


Updates oidc-client-ts from 3.4.1 to 3.5.0

Release notes

Sourced from oidc-client-ts's releases.

v3.5.0

oidc-client-ts v3.5.0 is a minor release.

No longer using crypto-js package, but built-in browser crypto.subtle module. Crypto.subtle is available only in secure contexts (HTTPS). Also have a look into the migration info.

Changelog:

  • Features:
    • #2295 add maxSilentRenewTimeoutRetries configuration
    • #2311 add nonce validation for ID tokens
  • Fixes;
    • #2369 reword misleading error messages for request_type check

thanks to @​ninadvadujkar, @​Osmose and @​ferdinand-varta

Commits
  • 9bea2d8 v3.5.0
  • e2f2a38 Merge pull request #2390 from authts/dependabot/npm_and_yarn/globals-17.4.0
  • 70d36c0 Merge pull request #2401 from authts/dependabot/npm_and_yarn/lint-staged-16.3.3
  • dd84fc5 Merge pull request #2402 from authts/dependabot/npm_and_yarn/microsoft/api-ex...
  • 104def8 build(deps-dev): bump @​microsoft/api-extractor from 7.57.6 to 7.57.7
  • cf0e029 build(deps-dev): bump lint-staged from 16.2.7 to 16.3.3
  • c23b00c build(deps-dev): bump globals from 17.3.0 to 17.4.0
  • fd7eb5c Merge pull request #2386 from authts/dependabot/npm_and_yarn/rollup-4.59.0
  • 1043ef4 Merge pull request #2387 from authts/dependabot/npm_and_yarn/multi-770cfcd984
  • d5a1b1e Merge pull request #2364 from authts/dependabot/npm_and_yarn/samples/Parcel/q...
  • Additional commits viewable in compare view

Updates papaparse from 5.4.1 to 5.5.3

Changelog

Sourced from papaparse's changelog.

5.5.3

Bug Fixes

  • Avoid infinite loop with duplicate header counting (#1095)

5.5.2

Bug Fixes

  • Only attempt to parse headers once, fixing performance issue (#1086)

Maintenance

  • Do not run headless tests on CI (#1087)
  • Fix package URL in package.json

5.5.1

Maintenance

  • Revert "Remove ES6 features to allow minifying papaparse file" — updated grunt-contrib-uglify instead to support ES6+
  • Update grunt-contrib-uglify version
  • Run build script in CI

5.5.0

Features

  • Add skipFirstNLines option to skip first N lines before parsing (#1021, #738)
  • Add renamedHeaders to parse result meta, reporting original-to-renamed header mappings (#990)

Bug Fixes

  • Fix escapeFormulae option to handle boolean values correctly (#1025)
  • Fix cursor position when encountering duplicated headers (#997)
  • Only skip first N lines in the first chunk and don't incorrectly consume the header line (#1045, #1046)
  • Refactor header renaming logic to correctly handle duplicates (#1058, #1052, #1007)

Performance

  • Faster duplicate header detection using a header map (#991)
  • Use for loop instead of for...in for header parsing to only iterate over array elements (#987)

Maintenance

Commits

Updates @types/papaparse from 5.3.15 to 5.5.2

Commits

Updates react-hook-form from 7.53.1 to 7.72.0

Release notes

Sourced from react-hook-form's releases.

Version 7.72.0

⚓️ feat: built-in form level validate (#13195)

useForm({
  validate: async ({ formValues }: FormValidateResult) => {
    if (formValues.test1.length > formValues.test.length) {
      return {
        type: 'formError',
        message: 'something is wrong here',
      };
    }
if (formValues.test === 'test') {
  return 'direct error message';
}
return true;

},
});

🐞 fix: prevent useFieldArray from marking unrelated fields as dirty (#13299) 🐞 fix #13300 checkbox form validation ignored with native validation (#13310) 🌉 allow subscribe formState to track submit state (#13319)

thanks to @​WiXSL, @​BrendanC23 & @​6810779s

Version 7.71.2

🕵️‍♂️ fix: use DeepPartialSkipArrayKey for WatchObserver value parameter (#13278) 🧹 fix(clearErrors): emit name signal for targeted field updates (#13280)

thanks to @​veeceey, @​kaigritun, @​pgoslatara & @​seongbiny

Version v7.71.1

🐞 fix #13250 issue with booleans_as_integers (#13252)

Version 7.71.0

⚡ perf: memoize FormProvider context value to prevent unnecessary rerenders (#13235) 🚄 perf: separate control context to prevent unnecessary rerenders (#13234) 🐞 fix: update isValid when field disabled state changes (#13231) 👌 chore: optimize bundle size via safe terser options (#13243) (#13244)

thanks to @​kamja44, @​a28689604 & @​newsiberian

Version 7.70.0

✅ watch type improvement (#13228) 🐞 fix: prevent field array ghost elements with keepDirtyValues (#13188) 🐞 fix: improve invalid date handling in deepEqual and validation (#13230)

... (truncated)

Commits
  • 1fecf73 7.72.0
  • f5373fe 🌉 allow subscribe formState to track submit state (#13319)
  • f5deec5 📖 chore: update issue template CodeSandbox links (#13315)
  • 3f4d0f3 🐞 fix #13300 checkbox form valdiation ignored with native valdiation (#13310)
  • 2e8f081 🐞 fix: prevent useFieldArray from marking unrelated fields as dirt...

    Description has been truncated

@dependabot dependabot bot added the A-dependencies Area: dependency upgrades label Mar 29, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 29, 2026 22:19
@dependabot dependabot bot requested review from SangJunBak and removed request for a team March 29, 2026 22:19
@dependabot dependabot bot added the A-dependencies Area: dependency upgrades label Mar 29, 2026
@github-actions
Copy link
Copy Markdown

Thanks for opening this PR! Here are a few tips to help make the review process smooth for everyone.

PR title guidelines

  • Use imperative mood: "Fix X" not "Fixed X" or "Fixes X"
  • Be specific: "Fix panic in catalog sync when controller restarts" not "Fix bug" or "Update catalog code"
  • Prefix with area if helpful: compute: , storage: , adapter: , sql:

Pre-merge checklist

  • The PR title is descriptive and will make sense in the git log.
  • This PR has adequate test coverage / QA involvement has been duly considered. (trigger-ci for additional test/nightly runs)
  • If this PR includes major user-facing behavior changes, I have pinged the relevant PM to schedule a changelog post.
  • This PR has an associated up-to-date design doc, is a design doc (template), or is sufficiently small to not require a design.
  • If this PR evolves an existing $T ⇔ Proto$T mapping (possibly in a backwards-incompatible way), then it is tagged with a T-proto label.
  • If this PR will require changes to cloud orchestration or tests, there is a companion cloud PR to account for those changes that is tagged with the release-blocker label (example).

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/console/simple-b12d52b8c6 branch from 9c42d78 to fd5846c Compare March 30, 2026 06:31
Bumps the simple group with 45 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.3` |
| [@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.3` |
| [@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.8` |
| [@frontegg/react](https://github.com/frontegg/frontegg-react/tree/HEAD/packages/react) | `7.2.0` | `7.12.20` |
| @intercom/messenger-js-sdk | `0.0.14` | `0.0.18` |
| [@lezer/common](https://github.com/lezer-parser/common) | `1.2.3` | `1.5.1` |
| [@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.17.0` |
| [@materializeinc/sql-pretty](https://github.com/MaterializeInc/materialize) | `26.16.0` | `26.17.0` |
| [@rehookify/datepicker](https://github.com/rehookify/datepicker) | `6.6.7` | `6.6.8` |
| [codemirror](https://github.com/codemirror/basic-setup) | `6.0.1` | `6.0.2` |
| [downshift](https://github.com/downshift-js/downshift) | `9.0.8` | `9.3.2` |
| [jotai](https://github.com/pmndrs/jotai) | `2.9.3` | `2.19.0` |
| [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.3` |
| [@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.72.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.7.4` |
| [@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` |
| [@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` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.3.5` | `25.5.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.5` |
| [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) | `0.4.14` | `0.5.2` |
| [jotai-devtools](https://github.com/jotaijs/jotai-devtools) | `0.10.1` | `0.13.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` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `16.2.7` | `16.4.0` |
| [msw](https://github.com/mswjs/msw) | `2.6.4` | `2.12.14` |
| [prettier](https://github.com/prettier/prettier) | `3.3.3` | `3.8.1` |
| [react-refresh](https://github.com/facebook/react/tree/HEAD/packages/react) | `0.14.2` | `0.18.0` |
| [vite-plugin-svgr](https://github.com/pd4d10/vite-plugin-svgr) | `4.3.0` | `4.5.0` |
| [vite-plugin-wasm](https://github.com/Menci/vite-plugin-wasm) | `3.3.0` | `3.6.0` |



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.3
- [Changelog](https://github.com/codemirror/commands/blob/main/CHANGELOG.md)
- [Commits](codemirror/commands@6.7.1...6.10.3)

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.3
- [Changelog](https://github.com/codemirror/language/blob/main/CHANGELOG.md)
- [Commits](codemirror/language@6.10.3...6.12.3)

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.8
- [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.12.20
- [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.12.20/packages/react)

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

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

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.17.0
- [Release notes](https://github.com/MaterializeInc/materialize/releases)
- [Commits](v26.16.0...v26.17.0)

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

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 `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 `downshift` from 9.0.8 to 9.3.2
- [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.3.2)

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

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.3
- [Release notes](https://github.com/mholt/PapaParse/releases)
- [Changelog](https://github.com/mholt/PapaParse/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mholt/PapaParse/commits)

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.72.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.72.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.7.4
- [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.7.4)

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 `@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/node` from 25.3.5 to 25.5.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

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 `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.5
- [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.5)

Updates `eslint-plugin-react-refresh` from 0.4.14 to 0.5.2
- [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.2)

Updates `jotai-devtools` from 0.10.1 to 0.13.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.13.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 `lint-staged` from 16.2.7 to 16.4.0
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v16.2.7...v16.4.0)

Updates `msw` from 2.6.4 to 2.12.14
- [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.12.14)

Updates `prettier` from 3.3.3 to 3.8.1
- [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.8.1)

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

Updates `vite-plugin-svgr` from 4.3.0 to 4.5.0
- [Release notes](https://github.com/pd4d10/vite-plugin-svgr/releases)
- [Commits](pd4d10/vite-plugin-svgr@v4.3.0...v4.5.0)

Updates `vite-plugin-wasm` from 3.3.0 to 3.6.0
- [Commits](Menci/vite-plugin-wasm@v3.3.0...v3.6.0)

---
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.3
  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.3
  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.8
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: "@frontegg/react"
  dependency-version: 7.12.20
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: "@intercom/messenger-js-sdk"
  dependency-version: 0.0.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: simple
- dependency-name: "@lezer/common"
  dependency-version: 1.5.1
  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.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: "@materializeinc/sql-pretty"
  dependency-version: 26.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: codemirror
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: simple
- dependency-name: downshift
  dependency-version: 9.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: jotai
  dependency-version: 2.19.0
  dependency-type: direct:production
  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.3
  dependency-type: direct:production
  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: react-hook-form
  dependency-version: 7.72.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-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.7.4
  dependency-type: direct:production
  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: style-mod
  dependency-version: 4.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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/node"
  dependency-version: 25.5.0
  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: core-js
  dependency-version: 3.49.0
  dependency-type: direct:development
  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: "@types/debug"
  dependency-version: 4.1.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: eslint-plugin-react-refresh
  dependency-version: 0.5.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: jotai-devtools
  dependency-version: 0.13.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: "@types/jsonwebtoken"
  dependency-version: 9.0.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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: lint-staged
  dependency-version: 16.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: msw
  dependency-version: 2.12.14
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: prettier
  dependency-version: 3.8.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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: vite-plugin-svgr
  dependency-version: 4.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: vite-plugin-wasm
  dependency-version: 3.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: simple
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/console/simple-b12d52b8c6 branch from fd5846c to f59fe5d Compare March 30, 2026 07:18
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.

0 participants