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.0.0 #119

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 27, 2023

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

Release notes

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

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"

v21.0.0

21.0.0 (2023-01-04)

Features

  • Drop es5 versions support, leave only ESNext (#963) (5a622af)

BREAKING CHANGES

  • CJS ES5 and ESM ES5 versions are removed from distribution, leaving only ESM ESNext version.

... (truncated)

Changelog

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

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

  • Drop es5 versions support, leave only ESNext (#963) (5a622af)

BREAKING CHANGES

  • CJS ES5 and ESM ES5 versions are removed from distribution, leaving only ESM ESNext version.

We understand that this change can break existing pipelines for some developers, but such move eases library maintenance and is one of several moves towards module package. Address Usage docs to actualize your pipeline if needed.

This change is one of several braking changes regarding distribution and package usage.

Sorry for any inconvenience.

... (truncated)

Commits
  • 326eafe chore(release): 23.0.0 [skip ci]
  • 284e499 Deprecate useSafeState (#1096)
  • 7905db5 chore(deps-dev): bump rimraf from 4.4.0 to 4.4.1 (#1169)
  • 4d203dc chore(deps-dev): bump @​swc/core from 1.3.41 to 1.3.42 (#1167)
  • caf3a72 chore(deps-dev): bump @​commitlint/cz-commitlint from 17.4.4 to 17.5.0 (#1166)
  • 3115ae3 chore(deps-dev): bump commitlint from 17.4.4 to 17.5.0 (#1165)
  • 6c80a7e chore(deps-dev): bump prettier from 2.8.4 to 2.8.6 (#1164)
  • 1762ef1 chore(deps): bump codfish/semantic-release-action from 2.0.0 to 2.1.0 (#1150)
  • 0bb8757 chore(deps-dev): bump rimraf from 4.3.1 to 4.4.0 (#1151)
  • 0a73318 chore(deps-dev): bump @​types/jest from 29.4.1 to 29.5.0 (#1159)
  • 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 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.

Bumps [@react-hookz/web](https://github.com/react-hookz/web) from 14.7.1 to 23.0.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.0.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 requested a review from a team March 27, 2023 05:10
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 27, 2023
@changeset-bot
Copy link

changeset-bot bot commented Mar 27, 2023

⚠️ No Changeset found

Latest commit: 38d8bf8

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

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 29, 2023

Superseded by #144.

@dependabot dependabot bot closed this May 29, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/react-hookz/web-23.0.0 branch May 29, 2023 05:15
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