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 @rescript/react from 0.11.0 to 0.13.0 #8214

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 25, 2024

Bumps @rescript/react from 0.11.0 to 0.13.0.

Release notes

Sourced from @​rescript/react's releases.

0.13.0

💥 Breaking Change

  • Replace usages of %external by binding to globalThis. This is to support upcoming ReScript 12 versions. For older browsers, it may be necessary to polyfill globalThis.

🐛 Bug Fix

0.12.2

  • Fix incorrect usage of @uncurry.
  • bsconfig.json -> rescript.json.

0.12.1

  • Undeprecate numbered hooks for a smoother upgrading experience.

0.12.0

  • Requires ReScript 11.0.0 or newer.

0.12.0-alpha.3

💥 Breaking Change

  • Deprecated use*N functions in favor of changing the signature of the main hook function.
    • For example, useEffect instead of useEffectN e.g. useEffect3(f, (a, b, c)) -> useEffect(f, (a, b, c))
    • The affected hooks include useEffect, useLayoutEffect, useCallback, useMemo, useImperativeHandle, useInsertionEffect
    • With this change, it is now possible to pass any value as the second argument 'deps. In case you pass an invalid value, you will get a warning from React at runtime. You should be using one of the following values for the dependency array:
      • 0 dependencies: []
      • 1 dependency: [a]
      • more than 1 dependency: (a, b, ...)
  • For calling useEffect, useLayoutEffect etc. without a dependency array (meaning that the effect is executed on every render), there are now separate bindings useEffectOnEveryRender, useLayoutEffectOnEveryRender etc.

0.12.0-alpha.2

🚀 New Feature

  • Added React.lazy_.

💥 Breaking Change

  • Requires ReScript 11.0.0-alpha.6 or newer.

🐛 Bug Fix

  • Fixed children type for Fragment, StrictMode and Suspense.

💅 Polish

  • Removed experimental SuspenseList component.

0.12.0-alpha.1

🚀 New Feature

... (truncated)

Changelog

Sourced from @​rescript/react's changelog.

0.13.0

💥 Breaking Change

  • Replace usages of %external by binding to globalThis. This is to support upcoming ReScript 12 versions. For older browsers, it may be necessary to polyfill globalThis.

🐛 Bug Fix

0.12.2

  • Fix incorrect usage of @uncurry.
  • bsconfig.json -> rescript.json.

0.12.1

  • Undeprecate numbered hooks for a smoother upgrading experience.

0.12.0

  • Requires ReScript 11.0.0 or newer.

0.12.0-alpha.3

💥 Breaking Change

  • Deprecated use*N functions in favor of changing the signature of the main hook function.
    • For example, useEffect instead of useEffectN e.g. useEffect3(f, (a, b, c)) -> useEffect(f, (a, b, c))
    • The affected hooks include useEffect, useLayoutEffect, useCallback, useMemo, useImperativeHandle, useInsertionEffect
    • With this change, it is now possible to pass any value as the second argument 'deps. In case you pass an invalid value, you will get a warning from React at runtime. You should be using one of the following values for the dependency array:
      • 0 dependencies: []
      • 1 dependency: [a]
      • more than 1 dependency: (a, b, ...)
  • For calling useEffect, useLayoutEffect etc. without a dependency array (meaning that the effect is executed on every render), there are now separate bindings useEffectOnEveryRender, useLayoutEffectOnEveryRender etc.

0.12.0-alpha.2

🚀 New Feature

  • Added React.lazy_.

💥 Breaking Change

  • Requires ReScript 11.0.0-alpha.6 or newer.

🐛 Bug Fix

  • Fixed children type for Fragment, StrictMode and Suspense.

... (truncated)

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 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)

Bumps [@rescript/react](https://github.com/rescript-lang/rescript-react) from 0.11.0 to 0.13.0.
- [Release notes](https://github.com/rescript-lang/rescript-react/releases)
- [Changelog](https://github.com/rescript-lang/rescript-react/blob/master/CHANGELOG.md)
- [Commits](rescript-lang/rescript-react@v0.11.0...v0.13.0)

---
updated-dependencies:
- dependency-name: "@rescript/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner July 25, 2024 09:58
Copy link

vercel bot commented Jul 25, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
care-storybook ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 25, 2024 9:59am

Copy link

netlify bot commented Jul 25, 2024

Deploy Preview for care-egov-staging failed.

Name Link
🔨 Latest commit c4e9841
🔍 Latest deploy log https://app.netlify.com/sites/care-egov-staging/deploys/66a221ba8932e4000902fc2f

Copy link

netlify bot commented Jul 25, 2024

Deploy Preview for care-net failed.

Name Link
🔨 Latest commit c4e9841
🔍 Latest deploy log https://app.netlify.com/sites/care-net/deploys/66a221bad2b7d00008400658

@github-actions github-actions bot added the Deploy-Failed Deplyment is not showing preview label Jul 25, 2024
Copy link

github-actions bot commented Aug 2, 2024

Hi, This pr has been automatically marked as stale because it has not had any recent activity. It will be automatically closed if no further activity occurs for 7 more days. Thank you for your contributions.

@github-actions github-actions bot added the stale label Aug 2, 2024
Copy link

Hi, @coronasafe/care-frontend-maintainers, This PR has been automatically closed due to inactivity. Thank you for your contributions. Feel free to re-open the PR.

@github-actions github-actions bot closed this Aug 10, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 10, 2024

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/rescript/react-0.13.0 branch August 10, 2024 04:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Deploy-Failed Deplyment is not showing preview npm stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants