authing-js-sdk
authing-js-sdk copied to clipboard
chore(deps): bump postcss, @tarojs/cli, @tarojs/mini-runner and @tarojs/webpack-runner in /examples/miniapp-taro
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
- Fixed
\rparsing to fix CVE-2023-44270.8.4.30
- Improved source map performance (by
@romainmenke).8.4.29
8.4.28
- Fixed
Root.source.endfor better source map (by@romainmenke).- Fixed
Result.roottypes whenprocess()has no parser.8.4.27
- Fixed
Containerclone methods types.8.4.26
- Fixed clone methods types.
8.4.25
- Improve stringify performance (by
@romainmenke).- Fixed docs (by
@vikaskaliramna07).8.4.24
- Fixed
Plugintypes.8.4.23
- Fixed warnings in TypeDoc.
8.4.22
- Fixed TypeScript support with
node16(by@remcohaszing).
Changelog
Sourced from postcss's changelog.
8.4.31
- Fixed
\rparsing to fix CVE-2023-44270.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.endfor better source map (by Romain Menke).- Fixed
Result.roottypes whenprocess()has no parser.8.4.27
- Fixed
Containerclone methods types.8.4.26
- Fixed clone methods types.
8.4.25
- Improve stringify performance (by Romain Menke).
- Fixed docs (by
@vikaskaliramna07).8.4.24
- Fixed
Plugintypes.8.4.23
- Fixed warnings in TypeDoc.
8.4.22
- Fixed TypeScript support with
node16(by Remco Haszing).
Commits
90208deRelease 8.4.31 version58cc860Fix carrier return parsing4fff8e4Improve pnpm test outputcd43ed1Update dependenciescaa916bUpdate dependencies8972f76Typo11a5286Typo45c5501Release 8.4.30 versionbc3c341Update linterb2be58aMerge pull request #1881 from romainmenke/improve-sourcemap-performance--phil...- Additional commits viewable in compare view
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
特性
小程序
- 支持
ScrollView组件二级下拉相关属性,fix #14321 by@TheKonka- 微信小程序支持
Snapshot组件,fix #14560 by@TheKonka- 微信小程序
Video组件支持show-bottom-progress属性,fix #12530 by@TheKonka- 微信小程序
LivePusher组件支持picture-in-picture-mode属性,fix #14551 by@TheKonka- 字节跳动小程序支持
joinGroup组件,fix #14529 by@TheKonkaH5
- React 适配组件库
ScrollView组件支持scrollIntoView相关参数,fix #14032- 新增
CanvasContext中reset方法支持修复
小程序
- 修复支付宝小程序冒泡 id 获取错误,fix #14528 by
@SuJunming- 修复小程序模板第一层没有把自身
nodename传入到 l 中的问题,fix #14562- 修复
mini-runner中wxml、wxsloader 路径问题,fix@14420- 修复
mini-runner中file-loader和 webpack 在 windows 中使用路径失效问题,fix #14427- 修复小程序
createIntersectionObserver方法失效的问题,#14563H5
- 修复
Audio上下文中buffered获取值错误问题,fix@14185by@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
@14371by@al80402Typings
- 完善
ScrollView组件二级下拉类型,by@TheKonka- 完善 AI 视觉算法相关方法类型,by
@smileying- 补充
Snapshot组件相关类型,by@TheKonka- 修复
checkIsAddedToMyMiniProgram方法类型问题,fix #14510 by@Hephaestchore(release): publish 3.6.16
特性
... (truncated)
Commits
ff08effchore(release): publish 3.6.17 (#14586)1146d93chore(release): publish 3.6.17 (#14582)fd9a7d9fix(shared): 修复小程序createIntersectionObserver方法失效的问题,fix #14563 (#14583)fb07ac5fix(helper): 修复 config 文件读取问题a59ea60feat(weapp): support scroll-view refresher-two-level (#14573)20f6cf4feat(weapp): support snapshot component (#14565)456404efeat(types): 补全视觉算法 (#14561)4ef3557fix(runtime): 支付宝小程序冒泡事件id拿取错误 (#14535)da5db02fix(tt): support joinGroup button (#14540)e462f76fix(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
特性
小程序
- 支持
ScrollView组件二级下拉相关属性,fix #14321 by@TheKonka- 微信小程序支持
Snapshot组件,fix #14560 by@TheKonka- 微信小程序
Video组件支持show-bottom-progress属性,fix #12530 by@TheKonka- 微信小程序
LivePusher组件支持picture-in-picture-mode属性,fix #14551 by@TheKonka- 字节跳动小程序支持
joinGroup组件,fix #14529 by@TheKonkaH5
- React 适配组件库
ScrollView组件支持scrollIntoView相关参数,fix #14032- 新增
CanvasContext中reset方法支持修复
小程序
- 修复支付宝小程序冒泡 id 获取错误,fix #14528 by
@SuJunming- 修复小程序模板第一层没有把自身
nodename传入到 l 中的问题,fix #14562- 修复
mini-runner中wxml、wxsloader 路径问题,fix@14420- 修复
mini-runner中file-loader和 webpack 在 windows 中使用路径失效问题,fix #14427- 修复小程序
createIntersectionObserver方法失效的问题,#14563H5
- 修复
Audio上下文中buffered获取值错误问题,fix@14185by@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
@14371by@al80402Typings
- 完善
ScrollView组件二级下拉类型,by@TheKonka- 完善 AI 视觉算法相关方法类型,by
@smileying- 补充
Snapshot组件相关类型,by@TheKonka- 修复
checkIsAddedToMyMiniProgram方法类型问题,fix #14510 by@Hephaestchore(release): publish 3.6.16
特性
... (truncated)
Commits
ff08effchore(release): publish 3.6.17 (#14586)1146d93chore(release): publish 3.6.17 (#14582)fd9a7d9fix(shared): 修复小程序createIntersectionObserver方法失效的问题,fix #14563 (#14583)fb07ac5fix(helper): 修复 config 文件读取问题a59ea60feat(weapp): support scroll-view refresher-two-level (#14573)20f6cf4feat(weapp): support snapshot component (#14565)456404efeat(types): 补全视觉算法 (#14561)4ef3557fix(runtime): 支付宝小程序冒泡事件id拿取错误 (#14535)da5db02fix(tt): support joinGroup button (#14540)e462f76fix(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
特性
小程序
- 支持
ScrollView组件二级下拉相关属性,fix #14321 by@TheKonka- 微信小程序支持
Snapshot组件,fix #14560 by@TheKonka- 微信小程序
Video组件支持show-bottom-progress属性,fix #12530 by@TheKonka- 微信小程序
LivePusher组件支持picture-in-picture-mode属性,fix #14551 by@TheKonka- 字节跳动小程序支持
joinGroup组件,fix #14529 by@TheKonkaH5
- React 适配组件库
ScrollView组件支持scrollIntoView相关参数,fix #14032- 新增
CanvasContext中reset方法支持修复
小程序
- 修复支付宝小程序冒泡 id 获取错误,fix #14528 by
@SuJunming- 修复小程序模板第一层没有把自身
nodename传入到 l 中的问题,fix #14562- 修复
mini-runner中wxml、wxsloader 路径问题,fix@14420- 修复
mini-runner中file-loader和 webpack 在 windows 中使用路径失效问题,fix #14427- 修复小程序
createIntersectionObserver方法失效的问题,#14563H5
- 修复
Audio上下文中buffered获取值错误问题,fix@14185by@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
@14371by@al80402Typings
- 完善
ScrollView组件二级下拉类型,by@TheKonka- 完善 AI 视觉算法相关方法类型,by
@smileying- 补充
Snapshot组件相关类型,by@TheKonka- 修复
checkIsAddedToMyMiniProgram方法类型问题,fix #14510 by@Hephaestchore(release): publish 3.6.16
特性
... (truncated)
Commits
ff08effchore(release): publish 3.6.17 (#14586)1146d93chore(release): publish 3.6.17 (#14582)fd9a7d9fix(shared): 修复小程序createIntersectionObserver方法失效的问题,fix #14563 (#14583)fb07ac5fix(helper): 修复 config 文件读取问题a59ea60feat(weapp): support scroll-view refresher-two-level (#14573)20f6cf4feat(weapp): support snapshot component (#14565)456404efeat(types): 补全视觉算法 (#14561)4ef3557fix(runtime): 支付宝小程序冒泡事件id拿取错误 (#14535)da5db02fix(tt): support joinGroup button (#14540)e462f76fix(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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.