Skip to content

fix(deps): update dependency @reatom/core to v1001 - autoclosed#174

Closed
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/reatom-core-1001.x
Closed

fix(deps): update dependency @reatom/core to v1001 - autoclosed#174
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/reatom-core-1001.x

Conversation

@renovate

@renovate renovate Bot commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@reatom/core (source) ^1000.15.1^1001.0.0 age confidence

Release Notes

reatom/reatom (@​reatom/core)

v1001.3.0

1001.3.0 (2026-07-21)

Changes since v1001.1.

Core
  • feat(core): instance helper (d6ae696)
  • feat(core): log.label for custom logger titles (4745a6f)
  • feat(core,jsx): atom error subscription (3c482b1)
  • fix(core): subscription context (046bb38)
  • fix(core): addErrorHook restore (10e8025)
  • fix(core): frame retrieval (ecba464)
  • fix(core): toStringKey and isDeepEqual edge cases (8ce9a55)
  • fix(core,jsx): jsfb patch + browser vitest keyed-list bench (#​1321) (7cf67f6)
Methods
  • fix(methods): withObservable subscription binding (6acb4b0)
  • fix(methods): flushRollbacks (e08eab8)
  • fix(methods): race settled abortion (8290741)
  • fix(methods): schedule queue handling (e762dec)
  • fix(transaction): rollback subscriber frame (#​1317) (79f7eb8)
  • fix(transaction): nested transaction rollback (af2f81f)
Primitives
  • feat(extensions,primitives): withFromJson (078d836)
  • fix(primitives): linked-list persist (cc2697b)
Extensions, async, persist, web, form
  • feat(web): optional name and query on reatomMediaQuery (#​1292) (98f5a99)
  • fix(web): URL hash handling (23440f6)
  • fix(persist): async persist (f85d98c)
  • fix(persist): persist bugs (e1f1b8a)
  • fix(persist): types (8bcd036)
  • fix(withCache): pending hydrated cache hit (#​1316) (3d6c542)
  • fix(core,extensions): suspense reactive restoration (11911b5)
  • fix(extensions): withSuspenseInit params handling (da32c08)
  • fix(extensions): addChangeHook unsubscribe (ed0157e)
  • fix(async): do not call onReject for abort rejections (#​1294) (4e2d941)
  • fix(async,routing): status.data (348d3b7)
  • fix(form): typo (9b3d43b)
JSX
  • feat(jsx): model:field (b91a0a0)
  • feat(core,jsx): ErrorBoundary and atom error subscription (3c482b1)
  • fix(jsx): dispose stale $spread bindings and drain pending mutations on unmount (dfca155)
  • fix(jsx): corner cases (199b212)
  • fix(jsx): untracked reads during element construction (linked-list render, model:field) (#​1319) (a717e02)
  • fix(core,jsx): jsfb patch + browser vitest keyed-list bench (#​1321) (7cf67f6)
  • fix(jsx): optimize error handling (e032d65)
  • fix(jsx): support log.label (f2a812a)
React
  • fix(react): don't crash useAtom(value, deps) with primitive initial value (#​1305) (0c1b7df)
  • fix(react): subscribe to mount via useLayoutEffect (#​1312) (b9b73ae)
Vite
  • feat(vite): @reatom/vite for routing and JSX HMR (#​1320)

v1001.1.0

Compare Source

1001.1.0 (2026-06-03)

Changes since v1001.

Core
  • feat: shared Reatom globals on globalThis.__REATOM (#​1283) (a9cacdf)
  • fix(core): atom error restoration (874d0a2)
  • fix(core): toJSON types (5dac68e)
  • fix(core,primitives): proper toJSON serialization (8a4a135)
  • fix(core): sync atom from URL on back navigation when false param is omitted (#​1285) (be51ec3)
Routing
  • fix(routing): route validation and nested route handling (#​1209) (337f604)
  • fix(routing): routes naming (6f65d8f)
Methods
  • feat(methods): dynamic (atom) keys in reatomLens (330e856)
  • fix(methods): reatomLens correctness (7e053c9)
Primitives
  • feat(primitives): JSON serialization for reatomMap and reatomSet (5ef3b69)
Extensions, async, persist, web
  • feat(extensions): withErrorHook (aba3693)
  • fix(extensions): hook error handling (c551158)
  • feat(extensions,primitives): withToJson (7270c36)
  • feat(async): AsyncStatusAtom error handling (14ccb48)
  • fix(extensions): withSuspenseInit OOM (325ac4f)
  • fix(extensions): withSuspenseInit types (b9bb850)
  • fix(extensions): withSuspenseRetry types for actions with params (4cc46b3)
  • fix(async,extensions,methods,persist,routing,web): reduce default bundle size (5f2d938)
  • fix(persist): rehydrate all IndexedDB atoms from cold start (#​1287) (c1e8eaa)
  • fix(fetch): fetch return type (788778f)
  • feat(web): expose mediaQueryList on reatomMediaQuery (4fc88b5)

v1001.0.0: New major v1001

1001.0.0 (2026-05-14)

Changes since v1000.

Core
Routing
  • feat(routing)!: layout replaces exactRender (8470d02)
  • feat(routing): URL codecs (#​1266) (e80d00c)
  • feat(routing): relative navigation (24866fe)
  • fix(routing): params callback inherits search params (d7bf4d0)
  • fix(routing): encode/decode for path segments (63ad3da)
  • fix(routing): security hardening (e1ca280)
Methods
  • feat(methods): shouldRollback on filter (3775734)
  • fix(methods): abortVar.find without callback (541e9a9)
  • refactor(methods)!: framePromise queue defaults to 'effect' (71239cf)
  • fix(methods): take with suspense (7978182)
  • fix(methods): effect concurrent disposal (f6d0b9e)
Primitives
  • feat(primitives): enum setter accepts string values (fd779df)
Extensions, async, persist, web
  • fix(extend)!: stricter withTap typings (3fb1311)
  • fix(extensions): withSuspense init promise rejections (8871ef9)
  • fix(extensions): manual abort for stale async controllers (177b781)
  • feat(async,extensions): withCache (e47e09b)
  • fix(extensions,methods,routing): abort ordering (567ac95)
  • fix(persist): BroadcastChannel availability (#​1269) (fc1a756)
  • fix(web): URL handling performance (dcef720)
Form and async
  • refactor(async,form): follow-up fixes (7601df5)
  • fix(form): submit includes status (ae5a18d)
React, Preact, JSX
  • fix(react): route child types (8e40c93)
  • feat(react): optional render abort on unmount (fb605fc)
  • fix(jsx): build and compilation (2f0c7fe, a5377d4)
  • fix(preact): reatomComponent abort behavior (9bb15dd)
Build
  • feat(all): core package build on tsdown (348fe94)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/reatom-core-1001.x branch from 78ad8c0 to 9ceb8e5 Compare July 19, 2026 03:53
@codecov

codecov Bot commented Jul 19, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.86%. Comparing base (6a4de08) to head (2d1d495).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #174   +/-   ##
=======================================
  Coverage   83.86%   83.86%           
=======================================
  Files         138      138           
  Lines        2969     2969           
  Branches      560      560           
=======================================
  Hits         2490     2490           
  Misses        340      340           
  Partials      139      139           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate
renovate Bot force-pushed the renovate/reatom-core-1001.x branch 2 times, most recently from 8a43007 to 2d1d495 Compare July 21, 2026 17:26
@renovate
renovate Bot force-pushed the renovate/reatom-core-1001.x branch from 2d1d495 to c1bff5c Compare July 21, 2026 20:40
@renovate

renovate Bot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
Scope: all 61 workspace projects
.                                        | [WARN] There are cyclic workspace dependencies: /tmp/renovate/repos/github/TrigenSoftware/nano_kit/packages/nanoviews, /tmp/renovate/repos/github/TrigenSoftware/nano_kit/packages/storybook
? Verifying lockfile against supply-chain policies (1351 entries)...
Progress: resolved 1, reused 0, downloaded 0, added 0
Progress: resolved 40, reused 0, downloaded 0, added 0
Progress: resolved 50, reused 0, downloaded 2, added 0
Progress: resolved 54, reused 0, downloaded 2, added 0
Progress: resolved 56, reused 0, downloaded 2, added 0
Progress: resolved 58, reused 0, downloaded 2, added 0
Progress: resolved 59, reused 0, downloaded 2, added 0
Progress: resolved 68, reused 0, downloaded 2, added 0
Progress: resolved 76, reused 0, downloaded 2, added 0
Progress: resolved 83, reused 0, downloaded 2, added 0
Progress: resolved 85, reused 0, downloaded 2, added 0
Progress: resolved 86, reused 0, downloaded 2, added 0
Progress: resolved 92, reused 0, downloaded 2, added 0
Progress: resolved 100, reused 0, downloaded 2, added 0
✗ Lockfile failed supply-chain policy check (1351 entries in 17.8s)
[ERR_PNPM_MINIMUM_RELEASE_AGE_VIOLATION] 18 lockfile entries failed verification:
  @hono/node-server@2.0.11 was published at 2026-07-21T01:59:34.918Z, within the minimumReleaseAge cutoff (2026-07-20T20:40:29.233Z)
  @next/env@16.2.11 was published at 2026-07-21T15:58:36.000Z, within the minimumReleaseAge cutoff (2026-07-20T20:40:29.233Z)
  @next/swc-darwin-arm64@16.2.11 was published at 2026-07-21T15:57:29.000Z, within the minimumReleaseAge cutoff (2026-07-20T20:40:29.233Z)
  @next/swc-darwin-x64@16.2.11 was published at 2026-07-21T15:57:58.000Z, within the minimumReleaseAge cutoff (2026-07-20T20:40:29.233Z)
  @next/swc-linux-arm64-gnu@16.2.11 was published at 2026-07-21T15:57:16.000Z, within the minimumReleaseAge cutoff (2026-07-20T20:40:29.233Z)
  @next/swc-linux-arm64-musl@16.2.11 was published at 2026-07-21T15:57:00.000Z, within the minimumReleaseAge cutoff (2026-07-20T20:40:29.233Z)
  @next/swc-linux-x64-gnu@16.2.11 was published at 2026-07-21T15:57:33.000Z, within the minimumReleaseAge cutoff (2026-07-20T20:40:29.233Z)
  @next/swc-linux-x64-musl@16.2.11 was published at 2026-07-21T15:57:17.000Z, within the minimumReleaseAge cutoff (2026-07-20T20:40:29.233Z)
  @next/swc-win32-arm64-msvc@16.2.11 was published at 2026-07-21T15:57:48.000Z, within the minimumReleaseAge cutoff (2026-07-20T20:40:29.233Z)
  @next/swc-win32-x64-msvc@16.2.11 was published at 2026-07-21T15:57:42.000Z, within the minimumReleaseAge cutoff (2026-07-20T20:40:29.233Z)
  @reatom/core@1001.3.0 was published at 2026-07-20T23:38:36.183Z, within the minimumReleaseAge cutoff (2026-07-20T20:40:29.233Z)
  @reatom/react@1001.0.1 was published at 2026-07-20T23:38:57.782Z, within the minimumReleaseAge cutoff (2026-07-20T20:40:29.233Z)
  @tanstack/query-core@5.101.4 was published at 2026-07-21T13:03:58.000Z, within the minimumReleaseAge cutoff (2026-07-20T20:40:29.233Z)
  @tanstack/react-query@5.101.4 was published at 2026-07-21T13:04:06.000Z, within the minimumReleaseAge cutoff (2026-07-20T20:40:29.233Z)
  next@16.2.11 was published at 2026-07-21T15:59:55.000Z, within the minimumReleaseAge cutoff (2026-07-20T20:40:29.233Z)
  postcss@8.5.21 was published at 2026-07-21T08:57:31.692Z, within the minimumReleaseAge cutoff (2026-07-20T20:40:29.233Z)
  react-dom@19.2.8 was published at 2026-07-21T15:41:39.000Z, within the minimumReleaseAge cutoff (2026-07-20T20:40:29.233Z)
  react@19.2.8 was published at 2026-07-21T15:41:27.000Z, within the minimumReleaseAge cutoff (2026-07-20T20:40:29.233Z)

The lockfile contains entries that the active policies reject. This can mean the lockfile is stale, or that someone committed a lockfile that bypassed the policy locally — inspect recent changes to pnpm-lock.yaml before trusting it. If the changes look expected, run "pnpm clean --lockfile" and then "pnpm install" to rebuild from a fresh resolution. Alternatively, relax the policy that flagged them.

@renovate renovate Bot changed the title fix(deps): update dependency @reatom/core to v1001 fix(deps): update dependency @reatom/core to v1001 - autoclosed Jul 21, 2026
@renovate renovate Bot closed this Jul 21, 2026
@renovate
renovate Bot deleted the renovate/reatom-core-1001.x branch July 21, 2026 23:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants