Skip to content

chore(deps-dev): bump weapp-tailwindcss from 4.2.6 to 4.9.2#24

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/weapp-tailwindcss-4.9.2
Closed

chore(deps-dev): bump weapp-tailwindcss from 4.2.6 to 4.9.2#24
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/weapp-tailwindcss-4.9.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 31, 2025

Copy link
Copy Markdown
Contributor

Bumps weapp-tailwindcss from 4.2.6 to 4.9.2.

Release notes

Sourced from weapp-tailwindcss's releases.

weapp-tailwindcss@4.9.2

Patch Changes

  • fb723b0 Thanks @​sonofmagic! - 修复配置 cssEntries 时默认强制覆盖 tailwind v4 base 导致 @​config 解析到错误目录的问题,保持用户自定义 base 并让入口目录成为默认解析基准,避免运行时类名收集为空。

  • 94b2c71 Thanks @​sonofmagic! - 修复 tailwindcss v4 在自动收集 cssEntries 时丢失基准目录的问题:从上下文创建 patcher 时附带工作区 base,保留用户显式设置的 v4 base,并在多 patcher 聚合时沿用首个 patcher 的配置。

  • acdfd59 Thanks @​sonofmagic! - 修复 v4 patcher 在提供 cssEntries 時錯誤覆寫 base 導致 @​config 解析失效,補充回歸確保 runtime class set 正確收集並轉義,並依賴升級至修復版 tailwindcss-patch@8.6.1。

weapp-tailwindcss@4.9.2-alpha.2

Patch Changes

  • acdfd59 Thanks @​sonofmagic! - 修复 v4 patcher 在提供 cssEntries 時錯誤覆寫 base 導致 @​config 解析失效,補充回歸確保 runtime class set 正確收集並轉義,並依賴升級至修復版 tailwindcss-patch@8.6.1。

weapp-tailwindcss@4.9.2-alpha.1

Patch Changes

  • 94b2c71 Thanks @​sonofmagic! - 修复 tailwindcss v4 在自动收集 cssEntries 时丢失基准目录的问题:从上下文创建 patcher 时附带工作区 base,保留用户显式设置的 v4 base,并在多 patcher 聚合时沿用首个 patcher 的配置。

weapp-tailwindcss@4.9.1

Patch Changes

  • 4961548 Thanks @​sonofmagic! - 仅在 iOS 编译场景跳过 uni-app-x 预处理样式的 pre 钩子,补充 UNI_UTS_PLATFORM 平台解析工具与相关测试。

weapp-tailwindcss@4.9.0

Minor Changes

  • 01c4f02 Thanks @​sonofmagic! - feat: 默认 tailwindcss-patcher 的缓存策略从 文件缓存,变为内存缓存,可通过配置恢复

Patch Changes

  • 914b61c Thanks @​sonofmagic! - chore: 升级 tailwindcss-patch 优化 windows 系统下发生的 ERROR Unable to persist Tailwind class cache EPERM: operation not permitted, lstat '\?\E:\workspace\uni-app-x-hbuilderx\node_modules.cache\tailwindcss-patch\class-cache.json' 错误报告

weapp-tailwindcss@4.9.0-alpha.0

Minor Changes

  • 01c4f02 Thanks @​sonofmagic! - feat: 默认 tailwindcss-patcher 的缓存策略从 文件缓存,变为内存缓存,可通过配置恢复

Patch Changes

  • 914b61c Thanks @​sonofmagic! - chore: 升级 tailwindcss-patch 优化 windows 系统下发生的 ERROR Unable to persist Tailwind class cache EPERM: operation not permitted, lstat '\?\E:\workspace\uni-app-x-hbuilderx\node_modules.cache\tailwindcss-patch\class-cache.json' 错误报告

weapp-tailwindcss@4.8.15

Patch Changes

  • bb845b5 Thanks @​sonofmagic! - 修复 uni-app-x Vite 插件在 pre 钩子上解析 SCSS 导致 iOS 打包报错的问题,并补充 .uvue lang.scss 回归用例。

weapp-tailwindcss@4.8.14

Patch Changes

... (truncated)

Changelog

Sourced from weapp-tailwindcss's changelog.

4.9.2

Patch Changes

  • fb723b0 Thanks @​sonofmagic! - 修复配置 cssEntries 时默认强制覆盖 tailwind v4 base 导致 @​config 解析到错误目录的问题,保持用户自定义 base 并让入口目录成为默认解析基准,避免运行时类名收集为空。

  • 94b2c71 Thanks @​sonofmagic! - 修复 tailwindcss v4 在自动收集 cssEntries 时丢失基准目录的问题:从上下文创建 patcher 时附带工作区 base,保留用户显式设置的 v4 base,并在多 patcher 聚合时沿用首个 patcher 的配置。

  • acdfd59 Thanks @​sonofmagic! - 修复 v4 patcher 在提供 cssEntries 時錯誤覆寫 base 導致 @​config 解析失效,補充回歸確保 runtime class set 正確收集並轉義,並依賴升級至修復版 tailwindcss-patch@8.6.1。

4.9.2-alpha.2

Patch Changes

  • acdfd59 Thanks @​sonofmagic! - 修复 v4 patcher 在提供 cssEntries 時錯誤覆寫 base 導致 @​config 解析失效,補充回歸確保 runtime class set 正確收集並轉義,並依賴升級至修復版 tailwindcss-patch@8.6.1。

4.9.2-alpha.1

Patch Changes

  • 94b2c71 Thanks @​sonofmagic! - 修复 tailwindcss v4 在自动收集 cssEntries 时丢失基准目录的问题:从上下文创建 patcher 时附带工作区 base,保留用户显式设置的 v4 base,并在多 patcher 聚合时沿用首个 patcher 的配置。

4.9.2-alpha.0

Patch Changes

  • fb723b0 Thanks @​sonofmagic! - 修复配置 cssEntries 时默认强制覆盖 tailwind v4 base 导致 @​config 解析到错误目录的问题,保持用户自定义 base 并让入口目录成为默认解析基准,避免运行时类名收集为空。

4.9.1

Patch Changes

  • 4961548 Thanks @​sonofmagic! - 仅在 iOS 编译场景跳过 uni-app-x 预处理样式的 pre 钩子,补充 UNI_UTS_PLATFORM 平台解析工具与相关测试。

4.9.0

Minor Changes

  • 01c4f02 Thanks @​sonofmagic! - feat: 默认 tailwindcss-patcher 的缓存策略从 文件缓存,变为内存缓存,可通过配置恢复

Patch Changes

  • 914b61c Thanks @​sonofmagic! - chore: 升级 tailwindcss-patch 优化 windows 系统下发生的 ERROR Unable to persist Tailwind class cache EPERM: operation not permitted, lstat '\?\E:\workspace\uni-app-x-hbuilderx\node_modules.cache\tailwindcss-patch\class-cache.json' 错误报告

4.9.0-alpha.0

Minor Changes

  • 01c4f02 Thanks @​sonofmagic! - feat: 默认 tailwindcss-patcher 的缓存策略从 文件缓存,变为内存缓存,可通过配置恢复

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for weapp-tailwindcss since your current version.


Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Dec 31, 2025
@dependabot
dependabot Bot requested review from AEnjoy and Sealt as code owners December 31, 2025 19:10
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Dec 31, 2025
Bumps [weapp-tailwindcss](https://github.com/sonofmagic/weapp-tailwindcss/tree/HEAD/packages/weapp-tailwindcss) from 4.2.6 to 4.9.2.
- [Release notes](https://github.com/sonofmagic/weapp-tailwindcss/releases)
- [Changelog](https://github.com/sonofmagic/weapp-tailwindcss/blob/main/packages/weapp-tailwindcss/CHANGELOG.md)
- [Commits](https://github.com/sonofmagic/weapp-tailwindcss/commits/weapp-tailwindcss@4.9.2/packages/weapp-tailwindcss)

---
updated-dependencies:
- dependency-name: weapp-tailwindcss
  dependency-version: 4.9.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/weapp-tailwindcss-4.9.2 branch from e6254fa to 486b9e8 Compare January 17, 2026 15:17
@Sealt
Sealt force-pushed the dependabot/npm_and_yarn/weapp-tailwindcss-4.9.2 branch from 486b9e8 to 52b4df4 Compare June 23, 2026 17:22
@Sealt Sealt closed this Jul 3, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 3, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/weapp-tailwindcss-4.9.2 branch July 3, 2026 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant