From b009afa4ae85597182b64fbc38dedcf985668460 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 16:55:56 +0100 Subject: [PATCH] =?UTF-8?q?Update=20@types/react-dom=2019.0.2=20=E2=86=92?= =?UTF-8?q?=2019.0.3=20(patch)=20(#15669)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request. ### What changed? #### ✳️ @​types/react-dom (19.0.2 → 19.0.3) · [Repo](https://github.com/DefinitelyTyped/DefinitelyTyped) Sorry, we couldn't find anything useful about this release. --- ![Depfu Status](https://depfu.com/badges/edd6acd35d74c8d41cbb540c30442adf/stats.svg) [Depfu](https://depfu.com) will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with `@depfu rebase`.
All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com> --- playgrounds/nextjs/package.json | 2 +- playgrounds/v3/package.json | 2 +- playgrounds/vite/package.json | 2 +- pnpm-lock.yaml | 18 +++++++++--------- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/playgrounds/nextjs/package.json b/playgrounds/nextjs/package.json index ee014d806..ccfbe6f50 100644 --- a/playgrounds/nextjs/package.json +++ b/playgrounds/nextjs/package.json @@ -19,7 +19,7 @@ "devDependencies": { "@types/node": "catalog:", "@types/react": "^19.0.7", - "@types/react-dom": "^19.0.2", + "@types/react-dom": "^19.0.3", "eslint": "^9.18.0", "eslint-config-next": "^15.1.4", "typescript": "^5.5.4" diff --git a/playgrounds/v3/package.json b/playgrounds/v3/package.json index c73a33dd8..2e727f46c 100644 --- a/playgrounds/v3/package.json +++ b/playgrounds/v3/package.json @@ -17,7 +17,7 @@ "devDependencies": { "@types/node": "^20.14.8", "@types/react": "^19.0.7", - "@types/react-dom": "^19.0.2", + "@types/react-dom": "^19.0.3", "autoprefixer": "^10.4.20", "eslint": "^9.18.0", "eslint-config-next": "^15.1.4", diff --git a/playgrounds/vite/package.json b/playgrounds/vite/package.json index f21424ef8..742893ef8 100644 --- a/playgrounds/vite/package.json +++ b/playgrounds/vite/package.json @@ -17,7 +17,7 @@ }, "devDependencies": { "@types/react": "^19.0.7", - "@types/react-dom": "^19.0.2", + "@types/react-dom": "^19.0.3", "bun": "^1.1.29", "vite": "catalog:" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 54a08f906..2876e8555 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -424,8 +424,8 @@ importers: specifier: ^19.0.7 version: 19.0.7 '@types/react-dom': - specifier: ^19.0.2 - version: 19.0.2(@types/react@19.0.7) + specifier: ^19.0.3 + version: 19.0.3(@types/react@19.0.7) eslint: specifier: ^9.18.0 version: 9.18.0(jiti@2.4.2) @@ -458,8 +458,8 @@ importers: specifier: ^19.0.7 version: 19.0.7 '@types/react-dom': - specifier: ^19.0.2 - version: 19.0.2(@types/react@19.0.7) + specifier: ^19.0.3 + version: 19.0.3(@types/react@19.0.7) autoprefixer: specifier: ^10.4.20 version: 10.4.20(postcss@8.4.47) @@ -495,8 +495,8 @@ importers: specifier: ^19.0.7 version: 19.0.7 '@types/react-dom': - specifier: ^19.0.2 - version: 19.0.2(@types/react@19.0.7) + specifier: ^19.0.3 + version: 19.0.3(@types/react@19.0.7) bun: specifier: ^1.1.29 version: 1.1.29 @@ -1857,8 +1857,8 @@ packages: '@types/postcss-import@14.0.3': resolution: {integrity: sha512-raZhRVTf6Vw5+QbmQ7LOHSDML71A5rj4+EqDzAbrZPfxfoGzFxMHRCq16VlddGIZpHELw0BG4G0YE2ANkdZiIQ==} - '@types/react-dom@19.0.2': - resolution: {integrity: sha512-c1s+7TKFaDRRxr1TxccIX2u7sfCnc3RxkVyBIUA2lCpyqCF+QoAwQ/CBg7bsMdVwP120HEH143VQezKtef5nCg==} + '@types/react-dom@19.0.3': + resolution: {integrity: sha512-0Knk+HJiMP/qOZgMyNFamlIjw9OFCsyC2ZbigmEEyXXixgre6IQpm/4V+r3qH4GC1JPvRJKInw+on2rV6YZLeA==} peerDependencies: '@types/react': ^19.0.0 @@ -4970,7 +4970,7 @@ snapshots: dependencies: postcss: 8.4.41 - '@types/react-dom@19.0.2(@types/react@19.0.7)': + '@types/react-dom@19.0.3(@types/react@19.0.7)': dependencies: '@types/react': 19.0.7