fix(deps): update dependency @react-hookz/web to v25 - abandoned#2133
Open
renovate[bot] wants to merge 2 commits intomainfrom
Open
fix(deps): update dependency @react-hookz/web to v25 - abandoned#2133renovate[bot] wants to merge 2 commits intomainfrom
renovate[bot] wants to merge 2 commits intomainfrom
Conversation
7408092 to
019a7f4
Compare
9b1c2c5 to
2335f86
Compare
5ec34cb to
23e04de
Compare
23e04de to
4f08ed9
Compare
a25b47c to
59f05c8
Compare
1e240a8 to
1577b4b
Compare
Contributor
There was a problem hiding this comment.
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
Contributor
Author
Autoclosing SkippedThis 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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^22.0.0->^25.2.0Release Notes
react-hookz/web (@react-hookz/web)
v25.2.0Compare Source
Features
v25.1.1Compare Source
Bug Fixes
v25.1.0Compare Source
Features
v25.0.1Compare Source
Bug Fixes
v25.0.0Compare Source
Features
BREAKING CHANGES
resolveHookStatedoes not passundefinedtonextStatefunction when called withoutpreviousStateanymore.Chore
v24.0.4Compare Source
Bug Fixes
v24.0.3Compare Source
Bug Fixes
v24.0.2Compare Source
Bug Fixes
v24.0.1Compare Source
Bug Fixes
v24.0.0Compare Source
Features
BREAKING CHANGES
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.0Compare Source
Features
v23.0.1Compare Source
Bug Fixes
v23.0.0Compare Source
BREAKING CHANGES
useSafeStatehook is removedConfiguration
📅 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.
This PR was generated by Mend Renovate. View the repository job log.