Skip to content

Commit 5874d20

Browse files
committed
docs: update roadmap
1 parent 20838bb commit 5874d20

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

apps/website/content/docs/roadmap.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ Minimum supported versions:
5656
- [x] `no-forward-ref` - Replaces usages of `forwardRef` with passing `ref` as a prop (React 19)
5757
- [x] `no-use-context` - Replaces usages of `useContext` with `use` (React 19)
5858
- [x] `prefer-namespace-import` - Enforces the use of namespace imports for React (Replaces `prefer-react-namespace-import`)
59-
- [ ] `react-dom/no-test-utils-act` - Replaces the usages of `TestUtils.act()` to use `React.act()` (React 19)
6059
- [ ] `react-dom/no-unmount-component-at-node` - Replaces usages of `ReactDom.unmountComponentAtNode()` with `root.unmount()` (React 19)
6160
- [x] `react-dom/no-hydrate` - Replaces usages of `ReactDom.hydrate()` with `hydrateRoot()` (React 19)
6261
- [x] `react-dom/no-render` - Replaces usages of `ReactDom.render()` with `createRoot(node).render()` (React 19)
@@ -72,13 +71,12 @@ Minimum supported versions:
7271

7372
### Removed Rules
7473

75-
- [x] `avoid-shorthand-boolean`
76-
- [x] `avoid-shorthand-fragment`
74+
- [x] `avoid-shorthand-boolean` - Replaced by `jsx-shorthand-boolean`
75+
- [x] `avoid-shorthand-fragment` - Replaced by `jsx-shorthand-fragment`
7776
- [x] `no-comment-textnodes` - Replaced by `jsx-no-comment-textnodes`
78-
- [x] `no-useless-fragment`
7977
- [x] `prefer-react-namespace-import` - Replaced by `prefer-namespace-import`
8078
- [x] `prefer-shorthand-boolean` - Replaced by `jsx-shorthand-boolean`
81-
- [x] `prefer-shorthand-fragment`
79+
- [x] `prefer-shorthand-fragment` - Replaced by `jsx-shorthand-fragment`
8280

8381
### Versioning Policy
8482

0 commit comments

Comments
 (0)