mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Update postcss 8.5.3 → 8.5.4 (patch) (#18225)
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>
This commit is contained in:
parent
8bfbac5d20
commit
288ab3e879
@ -50,7 +50,7 @@
|
||||
"devDependencies": {
|
||||
"@playwright/test": "^1.52.0",
|
||||
"@types/node": "catalog:",
|
||||
"postcss": "8.5.3",
|
||||
"postcss": "8.5.4",
|
||||
"postcss-import": "^16.1.0",
|
||||
"prettier": "catalog:",
|
||||
"prettier-plugin-embed": "^0.5.0",
|
||||
|
||||
41
pnpm-lock.yaml
generated
41
pnpm-lock.yaml
generated
@ -59,11 +59,11 @@ importers:
|
||||
specifier: 'catalog:'
|
||||
version: 20.14.13
|
||||
postcss:
|
||||
specifier: 8.5.3
|
||||
version: 8.5.3
|
||||
specifier: 8.5.4
|
||||
version: 8.5.4
|
||||
postcss-import:
|
||||
specifier: ^16.1.0
|
||||
version: 16.1.0(postcss@8.5.3)
|
||||
version: 16.1.0(postcss@8.5.4)
|
||||
prettier:
|
||||
specifier: 'catalog:'
|
||||
version: 3.5.0
|
||||
@ -75,7 +75,7 @@ importers:
|
||||
version: 4.0.0(prettier@3.5.0)(typescript@5.5.4)
|
||||
tsup:
|
||||
specifier: ^8.5.0
|
||||
version: 8.5.0(jiti@2.4.2)(postcss@8.5.3)(tsx@4.19.1)(typescript@5.5.4)(yaml@2.6.0)
|
||||
version: 8.5.0(jiti@2.4.2)(postcss@8.5.4)(tsx@4.19.1)(typescript@5.5.4)(yaml@2.6.0)
|
||||
turbo:
|
||||
specifier: ^2.5.3
|
||||
version: 2.5.3
|
||||
@ -3718,6 +3718,11 @@ packages:
|
||||
mz@2.7.0:
|
||||
resolution: {integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==}
|
||||
|
||||
nanoid@3.3.11:
|
||||
resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==}
|
||||
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
|
||||
hasBin: true
|
||||
|
||||
nanoid@3.3.7:
|
||||
resolution: {integrity: sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==}
|
||||
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
|
||||
@ -4014,6 +4019,10 @@ packages:
|
||||
resolution: {integrity: sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==}
|
||||
engines: {node: ^10 || ^12 || >=14}
|
||||
|
||||
postcss@8.5.4:
|
||||
resolution: {integrity: sha512-QSa9EBe+uwlGTFmHsPKokv3B/oEMQZxfqW0QqNCyhpa6mB1afzulwn8hihglqAb2pOw+BJgNlmXQ8la2VeHB7w==}
|
||||
engines: {node: ^10 || ^12 || >=14}
|
||||
|
||||
prelude-ls@1.2.1:
|
||||
resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==}
|
||||
engines: {node: '>= 0.8.0'}
|
||||
@ -7728,6 +7737,8 @@ snapshots:
|
||||
object-assign: 4.1.1
|
||||
thenify-all: 1.6.0
|
||||
|
||||
nanoid@3.3.11: {}
|
||||
|
||||
nanoid@3.3.7: {}
|
||||
|
||||
nanoid@3.3.8: {}
|
||||
@ -7918,9 +7929,9 @@ snapshots:
|
||||
read-cache: 1.0.0
|
||||
resolve: 1.22.8
|
||||
|
||||
postcss-import@16.1.0(postcss@8.5.3):
|
||||
postcss-import@16.1.0(postcss@8.5.4):
|
||||
dependencies:
|
||||
postcss: 8.5.3
|
||||
postcss: 8.5.4
|
||||
postcss-value-parser: 4.2.0
|
||||
read-cache: 1.0.0
|
||||
resolve: 1.22.8
|
||||
@ -7937,12 +7948,12 @@ snapshots:
|
||||
optionalDependencies:
|
||||
postcss: 8.4.47
|
||||
|
||||
postcss-load-config@6.0.1(jiti@2.4.2)(postcss@8.5.3)(tsx@4.19.1)(yaml@2.6.0):
|
||||
postcss-load-config@6.0.1(jiti@2.4.2)(postcss@8.5.4)(tsx@4.19.1)(yaml@2.6.0):
|
||||
dependencies:
|
||||
lilconfig: 3.1.2
|
||||
optionalDependencies:
|
||||
jiti: 2.4.2
|
||||
postcss: 8.5.3
|
||||
postcss: 8.5.4
|
||||
tsx: 4.19.1
|
||||
yaml: 2.6.0
|
||||
|
||||
@ -7992,6 +8003,12 @@ snapshots:
|
||||
picocolors: 1.1.1
|
||||
source-map-js: 1.2.1
|
||||
|
||||
postcss@8.5.4:
|
||||
dependencies:
|
||||
nanoid: 3.3.11
|
||||
picocolors: 1.1.1
|
||||
source-map-js: 1.2.1
|
||||
|
||||
prelude-ls@1.2.1: {}
|
||||
|
||||
prettier-plugin-embed@0.5.0:
|
||||
@ -8443,7 +8460,7 @@ snapshots:
|
||||
|
||||
tslib@2.8.0: {}
|
||||
|
||||
tsup@8.5.0(jiti@2.4.2)(postcss@8.5.3)(tsx@4.19.1)(typescript@5.5.4)(yaml@2.6.0):
|
||||
tsup@8.5.0(jiti@2.4.2)(postcss@8.5.4)(tsx@4.19.1)(typescript@5.5.4)(yaml@2.6.0):
|
||||
dependencies:
|
||||
bundle-require: 5.1.0(esbuild@0.25.0)
|
||||
cac: 6.7.14
|
||||
@ -8454,7 +8471,7 @@ snapshots:
|
||||
fix-dts-default-cjs-exports: 1.0.1
|
||||
joycon: 3.1.1
|
||||
picocolors: 1.1.1
|
||||
postcss-load-config: 6.0.1(jiti@2.4.2)(postcss@8.5.3)(tsx@4.19.1)(yaml@2.6.0)
|
||||
postcss-load-config: 6.0.1(jiti@2.4.2)(postcss@8.5.4)(tsx@4.19.1)(yaml@2.6.0)
|
||||
resolve-from: 5.0.0
|
||||
rollup: 4.34.9
|
||||
source-map: 0.8.0-beta.0
|
||||
@ -8463,7 +8480,7 @@ snapshots:
|
||||
tinyglobby: 0.2.12
|
||||
tree-kill: 1.2.2
|
||||
optionalDependencies:
|
||||
postcss: 8.5.3
|
||||
postcss: 8.5.4
|
||||
typescript: 5.5.4
|
||||
transitivePeerDependencies:
|
||||
- jiti
|
||||
@ -8612,7 +8629,7 @@ snapshots:
|
||||
vite@5.4.0(@types/node@20.14.13)(lightningcss@1.30.1(patch_hash=tzyxy3asfxcqc7ihrooumyi5fm))(terser@5.31.6):
|
||||
dependencies:
|
||||
esbuild: 0.21.5
|
||||
postcss: 8.5.3
|
||||
postcss: 8.5.4
|
||||
rollup: 4.34.9
|
||||
optionalDependencies:
|
||||
'@types/node': 20.14.13
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user