Skip to content

Commit 6bfdb7c

Browse files
Bump Bun (#18723)
Fixes #18695 Was waiting for 1.2.20 b/c of some build failures. Hopefully fixed now. Also appears to fix the above linked bug about Windows symlinks. [ci-all]
1 parent 1bbbe41 commit 6bfdb7c

File tree

4 files changed

+64
-77
lines changed

4 files changed

+64
-77
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2525
- Don’t output CSS objects with false or undefined in the AST ([#18571](https://github.com/tailwindlabs/tailwindcss/pull/18571))
2626
- Add option to disable url rewriting in `@tailwindcss/postcss` ([#18321](https://github.com/tailwindlabs/tailwindcss/pull/18321))
2727
- Fix false-positive migrations in `addEventListener` and JavaScript variable names ([#18718](https://github.com/tailwindlabs/tailwindcss/pull/18718))
28+
- Fix Standalone CLI when run via symlink on Windows ([#18723](https://github.com/tailwindlabs/tailwindcss/pull/18723))
2829

2930
## [4.1.11] - 2025-06-26
3031

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.18",
46-
"bun": "^1.2.18",
45+
"@types/bun": "^1.2.20",
46+
"bun": "^1.2.20",
4747
"lightningcss-darwin-arm64": "catalog:",
4848
"lightningcss-darwin-x64": "catalog:",
4949
"lightningcss-linux-arm64-gnu": "catalog:",

playgrounds/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"devDependencies": {
1919
"@types/react": "^19.1.9",
2020
"@types/react-dom": "^19.1.7",
21-
"bun": "^1.2.18",
21+
"bun": "^1.2.20",
2222
"vite": "catalog:"
2323
}
2424
}

pnpm-lock.yaml

Lines changed: 60 additions & 74 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)