Skip to content

build(deps): bump the production-minor-patch group across 1 directory with 29 updates#508

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/production-minor-patch-d268ea9092
Open

build(deps): bump the production-minor-patch group across 1 directory with 29 updates#508
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/production-minor-patch-d268ea9092

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the production-minor-patch group with 29 updates in the / directory:

Package From To
@playwright/test 1.58.2 1.61.1
@swc/core 1.15.21 1.15.43
@types/fhir 0.0.31 0.0.44
semver 7.7.4 7.8.5
tar 7.5.16 7.5.20
sass-embedded 1.89.0 1.100.0
ts-checker-rspack-plugin 1.3.0 1.5.2
@carbon/react 1.103.0 1.112.0
react-hook-form 7.71.2 7.82.0
@carbon/charts 1.27.3 1.27.16
@carbon/charts-react 1.27.3 1.27.16
@carbon/styles 1.102.0 1.111.0
dayjs 1.11.20 1.11.21
react-is 19.2.4 19.2.7
sass 1.98.0 1.101.0
swr 2.4.1 2.4.2
playwright 1.58.2 1.61.1
uuid 14.0.0 14.0.1
ajv 8.18.0 8.20.0
react-konva 19.2.3 19.2.5
@carbon/icons-react 11.76.0 11.84.0
linkify-react 4.3.2 4.3.3
linkifyjs 4.3.2 4.3.3
@internationalized/date 3.12.0 3.12.2
@react-aria/datepicker 3.16.1 3.17.1
@react-aria/utils 3.34.0 3.34.1
@react-stately/datepicker 3.16.1 3.17.1
react-aria-components 1.16.0 1.19.0
@formatjs/intl-durationformat 0.7.6 0.10.18

Updates @playwright/test from 1.58.2 to 1.61.1

Release notes

Sourced from @​playwright/test's releases.

v1.61.1

Bug Fixes

  • #41365 [Bug]: Expect.Extend matcher with same name as default matcher in same expect instance overrides default matchers implementation to custom matcher
  • #41351 [Bug]: Playwright UI mode: apiRequestContext._wrapApiCall reports unexpected number of bytes (same test passes in headed mode)
  • #41360 [Bug]: Trace viewer: message times in websockets are downscaled by 1000
  • #41311 [Bug]: [Regression]: Sync loader throws "context.conditions?.includes is not a function" on Node 22.15
  • #41371 [Regression]: Sync ESM loader (registerHooks) fails to resolve extensionless .ts subpath imports across pnpm workspace symlinks

v1.61.0

🔑 WebAuthn passkeys

New Credentials virtual authenticator, available via browserContext.credentials, lets tests register passkeys and answer navigator.credentials.create() / navigator.credentials.get() ceremonies in the page — no real hardware key required, works in all browsers:

const context = await browser.newContext();
// Seed a passkey your backend provisioned for a test user.
await context.credentials.create('example.com', {
id: credentialId,
userHandle,
privateKey,
publicKey,
});
await context.credentials.install();
const page = await context.newPage();
await page.goto('https://example.com/login');
// The page's navigator.credentials.get() is answered with the seeded passkey.

You can also let the app register a passkey once in a setup test, read it back with credentials.get(), and seed it into later tests — see Credentials for details.

🗃️ Web Storage

New WebStorage API, available via page.localStorage and page.sessionStorage, reads and writes the page's storage for the current origin:

await page.localStorage.setItem('token', 'abc');
const token = await page.localStorage.getItem('token');
const items = await page.sessionStorage.items();

New APIs

Network

Browser and Screencast

... (truncated)

Commits
  • 39e3553 cherry-pick(#41399): fix(test): load require-reached files as commonjs in syn...
  • 4328122 chore: mark v1.61.1 (#41404)
  • 2c29a94 fix(tracing): stop recording websocket frames outside of chunks (#41398)
  • 4324b19 cherry-pick(#41367): fix(test): keep builtin expect matchers on base extend
  • 041e7e3 cherry-pick(#41364): fix(har): WebSocket message timestamps should be in mi...
  • b8a0fc3 cherry-pick(#41309, #43149): Revert "fix(firefox): treat `navigationCommitted...
  • b5a3175 cherry-pick(#41319): fix(loader): support other node versions
  • d4724a9 cherry-pick(#41290): feat(docker): add Ubuntu 26.04 (Resolute Raccoon) image
  • 1cc5a90 cherry-pick(#41295): chore: PLAYWRIGHT_TRACING_NO_WEBSOCKET_FRAMES and PLAYWR...
  • a6772bd cherry-pick(#41280): Revert "fix(trace-viewer): add keyboard navigation to `N...
  • Additional commits viewable in compare view

Updates @swc/core from 1.15.21 to 1.15.43

Changelog

Sourced from @​swc/core's changelog.

[1.15.43] - 2026-06-22

Bug Fixes

  • (es/es2022) Correct scope for private property brand checks (#11953) (fb5afa2)

  • (es/minifier) Preserve cooked when concatenating template literals (#11939) (a7244a6)

  • (es/minifier) Gate Number(x) -> +x on unsafe flag (#11944) (#11949) (6176019)

  • (es/parser) Parse Flow bare renders types (#11929) (a71c8eb)

  • (es/parser) Allow no-default builds (#11956) (baab240)

  • (es/react-compiler) Skip TypeScript this pseudo-params in scope collector (#11940) (9066c43)

  • (es/react-compiler) Scope ClassStaticBlock and TsModuleBlock as var boundaries (#11943) (1ee74a0)

  • (react-compiler) Avoid reporting non-fatal success errors as diagnostics (#11951) (cb4cb23)

  • (react-compiler) React compiler AST conversion for wrapped assignment targets (#11952) (fc9b453)

  • (react-compiler) Disable parser default features (#11957) (75ddb28)

Documentation

Features

... (truncated)

Commits
  • 73f0f38 chore: Publish 1.15.43 with swc_core v71.0.3
  • 550e539 chore: Publish 1.15.43-nightly-20260622.1 with swc_core v71.0.3
  • 1523823 chore: Publish 1.15.42-nightly-20260622.1 with swc_core v71.0.2
  • 0dffdc4 refactor: Remove production tracing hooks (#11945)
  • b182fbd feat(es/react-compiler): Add React Compiler (#11917)
  • 7a72340 chore: Publish 1.15.41 with swc_core v68.0.6
  • 82ae083 chore: Publish 1.15.41-nightly-20260609.1 with swc_core v68.0.6
  • b6dfa74 fix(bindings/node): Preserve source context for AST transforms (#11920)
  • 112729b chore: Publish 1.15.40 with swc_core v66.0.5
  • 13a5608 chore: Publish 1.15.40-nightly-20260523.1 with swc_core v66.0.5
  • Additional commits viewable in compare view

Updates @types/fhir from 0.0.31 to 0.0.44

Commits

Updates semver from 7.7.4 to 7.8.5

Release notes

Sourced from semver's releases.

v7.8.5

7.8.5 (2026-06-19)

Bug Fixes

v7.8.4

7.8.4 (2026-06-09)

Bug Fixes

v7.8.3

7.8.3 (2026-06-08)

Bug Fixes

Chores

v7.8.2

7.8.2 (2026-06-04)

Bug Fixes

v7.8.1

7.8.1 (2026-05-21)

Bug Fixes

v7.8.0

7.8.0 (2026-05-08)

Features

Bug Fixes

Documentation

Chores

Changelog

Sourced from semver's changelog.

7.8.5 (2026-06-19)

Bug Fixes

7.8.4 (2026-06-09)

Bug Fixes

7.8.3 (2026-06-08)

Bug Fixes

Chores

7.8.2 (2026-06-04)

Bug Fixes

7.8.1 (2026-05-21)

Bug Fixes

7.8.0 (2026-05-08)

Features

Bug Fixes

Documentation

Chores

Commits

Updates tar from 7.5.16 to 7.5.20

Commits
  • ebbb720 7.5.20
  • 2f27196 fix: fully disable and dispose of unzip when aborting parser
  • be440da 7.5.19
  • 2812e93 add maxDecompressionRatio guard against explosive decompression
  • 9ecd4d2 7.5.18
  • 9e78bf0 refuse to let header size be less than 0
  • e02a4e9 pax: parse values according to known types
  • 9cbdb31 7.5.17
  • 7a635c2 terminate pax strings on nul bytes
  • See full diff in compare view

Updates sass-embedded from 1.89.0 to 1.100.0

Changelog

Sourced from sass-embedded's changelog.

1.100.0

  • Writing two compound selectors adjacent to one another without any whitespace between them, such as [class]a, is now deprecated. This was always an error in CSS and Sass only supported it by mistake.

    See the Sass website for details.

1.99.0

  • Add support for parent selectors (&) at the root of the document. These are emitted as-is in the CSS output, where they're interpreted as the scoping root.

  • User-defined functions named calc or clamp are no longer forbidden. If such a function exists without a namespace in the current module, it will be used instead of the built-in calc() or clamp() function.

  • User-defined functions whose names begin with - and end with -expression, -url, -and, -or, or -not are no longer forbidden. These were originally intended to match vendor prefixes, but in practice no vendor prefixes for these functions ever existed in real browsers.

  • User-defined functions named EXPRESSION, URL, and ELEMENT, those that begin with - and end with -ELEMENT, as well as the same names with some lowercase letters are now deprecated, These are names conflict with plain CSS functions that have special syntax.

    See the Sass website for details.

  • In a future release, calls to functions whose names begin with - and end with -expression and -url will no longer have special parsing. For now, these calls are deprecated if their behavior will change in the future.

    See the Sass website for details.

  • Calls to functions whose names begin with - and end with -progid:... are deprecated.

    See the Sass website for details.

1.98.0

Command-Line Interface

  • Gracefully handle dependency loops in --watch mode.

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for sass-embedded since your current version.


Updates ts-checker-rspack-plugin from 1.3.0 to 1.5.2

Release notes

Sourced from ts-checker-rspack-plugin's releases.

v1.5.2

What's Changed

Full Changelog: rstackjs/ts-checker-rspack-plugin@v1.5.1...v1.5.2

v1.5.1

What's Changed

Full Changelog: rstackjs/ts-checker-rspack-plugin@v1.5.0...v1.5.1

v1.5.0

What's Changed

New Contributors

Full Changelog: rstackjs/ts-checker-rspack-plugin@v1.4.0...v1.5.0

v1.4.0

What's Changed

Full Changelog: rstackjs/ts-checker-rspack-plugin@v1.3.2...v1.4.0

v1.3.2

What's Changed

Full Changelog: rstackjs/ts-checker-rspack-plugin@v1.3.1...v1.3.2

v1.3.1

What's Changed

... (truncated)

Commits

Updates @carbon/react from 1.103.0 to 1.112.0

Commits

Updates react-hook-form from 7.71.2 to 7.82.0

Release notes

Sourced from react-hook-form's releases.

Version 7.82.0

🚀 feat: add opt-in delayError option for setValue (#13337)

setValue("firstName", "Bill", {
  delayError: 500, // delay validation error updates by 500ms
  shouldValidate: true
});

perf: improve getDirtyFields performance (#13590)

  • Improved dirty field calculation, especially for larger forms and deeply nested values.

🐞 fix: expose resetDefaultValues through form context (#13598)

const { resetDefaultValues } = useFormContext();
resetDefaultValues();

🐞 fix: setValue with shouldDirty now correctly updates dirty state when the form is disabled (#13594) 🐞 fix: preserve dirtyFields boolean values for registered array fields (#13586) 🐞 fix: restore FieldArray component export (#13596) 🧪 test: migrate test suite to Playwright and improve delayError test reliability (#13589)

thanks to @​candymask0712, @​wanxiankai, @​a-y-ibrahim, @​ankit1324 & @​abnud11

Version 7.81.0

⚜️ feat: FieldArray component (#13394)

<FieldArray
  control={control}
  name="test"
  render={({ fields }) => null}
/>

🐞 fix #13538 useFieldArray min 1 item validation error changes its location in the errors object (#13539) 🐞 fix #13569 calling reset triggers subscribe with latest name instead of undefined (#13574) 🐞 fix(useController): reflect cleared parent object in controlled fields (#13550) (#13553) 🐞 fix(flatten): preserve Date values as leaf nodes (#13566) 🐛 fix(unset): guard against prototype keyword path traversal (#13559) (#13560) 🏸 improve setValue api with shrink value (#13576) 👝 close #13577 improve re-render with useFieldArray reset (#13578) 🐞 fix #13575 issue: clearErrors changes the name value from form.subscribe (#13579)

thanks to @​DakshSinghDhami, @​JSap0914, @​tran-simon & @​EduardF1

... (truncated)

Changelog

Sourced from react-hook-form's changelog.

[7.82.0] - 2026-07-18

Added

  • Opt-in delayError option for setValue to delay validation error updates

Fixed

  • Expose resetDefaultValues through form context
  • setValue with shouldDirty not updating dirty state correctly when the form is disabled
  • Preserve dirtyFields boolean values for registered array fields
  • Restore FieldArray component export

Performance

  • Improve getDirtyFields performance, especially for larger forms and deeply nested values

[7.81.0] - 2026-07-05

Added

  • FieldArray component built on useFieldArray for controlled field-array rendering

Fixed

  • clearErrors changing the name value from form.subscribe
  • reset triggering subscribe with the latest name instead of undefined
  • setValues leaving stale elements behind when shrinking a field array
  • flatten preserving Date values as leaf nodes
  • useFieldArray min length validation error changing location in the errors object
  • useController not reflecting a cleared parent object in controlled fields

Security

  • Harden unset() against prototype-path traversal (__proto__ / constructor / prototype), matching the existing set() guard

Performance

  • Improve re-render with useFieldArray reset

[7.80.0] - 2026-06-20

Added

  • disabled prop support for individual fields within useFieldArray

Fixed

  • deepEqual incorrectly treating empty array [] and empty plain object {} as equal

... (truncated)

Commits
  • 553d290 7.82.0
  • 2791e4f 🐞 fix: prevent stale _setValid() calls from overwriting isValid/isValidating ...
  • 521adfc 🤦🏻‍♂️ fix: expose resetDefaultValues through form context (#13598)
  • 2f7c1c5 🤧 fix FieldArray component export (#13596)
  • 9378288 🐞 fix #13592 setValue with shouldDirty not marking dirty state when form is d...
  • 65599cc 🚗 perf: improve get dirty fields (#13590)
  • 142f299 🖲️ chore: upgrade pnpm to v11 (#13587)
  • 673aae4 🤖 build(deps-dev): bump vite from 5.4.11 to 6.4.3 in /app (#13534)
  • 11bd6df 🥗 migrate to playwright & fix delay error feature (#13589)
  • 95da27a ⏳ feat: add opt-in delayError option for setValue (#13337)
  • Additional commits viewable in compare view

Updates @carbon/charts from 1.27.3 to 1.27.16

Release notes

Sourced from @​carbon/charts's releases.

v1.27.16

1.27.16 (2026-06-25)

Note: Version bump only for package @​carbon/charts-monorepo

v1.27.15

1.27.15 (2026-06-25)

Note: Version bump only for package @​carbon/charts-monorepo

v1.27.14

1.27.14 (2026-06-25)

Note: Version bump only for package @​carbon/charts-monorepo

v1.27.13

1.27.13 (2026-06-25)

Note: Version bump only for package @​carbon/charts-monorepo

v1.27.12

1.27.12 (2026-06-17)

Note: Version bump only for package @​carbon/charts-monorepo

v1.27.11

1.27.11 (2026-05-12)

Note: Version bump only for package @​carbon/charts-monorepo

v1.27.10

1.27.10 (2026-05-04)

Note: Version bump only for package @​carbon/charts-monorepo

v1.27.9

1.27.9 (2026-04-22)

Note: Version bump only for package @​carbon/charts-monorepo

v1.27.8

1.27.8 (2026-04-21)

Note: Version bump only for package @​carbon/charts-monorepo

v1.27.7

1.27.7 (2026-04-20)

Note: Version bump only for package @​carbon/charts-monorepo

... (truncated)

Changelog

Sourced from @​carbon/charts's changelog.

1.27.16 (2026-06-25)

Note: Version bump only for package @​carbon/charts

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.27.15 (2026-06-25)

Note: Version bump only for package @​carbon/charts

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.27.14 (2026-06-25)

Note: Version bump only for package @​carbon/charts

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.27.13 (2026-06-25)

Note: Version bump only for package @​carbon/charts

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.27.12 (2026-06-17)

Note: Version bump only for package @​carbon/charts

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.27.11 (2026-05-12)

Note: Version bump only for package @​carbon/charts

Change Log

... (truncated)

Commits
  • 3f98820 chore(release): publish 1.27.16
  • 11d294f Merge branch 'main' into feature/radar-custom-max-value
  • 778a4b4 chore(release): publish 1.27.15
  • 5a3f3b4 Merge branch 'main' into feature/radar-custom-max-value
  • e6d7a9e Merge branch 'main' into heatmap-min-max
  • db2e89f Merge branch 'main' into feature/radar-custom-max-value
  • c397d67 chore(release): publish 1.27.14
  • 5470191 Merge branch 'main' into heatmap-min-max
  • 779ac95 Merge branch 'main' into feature/radar-custom-max-value
  • ffc9688 chore(release): publish 1.27.13
  • Additional commits viewable in compare view

Updates @carbon/charts-react from 1.27.3 to 1.27.16

Release notes

Sourced from @​carbon/charts-react's releases.

v1.27.16

1.27.16 (2026-06-25)

Note: Version bump only for package @​carbon/charts-monorepo

v1.27.15

1.27.15 (2026-06-25)

Note: Version bump only for package @​carbon/charts-monorepo

v1.27.14

1.27.14 (2026-06-25)

Note: Version bump only for package @​carbon/charts-monorepo

v1.27.1...

Description has been truncated


View with Codesmith Autofix with Codesmith
Need help on this PR? Tag /codesmith with what you need. Autofix is disabled.

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 13, 2026
@dependabot dependabot Bot changed the title chore(deps): bump the production-minor-patch group with 29 updates chore(deps): bump the production-minor-patch group across 1 directory with 29 updates Jul 13, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/production-minor-patch-d268ea9092 branch 10 times, most recently from 9f2fca0 to a93450c Compare July 17, 2026 15:34
@dependabot dependabot Bot changed the title chore(deps): bump the production-minor-patch group across 1 directory with 29 updates build(deps): bump the production-minor-patch group across 1 directory with 29 updates Jul 17, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/production-minor-patch-d268ea9092 branch from a93450c to fb885d5 Compare July 17, 2026 20:28
… with 29 updates

Bumps the production-minor-patch group with 29 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.58.2` | `1.61.1` |
| [@swc/core](https://github.com/swc-project/swc/tree/HEAD/packages/core) | `1.15.21` | `1.15.43` |
| [@types/fhir](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/fhir) | `0.0.31` | `0.0.44` |
| [semver](https://github.com/npm/node-semver) | `7.7.4` | `7.8.5` |
| [tar](https://github.com/isaacs/node-tar) | `7.5.16` | `7.5.20` |
| [sass-embedded](https://github.com/sass/embedded-host-node) | `1.89.0` | `1.100.0` |
| [ts-checker-rspack-plugin](https://github.com/rstackjs/ts-checker-rspack-plugin) | `1.3.0` | `1.5.2` |
| [@carbon/react](https://github.com/carbon-design-system/carbon/tree/HEAD/packages/carbon-react) | `1.103.0` | `1.112.0` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.71.2` | `7.82.0` |
| [@carbon/charts](https://github.com/carbon-design-system/carbon-charts/tree/HEAD/packages/core) | `1.27.3` | `1.27.16` |
| [@carbon/charts-react](https://github.com/carbon-design-system/carbon-charts/tree/HEAD/packages/react) | `1.27.3` | `1.27.16` |
| [@carbon/styles](https://github.com/carbon-design-system/carbon/tree/HEAD/packages/styles) | `1.102.0` | `1.111.0` |
| [dayjs](https://github.com/iamkun/dayjs) | `1.11.20` | `1.11.21` |
| [react-is](https://github.com/facebook/react/tree/HEAD/packages/react-is) | `19.2.4` | `19.2.7` |
| [sass](https://github.com/sass/dart-sass) | `1.98.0` | `1.101.0` |
| [swr](https://github.com/vercel/swr) | `2.4.1` | `2.4.2` |
| [playwright](https://github.com/microsoft/playwright) | `1.58.2` | `1.61.1` |
| [uuid](https://github.com/uuidjs/uuid) | `14.0.0` | `14.0.1` |
| [ajv](https://github.com/ajv-validator/ajv) | `8.18.0` | `8.20.0` |
| [react-konva](https://github.com/konvajs/react-konva) | `19.2.3` | `19.2.5` |
| [@carbon/icons-react](https://github.com/carbon-design-system/carbon/tree/HEAD/packages/icons-react) | `11.76.0` | `11.84.0` |
| [linkify-react](https://github.com/nfrasser/linkifyjs/tree/HEAD/packages/linkify-react) | `4.3.2` | `4.3.3` |
| [linkifyjs](https://github.com/nfrasser/linkifyjs/tree/HEAD/packages/linkifyjs) | `4.3.2` | `4.3.3` |
| [@internationalized/date](https://github.com/adobe/react-spectrum) | `3.12.0` | `3.12.2` |
| [@react-aria/datepicker](https://github.com/adobe/react-spectrum) | `3.16.1` | `3.17.1` |
| [@react-aria/utils](https://github.com/adobe/react-spectrum) | `3.34.0` | `3.34.1` |
| [@react-stately/datepicker](https://github.com/adobe/react-spectrum) | `3.16.1` | `3.17.1` |
| [react-aria-components](https://github.com/adobe/react-spectrum) | `1.16.0` | `1.19.0` |
| [@formatjs/intl-durationformat](https://github.com/formatjs/formatjs) | `0.7.6` | `0.10.18` |



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

Updates `@swc/core` from 1.15.21 to 1.15.43
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/swc-project/swc/commits/v1.15.43/packages/core)

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

Updates `semver` from 7.7.4 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.7.4...v7.8.5)

Updates `tar` from 7.5.16 to 7.5.20
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-tar@v7.5.16...v7.5.20)

Updates `sass-embedded` from 1.89.0 to 1.100.0
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](sass/embedded-host-node@1.89.0...1.100.0)

Updates `ts-checker-rspack-plugin` from 1.3.0 to 1.5.2
- [Release notes](https://github.com/rstackjs/ts-checker-rspack-plugin/releases)
- [Commits](rstackjs/ts-checker-rspack-plugin@v1.3.0...v1.5.2)

Updates `@carbon/react` from 1.103.0 to 1.112.0
- [Release notes](https://github.com/carbon-design-system/carbon/releases)
- [Commits](https://github.com/carbon-design-system/carbon/commits/HEAD/packages/carbon-react)

Updates `react-hook-form` from 7.71.2 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.71.2...v7.82.0)

Updates `@carbon/charts` from 1.27.3 to 1.27.16
- [Release notes](https://github.com/carbon-design-system/carbon-charts/releases)
- [Changelog](https://github.com/carbon-design-system/carbon-charts/blob/main/packages/core/CHANGELOG.md)
- [Commits](https://github.com/carbon-design-system/carbon-charts/commits/v1.27.16/packages/core)

Updates `@carbon/charts-react` from 1.27.3 to 1.27.16
- [Release notes](https://github.com/carbon-design-system/carbon-charts/releases)
- [Changelog](https://github.com/carbon-design-system/carbon-charts/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/carbon-design-system/carbon-charts/commits/v1.27.16/packages/react)

Updates `@carbon/styles` from 1.102.0 to 1.111.0
- [Release notes](https://github.com/carbon-design-system/carbon/releases)
- [Changelog](https://github.com/carbon-design-system/carbon/blob/main/docs/release.md)
- [Commits](https://github.com/carbon-design-system/carbon/commits/HEAD/packages/styles)

Updates `dayjs` from 1.11.20 to 1.11.21
- [Release notes](https://github.com/iamkun/dayjs/releases)
- [Changelog](https://github.com/iamkun/dayjs/blob/dev/CHANGELOG.md)
- [Commits](iamkun/dayjs@v1.11.20...v1.11.21)

Updates `react-is` from 19.2.4 to 19.2.7
- [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/v19.2.7/packages/react-is)

Updates `sass` from 1.98.0 to 1.101.0
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.98.0...1.101.0)

Updates `swr` from 2.4.1 to 2.4.2
- [Release notes](https://github.com/vercel/swr/releases)
- [Commits](vercel/swr@v2.4.1...v2.4.2)

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

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 `ajv` from 8.18.0 to 8.20.0
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](ajv-validator/ajv@v8.18.0...v8.20.0)

Updates `react-konva` from 19.2.3 to 19.2.5
- [Release notes](https://github.com/konvajs/react-konva/releases)
- [Commits](https://github.com/konvajs/react-konva/commits)

Updates `@carbon/icons-react` from 11.76.0 to 11.84.0
- [Release notes](https://github.com/carbon-design-system/carbon/releases)
- [Changelog](https://github.com/carbon-design-system/carbon/blob/main/docs/release.md)
- [Commits](https://github.com/carbon-design-system/carbon/commits/v11.84.0/packages/icons-react)

Updates `linkify-react` from 4.3.2 to 4.3.3
- [Release notes](https://github.com/nfrasser/linkifyjs/releases)
- [Changelog](https://github.com/nfrasser/linkifyjs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nfrasser/linkifyjs/commits/v4.3.3/packages/linkify-react)

Updates `linkifyjs` from 4.3.2 to 4.3.3
- [Release notes](https://github.com/nfrasser/linkifyjs/releases)
- [Changelog](https://github.com/nfrasser/linkifyjs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nfrasser/linkifyjs/commits/v4.3.3/packages/linkifyjs)

Updates `@internationalized/date` from 3.12.0 to 3.12.2
- [Release notes](https://github.com/adobe/react-spectrum/releases)
- [Commits](https://github.com/adobe/react-spectrum/compare/@internationalized/date@3.12.0...@internationalized/date@3.12.2)

Updates `@react-aria/datepicker` from 3.16.1 to 3.17.1
- [Release notes](https://github.com/adobe/react-spectrum/releases)
- [Commits](https://github.com/adobe/react-spectrum/compare/@react-aria/datepicker@3.16.1...@react-aria/focus@3.17.1)

Updates `@react-aria/utils` from 3.34.0 to 3.34.1
- [Release notes](https://github.com/adobe/react-spectrum/releases)
- [Commits](https://github.com/adobe/react-spectrum/compare/@react-aria/utils@3.34.0...react-aria@3.34.1)

Updates `@react-stately/datepicker` from 3.16.1 to 3.17.1
- [Release notes](https://github.com/adobe/react-spectrum/releases)
- [Commits](https://github.com/adobe/react-spectrum/compare/@react-stately/datepicker@3.16.1...@react-aria/focus@3.17.1)

Updates `react-aria-components` from 1.16.0 to 1.19.0
- [Release notes](https://github.com/adobe/react-spectrum/releases)
- [Commits](https://github.com/adobe/react-spectrum/compare/react-aria-components@1.16.0...react-aria-components@1.19.0)

Updates `@formatjs/intl-durationformat` from 0.7.6 to 0.10.18
- [Release notes](https://github.com/formatjs/formatjs/releases)
- [Commits](https://github.com/formatjs/formatjs/compare/@formatjs/intl-durationformat@0.7.6...@formatjs/intl-durationformat@0.10.18)

---
updated-dependencies:
- dependency-name: "@carbon/charts"
  dependency-version: 1.27.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: "@carbon/charts-react"
  dependency-version: 1.27.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: "@carbon/icons-react"
  dependency-version: 11.83.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: "@carbon/react"
  dependency-version: 1.111.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: "@carbon/styles"
  dependency-version: 1.110.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: "@formatjs/intl-durationformat"
  dependency-version: 0.10.17
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: "@internationalized/date"
  dependency-version: 3.12.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: "@playwright/test"
  dependency-version: 1.61.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: "@react-aria/datepicker"
  dependency-version: 3.17.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: "@react-aria/utils"
  dependency-version: 3.34.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: "@react-stately/datepicker"
  dependency-version: 3.17.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: "@swc/core"
  dependency-version: 1.15.43
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: "@types/fhir"
  dependency-version: 0.0.44
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: ajv
  dependency-version: 8.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: dayjs
  dependency-version: 1.11.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: linkify-react
  dependency-version: 4.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: linkifyjs
  dependency-version: 4.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: playwright
  dependency-version: 1.61.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: react-aria-components
  dependency-version: 1.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: react-hook-form
  dependency-version: 7.81.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: react-is
  dependency-version: 19.2.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: react-konva
  dependency-version: 19.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: sass
  dependency-version: 1.101.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: sass-embedded
  dependency-version: 1.100.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: semver
  dependency-version: 7.8.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: swr
  dependency-version: 2.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: tar
  dependency-version: 7.5.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: ts-checker-rspack-plugin
  dependency-version: 1.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: uuid
  dependency-version: 14.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/production-minor-patch-d268ea9092 branch from fb885d5 to 647a66b Compare July 18, 2026 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants