Commit 46a0157
authored
fix(deps): pin dependencies (#2104)
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.25` ->
`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 89ae290 commit 46a0157
2 files changed
+18
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
| 38 | + | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3514 | 3514 | | |
3515 | 3515 | | |
3516 | 3516 | | |
3517 | | - | |
| 3517 | + | |
3518 | 3518 | | |
3519 | 3519 | | |
3520 | 3520 | | |
| |||
7396 | 7396 | | |
7397 | 7397 | | |
7398 | 7398 | | |
7399 | | - | |
| 7399 | + | |
7400 | 7400 | | |
7401 | 7401 | | |
7402 | 7402 | | |
| |||
7429 | 7429 | | |
7430 | 7430 | | |
7431 | 7431 | | |
7432 | | - | |
7433 | | - | |
| 7432 | + | |
| 7433 | + | |
7434 | 7434 | | |
7435 | 7435 | | |
7436 | 7436 | | |
| |||
11056 | 11056 | | |
11057 | 11057 | | |
11058 | 11058 | | |
11059 | | - | |
11060 | | - | |
11061 | | - | |
| 11059 | + | |
| 11060 | + | |
| 11061 | + | |
11062 | 11062 | | |
11063 | 11063 | | |
11064 | | - | |
| 11064 | + | |
11065 | 11065 | | |
11066 | | - | |
11067 | | - | |
| 11066 | + | |
| 11067 | + | |
11068 | 11068 | | |
11069 | 11069 | | |
11070 | 11070 | | |
| |||
11492 | 11492 | | |
11493 | 11493 | | |
11494 | 11494 | | |
11495 | | - | |
11496 | | - | |
11497 | | - | |
| 11495 | + | |
| 11496 | + | |
| 11497 | + | |
11498 | 11498 | | |
11499 | 11499 | | |
11500 | | - | |
| 11500 | + | |
11501 | 11501 | | |
11502 | 11502 | | |
11503 | 11503 | | |
| |||
11922 | 11922 | | |
11923 | 11923 | | |
11924 | 11924 | | |
11925 | | - | |
| 11925 | + | |
11926 | 11926 | | |
11927 | 11927 | | |
11928 | 11928 | | |
| |||
0 commit comments