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

chore(deps): bump postcss, @tarojs/cli, @tarojs/mini-runner and @tarojs/webpack-runner in /examples/miniapp-taro #264

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 4, 2023

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

Updates postcss from 8.4.21 to 8.4.31

Release notes

Sourced from postcss's releases.

8.4.31

8.4.30

8.4.29

8.4.28

  • Fixed Root.source.end for better source map (by @​romainmenke).
  • Fixed Result.root types when process() has no parser.

8.4.27

  • Fixed Container clone methods types.

8.4.26

  • Fixed clone methods types.

8.4.25

8.4.24

  • Fixed Plugin types.

8.4.23

  • Fixed warnings in TypeDoc.

8.4.22

Changelog

Sourced from postcss's changelog.

8.4.31

8.4.30

  • Improved source map performance (by Romain Menke).

8.4.29

  • Fixed Node#source.offset (by Ido Rosenthal).
  • Fixed docs (by Christian Oliff).

8.4.28

  • Fixed Root.source.end for better source map (by Romain Menke).
  • Fixed Result.root types when process() has no parser.

8.4.27

  • Fixed Container clone methods types.

8.4.26

  • Fixed clone methods types.

8.4.25

8.4.24

  • Fixed Plugin types.

8.4.23

  • Fixed warnings in TypeDoc.

8.4.22

  • Fixed TypeScript support with node16 (by Remco Haszing).
Commits

Updates @tarojs/cli from 3.5.4 to 3.6.17

Release notes

Sourced from @​tarojs/cli's releases.

chore(release): publish 3.6.17

特性

小程序

H5

  • React 适配组件库 ScrollView 组件支持 scrollIntoView 相关参数,fix #14032
  • 新增 CanvasContextreset 方法支持

修复

小程序

  • 修复支付宝小程序冒泡 id 获取错误,fix #14528 by @​SuJunming
  • 修复小程序模板第一层没有把自身 nodename 传入到 l 中的问题,fix #14562
  • 修复 mini-runnerwxmlwxs loader 路径问题,fix @​14420
  • 修复 mini-runnerfile-loader 和 webpack 在 windows 中使用路径失效问题,fix #14427
  • 修复小程序 createIntersectionObserver 方法失效的问题,#14563

H5

  • 修复 Audio 上下文中 buffered 获取值错误问题,fix @​14185 by @​tangbzai
  • 修复下拉刷新与 ScrollView 组件事件冲突、ScrollView 嵌套事件问题,fix #13697 #13413
  • 修复 ScrollView 组件与 slot-relocation 特性冲突问题,fix #14502
  • 修复 CanvasContext 字体设置;save、restore 方法调用问题
  • 修复 Swiper 组件渲染闪烁问题,fix #14487
  • 优化路由页面显示控制,避免多页同现出现,fix #14478

CLI

  • 修复 config 文件引入文件中使用 node 相关依赖导致报错问题
  • 修复 React18 中 react-dom/client 别名配置,by @​TheKonka
  • 修复 window 环境下路径错误的问题,fix @​14371 by @​al80402

Typings

chore(release): publish 3.6.16

特性

... (truncated)

Commits
  • ff08eff chore(release): publish 3.6.17 (#14586)
  • 1146d93 chore(release): publish 3.6.17 (#14582)
  • fd9a7d9 fix(shared): 修复小程序createIntersectionObserver方法失效的问题,fix #14563 (#14583)
  • fb07ac5 fix(helper): 修复 config 文件读取问题
  • a59ea60 feat(weapp): support scroll-view refresher-two-level (#14573)
  • 20f6cf4 feat(weapp): support snapshot component (#14565)
  • 456404e feat(types): 补全视觉算法 (#14561)
  • 4ef3557 fix(runtime): 支付宝小程序冒泡事件id拿取错误 (#14535)
  • da5db02 fix(tt): support joinGroup button (#14540)
  • e462f76 fix(shared): remove the apply of delayRef to taro.createIntersectionObserver
  • Additional commits viewable in compare view

Updates @tarojs/mini-runner from 3.5.4 to 3.6.17

Release notes

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

chore(release): publish 3.6.17

特性

小程序

H5

  • React 适配组件库 ScrollView 组件支持 scrollIntoView 相关参数,fix #14032
  • 新增 CanvasContextreset 方法支持

修复

小程序

  • 修复支付宝小程序冒泡 id 获取错误,fix #14528 by @​SuJunming
  • 修复小程序模板第一层没有把自身 nodename 传入到 l 中的问题,fix #14562
  • 修复 mini-runnerwxmlwxs loader 路径问题,fix @​14420
  • 修复 mini-runnerfile-loader 和 webpack 在 windows 中使用路径失效问题,fix #14427
  • 修复小程序 createIntersectionObserver 方法失效的问题,#14563

H5

  • 修复 Audio 上下文中 buffered 获取值错误问题,fix @​14185 by @​tangbzai
  • 修复下拉刷新与 ScrollView 组件事件冲突、ScrollView 嵌套事件问题,fix #13697 #13413
  • 修复 ScrollView 组件与 slot-relocation 特性冲突问题,fix #14502
  • 修复 CanvasContext 字体设置;save、restore 方法调用问题
  • 修复 Swiper 组件渲染闪烁问题,fix #14487
  • 优化路由页面显示控制,避免多页同现出现,fix #14478

CLI

  • 修复 config 文件引入文件中使用 node 相关依赖导致报错问题
  • 修复 React18 中 react-dom/client 别名配置,by @​TheKonka
  • 修复 window 环境下路径错误的问题,fix @​14371 by @​al80402

Typings

chore(release): publish 3.6.16

特性

... (truncated)

Commits
  • ff08eff chore(release): publish 3.6.17 (#14586)
  • 1146d93 chore(release): publish 3.6.17 (#14582)
  • fd9a7d9 fix(shared): 修复小程序createIntersectionObserver方法失效的问题,fix #14563 (#14583)
  • fb07ac5 fix(helper): 修复 config 文件读取问题
  • a59ea60 feat(weapp): support scroll-view refresher-two-level (#14573)
  • 20f6cf4 feat(weapp): support snapshot component (#14565)
  • 456404e feat(types): 补全视觉算法 (#14561)
  • 4ef3557 fix(runtime): 支付宝小程序冒泡事件id拿取错误 (#14535)
  • da5db02 fix(tt): support joinGroup button (#14540)
  • e462f76 fix(shared): remove the apply of delayRef to taro.createIntersectionObserver
  • Additional commits viewable in compare view

Updates @tarojs/webpack-runner from 3.5.4 to 3.6.17

Release notes

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

chore(release): publish 3.6.17

特性

小程序

H5

  • React 适配组件库 ScrollView 组件支持 scrollIntoView 相关参数,fix #14032
  • 新增 CanvasContextreset 方法支持

修复

小程序

  • 修复支付宝小程序冒泡 id 获取错误,fix #14528 by @​SuJunming
  • 修复小程序模板第一层没有把自身 nodename 传入到 l 中的问题,fix #14562
  • 修复 mini-runnerwxmlwxs loader 路径问题,fix @​14420
  • 修复 mini-runnerfile-loader 和 webpack 在 windows 中使用路径失效问题,fix #14427
  • 修复小程序 createIntersectionObserver 方法失效的问题,#14563

H5

  • 修复 Audio 上下文中 buffered 获取值错误问题,fix @​14185 by @​tangbzai
  • 修复下拉刷新与 ScrollView 组件事件冲突、ScrollView 嵌套事件问题,fix #13697 #13413
  • 修复 ScrollView 组件与 slot-relocation 特性冲突问题,fix #14502
  • 修复 CanvasContext 字体设置;save、restore 方法调用问题
  • 修复 Swiper 组件渲染闪烁问题,fix #14487
  • 优化路由页面显示控制,避免多页同现出现,fix #14478

CLI

  • 修复 config 文件引入文件中使用 node 相关依赖导致报错问题
  • 修复 React18 中 react-dom/client 别名配置,by @​TheKonka
  • 修复 window 环境下路径错误的问题,fix @​14371 by @​al80402

Typings

chore(release): publish 3.6.16

特性

... (truncated)

Commits
  • ff08eff chore(release): publish 3.6.17 (#14586)
  • 1146d93 chore(release): publish 3.6.17 (#14582)
  • fd9a7d9 fix(shared): 修复小程序createIntersectionObserver方法失效的问题,fix #14563 (#14583)
  • fb07ac5 fix(helper): 修复 config 文件读取问题
  • a59ea60 feat(weapp): support scroll-view refresher-two-level (#14573)
  • 20f6cf4 feat(weapp): support snapshot component (#14565)
  • 456404e feat(types): 补全视觉算法 (#14561)
  • 4ef3557 fix(runtime): 支付宝小程序冒泡事件id拿取错误 (#14535)
  • da5db02 fix(tt): support joinGroup button (#14540)
  • e462f76 fix(shared): remove the apply of delayRef to taro.createIntersectionObserver
  • 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.

…js/webpack-runner

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


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

Updates `@tarojs/cli` from 3.5.4 to 3.6.17
- [Release notes](https://github.com/NervJS/taro/releases)
- [Commits](NervJS/taro@v3.5.4...v3.6.17)

Updates `@tarojs/mini-runner` from 3.5.4 to 3.6.17
- [Release notes](https://github.com/NervJS/taro/releases)
- [Commits](NervJS/taro@v3.5.4...v3.6.17)

Updates `@tarojs/webpack-runner` from 3.5.4 to 3.6.17
- [Release notes](https://github.com/NervJS/taro/releases)
- [Commits](NervJS/taro@v3.5.4...v3.6.17)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 4, 2023
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.

None yet

0 participants