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

Update dependency recoil to v0.7.7 #508

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 5, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
recoil 0.7.4 -> 0.7.7 age adoption passing confidence

Release Notes

facebookexperimental/Recoil (recoil)

v0.7.7

Compare Source

  • Fix potential unhandled promise rejection in useRecoilCallback() (#​2075)
  • Add OSS support for GateKeeper feature toggling via RecoilEnv.RECOIL_GKS_ENABLED (#​2078)
  • Fix resolving suspense of async selectors used with SSR (#​2073, #​1960)
  • Fix SSR with some versions of React DOM used with Next.JS 13 (#​2082, #​2086)

v0.7.6

Compare Source

  • Expose flag to disable "duplicate atom key" checking / logging, as it was too noisy in environments such as NextJS or some dev environments using Fast Refresh. (#​733, #​2020, #​2046)
    • Import RecoilEnv from the recoil package, and set RecoilEnv.RECOIL_DUPLICATE_ATOM_KEY_CHECKING_ENABLED = false in code to disable the checking and logging.
    • We also support process.env.RECOIL_DUPLICATE_ATOM_KEY_CHECKING_ENABLED=false in NodeJS environments such as NextJs
    • Caution: This disables all checks for duplicate atom keys including legitimate errors, so use with caution!
  • Workaround for React 18 environments with nested renderers that don't support useSyncExternalStore(). (#​2001, #​2010)

v0.7.5

Compare Source

  • Fix useRecoilSnapshot() with React's Fast Refresh during development (#​1891)
  • Fix useRecoilSnapshot() and recoil-sync with changed browser behavior starting with Chrome v104 (#​1943, #​1936)

Configuration

📅 Schedule: Branch creation - "after 11pm,before 6am" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Nov 5, 2022
@vercel
Copy link

vercel bot commented Nov 5, 2022

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

Name Status Preview Comments Updated
my-nextjs-template ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Mar 18, 2023 at 10:12PM (UTC)

@github-actions
Copy link

github-actions bot commented Nov 5, 2022

depcheck Result

List up libraries that are defined in dependencies and devDependencies in package.json but not used in your codes.

  • Unused dependencies

    • @emotion/react
    • @emotion/styled
    • framer-motion
    • react-dom
  • Unused devdependencies

    • @babel/core
    • @storybook/addon-a11y
    • @storybook/addon-actions
    • @storybook/addon-console
    • @storybook/addon-controls
    • @storybook/addon-essentials
    • @storybook/addon-info
    • @storybook/addon-knobs
    • @storybook/addon-links
    • @storybook/addon-storyshots
    • @storybook/addon-storysource
    • @storybook/addon-viewport
    • @storybook/cli
    • @storybook/preset-scss
    • @types/jest
    • @types/storybook__addon-actions
    • @types/storybook__addon-info
    • @types/storybook__addon-knobs
    • babel-loader
    • chromatic
    • css-loader
    • cypress
    • jest
    • lint-staged
    • sass-loader
    • start-server-and-test
    • style-loader
    • ts-jest
    • typescript
  • Missing

    • test

      • /github/workspace/test/components/gridList.test.tsx
      • /github/workspace/test/components/quote.test.tsx
      • /github/workspace/test/components/speechBubble.test.tsx
    • src

      • /github/workspace/test/components/gridList.test.tsx
      • /github/workspace/test/components/quote.test.tsx
      • /github/workspace/test/components/speechBubble.test.tsx
      • /github/workspace/src/pages/index.tsx
      • /github/workspace/src/components/footer.tsx
    • store

      • /github/workspace/src/components/hero.tsx
      • /github/workspace/src/components/nameForm.tsx

@renovate renovate bot changed the title Update dependency recoil to v0.7.6 Update dependency recoil to v0.7.7 Mar 18, 2023
@github-actions
Copy link

depcheck Result

List up libraries that are defined in dependencies and devDependencies in package.json but not used in your codes.

  • Unused dependencies

    • @emotion/react
    • @emotion/styled
    • framer-motion
    • react-dom
  • Unused devdependencies

    • @babel/core
    • @storybook/addon-a11y
    • @storybook/addon-actions
    • @storybook/addon-console
    • @storybook/addon-controls
    • @storybook/addon-essentials
    • @storybook/addon-info
    • @storybook/addon-knobs
    • @storybook/addon-links
    • @storybook/addon-storyshots
    • @storybook/addon-storysource
    • @storybook/addon-viewport
    • @storybook/cli
    • @storybook/preset-scss
    • @types/jest
    • @types/storybook__addon-actions
    • @types/storybook__addon-info
    • @types/storybook__addon-knobs
    • babel-loader
    • chromatic
    • css-loader
    • cypress
    • jest
    • lint-staged
    • sass-loader
    • start-server-and-test
    • style-loader
    • ts-jest
    • typescript
  • Missing

    • test

      • /github/workspace/test/components/gridList.test.tsx
      • /github/workspace/test/components/quote.test.tsx
      • /github/workspace/test/components/speechBubble.test.tsx
    • src

      • /github/workspace/test/components/gridList.test.tsx
      • /github/workspace/test/components/quote.test.tsx
      • /github/workspace/test/components/speechBubble.test.tsx
      • /github/workspace/src/pages/index.tsx
      • /github/workspace/src/components/footer.tsx
    • store

      • /github/workspace/src/components/hero.tsx
      • /github/workspace/src/components/nameForm.tsx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants