Skip to content

Commit 6cef844

Browse files
authored
Update lightningcss-win32-x64-msvc 1.26.0 → 1.28.1 (minor) (#14956)
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request. ### What changed? #### ✳️ lightningcss-win32-x64-msvc (1.26.0 → 1.28.1) · [Repo](https://github.com/parcel-bundler/lightningcss) <details> <summary>Release Notes</summary> <h4><a href="https://github.com/parcel-bundler/lightningcss/releases/tag/v1.28.0">1.28.0</a></h4> <blockquote><h2 dir="auto">Added</h2> <ul dir="auto"> <li>Add option to avoid hashing <code class="notranslate">@container</code> names in CSS Modules by <a href="https://bounce.depfu.com/github.com/kdy1">@kdy1</a> in <a href="https://bounce.depfu.com/github.com/parcel-bundler/lightningcss/pull/835">#835</a> </li> <li>Improve error message of <code class="notranslate">input:placeholder</code> by <a href="https://bounce.depfu.com/github.com/kdy1">@kdy1</a> in <a href="https://bounce.depfu.com/github.com/parcel-bundler/lightningcss/pull/813">#813</a> </li> <li>Add an error for the deprecated <code class="notranslate">@value</code> at-rule of CSS Modules by <a href="https://bounce.depfu.com/github.com/kdy1">@kdy1</a> in <a href="https://bounce.depfu.com/github.com/parcel-bundler/lightningcss/pull/842">#842</a> </li> </ul> <h2 dir="auto">Fixed</h2> <ul dir="auto"> <li>Don't panic when passing system-color to color-mix by <a href="https://bounce.depfu.com/github.com/inottn">@inottn</a> in <a href="https://bounce.depfu.com/github.com/parcel-bundler/lightningcss/pull/819">#819</a> </li> <li>Dependency updates by <a href="https://bounce.depfu.com/github.com/kornelski">@kornelski</a> in <a href="https://bounce.depfu.com/github.com/parcel-bundler/lightningcss/pull/814">#814</a> </li> <li>Fix order of fallback width, height, and other size related properties – <a href="https://bounce.depfu.com/github.com/parcel-bundler/lightningcss/commit/22a8b6f937d391ca98adb09ae7971f34a46d2b5d"><tt>22a8b6f</tt></a> </li> <li>Fix stack overflow parsing <code class="notranslate">calc</code> expression – <a href="https://bounce.depfu.com/github.com/parcel-bundler/lightningcss/commit/e3c8e12f989651c51d3ae430d888bee7eb058207"><tt>e3c8e12</tt></a> </li> <li>Fix crash when parsing an invalid <code class="notranslate">calc</code> expression – <a href="https://bounce.depfu.com/github.com/parcel-bundler/lightningcss/commit/378955ed60e88b00791b08c32d9e6d39bea7a4c6"><tt>378955e</tt></a> </li> <li>Skip <code class="notranslate">clamp</code> function reduction when the comparison between preferred and max value is unknown – <a href="https://bounce.depfu.com/github.com/parcel-bundler/lightningcss/commit/ddc9ce868d82d893d579643c83a6774fd966f917"><tt>ddc9ce8</tt></a> </li> <li>Update browser compatibility data – <a href="https://bounce.depfu.com/github.com/parcel-bundler/lightningcss/commit/f6b033ffed5f528993607b83c5d015389dedd209"><tt>f6b033f</tt></a> </li> <li>docs: Update help command docs by <a href="https://bounce.depfu.com/github.com/DylanPiercey">@DylanPiercey</a> in <a href="https://bounce.depfu.com/github.com/parcel-bundler/lightningcss/pull/812">#812</a> </li> <li>docs: fix link to visitor type definitions by <a href="https://bounce.depfu.com/github.com/mayank99">@mayank99</a> in <a href="https://bounce.depfu.com/github.com/parcel-bundler/lightningcss/pull/823">#823</a> </li> </ul></blockquote> <p><em>Does any of this look wrong? <a href="https://depfu.com/packages/npm/lightningcss-win32-x64-msvc/feedback">Please let us know.</a></em></p> </details> Sorry, we couldn't find anything useful about this release. --- ![Depfu Status](https://depfu.com/badges/edd6acd35d74c8d41cbb540c30442adf/stats.svg) [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>
1 parent 98c279d commit 6cef844

File tree

2 files changed

+31
-7
lines changed

2 files changed

+31
-7
lines changed

packages/@tailwindcss-standalone/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@
4747
"lightningcss-linux-arm64-musl": "^1.25.1",
4848
"lightningcss-linux-x64-gnu": "^1.25.1",
4949
"lightningcss-linux-x64-musl": "^1.25.1",
50-
"lightningcss-win32-x64-msvc": "^1.25.1"
50+
"lightningcss-win32-x64-msvc": "^1.28.1"
5151
}
5252
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)