Skip to content

chore(deps): bump @nanostores/react from 0.7.3 to 1.0.0#30

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/nanostores/react-1.0.0
Closed

chore(deps): bump @nanostores/react from 0.7.3 to 1.0.0#30
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/nanostores/react-1.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Feb 23, 2026

Bumps @nanostores/react from 0.7.3 to 1.0.0.

Release notes

Sourced from @​nanostores/react's releases.

1.0.0

  • Added Nano Stores 1.0 support.
  • Removed Node.js 18 support.

0.8.4

0.8.3

  • Clean package.json.

0.8.2

0.8.1

0.8.0

  • Fixed getSnapshot warning by adding deps options (by @​yuyi919).
Changelog

Sourced from @​nanostores/react's changelog.

1.0.0

  • Added Nano Stores 1.0 support.
  • Removed Node.js 18 support.

0.8.4

0.8.3

  • Clean package.json.

0.8.2

0.8.1

0.8.0

  • Fixed getSnapshot warning by adding deps options (by @​yuyi919).
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Feb 23, 2026

Labels

The following labels could not be found: chore, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nanostores/react-1.0.0 branch 3 times, most recently from e74ec16 to 8b31dfd Compare March 12, 2026 22:51
Bumps [@nanostores/react](https://github.com/nanostores/react) from 0.7.3 to 1.0.0.
- [Release notes](https://github.com/nanostores/react/releases)
- [Changelog](https://github.com/nanostores/react/blob/main/CHANGELOG.md)
- [Commits](nanostores/react@0.7.3...1.0.0)

---
updated-dependencies:
- dependency-name: "@nanostores/react"
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nanostores/react-1.0.0 branch from 8b31dfd to 1ca7fd6 Compare March 12, 2026 22:52
@zebbern
Copy link
Copy Markdown
Owner

zebbern commented Mar 12, 2026

Assessment

Risk: HIGH — Cascading peer dependency upgrade required

@nanostores/react 1.0 requires nanostores 1.0 as a peer dependency, but the project currently uses nanostores ^0.10.3. This is a two-package upgrade:

  1. nanostores 0.10.3 → 1.0 (separate breaking changes to audit)
  2. @nanostores/react 0.7.3 → 1.0

The project has 80+ useStore() call sites across the entire codebase and multiple store definitions using atom, map, and computed.

Additionally, @nanostores/react 1.0 drops Node.js 18 support. The project's engines.node is >=18.18.0 but CI and Docker already run Node 20, so that's fine.

Recommendation: Close this Dependabot PR. The upgrade should be done manually:

  1. First audit nanostores 1.0 changelog for API breaking changes
  2. Bump both nanostores and @nanostores/react together
  3. Test all 80+ store consumer components
  4. Update engines.node to >=20 for consistency

@zebbern zebbern closed this Mar 12, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 12, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/nanostores/react-1.0.0 branch March 12, 2026 23:06
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.

1 participant