Skip to content

Commit 42eadfd

Browse files
authored
Update all pnpm dependencies (2025-09-20) (#18971)
This is your weekly update of **all** pnpm dependencies. Please take a good look at what changed and the test results before merging this pull request. ### What changed? ✳️ eslint (9.33.0 → 9.35.0, minor) · [Repo](https://github.com/eslint/eslint) · [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) · [Release](https://github.com/eslint/eslint/releases/tag/v9.35.0) · [Diff](eslint/eslint@a90d7c4...8401101) ✳️ eslint-config-next (15.4.7 → 15.5.2, minor) ✳️ magic-string (0.30.18 → 0.30.19, minor) · [Repo](https://github.com/rich-harris/magic-string) · [Changelog](https://github.com/Rich-Harris/magic-string/blob/master/CHANGELOG.md) · [Diff](Rich-Harris/magic-string@0005025...bdef7d5) ✳️ @types/bun (1.2.20 → 1.2.21, patch) · [Repo](https://github.com/DefinitelyTyped/DefinitelyTyped) ✳️ @types/react (19.1.9 → 19.1.13, patch) · [Repo](https://github.com/DefinitelyTyped/DefinitelyTyped) ✳️ @types/react-dom (19.1.7 → 19.1.9, patch) · [Repo](https://github.com/DefinitelyTyped/DefinitelyTyped) ✳️ @types/semver (7.7.0 → 7.7.1, patch) · [Repo](https://github.com/DefinitelyTyped/DefinitelyTyped) ✳️ @vitejs/plugin-react (5.0.0 → 5.0.2, patch) · [Repo](https://github.com/vitejs/vite-plugin-react) · [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md) ✳️ bun (1.2.20 → 1.2.21, patch) · [Repo](https://github.com/oven-sh/bun) ✳️ turbo (2.5.4 → 2.5.6, patch) · [Repo](https://github.com/turborepo/turbo) --- ![Depfu Status](https://depfu.com/badges/edd6acd35d74c8d41cbb540c30442adf/stats.svg) [Depfu](https://depfu.com) will only send you the next scheduled PR once you merge or close this one. <details><summary>All Depfu comment commands</summary> <blockquote><dl> <dt>@​depfu refresh</dt><dd>Rebases against your default branch and redoes this update</dd> <dt>@​depfu recreate</dt><dd>Recreates this PR, overwriting any edits that you've made to it</dd> <dt>@​depfu merge</dt><dd>Merges this PR once your tests are passing and conflicts are resolved</dd> <dt>@​depfu cancel merge</dt><dd>Cancels automatic merging of this PR</dd> <dt>@​depfu close</dt><dd>Closes this PR and deletes the branch</dd> <dt>@​depfu reopen</dt><dd>Restores the branch and reopens this PR (if it's closed)</dd> </dl></blockquote> </details> Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
1 parent 6c30d5e commit 42eadfd

File tree

9 files changed

+344
-318
lines changed

9 files changed

+344
-318
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"prettier-plugin-embed": "^0.5.0",
5757
"prettier-plugin-organize-imports": "^4.2.0",
5858
"tsup": "^8.5.0",
59-
"turbo": "^2.5.4",
59+
"turbo": "^2.5.6",
6060
"typescript": "^5.5.4",
6161
"vitest": "^2.0.5"
6262
},

packages/@tailwindcss-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"enhanced-resolve": "^5.18.3",
4242
"jiti": "^2.5.1",
4343
"lightningcss": "catalog:",
44-
"magic-string": "^0.30.18",
44+
"magic-string": "^0.30.19",
4545
"source-map-js": "^1.2.1",
4646
"tailwindcss": "workspace:*"
4747
}

packages/@tailwindcss-standalone/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"@parcel/watcher-linux-x64-glibc": "^2.5.1",
4343
"@parcel/watcher-linux-x64-musl": "^2.5.1",
4444
"@parcel/watcher-win32-x64": "^2.5.1",
45-
"@types/bun": "^1.2.20",
46-
"bun": "^1.2.20",
45+
"@types/bun": "^1.2.21",
46+
"bun": "^1.2.21",
4747
"lightningcss-darwin-arm64": "catalog:",
4848
"lightningcss-darwin-x64": "catalog:",
4949
"lightningcss-linux-arm64-gnu": "catalog:",

packages/@tailwindcss-upgrade/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@
4949
"@types/braces": "^3.0.5",
5050
"@types/node": "catalog:",
5151
"@types/postcss-import": "^14.0.3",
52-
"@types/semver": "^7.7.0"
52+
"@types/semver": "^7.7.1"
5353
}
5454
}

packages/tailwindcss/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
"@types/node": "catalog:",
133133
"dedent": "1.6.0",
134134
"lightningcss": "catalog:",
135-
"magic-string": "^0.30.18",
135+
"magic-string": "^0.30.19",
136136
"source-map-js": "^1.2.1"
137137
}
138138
}

playgrounds/nextjs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
},
1919
"devDependencies": {
2020
"@types/node": "catalog:",
21-
"@types/react": "^19.1.9",
22-
"@types/react-dom": "^19.1.7",
23-
"eslint": "^9.33.0",
24-
"eslint-config-next": "^15.4.7",
21+
"@types/react": "^19.1.13",
22+
"@types/react-dom": "^19.1.9",
23+
"eslint": "^9.35.0",
24+
"eslint-config-next": "^15.5.2",
2525
"typescript": "^5.5.4"
2626
}
2727
}

playgrounds/v3/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
},
1717
"devDependencies": {
1818
"@types/node": "^20.14.8",
19-
"@types/react": "^19.1.9",
20-
"@types/react-dom": "^19.1.7",
19+
"@types/react": "^19.1.13",
20+
"@types/react-dom": "^19.1.9",
2121
"autoprefixer": "^10.4.21",
22-
"eslint": "^9.33.0",
23-
"eslint-config-next": "^15.4.7",
22+
"eslint": "^9.35.0",
23+
"eslint-config-next": "^15.5.2",
2424
"typescript": "^5.5.4"
2525
}
2626
}

playgrounds/vite/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
},
1111
"dependencies": {
1212
"@tailwindcss/vite": "workspace:^",
13-
"@vitejs/plugin-react": "^5.0.0",
13+
"@vitejs/plugin-react": "^5.0.2",
1414
"react": "^19.1.1",
1515
"react-dom": "^19.1.1",
1616
"tailwindcss": "workspace:^"
1717
},
1818
"devDependencies": {
19-
"@types/react": "^19.1.9",
20-
"@types/react-dom": "^19.1.7",
21-
"bun": "^1.2.20",
19+
"@types/react": "^19.1.13",
20+
"@types/react-dom": "^19.1.9",
21+
"bun": "^1.2.21",
2222
"vite": "catalog:"
2323
}
2424
}

0 commit comments

Comments
 (0)