Bump the production-dependencies group across 1 directory with 6 updates - #634
Conversation
bgentry
left a comment
There was a problem hiding this comment.
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>
8126c15 to
b323136
Compare
Bumps the production-dependencies group with 6 updates in the / directory:
1.3.41.3.512.11.112.11.21.3.01.4.19.4.09.4.119.2.719.2.819.2.719.2.8Updates
@nanostores/persistentfrom 1.3.4 to 1.3.5Release notes
Sourced from @nanostores/persistent's releases.
Changelog
Sourced from @nanostores/persistent's changelog.
Commits
5a3f307Release 1.3.5 versiond575fd4Update dependencies50b8de2Move to pnpm 11 and new publish system0945f7fAdd public Dev Containerae10cecMerge pull request #73 from rajanpanth/fix/restore-removed-map-keys34c02f7Fix removed keys in persistent map restorationMaintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@nanostores/persistentsince your current version.Updates
@xyflow/reactfrom 12.11.1 to 12.11.2Release notes
Sourced from @xyflow/react's releases.
Changelog
Sourced from @xyflow/react's changelog.
Commits
3ab66efchore(packages): bump01d58b6Merge pull request #5846 from AlaricBaraou/perf/viewport-imperative-transform742860cperf(react): skip minimap re-renders when its geometry is unchanged17c64a1perf(react): apply the viewport transform imperatively instead of re-renderin...775bdd6Merge pull request #5825 from AlaricBaraou/perf/xydrag-draggable-only576a43drefactor(react): pass nodesDraggable to prevent wrong initial state5072914perf(react): only create an XYDrag instance for draggable nodesUpdates
nanostoresfrom 1.3.0 to 1.4.1Release notes
Sourced from nanostores's releases.
Changelog
Sourced from nanostores's changelog.
Commits
241cb14Release 1.4.1 version99cc97fUpdate dependencies82592e1Fix synchronous task callbacks (#411)7d2b6e0Remove now unnecessary notice5138d72fix: correct JSDoc typos in path.d.ts (#410)75be13fUpdate dependencies9e7571fClean upe0bb5c5docs: add storage and dataLayer integrations (#409)b84e734Fix Node.js 20 on CI25d59acTypoMaintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for nanostores since your current version.
Updates
query-stringfrom 9.4.0 to 9.4.1Release notes
Sourced from query-string's releases.
Commits
c69443c9.4.1872fb6fFix relative URLs with fragmentsf5daa07Create security.mdUpdates
reactfrom 19.2.7 to 19.2.8Release notes
Sourced from react's releases.
Commits
1dd4ecb[FlightReply] Performance improvements when decoding (#37087)b0d2fdb[19.2.x] Update required references to GitHub repo (#36753)Updates
react-domfrom 19.2.7 to 19.2.8Release notes
Sourced from react-dom's releases.
Commits
1dd4ecb[FlightReply] Performance improvements when decoding (#37087)b0d2fdb[19.2.x] Update required references to GitHub repo (#36753)