Skip to content

chore(deps): bump the npm-dependencies group across 1 directory with 6 updates - #15

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-dependencies-7bc900402f
Open

chore(deps): bump the npm-dependencies group across 1 directory with 6 updates#15
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-dependencies-7bc900402f

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 15, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm-dependencies group with 6 updates in the / directory:

Package From To
@keystar/ui 0.8.1 0.9.3
@keystatic/core 0.6.4 0.6.5
react-aria 3.50.0 3.51.0
react-stately 3.48.0 3.49.0
tsx 4.23.5 4.23.12
wrangler 4.120.0 4.121.0

Updates @keystar/ui from 0.8.1 to 0.9.3

Changelog

Sourced from @​keystar/ui's changelog.

0.9.3

Patch Changes

0.9.2

Patch Changes

0.9.1

Patch Changes

  • #1569 43c049b Thanks @​emmatown! - Fix TagGroup not showing items added after the initial render when maxRows is set

0.9.0

Minor Changes

  • #1566 3cd13ab Thanks @​emmatown! - @keystar/ui class names are now prefixed with kui- and use an internal implementation of @emotion/css to avoid dependencies on a large number of Babel-related dependencies
Commits

Updates @keystatic/core from 0.6.4 to 0.6.5

Changelog

Sourced from @​keystatic/core's changelog.

0.6.5

Patch Changes

  • #1577 bcc7105 Thanks @​renatomprado! - Fix pt-BR (Brazilian Portuguese) translations: save said "Guardar" (European Portuguese) and the git terms were mistranslated as unrelated words

  • Updated dependencies [b130a08]:

    • @​keystar/ui@​0.9.3
Commits

Updates react-aria from 3.50.0 to 3.51.0

Commits
  • 5ecb333 Publish
  • 6d21cbd chore: Revert "docs(collections): explain updating collection structure (#102...
  • 20feac2 chore: Namespace TokenFieldValue.Direction enum (#10402)
  • 2247abc chore: omit shouldSkipAnimation from S2 Popover (#10400)
  • 3f37109 docs: remove duplicate implementation code in useDatePicker and useDateRangeP...
  • ae0ab1d fix: ResponseStatus QA (#10384)
  • 8ab01c9 docs: Document shouldObserveItemSize (#10392)
  • 9a8d4aa chore: Remove old hook docs (#10393)
  • 3823fb8 chore: export various props from mono package, narrow types, prop renames, do...
  • 1e1bd76 fix: SideNav selectedRoute optional (#10391)
  • Additional commits viewable in compare view

Updates react-stately from 3.48.0 to 3.49.0

Release notes

Sourced from react-stately's releases.

React Spectrum S2 v1.6.0

This release introduces the new SideNav component for building app navigation sidebars, adds trigger="contextMenu" support to MenuTrigger, and lets TableView cells hold interactive content like TextFields.

Full Release Notes

React Spectrum S2 v1.5.0

This release adds support for full interaction with embedded text fields and other interactive elements in ListView and TreeView with the new keyboardNavigationBehavior prop. Menu exposes a dependencies prop for dynamic item collections, and CenterBaseline is now exported from Spectrum 2 to help make custom styles even easier.

Full Release Notes

React Spectrum S2 v1.4.0

This release brings long awaited drag and drop support to ListView, TableView, and TreeView! TableView now also supports highlight selection and a new TableFooter component. Form components such as ComboBox and TextField now allow custom prefixes, and the new LabeledValue can be used to display non-editable values. In addition, description and error messages can be configured for Checkbox, Radio, and Switch. Last but not least, Calendar now supports multiple date selection.

Full Release Notes

React Spectrum S2 v1.3.0

In this release we are excited to announce support for expandable rows in TableView, highlight selection in TreeView, and window scrolling in collection components! Window scrolling enables virtualized collections to automatically scroll with the rest of the page – no height needed. In addition, we've updated the set of available workflow icons, and reduced the number of dependencies installed when using S2 by over 90% – see the full release notes for details.

To help assist with migrations from S1 to S2, we've added a new end to end migration Agent skill that you can use with your agent of choice. Our existing S2 Agent skill has also been updated to greatly improve its ability to select the proper S2 component to use from context, so be sure to update.

Full release notes

React Spectrum S2 v1.2.0

In this release, we are excited to announce that ListView and unavailable menu items are now available! In addition, we have added ActionBar support for TreeView and custom renderer support for the Picker's display value. We also shipped multiple TableView fixes and a set of documentation improvements including a Typography search view now available in the main search menu.

Thanks to all of our contributors for the updates in this release.

Full release notes

React Spectrum S2 v1.1.0

It’s our first release of the new year and we’ve got plenty of exciting treats we’re bringing to the table. We’ve added a variety of new features to our documentation site including a new dark/light mode switch in the site header. Our search menu also now features a Colors section where you can browse the Spectrum-defined colors and search by name or hex value to find close or exact matches. We also now offer our docs in the form of Agent Skills that can be installed locally and used by your favorite AI coding tools.

This release also includes several bugs fixes, such as properly rendering menus when rendered from within a popover and updates to TreeView disabledBehavior styling to match the latest designs.

Full Release Notes

Commits
  • 5ecb333 Publish
  • 6d21cbd chore: Revert "docs(collections): explain updating collection structure (#102...
  • 20feac2 chore: Namespace TokenFieldValue.Direction enum (#10402)
  • 2247abc chore: omit shouldSkipAnimation from S2 Popover (#10400)
  • 3f37109 docs: remove duplicate implementation code in useDatePicker and useDateRangeP...
  • ae0ab1d fix: ResponseStatus QA (#10384)
  • 8ab01c9 docs: Document shouldObserveItemSize (#10392)
  • 9a8d4aa chore: Remove old hook docs (#10393)
  • 3823fb8 chore: export various props from mono package, narrow types, prop renames, do...
  • 1e1bd76 fix: SideNav selectedRoute optional (#10391)
  • Additional commits viewable in compare view

Updates tsx from 4.23.5 to 4.23.12

Release notes

Sourced from tsx's releases.

v4.23.12

4.23.12 (2026-08-10)

Bug Fixes

  • shim import.meta when tokens are split by comments or newlines (#829) (ed9d330), closes #828

This release is also available on:

v4.23.11

4.23.11 (2026-08-07)

Bug Fixes

  • preserve async ESM require fallback (55cbece)

This release is also available on:

v4.23.10

4.23.10 (2026-08-07)

Bug Fixes


This release is also available on:

v4.23.9

4.23.9 (2026-08-06)

Bug Fixes

  • map Node test locations (2f55884)
  • support data URLs in tsImport (b94f46f)

This release is also available on:

v4.23.8

... (truncated)

Commits
  • ed9d330 fix: shim import.meta when tokens are split by comments or newlines (#829)
  • 651f5be test: cover CommonJS TypeScript import.meta paths
  • bd3bc64 test: cover CommonJS loader source fallback
  • 55cbece fix: preserve async ESM require fallback
  • 6c5ba85 docs: document CommonJS default interop
  • ec1bcd5 fix: support nyc coverage discovery (#710)
  • b6e5b48 docs: clarify CommonJS default imports
  • 2f55884 fix: map Node test locations
  • de935d5 docs: document Node source-map stack formatting
  • b94f46f fix: support data URLs in tsImport
  • Additional commits viewable in compare view

Updates wrangler from 4.120.0 to 4.121.0

Release notes

Sourced from wrangler's releases.

wrangler@4.121.0

Minor Changes

  • #15079 15cad03 Thanks @​podonnell-dev! - Add Preview base config secret commands

    Wrangler now manages Worker Preview base config secrets with wrangler preview base-config secret put, delete, list, and bulk. These commands update the Worker's previews_base_config.env, keeping shared defaults scoped to all of that Worker's Previews. wrangler preview base-config secret list reads from the Worker's Preview base config and prints secret names with values masked. wrangler preview base-config secret bulk deletes a secret when its value is null, matching wrangler secret bulk.

  • #15000 731b33a Thanks @​edmundhung! - Allow Wrangler projects to build a Worker once and reuse it in createTestHarness()

    Build the Worker once:

    wrangler deploy --dry-run --outdir ./worker-output

    Then reuse the emitted Worker during test harness startup and reset:

    const server = createTestHarness({
      workers: [
        {
          configPath: "./wrangler.jsonc",
          prebuiltWorkerDir: "./worker-output",
        },
      ],
    });
  • #14737 e1b5b4b Thanks @​ttoino! - Add email.sending as an event subscription source for queues

    wrangler queues subscription create now accepts --source email.sending alongside two new flags, --zone-id and --domain, which identify the zone and the sending domain (zone apex or a verified subdomain) to subscribe to. Both flags are required for this source. The subscription's resource is displayed as the sending domain in wrangler queues subscription get.

  • #15073 d669088 Thanks @​FlorentCollin! - Add US jurisdiction support to wrangler d1 create

    You can now create a D1 database in the US jurisdiction with wrangler d1 create <name> --jurisdiction us. The new jurisdiction is also listed in the command's help output.

  • #15079 15cad03 Thanks @​podonnell-dev! - Use Preview deployment PATCH APIs for Preview secret commands

    Wrangler now updates Worker Preview secrets by patching the named Preview's latest deployment instead of patching the Worker's Previews settings. This keeps secret changes scoped to one Preview, avoids affecting production or other Previews, and creates a new Preview deployment that goes live at 100% immediately. wrangler preview secret list now reads from the named Preview's latest deployment and prints secret names with values masked. wrangler preview secret bulk now deletes a secret when its value is null, matching wrangler secret bulk.

  • #14924 0aa8fa5 Thanks @​ariesclark! - Honor DO_NOT_TRACK=1 as a telemetry opt-out

    Wrangler now disables telemetry when DO_NOT_TRACK=1 is set, regardless of other telemetry settings.

Patch Changes

  • #15081 026e058 Thanks @​podonnell-dev! - Compact wrangler preview deployment success output

    wrangler preview now prints a concise success summary with the Preview name, Preview URL, deployment ID, and Deployment URL instead of the previous box-art settings summary.

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 15, 2026
…6 updates

Bumps the npm-dependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@keystar/ui](https://github.com/Thinkmill/keystatic/tree/HEAD/design-system/pkg) | `0.8.1` | `0.9.3` |
| [@keystatic/core](https://github.com/Thinkmill/keystatic/tree/HEAD/packages/keystatic) | `0.6.4` | `0.6.5` |
| [react-aria](https://github.com/adobe/react-spectrum) | `3.50.0` | `3.51.0` |
| [react-stately](https://github.com/adobe/react-spectrum) | `3.48.0` | `3.49.0` |
| [tsx](https://github.com/privatenumber/tsx) | `4.23.5` | `4.23.12` |
| [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) | `4.120.0` | `4.121.0` |



Updates `@keystar/ui` from 0.8.1 to 0.9.3
- [Changelog](https://github.com/Thinkmill/keystatic/blob/main/design-system/pkg/CHANGELOG.md)
- [Commits](https://github.com/Thinkmill/keystatic/commits/@keystar/ui@0.9.3/design-system/pkg)

Updates `@keystatic/core` from 0.6.4 to 0.6.5
- [Changelog](https://github.com/Thinkmill/keystatic/blob/main/packages/keystatic/CHANGELOG.md)
- [Commits](https://github.com/Thinkmill/keystatic/commits/@keystatic/core@0.6.5/packages/keystatic)

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

Updates `react-stately` from 3.48.0 to 3.49.0
- [Release notes](https://github.com/adobe/react-spectrum/releases)
- [Commits](https://github.com/adobe/react-spectrum/compare/react-stately@3.48.0...react-stately@3.49.0)

Updates `tsx` from 4.23.5 to 4.23.12
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.23.5...v4.23.12)

Updates `wrangler` from 4.120.0 to 4.121.0
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.121.0/packages/wrangler)

---
updated-dependencies:
- dependency-name: "@keystar/ui"
  dependency-version: 0.9.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@keystatic/core"
  dependency-version: 0.6.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: react-aria
  dependency-version: 3.51.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: react-stately
  dependency-version: 3.49.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: tsx
  dependency-version: 4.23.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: wrangler
  dependency-version: 4.121.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/npm-dependencies-7bc900402f branch from 80275cf to 04cefad Compare August 15, 2026 06:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants