Skip to content

Bump the production-dependencies group across 1 directory with 6 updates - #634

Merged
bgentry merged 1 commit into
masterfrom
dependabot/npm_and_yarn/production-dependencies-fab9e4d180
Aug 1, 2026
Merged

Bump the production-dependencies group across 1 directory with 6 updates#634
bgentry merged 1 commit into
masterfrom
dependabot/npm_and_yarn/production-dependencies-fab9e4d180

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

Package From To
@nanostores/persistent 1.3.4 1.3.5
@xyflow/react 12.11.1 12.11.2
nanostores 1.3.0 1.4.1
query-string 9.4.0 9.4.1
react 19.2.7 19.2.8
react-dom 19.2.7 19.2.8

Updates @nanostores/persistent from 1.3.4 to 1.3.5

Release notes

Sourced from @​nanostores/persistent's releases.

1.3.5

Changelog

Sourced from @​nanostores/persistent's changelog.

1.3.5

Commits
  • 5a3f307 Release 1.3.5 version
  • d575fd4 Update dependencies
  • 50b8de2 Move to pnpm 11 and new publish system
  • 0945f7f Add public Dev Container
  • ae10cec Merge pull request #73 from rajanpanth/fix/restore-removed-map-keys
  • 34c02f7 Fix removed keys in persistent map restoration
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​nanostores/persistent since your current version.


Updates @xyflow/react from 12.11.1 to 12.11.2

Release notes

Sourced from @​xyflow/react's releases.

@​xyflow/react@​12.11.2

Patch Changes

Changelog

Sourced from @​xyflow/react's changelog.

12.11.2

Patch Changes

Commits
  • 3ab66ef chore(packages): bump
  • 01d58b6 Merge pull request #5846 from AlaricBaraou/perf/viewport-imperative-transform
  • 742860c perf(react): skip minimap re-renders when its geometry is unchanged
  • 17c64a1 perf(react): apply the viewport transform imperatively instead of re-renderin...
  • 775bdd6 Merge pull request #5825 from AlaricBaraou/perf/xydrag-draggable-only
  • 576a43d refactor(react): pass nodesDraggable to prevent wrong initial state
  • 5072914 perf(react): only create an XYDrag instance for draggable nodes
  • See full diff in compare view

Updates nanostores from 1.3.0 to 1.4.1

Release notes

Sourced from nanostores's releases.

1.4.1

1.4.0

  • Added batch to run one re-render on many stores changes (by @​psd-coder).
  • Added listening base key for nested mutation to listenKeys (by @​ifo123).
  • Fixed getPath throwing on null intermediate values (by @​chatman-media).
  • Fixed listenKeys on the whole set changes (by @​LeSingh1).
  • Fixed resetting computed cache on cleanStores (by @​ATOM00blue).
Changelog

Sourced from nanostores's changelog.

1.4.1

1.4.0

  • Added batch to run one re-render on many stores changes (by @​psd-coder).
  • Added listening base key for nested mutation to listenKeys (by @​ifo123).
  • Fixed getPath throwing on null intermediate values (by @​chatman-media).
  • Fixed listenKeys on the whole set changes (by @​LeSingh1).
  • Fixed resetting computed cache on cleanStores (by @​ATOM00blue).
Commits
Maintainer changes

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


Updates query-string from 9.4.0 to 9.4.1

Release notes

Sourced from query-string's releases.

v9.4.1

  • Fix relative URLs with fragments 872fb6f

sindresorhus/query-string@v9.4.0...v9.4.1

Commits

Updates react from 19.2.7 to 19.2.8

Release notes

Sourced from react's releases.

19.2.8 (July 21st, 2026)

React Server Components

Commits

Updates react-dom from 19.2.7 to 19.2.8

Release notes

Sourced from react-dom's releases.

19.2.8 (July 21st, 2026)

React Server Components

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 1, 2026

@bgentry bgentry left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Security gate: clear. Compatibility gate: clear.

Reviewed head 8126c159e5d4fdd36c3e79907340c6bc07c7e665.

The lockfile changes only the intended six direct production packages and
one Xyflow transitive package. All old and new tarballs match their lockfile
SHA-512 values and registry metadata. The package graph adds or removes
nothing and introduces no lifecycle hooks, bins, native/platform payloads,
non-registry sources, weak integrity, or same-version integrity churn.
Artifact/source diffs contain no unexpected network, credential, filesystem,
process, dynamic-evaluation, or install-time behavior. Publishers, licenses,
and source repositories remain consistent; trusted-publishing provenance
improves for Nano Stores.

The production audit is clean. React 19.2.8 shares a release with a Server
Functions security fix, but the affected react-server-dom-* packages are
absent from this lockfile, so this group is not itself a confirmed security
remediation.

On the exact head, npm ci, registry signature/provenance audit, lint, all
229 tests, the application build, and the Storybook build pass. CI's JS,
Go, release, and public-image paths also pass. The Pro image failure is the
repository-wide Dependabot AWS OIDC authorization failure, not behavior
introduced by these package updates.

Residual risk is limited to generated/minified Xyflow and React artifacts,
Query String's unchanged lack of provenance attestation, and the usual gap
from not independently reproducing generated upstream builds.

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

| Package | From | To |
| --- | --- | --- |
| [@nanostores/persistent](https://github.com/nanostores/persistent) | `1.3.4` | `1.3.5` |
| [@xyflow/react](https://github.com/xyflow/xyflow/tree/HEAD/packages/react) | `12.11.1` | `12.11.2` |
| [nanostores](https://github.com/nanostores/nanostores) | `1.3.0` | `1.4.1` |
| [query-string](https://github.com/sindresorhus/query-string) | `9.4.0` | `9.4.1` |
| [react](https://github.com/react/react/tree/HEAD/packages/react) | `19.2.7` | `19.2.8` |
| [react-dom](https://github.com/react/react/tree/HEAD/packages/react-dom) | `19.2.7` | `19.2.8` |



Updates `@nanostores/persistent` from 1.3.4 to 1.3.5
- [Release notes](https://github.com/nanostores/persistent/releases)
- [Changelog](https://github.com/nanostores/persistent/blob/main/CHANGELOG.md)
- [Commits](nanostores/persistent@1.3.4...1.3.5)

Updates `@xyflow/react` from 12.11.1 to 12.11.2
- [Release notes](https://github.com/xyflow/xyflow/releases)
- [Changelog](https://github.com/xyflow/xyflow/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/xyflow/xyflow/commits/@xyflow/react@12.11.2/packages/react)

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

Updates `query-string` from 9.4.0 to 9.4.1
- [Release notes](https://github.com/sindresorhus/query-string/releases)
- [Commits](sindresorhus/query-string@v9.4.0...v9.4.1)

Updates `react` from 19.2.7 to 19.2.8
- [Release notes](https://github.com/react/react/releases)
- [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/react/react/commits/v19.2.8/packages/react)

Updates `react-dom` from 19.2.7 to 19.2.8
- [Release notes](https://github.com/react/react/releases)
- [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/react/react/commits/v19.2.8/packages/react-dom)

---
updated-dependencies:
- dependency-name: "@nanostores/persistent"
  dependency-version: 1.3.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@xyflow/react"
  dependency-version: 12.11.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: nanostores
  dependency-version: 1.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: query-string
  dependency-version: 9.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: react
  dependency-version: 19.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: react-dom
  dependency-version: 19.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump the production-dependencies group with 6 updates Bump the production-dependencies group across 1 directory with 6 updates Aug 1, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/production-dependencies-fab9e4d180 branch from 8126c15 to b323136 Compare August 1, 2026 19:35
@bgentry
bgentry merged commit 06c8c41 into master Aug 1, 2026
16 of 18 checks passed
@bgentry
bgentry deleted the dependabot/npm_and_yarn/production-dependencies-fab9e4d180 branch August 1, 2026 19:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant