Skip to content

Commit

Permalink
Bump bundled version of tailwindcss to v3.4.4 (#987)
Browse files Browse the repository at this point in the history
* Bump deps

* Update changelog
  • Loading branch information
thecrypticace authored Jun 24, 2024
1 parent b2f8eee commit 320e544
Show file tree
Hide file tree
Showing 8 changed files with 57 additions and 56 deletions.
96 changes: 48 additions & 48 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/tailwindcss-language-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@tailwindcss/forms": "0.5.3",
"@tailwindcss/language-service": "*",
"@tailwindcss/line-clamp": "0.4.2",
"@tailwindcss/oxide": "^4.0.0-alpha.12",
"@tailwindcss/oxide": "^4.0.0-alpha.16",
"@tailwindcss/typography": "0.5.7",
"@types/color-name": "^1.1.3",
"@types/culori": "^2.1.0",
Expand Down Expand Up @@ -78,7 +78,7 @@
"resolve": "1.20.0",
"rimraf": "3.0.2",
"stack-trace": "0.0.10",
"tailwindcss": "3.4.2",
"tailwindcss": "3.4.4",
"typescript": "5.3.3",
"vite-tsconfig-paths": "^4.3.1",
"vitest": "^1.4.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ withFixture('basic', (c) => {
let result = await completion({ lang, text, position, settings })
let textEdit = expect.objectContaining({ range: { start: position, end: position } })

expect(result.items.length).toBe(11457)
expect(result.items.length).toBe(11509)
expect(result.items.filter((item) => item.label.endsWith(':')).length).toBe(165)
expect(result).toEqual({
isIncomplete: false,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"tailwindcss": "^4.0.0-alpha.12",
"@tailwindcss/oxide": "^4.0.0-alpha.12"
"tailwindcss": "^4.0.0-alpha.16",
"@tailwindcss/oxide": "^4.0.0-alpha.16"
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dependencies": {
"tailwindcss": "^4.0.0-alpha.12"
"tailwindcss": "^4.0.0-alpha.16"
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dependencies": {
"tailwindcss": "^4.0.0-alpha.12"
"tailwindcss": "^4.0.0-alpha.16"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"packages/*"
],
"dependencies": {
"tailwindcss": "^4.0.0-alpha.12"
"tailwindcss": "^4.0.0-alpha.16"
}
}
1 change: 1 addition & 0 deletions packages/vscode-tailwindcss/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
- Bump minimum supported Node version to v18 ([#978](https://github.com/tailwindlabs/tailwindcss-intellisense/pull/978))
- Pass URI to configuration call not a file path ([#981](https://github.com/tailwindlabs/tailwindcss-intellisense/pull/981), [#982](https://github.com/tailwindlabs/tailwindcss-intellisense/pull/982))
- Fix handling of added workspaces ([b39c8e0](https://github.com/tailwindlabs/tailwindcss-intellisense/commit/b39c8e0))
- Bump bundled version of `tailwindcss` to `v3.4.4` ([#987](https://github.com/tailwindlabs/tailwindcss-intellisense/pull/987))

## 0.10.5

Expand Down

0 comments on commit 320e544

Please sign in to comment.