Skip to content

Bump @babel/traverse, @tarojs/cli and babel-eslint #66

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

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 @babel/traverse to 7.25.7 and updates ancestor dependencies @babel/traverse, @tarojs/cli and babel-eslint. These dependencies need to be updated together.

Updates @babel/traverse from 7.0.0-beta.44 to 7.25.7

Release notes

Sourced from @​babel/traverse's releases.

v7.25.7 (2024-10-02)

Thanks @​DylanPiercey and @​YuHyeonWook for your first PRs!

🐛 Bug Fix

💅 Polish

🏠 Internal

  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator

🏃‍♀️ Performance

Committers: 8

v7.25.6 (2024-08-29)

Thanks @​j4k0xb for your first PR!

... (truncated)

Changelog

Sourced from @​babel/traverse's changelog.

v7.25.7 (2024-10-02)

🐛 Bug Fix

💅 Polish

🏠 Internal

  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator

🏃‍♀️ Performance

v7.25.6 (2024-08-29)

🐛 Bug Fix

💅 Polish

  • babel-generator, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-duplicate-named-capturing-groups-regex, babel-plugin-transform-named-capturing-groups-regex, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx, babel-plugin-transform-react-pure-annotations, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by nicolo-ribaudo, a new releaser for @​babel/traverse since your current version.


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 babel-eslint from 8.2.6 to 10.1.0

Release notes

Sourced from babel-eslint's releases.

v10.1.0

v10.0.3

Fixes babel/babel-eslint#791, also eslint/eslint#12117

Some context: babel/babel-eslint#793

We ended up going with @​JLHwung's PR babel/babel-eslint#794 which uses ESLint's deps instead of going with peerDeps since it really depends on the version being used and we don't want users to have to install it directly on their own.

babel-eslint is patching patches of the dependencies of ESLint itself so these kinds of issues have happened in the past. We'll need to look into figuring out how to have a more solid way of modifying behavior instead of this monkeypatching type of thing for future releases.

v10.0.2

Fixes babel/babel-eslint#772

v10.0.1

The TypeAlias "conversion" to a function has issues. Sounds like we need to rethink the change, most likely we can just actually change the scoping rather than hardcode an AST change.

v10.0.0

Small breaking change: add a peerDependency starting from the ESLint version that added a parser feature that we were monkeypatching before (and drop that code). If already using ESLint 5 shouldn't be any different.

/* @flow */
type Node<T> = { head: T; tail: Node<T> }
// or
type File = {chunks: Array<Chunk>}
type Chunk = {file: File}

v9.0.0

We've released v7: https://twitter.com/left_pad/status/1034204330352500736, so this just updates babel-eslint to use those versions internally. That in itself doesn't break anything but:

  • Babel now supports the new decorators proposal by default, so we need to switch between the new and the old proposal. This is a breaking change.

To enable the legacy decorators proposal users should add a specific parser option:

{
</tr></table> 

... (truncated)

Commits

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 [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) to 7.25.7 and updates ancestor dependencies [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse), [@tarojs/cli](https://github.com/NervJS/taro) and [babel-eslint](https://github.com/babel/babel-eslint). These dependencies need to be updated together.


Updates `@babel/traverse` from 7.0.0-beta.44 to 7.25.7
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.25.7/packages/babel-traverse)

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 `babel-eslint` from 8.2.6 to 10.1.0
- [Release notes](https://github.com/babel/babel-eslint/releases)
- [Commits](babel/babel-eslint@v8.2.6...v10.1.0)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
- dependency-name: "@tarojs/cli"
  dependency-type: direct:production
- dependency-name: babel-eslint
  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