Skip to content

chore(deps-dev): bump weapp-tailwindcss from 4.2.6 to 4.3.3#9

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps weapp-tailwindcss from 4.2.6 to 4.3.3.

Release notes

Sourced from weapp-tailwindcss's releases.

weapp-tailwindcss@4.3.3

Patch Changes

  • a247218 Thanks @​sonofmagic! - fix: 升级 tailwindcss-patch@tailwindcss/node 作为依赖,修复 [Bug]: Cannot find module '@​tailwindcss/node'

  • 125d067 Thanks @​sonofmagic! - feat: 优化 webpack 插件缓存 key 的计算方式

  • Updated dependencies [d028fb3]:

    • @​weapp-tailwindcss/postcss@​1.3.1

weapp-tailwindcss@4.3.2

Patch Changes

  • Updated dependencies [4ffb90b]:
    • @​weapp-tailwindcss/postcss@​1.3.0
    • @​weapp-tailwindcss/init@​1.0.7

weapp-tailwindcss@4.3.1

Patch Changes

  • Updated dependencies [d9db976]:
    • @​weapp-tailwindcss/postcss@​1.2.2

weapp-tailwindcss@4.3.0

Minor Changes

  • a56705e Thanks @​sonofmagic! -

    计算模式

    feat: 在 tailwindcss@4 下默认启用 计算模式

    tailwindcss@4 下,默认启用计算模式。tailwindcss@3 默认不启用。

    此模式下会去预编译所有的 css 变量和 calc 计算表达式。

    这个模式可以解决很多手机机型 calc rpx 单位的兼容问题

    可通过传入 cssCalc 配置项 false 来关闭这个功能

    详见: https://tw.icebreaker.top/docs/api/interfaces/UserDefinedOptions#csscalc

    新增配置项

    feat: 添加 px2rpx 配置项, 用于控制是否将 px 单位转换为 rpx 单位, 默认为 false

    传入 true 则会将所有的 px 单位, 1:1 转换为 rpx 单位

    假如需要更多的转化方式,可以传入一个 object, 配置项见 https://www.npmjs.com/package/postcss-pxtransform

... (truncated)

Changelog

Sourced from weapp-tailwindcss's changelog.

4.3.3

Patch Changes

  • a247218 Thanks @​sonofmagic! - fix: 升级 tailwindcss-patch@tailwindcss/node 作为依赖,修复 [Bug]: Cannot find module '@​tailwindcss/node'

  • 125d067 Thanks @​sonofmagic! - feat: 优化 webpack 插件缓存 key 的计算方式

  • Updated dependencies [d028fb3]:

    • @​weapp-tailwindcss/postcss@​1.3.1

4.3.2

Patch Changes

  • Updated dependencies [4ffb90b]:
    • @​weapp-tailwindcss/postcss@​1.3.0
    • @​weapp-tailwindcss/init@​1.0.7

4.3.1

Patch Changes

  • Updated dependencies [d9db976]:
    • @​weapp-tailwindcss/postcss@​1.2.2

4.3.0

Minor Changes

  • a56705e Thanks @​sonofmagic! -

    计算模式

    feat: 在 tailwindcss@4 下默认启用 计算模式

    tailwindcss@4 下,默认启用计算模式。tailwindcss@3 默认不启用。

    此模式下会去预编译所有的 css 变量和 calc 计算表达式。

    这个模式可以解决很多手机机型 calc rpx 单位的兼容问题

    可通过传入 cssCalc 配置项 false 来关闭这个功能

    详见: https://tw.icebreaker.top/docs/api/interfaces/UserDefinedOptions#csscalc

    新增配置项

    feat: 添加 px2rpx 配置项, 用于控制是否将 px 单位转换为 rpx 单位, 默认为 false

... (truncated)

Commits

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.

Bumps [weapp-tailwindcss](https://github.com/sonofmagic/weapp-tailwindcss/tree/HEAD/packages/weapp-tailwindcss) from 4.2.6 to 4.3.3.
- [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.3.3/packages/weapp-tailwindcss)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 30, 2025
@dependabot
dependabot Bot requested review from AEnjoy and Sealt as code owners September 30, 2025 19:05
@dependabot @github

dependabot Bot commented on behalf of github Nov 30, 2025

Copy link
Copy Markdown
Contributor Author

Superseded by #16.

@dependabot dependabot Bot closed this Nov 30, 2025
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/weapp-tailwindcss-4.3.3 branch November 30, 2025 19:05
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