Skip to content

fix(deps): update dependency @react-hookz/web to v25 - abandoned#2133

Open
renovate[bot] wants to merge 2 commits intomainfrom
renovate/react-hookz-web-25.x
Open

fix(deps): update dependency @react-hookz/web to v25 - abandoned#2133
renovate[bot] wants to merge 2 commits intomainfrom
renovate/react-hookz-web-25.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Feb 8, 2025

This PR contains the following updates:

Package Change Age Confidence
@react-hookz/web ^22.0.0 -> ^25.2.0 age confidence

Release Notes

react-hookz/web (@​react-hookz/web)

v25.2.0

Compare Source

Features

v25.1.1

Compare Source

Bug Fixes

v25.1.0

Compare Source

Features

v25.0.1

Compare Source

Bug Fixes

v25.0.0

Compare Source

Features
BREAKING CHANGES
  • resolveHookState does not pass undefined to nextState function when called without previousState anymore.
Chore
  • All documentation being stripped from sourcecodes, in prior to preparation of the new documentation site.
  • ESLint migrated toward version 9, along with ditching prettier in favor of eslint rules (looking with hope towards oxc formatter and linter).

v24.0.4

Compare Source

Bug Fixes

v24.0.3

Compare Source

Bug Fixes
  • get rid of import alias as it still breaks everything around (#​1509) (90e4f9d)

v24.0.2

Compare Source

Bug Fixes
  • lower engines requirements to ease usage for consumers (8bd29f7)

v24.0.1

Compare Source

Bug Fixes
  • change build so development and distributed imports match (6383cdd)

v24.0.0

Compare Source

Features
BREAKING CHANGES
  • Hooks are now distrubutes as JS built form TS with target ESNext and ESM module resolution. There is no more sense to distribute CJS version as package is ESM-only.

Consequent of above - no more esm and cjs subfolders - hooks are importable from index.js or its own directory which don't have a prefix anymore, thanks to exports directive. All of below examples will lead to same result, choose any on your taste:

import { useFirstMountState } from '@​react-hookz/web';
import { useFirstMountState } from '@​react-hookz/web/';
import { useFirstMountState } from '@​react-hookz/web/useFirstMountState/';
import { useFirstMountState } from '@​react-hookz/web/useFirstMountState/index.js';
Thought is seems not to have subfolder, it is only due to exports directive, in real it is
@​react-hookz/web/dist/useFirstMountState/index.js.

Pakage uses imports directive to define path alias #root - it stays so even in distributed code, thus, some may be affected in case their bundler configured to somehow handle such alias. Those developer shoud configure import rewriter not to handle node_modules or @​react-hookz/web package exclusively.

Side-effect for current PR - documentation is broken, as storybook 6 is not working within ESM packages and I'm planning to switch to another domenting engine anyway.

v23.1.0

Compare Source

Features

v23.0.1

Compare Source

Bug Fixes

v23.0.0

Compare Source

BREAKING CHANGES
  • useSafeState hook is removed

Configuration

📅 Schedule: 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 is behind base branch, 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/react-hookz-web-25.x branch 25 times, most recently from 7408092 to 019a7f4 Compare February 14, 2025 18:46
@renovate renovate Bot force-pushed the renovate/react-hookz-web-25.x branch 5 times, most recently from 9b1c2c5 to 2335f86 Compare February 18, 2025 00:13
@renovate renovate Bot force-pushed the renovate/react-hookz-web-25.x branch 3 times, most recently from 5ec34cb to 23e04de Compare February 21, 2025 01:33
@renovate renovate Bot force-pushed the renovate/react-hookz-web-25.x branch from 23e04de to 4f08ed9 Compare March 7, 2025 10:09
@renovate renovate Bot force-pushed the renovate/react-hookz-web-25.x branch 15 times, most recently from a25b47c to 59f05c8 Compare March 28, 2025 05:51
@renovate renovate Bot force-pushed the renovate/react-hookz-web-25.x branch 7 times, most recently from 1e240a8 to 1577b4b Compare March 31, 2025 05:49
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot wasn't able to review any files in this pull request.

Files not reviewed (4)
  • examples/react/package.json: Language not supported
  • examples/vite-react/package.json: Language not supported
  • packages/react/package.json: Language not supported
  • pnpm-lock.yaml: Language not supported

@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Dec 11, 2025

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

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.

2 participants