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.12.1 #7249

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 22, 2024

Bumps @rescript/react from 0.11.0 to 0.12.1.

Release notes

Sourced from @​rescript/react's releases.

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

  • Compatibility with ReScript 11 uncurried mode.
  • Added gap prop to ReactDOMStyle.make.

💥 Breaking Change

  • Removed React.callback type.

🐛 Bug Fix

  • Updated React_V3 compatibility module to define record field current for ref.
Changelog

Sourced from @​rescript/react's changelog.

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

  • Compatibility with ReScript 11 uncurried mode.
  • Added gap prop to ReactDOMStyle.make.

💥 Breaking Change

  • Removed React.callback type.

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

@dependabot dependabot bot requested a review from a team as a code owner February 22, 2024 09:21
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 22, 2024

The following labels could not be found: npm.

Copy link

vercel bot commented Feb 22, 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 Mar 6, 2024 5:04pm

Copy link

netlify bot commented Feb 22, 2024

Deploy Preview for care-egov-staging failed.

Name Link
🔨 Latest commit 830e568
🔍 Latest deploy log https://app.netlify.com/sites/care-egov-staging/deploys/65e8a1eba3709f00080746be

Copy link

netlify bot commented Feb 22, 2024

Deploy Preview for care-net failed.

Name Link
🔨 Latest commit 830e568
🔍 Latest deploy log https://app.netlify.com/sites/care-net/deploys/65e8a1ebf189ad0008cba428

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

github-actions bot commented Mar 1, 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 Mar 1, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/rescript/react-0.12.1 branch from 656a460 to 24ff8ce Compare March 4, 2024 05:49
@github-actions github-actions bot added merge conflict pull requests with merge conflict and removed stale labels Mar 5, 2024
Copy link

github-actions bot commented Mar 6, 2024

👋 Hi, @dependabot,
Conflicts have been detected against the base branch. Please rebase your branch against the base branch.


This message is automatically generated by prince-chrismc/label-merge-conflicts-action so don't hesitate to report issues/improvements there.

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

---
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 force-pushed the dependabot/npm_and_yarn/rescript/react-0.12.1 branch from 24ff8ce to 830e568 Compare March 6, 2024 17:03
@github-actions github-actions bot removed the merge conflict pull requests with merge conflict label Mar 6, 2024
Copy link

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 Mar 14, 2024
Copy link

Hi, @gigincg, @nihal467, @khavinshankar, @mathew-alex, This pr has been automatically closed because it has not had any recent activity. Thank you for your contributions. Feel free to repopen the pr.

@github-actions github-actions bot closed this Mar 21, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 21, 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.12.1 branch March 21, 2024 04:15
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 stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants