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

fix(deps): update react monorepo to v19 (major) #352

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 19, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/react (source) ~18.3.0 -> ~19.0.0 age adoption passing confidence
@types/react-dom (source) ~18.3.0 -> ~19.0.0 age adoption passing confidence
react (source) ~18.3.0 -> ~19.0.0 age adoption passing confidence
react-dom (source) ~18.3.0 -> ~19.0.0 age adoption passing confidence

Release Notes

facebook/react (react)

v19.0.0

Compare Source

facebook/react (react-dom)

v19.0.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 these updates again.


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

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

Copy link
Contributor Author

renovate bot commented Dec 19, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
Scope: all 14 workspace projects
Progress: resolved 1, reused 0, downloaded 0, added 0
.                                        |  WARN  deprecated [email protected]
Progress: resolved 42, reused 0, downloaded 0, added 0
Progress: resolved 53, reused 0, downloaded 0, added 0
Progress: resolved 199, reused 0, downloaded 0, added 0
Progress: resolved 357, reused 0, downloaded 0, added 0
Progress: resolved 522, reused 0, downloaded 0, added 0
Progress: resolved 618, reused 0, downloaded 0, added 0
Progress: resolved 817, reused 0, downloaded 0, added 0
Progress: resolved 1001, reused 0, downloaded 0, added 0
Progress: resolved 1034, reused 0, downloaded 0, added 0
Progress: resolved 1195, reused 0, downloaded 0, added 0
Progress: resolved 1245, reused 0, downloaded 0, added 0
Progress: resolved 1363, reused 0, downloaded 0, added 0
Progress: resolved 1429, reused 0, downloaded 0, added 0
Progress: resolved 1547, reused 0, downloaded 0, added 0
Progress: resolved 1609, reused 0, downloaded 0, added 0
Progress: resolved 1663, reused 0, downloaded 0, added 0
Progress: resolved 1789, reused 0, downloaded 0, added 0
Progress: resolved 1861, reused 0, downloaded 0, added 0
Progress: resolved 2002, reused 0, downloaded 0, added 0
 WARN  28 deprecated subdependencies found: @babel/[email protected], @babel/[email protected], @babel/[email protected], @babel/[email protected], @babel/[email protected], @babel/[email protected], @humanwhocodes/[email protected], @humanwhocodes/[email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected]
Progress: resolved 2002, reused 0, downloaded 0, added 0, done
 ERR_PNPM_PEER_DEP_ISSUES  Unmet peer dependencies

apps/storybook
├─┬ @storybook/react 7.6.4
│ ├── ✕ unmet peer react@"^16.8.0 || ^17.0.0 || ^18.0.0": found 19.0.0
│ ├── ✕ unmet peer react-dom@"^16.8.0 || ^17.0.0 || ^18.0.0": found 19.0.0
│ ├─┬ react-element-to-jsx-string 15.0.0
│ │ ├── ✕ unmet peer react@"^0.14.8 || ^15.0.1 || ^16.0.0 || ^17.0.1 || ^18.0.0": found 19.0.0
│ │ └── ✕ unmet peer react-dom@"^0.14.8 || ^15.0.1 || ^16.0.0 || ^17.0.1 || ^18.0.0": found 19.0.0
│ └─┬ @storybook/react-dom-shim 7.6.4
│   ├── ✕ unmet peer react@"^16.8.0 || ^17.0.0 || ^18.0.0": found 19.0.0
│   └── ✕ unmet peer react-dom@"^16.8.0 || ^17.0.0 || ^18.0.0": found 19.0.0
└─┬ @storybook/react-webpack5 7.6.4
  ├── ✕ unmet peer react@"^16.8.0 || ^17.0.0 || ^18.0.0": found 19.0.0
  ├── ✕ unmet peer react-dom@"^16.8.0 || ^17.0.0 || ^18.0.0": found 19.0.0
  └─┬ @storybook/preset-react-webpack 7.6.4
    ├── ✕ unmet peer react@"^16.8.0 || ^17.0.0 || ^18.0.0": found 19.0.0
    └── ✕ unmet peer react-dom@"^16.8.0 || ^17.0.0 || ^18.0.0": found 19.0.0

hint: If you don't want pnpm to fail on peer dependency issues, add "strict-peer-dependencies=false" to an .npmrc file at the root of your project.


@renovate renovate bot force-pushed the renovate/major-react-monorepo branch from 6035f80 to cb10115 Compare December 25, 2024 01:10
@renovate renovate bot force-pushed the renovate/major-react-monorepo branch from cb10115 to 1a631f3 Compare January 2, 2025 18:33
@renovate renovate bot force-pushed the renovate/major-react-monorepo branch from 1a631f3 to 244d2f7 Compare January 4, 2025 00:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants