mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request. ### What changed? #### ✳️ postcss (8.5.3 → 8.5.4) · [Repo](https://github.com/postcss/postcss) · [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) <details> <summary>Release Notes</summary> <h4><a href="https://github.com/postcss/postcss/releases/tag/8.5.4">8.5.4</a></h4> <blockquote><ul dir="auto"> <li>Fixed Parcel compatibility issue (by <a href="https://bounce.depfu.com/github.com/git-sumitchaudhary">@git-sumitchaudhary</a>).</li> </ul></blockquote> <p><em>Does any of this look wrong? <a href="https://depfu.com/packages/npm/postcss/feedback">Please let us know.</a></em></p> </details> <details> <summary>Commits</summary> <p><a href="22c309d329...6cb4a6673f">See the full diff on Github</a>. The new version differs by 23 commits:</p> <ul> <li><a href="6cb4a6673f"><code>Release 8.5.4 version</code></a></li> <li><a href="ec5c1e0310"><code>Update dependencies</code></a></li> <li><a href="e85e9385c8"><code>Fix code format</code></a></li> <li><a href="50542335f2"><code>fixed error at line 401 (#2046)</code></a></li> <li><a href="0538b6309e"><code>docs: Update README.md (#2044)</code></a></li> <li><a href="b5f407f397"><code>Add `postcss-fontsource-url` to plugins (#2043)</code></a></li> <li><a href="94b5260be6"><code>Clarify documentation for `node.source.end.offset` (#2032)</code></a></li> <li><a href="a20724af14"><code>Fix Markdown syntax</code></a></li> <li><a href="cf6b969751"><code>fix: add a mention for postcssense extension (#2040)</code></a></li> <li><a href="ff48c29ebb"><code>Increase size</code></a></li> <li><a href="f82c2a6090"><code>Add `Input#fromLineAndColumn`, `CssSyntaxError.input.offset` and `CssSyntaxError.input.endOffset` (#2034)</code></a></li> <li><a href="7892a29ff8"><code>Fix missing offset in `Node#positionInside`, `Node#positionBy` and `Node#rangeBy` (#2033)</code></a></li> <li><a href="875f1fb7f8"><code>Fix `opts` argument of `Node#rangeBy()` and `Node#positionBy()` cannot be omitted (#2031)</code></a></li> <li><a href="25443a5930"><code>Update dependencies</code></a></li> <li><a href="0a76df5f60"><code>add postcss-auto-var-fallback fallback plugin to plugins.md (#2026)</code></a></li> <li><a href="3fc6388e91"><code>Update Nano ID</code></a></li> <li><a href="368bd00920"><code>Change in type definition of property `css` of `result` (#2025)</code></a></li> <li><a href="9229218b51"><code>Update dependencies</code></a></li> <li><a href="6c2a808c4a"><code>Clean up code</code></a></li> <li><a href="31a5de71d1"><code>Return type of method `raw` of `Stringifier` can be boolean, as the property `semicolon` can be boolean (#2024)</code></a></li> <li><a href="c5058912f2"><code>There are no other `props` with non-string type.</code></a></li> <li><a href="a9cf39e7fe"><code>The return type of the method rawValue in Stringifier should be `any` instead of `string`</code></a></li> <li><a href="7ac43db0c3"><code>Update ESLint config</code></a></li> </ul> </details> ---  [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`. <details><summary>All Depfu comment commands</summary> <blockquote><dl> <dt>@depfu rebase</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> <dt>@depfu pause</dt><dd>Ignores all future updates for this dependency and closes this PR</dd> <dt>@depfu pause [minor|major]</dt><dd>Ignores all future minor/major updates for this dependency and closes this PR</dd> <dt>@depfu resume</dt><dd>Future versions of this dependency will create PRs again (leaves this PR as is)</dd> </dl></blockquote> </details> Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com> Co-authored-by: Jordan Pittman <jordan@cryptica.me>
71 lines
1.9 KiB
JSON
71 lines
1.9 KiB
JSON
{
|
|
"name": "@tailwindcss/root",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"prettier": {
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"printWidth": 100,
|
|
"plugins": [
|
|
"prettier-plugin-organize-imports"
|
|
],
|
|
"overrides": [
|
|
{
|
|
"files": [
|
|
"tsconfig.json"
|
|
],
|
|
"options": {
|
|
"parser": "jsonc"
|
|
}
|
|
},
|
|
{
|
|
"files": [
|
|
"integrations/**/*.ts"
|
|
],
|
|
"options": {
|
|
"plugins": [
|
|
"prettier-plugin-embed",
|
|
"prettier-plugin-organize-imports"
|
|
]
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"scripts": {
|
|
"format": "prettier --write .",
|
|
"lint": "prettier --check . && turbo lint",
|
|
"build": "turbo build --filter=!./playgrounds/*",
|
|
"postbuild": "node ./scripts/pack-packages.mjs",
|
|
"dev": "turbo dev --filter=!./playgrounds/*",
|
|
"test": "cargo test && vitest run --hideSkippedTests",
|
|
"test:integrations": "vitest --root=./integrations",
|
|
"test:ui": "pnpm run --filter=tailwindcss test:ui && pnpm run --filter=@tailwindcss/browser test:ui",
|
|
"tdd": "vitest --hideSkippedTests",
|
|
"bench": "vitest bench",
|
|
"version-packages": "node ./scripts/version-packages.mjs",
|
|
"vite": "pnpm run --filter=vite-playground dev",
|
|
"nextjs": "pnpm run --filter=nextjs-playground dev"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.52.0",
|
|
"@types/node": "catalog:",
|
|
"postcss": "8.5.4",
|
|
"postcss-import": "^16.1.0",
|
|
"prettier": "catalog:",
|
|
"prettier-plugin-embed": "^0.5.0",
|
|
"prettier-plugin-organize-imports": "^4.0.0",
|
|
"tsup": "^8.5.0",
|
|
"turbo": "^2.5.3",
|
|
"typescript": "^5.5.4",
|
|
"vitest": "^2.0.5"
|
|
},
|
|
"packageManager": "pnpm@9.6.0",
|
|
"pnpm": {
|
|
"patchedDependencies": {
|
|
"lightningcss@1.30.1": "patches/lightningcss@1.30.1.patch",
|
|
"@parcel/watcher@2.5.1": "patches/@parcel__watcher@2.5.1.patch"
|
|
}
|
|
}
|
|
}
|