Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump postcss, @tarojs/cli and @tarojs/webpack-runner #67

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 17, 2024

Bumps postcss to 8.4.47 and updates ancestor dependencies postcss, @tarojs/cli and @tarojs/webpack-runner. These dependencies need to be updated together.

Updates postcss from 7.0.39 to 8.4.47

Release notes

Sourced from postcss's releases.

8.4.47

  • Removed debug code.

8.4.46

  • Fixed Cannot read properties of undefined (reading 'before').

8.4.45

  • Removed unnecessary fix which could lead to infinite loop.

8.4.44

  • Another way to fix markClean is not a function error.

8.4.43

  • Fixed markClean is not a function error.

8.4.42

  • Fixed CSS syntax error on long minified files (by @​varpstar).

8.4.41

8.4.40

  • Moved to getter/setter in nodes types to help Sass team (by @​nex3).

8.4.39

8.4.38

8.4.37

  • Fixed original.column are not numbers error in another case.

8.4.36

  • Fixed original.column are not numbers error on broken previous source map.

8.4.35

  • Avoid ! in node.parent.nodes type.
  • Allow to pass undefined to node adding method to simplify types.

8.4.34

8.4.33

8.4.32

... (truncated)

Changelog

Sourced from postcss's changelog.

8.4.47

  • Removed debug code.

8.4.46

  • Fixed Cannot read properties of undefined (reading 'before').

8.4.45

  • Removed unnecessary fix which could lead to infinite loop.

8.4.44

  • Another way to fix markClean is not a function error.

8.4.43

  • Fixed markClean is not a function error.

8.4.42

  • Fixed CSS syntax error on long minified files (by @​varpstar).

8.4.41

8.4.40

  • Moved to getter/setter in nodes types to help Sass team (by @​nex3).

8.4.39

8.4.38

8.4.37

  • Fixed original.column are not numbers error in another case.

8.4.36

  • Fixed original.column are not numbers error on broken previous source map.

8.4.35

  • Avoid ! in node.parent.nodes type.
  • Allow to pass undefined to node adding method to simplify types.

8.4.34

  • Fixed AtRule#nodes type (by Tim Weißenfels).
  • Cleaned up code (by Dmitry Kirillov).

8.4.33

  • Fixed NoWorkResult behavior difference with normal mode (by Romain Menke).
  • Fixed NoWorkResult usage conditions (by @​ahmdammarr).

8.4.32

... (truncated)

Commits

Updates @tarojs/cli from 1.3.37 to 4.0.6

Release notes

Sourced from @​tarojs/cli's releases.

chore(release): publish 4.0.6

H5

  • 修复了在 ScrollView 中嵌套 Swiper 时,Swiper 滑动无响应的问题,by @​zhengyanan1

鸿蒙 Hybrid

  • 替换了 chooseImage 和 chooseVideo 的实现,by @​heweishui

Typings

  • 修正了 Taro.previewImage 方法中 current 字段的类型注释,by @​shu-shackles
  • 将 textProps 移动到 PickerStandardProps 中,以便获得更准确的 TypeScript 提示,by @​Fatpandac

其他

Chore/release 4.0.5

H5 / 小程序 / 鸿蒙 Hybrid

  • 修复了 imageUrlLoaderOption 属性不生效的问题,by @​ZEJIA-LIU

H5

小程序

  • 新增了京东小程序的 Editor、PageContainer、RootPortal 等组件与属性的支持,by @​ZEJIA-LIU
  • 修复了 Solid JSX 类型报错导致 createStore API 使用不了的问题,by @​phy-lei fix #16357

React Native

  • 补全了 React Native 缺失的 PropTypes,by @​koppthe

chore(release): publish 4.0.4

小程序

  • 新增京东小程序对 editor 组件的支持, by @​ZEJIA-LIU
  • 为给小程序默认添加 taro 组件路径 @tarojs/componets/min,by @​ZEJIA-LIU
  • 修复 runtime 变量环境编译导致的问题,by @​ZEJIA-LIU

chore(release): publish 4.0.3

此版本为第一个 Tag 为 latest 的 4.x 版本,所以此发布记录包括了 4.x 以来所有的改动:

  • 鸿蒙端平台支持 —— Web To Harmony
  • 小程序性能优化 —— CompileMode
  • React Native 适配升级 —— 支持 0.73 版本
  • 新的编译系统支持 —— Vite
  • 基建更新改造 —— Rust
  • 新的 DSL 框架支持 —— Solidjs

更详细的内容请关注后续 4.0 正式版本的介绍文章。

chore(release): publish 3.6.35

... (truncated)

Commits
  • 9174d18 chore(release): publish 4.0.6 (#16594)
  • d288a41 fix: 修复4.0.5版本下ScrollView内嵌Swiper时,Swiper滑动无响应的问题 (#16563)
  • 5f249fd Merge pull request #16558 from heweishui/main
  • 4fb85f8 fix: 替换chooseImage和chooseVideo的实现
  • 1ed101a fix: 修复Taro.previewImage方法中current字段的类型注释 (#16322)
  • d6f98fe fix: move textProps into the PickerStandardProps (#16513)
  • 213971f Merge pull request #16264 from kongxiaojun/f-taro-storage-cache-opt
  • 59e05be Merge branch 'main' into f-taro-storage-cache-opt
  • eefb302 fix: 模板 git 忽略 .env.local 文件
  • d8ad60e chore(release): publish 4.0.5 (#16406)
  • Additional commits viewable in compare view

Updates @tarojs/webpack-runner from 1.3.37 to 3.6.35

Release notes

Sourced from @​tarojs/webpack-runner's releases.

chore(release): publish 3.6.35

H5 / 小程序

H5

  • 修复了 Video 组件 mute={true} 时静音按钮状态显示为非静音的问题,by @​kongxiaojun fix #15877

小程序

  • 新增了京东小程序的 Editor、PageContainer、RootPortal 等组件与属性的支持,by @​ZEJIA-LIU

鸿蒙 Hybrid

  • 新增了 exitMiniProgram API 的调用实现,by @​kongxiaojun
  • 修复了跨 Web 容器修改 Storage 后缓存不更新的问题,by @​kongxiaojun

chore(release): publish 3.6.34

小程序

  • 修复了 newBlended 模式下的公共样式文件后缀名错误的问题,by @​qiuziz
  • 修复了百度小程序不支持模版传递函数参数的问题,by @​zhiqingchen
  • 修复了支付宝小程序在未开启 component2 时的生命周期错误问题,by @​zhiqingchen
  • 修复了支付宝小程序的 dataset 在冒泡事件中丢失的问题,by @​zhiqingchen fix #14535
  • 新增支持了 config 传入的 appid,by @​yechunxi

鸿蒙 Hybrid

  • 优化了在处理容器共用时需通过 jsbridge 结合 Taro 的 navigate 进行路由,by @​handsomeliuyang

chore(release): publish 3.6.33

小程序

  • 修复了因 URL SearchParams 参数不规范而导致的页面渲染白屏问题,by @​koppthe fix #15717

鸿蒙 Hybrid

  • 新增了 previewImage 以桥接原生代码,by @​xiaoyan428820
  • 修复了导航栏配置无效和 getLaunchOptionsSync 无返回值的问题,by @​guoenxuan
  • 修复了 IntersectionObserver 相关的接口无效问题,by @​heweishui
  • 优化了部分不支持的 API,修改为继承 H5,by @​licunhao1
  • 修复了 clearStorageSync 报错的问题,by @​guoenxuan
  • 修复了在 dev 模式下桥接到原生端的同步 API 崩溃的问题,by @​guoenxuan

CLI

  • 优化了 CLI 模板展示逻辑,以支持自定义模板名称,by @​koppthe
  • 优化了 taro create 命令,添加 clone 和 sourceRoot 参数,by @​koppthe

chore(release): publish 3.6.32

H5

  • 优化了路由动画,默认关闭 :has() 选择器,可通过配置 config 参数开启,by @​ZEJIA-LIU

鸿蒙 Hybrid

  • 优化了 request 方法以兼容 ArrayBuffer 数据类型,by @​chenai02
  • 优化了 chooseMedia 方法以适应两种不同的实现方式,by @​heweishui

... (truncated)

Commits
  • 23a7d49 chore(release): publish 3.6.35 (#16377)
  • fdc2731 feat: 为react组件库包上一层forwardRef 并且添加一些京东小程序组件 (#16373)
  • 9e13236 Merge pull request #16263 from kongxiaojun/f-taro-storage-cache-opt-3
  • 936c61e fix: examples update
  • d81023d fix: examples update
  • a745c37 feat: 优化Taro Storage缓存,解决跨Web容器修改Storage后缓存不更新
  • 86b2973 feat: 为京东小程序添加editor组件 (#16167)
  • 034a278 fix: [H5] video组件mute={true}时,静音按钮状态显示为非静音 (#15878)
  • a1a11db ci: 3.x分支允许发版 (#16125)
  • d5bd870 Merge pull request #16087 from kongxiaojun/f-exit-api-kxj
  • Additional commits viewable in compare view

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [postcss](https://github.com/postcss/postcss) to 8.4.47 and updates ancestor dependencies [postcss](https://github.com/postcss/postcss), [@tarojs/cli](https://github.com/NervJS/taro) and [@tarojs/webpack-runner](https://github.com/NervJS/taro). These dependencies need to be updated together.


Updates `postcss` from 7.0.39 to 8.4.47
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@7.0.39...8.4.47)

Updates `@tarojs/cli` from 1.3.37 to 4.0.6
- [Release notes](https://github.com/NervJS/taro/releases)
- [Commits](NervJS/taro@v1.3.37...v4.0.6)

Updates `@tarojs/webpack-runner` from 1.3.37 to 3.6.35
- [Release notes](https://github.com/NervJS/taro/releases)
- [Commits](NervJS/taro@v1.3.37...v3.6.35)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
- dependency-name: "@tarojs/cli"
  dependency-type: direct:production
- dependency-name: "@tarojs/webpack-runner"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 17, 2024
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants