Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @react-hookz/web from 14.7.1 to 23.1.0 #162

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 18, 2023

Bumps @react-hookz/web from 14.7.1 to 23.1.0.

Release notes

Sourced from @​react-hookz/web's releases.

v23.1.0

23.1.0 (2023-06-30)

Features

v23.0.1

23.0.1 (2023-05-24)

Bug Fixes

  • useThrottleCallback: Cleared timeout on unmount (#1173) (8681ad8)

v23.0.0

23.0.0 (2023-03-23)

BREAKING CHANGES

  • useSafeState hook is removed

v22.0.0

22.0.0 (2023-01-05)

Features

  • rename all hook implementation files to index.ts (#1065) (34c36f2)
  • After some reconsideration - cjs bundle is back! At the moment of time pure ESM requires too much hustle around it therefore we decided to bring CJS back

BREAKING CHANGES

  • all current hook implementation fies renamed to index to allow usage of directory imports and avoid redundant reexporting. Such change breaks previous direct imports, but simplifies import string and solves redundant hook name duplication.

4ex:

// previously
import { useUpdate } from "@react-hookz/web/useUpdate/useUpdate"

// now import { useUpdate } from "@​react-hookz/web/useUpdate"

... (truncated)

Changelog

Sourced from @​react-hookz/web's changelog.

23.1.0 (2023-06-30)

Features

23.0.1 (2023-05-24)

Bug Fixes

  • useThrottleCallback: Cleared timeout on unmount (#1173) (8681ad8)

23.0.0 (2023-03-23)

BREAKING CHANGES

  • useSafeState hook is removed

22.0.0 (2023-01-05)

Features

  • rename all hook implementation files to index.ts (#1065) (34c36f2)

BREAKING CHANGES

  • all current hook implementation fies renamed to index to allow usage of directory imports and avoid redundant reexporting. Such change breaks previous direct imports, but simplifies import string and solves redundant hook name duplication.

4ex:

// previously
import { useUpdate } from "@react-hookz/web/useUpdate/useUpdate"

// now import { useUpdate } from "@​react-hookz/web/useUpdate"

21.0.0 (2023-01-04)

Features

... (truncated)

Commits
  • 6a82ac5 chore(release): 23.1.0 [skip ci]
  • e0bc4e1 feat: conform new linting configuration (#1296)
  • f810be2 chore(deps-dev): bump @​swc/core from 1.3.66 to 1.3.67 (#1295)
  • c764fd2 chore(deps-dev): bump lint-staged from 13.2.2 to 13.2.3 (#1292)
  • 8434cc6 chore(deps-dev): bump semantic-release from 21.0.5 to 21.0.6 (#1291)
  • d996736 chore(deps-dev): bump @​commitlint/config-conventional (#1289)
  • e3f9913 chore(deps-dev): bump commitlint from 17.6.5 to 17.6.6 (#1287)
  • c947641 chore(deps-dev): bump @​swc/core from 1.3.65 to 1.3.66 (#1286)
  • fd6aa22 chore(deps-dev): bump @​swc/core from 1.3.64 to 1.3.65 (#1285)
  • e30abaa chore(deps-dev): bump @​swc/core from 1.3.63 to 1.3.64 (#1283)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot requested a review from a team October 18, 2023 14:10
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 18, 2023
@changeset-bot
Copy link

changeset-bot bot commented Oct 18, 2023

⚠️ No Changeset found

Latest commit: fa45b9c

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Bumps [@react-hookz/web](https://github.com/react-hookz/web) from 14.7.1 to 23.1.0.
- [Release notes](https://github.com/react-hookz/web/releases)
- [Changelog](https://github.com/react-hookz/web/blob/master/CHANGELOG.md)
- [Commits](react-hookz/web@v14.7.1...v23.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-hookz/web-23.1.0 branch from 33e9844 to fa45b9c Compare November 6, 2023 04:47
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 25, 2023

Superseded by #235.

@dependabot dependabot bot closed this Dec 25, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/react-hookz/web-23.1.0 branch December 25, 2023 04:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants