Skip to content

chore(deps-dev): bump weapp-tailwindcss from 4.2.6 to 4.8.6#16

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 30, 2025

Copy link
Copy Markdown
Contributor

Bumps weapp-tailwindcss from 4.2.6 to 4.8.6.

Release notes

Sourced from weapp-tailwindcss's releases.

weapp-tailwindcss@4.8.6

Patch Changes

  • 9b5a820 Thanks @​sonofmagic! - 统一 Vue 3 编译器依赖到 catalog,确保 weapp-tailwindcss 的构建环境与仓库其他包保持一致。

weapp-tailwindcss@4.8.5

Patch Changes

  • 4bfc52b Thanks @​sonofmagic! - 增强 weapp-tw patch 在 pnpm monorepo 下的体验:按子包 hash 隔离缓存记录,检测不一致时自动重打补丁并刷新元数据;支持 --workspace 扫描工作区逐包补丁,默认读取 pnpm-lock.yaml/workspaces;新增 --cwd 优先级、记录中包含补丁版本与路径信息,避免跨包污染与告警。***

  • f5fa2ca Thanks @​sonofmagic! - 在 tailwindcss@4 未配置 cssEntries 时输出显眼警告,提示使用包含 tailwindcss 引用的 CSS 绝对路径。

  • b0300a4 Thanks @​sonofmagic! - 修复当 cssEntries 指向子目录文件时强制重写 Tailwind v4 base 的问题,优先沿用工作区/用户指定根目录并在多包场景下智能分组;补充整合测试确保通过 getCompilerContext 仍能识别子目录样式并正确重写 bg-[#00aa55] 这类动态类名。

  • 2023d33 Thanks @​sonofmagic! - 修复 Vite 重写 @import 'tailwindcss' 的钩子顺序,确保 uni-app v4 构建时能提前改写为 weapp-tailwindcss

weapp-tailwindcss@4.8.5-alpha.0

Patch Changes

  • 4bfc52b Thanks @​sonofmagic! - 增强 weapp-tw patch 在 pnpm monorepo 下的体验:按子包 hash 隔离缓存记录,检测不一致时自动重打补丁并刷新元数据;支持 --workspace 扫描工作区逐包补丁,默认读取 pnpm-lock.yaml/workspaces;新增 --cwd 优先级、记录中包含补丁版本与路径信息,避免跨包污染与告警。***

  • f5fa2ca Thanks @​sonofmagic! - 在 tailwindcss@4 未配置 cssEntries 时输出显眼警告,提示使用包含 tailwindcss 引用的 CSS 绝对路径。

  • b0300a4 Thanks @​sonofmagic! - 修复当 cssEntries 指向子目录文件时强制重写 Tailwind v4 base 的问题,优先沿用工作区/用户指定根目录并在多包场景下智能分组;补充整合测试确保通过 getCompilerContext 仍能识别子目录样式并正确重写 bg-[#00aa55] 这类动态类名。

  • 2023d33 Thanks @​sonofmagic! - 修复 Vite 重写 @import 'tailwindcss' 的钩子顺序,确保 uni-app v4 构建时能提前改写为 weapp-tailwindcss

weapp-tailwindcss@4.8.4

Patch Changes

  • 68465d3 Thanks @​sonofmagic! - 对 CLI 接入 tailwindcss-patch 8.4 的挂载模型,统一错误处理并在补丁流程中支持清理缓存、记录目标版本,顺带同步类型与 ESLint 相关依赖到最新补丁。

  • 1788e26 Thanks @​sonofmagic! - 修复 splitCode 在压缩模板字符串中保留转义空白导致类名匹配遗漏的问题,保证 mp-alipay 等产物的类名替换正常工作。

  • Updated dependencies [1788e26]:

    • @​weapp-tailwindcss/shared@​1.1.1
    • @​weapp-tailwindcss/postcss@​2.0.4

weapp-tailwindcss@4.8.3

Patch Changes

  • 45aed93 Thanks @​sonofmagic! - - 重构 tailwindcss 上下文,提炼出 workspace 工具模块,解决 PNPM_PACKAGE_NAME 场景下的 workspace 目录解析问题,并补充对应单测,确保 rewriteCssImports 能在过滤构建时正确生效。

  • 7a455f6 Thanks @​sonofmagic! - 修复 webpack demos 在开启 rewriteCssImports 时未能把 @import "tailwindcss" 重写为 weapp-tailwindcss 的问题,确保运行时 loader 会在 PostCSS 之前插入并重写 CSS 导入。

weapp-tailwindcss@4.8.2

Patch Changes

  • af1133d Thanks @​sonofmagic! - 完善默认 basedir 推断逻辑,让 monorepo 子包无需额外配置即可正确绑定 Tailwind,并恢复运行时类名集合。

... (truncated)

Changelog

Sourced from weapp-tailwindcss's changelog.

4.8.6

Patch Changes

  • 9b5a820 Thanks @​sonofmagic! - 统一 Vue 3 编译器依赖到 catalog,确保 weapp-tailwindcss 的构建环境与仓库其他包保持一致。

4.8.5

Patch Changes

  • 4bfc52b Thanks @​sonofmagic! - 增强 weapp-tw patch 在 pnpm monorepo 下的体验:按子包 hash 隔离缓存记录,检测不一致时自动重打补丁并刷新元数据;支持 --workspace 扫描工作区逐包补丁,默认读取 pnpm-lock.yaml/workspaces;新增 --cwd 优先级、记录中包含补丁版本与路径信息,避免跨包污染与告警。***

  • f5fa2ca Thanks @​sonofmagic! - 在 tailwindcss@4 未配置 cssEntries 时输出显眼警告,提示使用包含 tailwindcss 引用的 CSS 绝对路径。

  • b0300a4 Thanks @​sonofmagic! - 修复当 cssEntries 指向子目录文件时强制重写 Tailwind v4 base 的问题,优先沿用工作区/用户指定根目录并在多包场景下智能分组;补充整合测试确保通过 getCompilerContext 仍能识别子目录样式并正确重写 bg-[#00aa55] 这类动态类名。

  • 2023d33 Thanks @​sonofmagic! - 修复 Vite 重写 @import 'tailwindcss' 的钩子顺序,确保 uni-app v4 构建时能提前改写为 weapp-tailwindcss

4.8.5-alpha.0

Patch Changes

  • 4bfc52b Thanks @​sonofmagic! - 增强 weapp-tw patch 在 pnpm monorepo 下的体验:按子包 hash 隔离缓存记录,检测不一致时自动重打补丁并刷新元数据;支持 --workspace 扫描工作区逐包补丁,默认读取 pnpm-lock.yaml/workspaces;新增 --cwd 优先级、记录中包含补丁版本与路径信息,避免跨包污染与告警。***

  • f5fa2ca Thanks @​sonofmagic! - 在 tailwindcss@4 未配置 cssEntries 时输出显眼警告,提示使用包含 tailwindcss 引用的 CSS 绝对路径。

  • b0300a4 Thanks @​sonofmagic! - 修复当 cssEntries 指向子目录文件时强制重写 Tailwind v4 base 的问题,优先沿用工作区/用户指定根目录并在多包场景下智能分组;补充整合测试确保通过 getCompilerContext 仍能识别子目录样式并正确重写 bg-[#00aa55] 这类动态类名。

  • 2023d33 Thanks @​sonofmagic! - 修复 Vite 重写 @import 'tailwindcss' 的钩子顺序,确保 uni-app v4 构建时能提前改写为 weapp-tailwindcss

4.8.4

Patch Changes

  • 68465d3 Thanks @​sonofmagic! - 对 CLI 接入 tailwindcss-patch 8.4 的挂载模型,统一错误处理并在补丁流程中支持清理缓存、记录目标版本,顺带同步类型与 ESLint 相关依赖到最新补丁。

  • 1788e26 Thanks @​sonofmagic! - 修复 splitCode 在压缩模板字符串中保留转义空白导致类名匹配遗漏的问题,保证 mp-alipay 等产物的类名替换正常工作。

  • Updated dependencies [1788e26]:

    • @​weapp-tailwindcss/shared@​1.1.1
    • @​weapp-tailwindcss/postcss@​2.0.4

4.8.3

Patch Changes

  • 45aed93 Thanks @​sonofmagic! - - 重构 tailwindcss 上下文,提炼出 workspace 工具模块,解决 PNPM_PACKAGE_NAME 场景下的 workspace 目录解析问题,并补充对应单测,确保 rewriteCssImports 能在过滤构建时正确生效。

  • 7a455f6 Thanks @​sonofmagic! - 修复 webpack demos 在开启 rewriteCssImports 时未能把 @import "tailwindcss" 重写为 weapp-tailwindcss 的问题,确保运行时 loader 会在 PostCSS 之前插入并重写 CSS 导入。

... (truncated)

Commits
  • 12e687e Version Packages
  • 9b5a820 chore: 统一 Vue 3 编译器依赖到 catalog,确保 weapp-tailwindcss 的构建环境与仓库其他包保持一致。
  • 374485f Version Packages
  • 7730729 Version Packages (alpha)
  • b0300a4 fix: 修复当 cssEntries 指向子目录文件时强制重写 Tailwind v4 base 的问题
  • f4492ad fix: snap
  • 2023d33 fix: 修复 Vite 重写 @import 'tailwindcss' 的钩子顺序
  • a0cc852 chore: tailwindcss unit test
  • 4bfc52b feat: 增强 weapp-tw patch 在 pnpm monorepo 下的体验
  • 9b95505 chore: init reset tailwindcss plugin
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 30, 2025
@dependabot
dependabot Bot requested review from AEnjoy and Sealt as code owners November 30, 2025 19:05
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 30, 2025
Bumps [weapp-tailwindcss](https://github.com/sonofmagic/weapp-tailwindcss/tree/HEAD/packages/weapp-tailwindcss) from 4.2.6 to 4.8.6.
- [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.8.6/packages/weapp-tailwindcss)

---
updated-dependencies:
- dependency-name: weapp-tailwindcss
  dependency-version: 4.8.6
  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.8.6 branch from 4c6b3c8 to 59e9d77 Compare December 7, 2025 08:24
@dependabot @github

dependabot Bot commented on behalf of github Dec 31, 2025

Copy link
Copy Markdown
Contributor Author

Superseded by #24.

@dependabot dependabot Bot closed this Dec 31, 2025
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/weapp-tailwindcss-4.8.6 branch December 31, 2025 19:10
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.

0 participants