Commit cf823ea
authored
fix(deps): pin dependencies (#519)
This PR contains the following updates:
| Package | Type | Update | Change | Age | Confidence |
|---|---|---|---|---|---|
|
[@types/react](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react)
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react))
| devDependencies | pin | [`^18.2.0` ->
`18.3.24`](https://renovatebot.com/diffs/npm/@types%2freact/18.3.24/18.3.24)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [react](https://react.dev/)
([source](https://redirect.github.com/facebook/react/tree/HEAD/packages/react))
| dependencies | minor | [`18.2.0` ->
`18.3.1`](https://renovatebot.com/diffs/npm/react/18.2.0/18.3.1) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [react-dom](https://react.dev/)
([source](https://redirect.github.com/facebook/react/tree/HEAD/packages/react-dom))
| dependencies | minor | [`18.2.0` ->
`18.3.1`](https://renovatebot.com/diffs/npm/react-dom/18.2.0/18.3.1) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.
---
### Release Notes
<details>
<summary>facebook/react (react)</summary>
###
[`v18.3.1`](https://redirect.github.com/facebook/react/blob/HEAD/CHANGELOG.md#1831-April-26-2024)
[Compare
Source](https://redirect.github.com/facebook/react/compare/v18.3.0...v18.3.1)
- Export `act` from `react`
[f1338f](https://redirect.github.com/facebook/react/commit/f1338f8080abd1386454a10bbf93d67bfe37ce85)
###
[`v18.3.0`](https://redirect.github.com/facebook/react/blob/HEAD/CHANGELOG.md#1830-April-25-2024)
[Compare
Source](https://redirect.github.com/facebook/react/compare/v18.2.0...v18.3.0)
This release is identical to 18.2 but adds warnings for deprecated APIs
and other changes that are needed for React 19.
Read the [React 19 Upgrade
Guide](https://react.dev/blog/2024/04/25/react-19-upgrade-guide) for
more info.
##### React
- Allow writing to `this.refs` to support string ref codemod
[909071](https://redirect.github.com/facebook/react/commit/9090712fd3ca4e1099e1f92e67933c2cb4f32552)
- Warn for deprecated `findDOMNode` outside StrictMode
[c3b283](https://redirect.github.com/facebook/react/commit/c3b283964108b0e8dbcf1f9eb2e7e67815e39dfb)
- Warn for deprecated `test-utils` methods
[d4ea75](https://redirect.github.com/facebook/react/commit/d4ea75dc4258095593b6ac764289f42bddeb835c)
- Warn for deprecated Legacy Context outside StrictMode
[415ee0](https://redirect.github.com/facebook/react/commit/415ee0e6ea0fe3e288e65868df2e3241143d5f7f)
- Warn for deprecated string refs outside StrictMode
[#​25383](https://redirect.github.com/facebook/react/pull/25383)
- Warn for deprecated `defaultProps` for function components
[#​25699](https://redirect.github.com/facebook/react/pull/25699)
- Warn when spreading `key`
[#​25697](https://redirect.github.com/facebook/react/pull/25697)
- Warn when using `act` from `test-utils`
[d4ea75](https://redirect.github.com/facebook/react/commit/d4ea75dc4258095593b6ac764289f42bddeb835c)
##### React DOM
- Warn for deprecated `unmountComponentAtNode`
[8a015b](https://redirect.github.com/facebook/react/commit/8a015b68cc060079878e426610e64e86fb328f8d)
- Warn for deprecated `renderToStaticNodeStream`
[#​28874](https://redirect.github.com/facebook/react/pull/28874)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzguNSIsInVwZGF0ZWRJblZlciI6IjQxLjEzOC41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ1cGRhdGUtbWlub3IiXX0=-->
Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>1 parent f80e510 commit cf823ea
2 files changed
+18
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
| 30 | + | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3434 | 3434 | | |
3435 | 3435 | | |
3436 | 3436 | | |
3437 | | - | |
| 3437 | + | |
3438 | 3438 | | |
3439 | 3439 | | |
3440 | 3440 | | |
| |||
7287 | 7287 | | |
7288 | 7288 | | |
7289 | 7289 | | |
7290 | | - | |
| 7290 | + | |
7291 | 7291 | | |
7292 | 7292 | | |
7293 | 7293 | | |
| |||
7310 | 7310 | | |
7311 | 7311 | | |
7312 | 7312 | | |
7313 | | - | |
7314 | | - | |
| 7313 | + | |
| 7314 | + | |
7315 | 7315 | | |
7316 | 7316 | | |
7317 | 7317 | | |
| |||
10726 | 10726 | | |
10727 | 10727 | | |
10728 | 10728 | | |
10729 | | - | |
10730 | | - | |
10731 | | - | |
| 10729 | + | |
| 10730 | + | |
| 10731 | + | |
10732 | 10732 | | |
10733 | 10733 | | |
10734 | | - | |
| 10734 | + | |
10735 | 10735 | | |
10736 | | - | |
10737 | | - | |
| 10736 | + | |
| 10737 | + | |
10738 | 10738 | | |
10739 | 10739 | | |
10740 | 10740 | | |
| |||
11111 | 11111 | | |
11112 | 11112 | | |
11113 | 11113 | | |
11114 | | - | |
11115 | | - | |
11116 | | - | |
| 11114 | + | |
| 11115 | + | |
| 11116 | + | |
11117 | 11117 | | |
11118 | 11118 | | |
11119 | | - | |
| 11119 | + | |
11120 | 11120 | | |
11121 | 11121 | | |
11122 | 11122 | | |
| |||
11530 | 11530 | | |
11531 | 11531 | | |
11532 | 11532 | | |
11533 | | - | |
| 11533 | + | |
11534 | 11534 | | |
11535 | 11535 | | |
11536 | 11536 | | |
| |||
0 commit comments