diff --git a/.github/workflows/build-rust-binding.yml b/.github/workflows/build-rust-binding.yml index 871c2d97f697..a260d42e03e8 100644 --- a/.github/workflows/build-rust-binding.yml +++ b/.github/workflows/build-rust-binding.yml @@ -29,6 +29,7 @@ jobs: docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian build: |- set -e && + npm install -g corepack@0.31.0 && pnpm build:binding:release --target x86_64-unknown-linux-gnu && strip crates/native_binding/*.node - host: ubuntu-20.04 diff --git a/crates/native_binding/package.json b/crates/native_binding/package.json index c1dcc9c30779..574a6993a883 100644 --- a/crates/native_binding/package.json +++ b/crates/native_binding/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/binding", - "version": "4.0.9", + "version": "4.0.10-beta.1", "description": "Node binding for taro", "main": "binding.js", "typings": "binding.d.ts", diff --git a/npm/darwin-arm64/package.json b/npm/darwin-arm64/package.json index 6029507afee5..8c43789af1d6 100644 --- a/npm/darwin-arm64/package.json +++ b/npm/darwin-arm64/package.json @@ -1,7 +1,7 @@ { "name": "@tarojs/binding-darwin-arm64", "description": "Native binding for taro", - "version": "4.0.9", + "version": "4.0.10-beta.1", "os": [ "darwin" ], diff --git a/npm/darwin-x64/package.json b/npm/darwin-x64/package.json index 909d088f7ed7..d9de2f7467e1 100644 --- a/npm/darwin-x64/package.json +++ b/npm/darwin-x64/package.json @@ -1,7 +1,7 @@ { "name": "@tarojs/binding-darwin-x64", "description": "Native binding for taro", - "version": "4.0.9", + "version": "4.0.10-beta.1", "os": [ "darwin" ], diff --git a/npm/linux-x64-gnu/package.json b/npm/linux-x64-gnu/package.json index a0a907023b8d..f2da01f78270 100644 --- a/npm/linux-x64-gnu/package.json +++ b/npm/linux-x64-gnu/package.json @@ -1,7 +1,7 @@ { "name": "@tarojs/binding-linux-x64-gnu", "description": "Native binding for taro", - "version": "4.0.9", + "version": "4.0.10-beta.1", "os": [ "linux" ], diff --git a/npm/linux-x64-musl/package.json b/npm/linux-x64-musl/package.json index f5c9e8e1d64d..9851d7df5006 100644 --- a/npm/linux-x64-musl/package.json +++ b/npm/linux-x64-musl/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/binding-linux-x64-musl", - "version": "4.0.9", + "version": "4.0.10-beta.1", "os": [ "linux" ], diff --git a/npm/win32-x64-msvc/package.json b/npm/win32-x64-msvc/package.json index 914aedb0a842..915753b73120 100644 --- a/npm/win32-x64-msvc/package.json +++ b/npm/win32-x64-msvc/package.json @@ -1,7 +1,7 @@ { "name": "@tarojs/binding-win32-x64-msvc", "description": "Native binding for taro", - "version": "4.0.9", + "version": "4.0.10-beta.1", "os": [ "win32" ], diff --git a/package.json b/package.json index 2393af77ea21..8e5234d64990 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "taro", - "version": "4.0.9", + "version": "4.0.10-beta.1", "description": "开放式跨端跨框架开发解决方案", "homepage": "https://github.com/NervJS/taro#readme", "author": "O2Team", diff --git a/packages/babel-plugin-transform-react-jsx-to-rn-stylesheet/package.json b/packages/babel-plugin-transform-react-jsx-to-rn-stylesheet/package.json index 11715276361b..dac25d318e50 100644 --- a/packages/babel-plugin-transform-react-jsx-to-rn-stylesheet/package.json +++ b/packages/babel-plugin-transform-react-jsx-to-rn-stylesheet/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-react-jsx-to-rn-stylesheet", - "version": "4.0.9", + "version": "4.0.10-beta.1", "description": "Transform stylesheet selector to style in JSX Elements.", "author": "O2Team", "license": "MIT", diff --git a/packages/babel-plugin-transform-solid-jsx/package.json b/packages/babel-plugin-transform-solid-jsx/package.json index 86d858e04c40..43a8e56a68ce 100644 --- a/packages/babel-plugin-transform-solid-jsx/package.json +++ b/packages/babel-plugin-transform-solid-jsx/package.json @@ -1,7 +1,7 @@ { "name": "babel-plugin-transform-solid-jsx", "description": "A JSX to DOM plugin that wraps expressions for fine grained change detection", - "version": "4.0.9", + "version": "4.0.10-beta.1", "license": "MIT", "repository": { "type": "git", diff --git a/packages/babel-plugin-transform-taroapi/package.json b/packages/babel-plugin-transform-taroapi/package.json index b4678f33b63b..ff20933a747a 100644 --- a/packages/babel-plugin-transform-taroapi/package.json +++ b/packages/babel-plugin-transform-taroapi/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-taroapi", - "version": "4.0.9", + "version": "4.0.10-beta.1", "author": "O2Team", "license": "MIT", "main": "dist/index.js", diff --git a/packages/babel-preset-taro/package.json b/packages/babel-preset-taro/package.json index 50fd58e2a6c3..8c4cda4d2ae2 100644 --- a/packages/babel-preset-taro/package.json +++ b/packages/babel-preset-taro/package.json @@ -1,6 +1,6 @@ { "name": "babel-preset-taro", - "version": "4.0.9", + "version": "4.0.10-beta.1", "description": "Taro babel preset", "author": "O2Team", "license": "MIT", diff --git a/packages/create-app/package.json b/packages/create-app/package.json index 4dd889e2fe44..c6c1482fc9e4 100644 --- a/packages/create-app/package.json +++ b/packages/create-app/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/create-app", - "version": "4.0.9", + "version": "4.0.10-beta.1", "description": "create taro app with one command", "author": "O2Team", "license": "MIT", diff --git a/packages/css-to-react-native/package.json b/packages/css-to-react-native/package.json index 1b138cabc133..ebb1525e78e9 100644 --- a/packages/css-to-react-native/package.json +++ b/packages/css-to-react-native/package.json @@ -1,7 +1,7 @@ { "name": "taro-css-to-react-native", "description": "Convert CSS text to a React Native stylesheet object", - "version": "4.0.9", + "version": "4.0.10-beta.1", "author": "O2Team", "license": "MIT", "main": "dist/index.js", diff --git a/packages/eslint-config-taro/package.json b/packages/eslint-config-taro/package.json index 5af347259285..958921bec4a4 100644 --- a/packages/eslint-config-taro/package.json +++ b/packages/eslint-config-taro/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-taro", - "version": "4.0.9", + "version": "4.0.10-beta.1", "description": "Taro specific linting rules for ESLint", "author": "O2Team", "license": "MIT", diff --git a/packages/jest-helper/package.json b/packages/jest-helper/package.json index 7cb7a945270f..6da5f29680cb 100644 --- a/packages/jest-helper/package.json +++ b/packages/jest-helper/package.json @@ -1,6 +1,6 @@ { "name": "jest-taro-helper", - "version": "4.0.9", + "version": "4.0.10-beta.1", "description": "jest helper for taro", "private": true, "author": "O2Team", diff --git a/packages/postcss-html-transform/package.json b/packages/postcss-html-transform/package.json index a3485e20b2e0..eff4fd3f26b9 100644 --- a/packages/postcss-html-transform/package.json +++ b/packages/postcss-html-transform/package.json @@ -1,6 +1,6 @@ { "name": "postcss-html-transform", - "version": "4.0.9", + "version": "4.0.10-beta.1", "description": "transform html tag name selector", "author": "O2Team", "license": "MIT", diff --git a/packages/postcss-plugin-constparse/package.json b/packages/postcss-plugin-constparse/package.json index 1ba686458614..308c0c9e173f 100644 --- a/packages/postcss-plugin-constparse/package.json +++ b/packages/postcss-plugin-constparse/package.json @@ -1,6 +1,6 @@ { "name": "postcss-plugin-constparse", - "version": "4.0.9", + "version": "4.0.10-beta.1", "description": "parse constants defined in config", "author": "O2Team", "license": "MIT", diff --git a/packages/postcss-pxtransform/package.json b/packages/postcss-pxtransform/package.json index 82542765a34e..ada6fa5c5f42 100644 --- a/packages/postcss-pxtransform/package.json +++ b/packages/postcss-pxtransform/package.json @@ -1,6 +1,6 @@ { "name": "postcss-pxtransform", - "version": "4.0.9", + "version": "4.0.10-beta.1", "description": "PostCSS plugin px 转小程序 rpx及h5 rem 单位", "author": "O2Team", "license": "MIT", diff --git a/packages/postcss-unit-transform/package.json b/packages/postcss-unit-transform/package.json index f8e0da97a686..9bade1f15c27 100644 --- a/packages/postcss-unit-transform/package.json +++ b/packages/postcss-unit-transform/package.json @@ -1,6 +1,6 @@ { "name": "postcss-taro-unit-transform", - "version": "4.0.9", + "version": "4.0.10-beta.1", "description": "小程序单位转换", "author": "O2Team", "license": "MIT", diff --git a/packages/rollup-plugin-copy/package.json b/packages/rollup-plugin-copy/package.json index bbfbd32e4a75..2ae99e9412b3 100644 --- a/packages/rollup-plugin-copy/package.json +++ b/packages/rollup-plugin-copy/package.json @@ -1,6 +1,6 @@ { "name": "rollup-plugin-copy", - "version": "4.0.9", + "version": "4.0.10-beta.1", "description": "rollup-plugin-copy for taro", "private": true, "author": "O2Team", diff --git a/packages/shared/package.json b/packages/shared/package.json index 1b661c026c49..b1000b6593b3 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/shared", - "version": "4.0.9", + "version": "4.0.10-beta.1", "description": "Taro utils internal use.", "author": "O2Team", "license": "MIT", diff --git a/packages/stylelint-config-taro-rn/package.json b/packages/stylelint-config-taro-rn/package.json index 4539c54f3a44..3847844c1b53 100644 --- a/packages/stylelint-config-taro-rn/package.json +++ b/packages/stylelint-config-taro-rn/package.json @@ -1,6 +1,6 @@ { "name": "stylelint-config-taro-rn", - "version": "4.0.9", + "version": "4.0.10-beta.1", "description": "Shareable stylelint config for React Native CSS modules", "author": "O2Team", "license": "MIT", diff --git a/packages/stylelint-taro-rn/package.json b/packages/stylelint-taro-rn/package.json index e60442980211..5cc76bde809e 100644 --- a/packages/stylelint-taro-rn/package.json +++ b/packages/stylelint-taro-rn/package.json @@ -1,6 +1,6 @@ { "name": "stylelint-taro-rn", - "version": "4.0.9", + "version": "4.0.10-beta.1", "description": "A collection of React Native specific rules for stylelint", "author": "O2Team", "license": "MIT", diff --git a/packages/stylelint-taro/package.json b/packages/stylelint-taro/package.json index f118d5654ea2..814b0bb1c8d5 100644 --- a/packages/stylelint-taro/package.json +++ b/packages/stylelint-taro/package.json @@ -1,6 +1,6 @@ { "name": "stylelint-taro", - "version": "4.0.9", + "version": "4.0.10-beta.1", "description": "Taro stylelint 规则集合", "author": "O2Team", "license": "MIT", diff --git a/packages/taro-api/package.json b/packages/taro-api/package.json index 94414eb5ceb7..1bdd03095fd7 100644 --- a/packages/taro-api/package.json +++ b/packages/taro-api/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/api", - "version": "4.0.9", + "version": "4.0.10-beta.1", "description": "Taro common API", "author": "O2Team", "license": "MIT", diff --git a/packages/taro-cli-convertor/package.json b/packages/taro-cli-convertor/package.json index 360914c665cd..8a2b88172640 100644 --- a/packages/taro-cli-convertor/package.json +++ b/packages/taro-cli-convertor/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/cli-convertor", - "version": "4.0.9", + "version": "4.0.10-beta.1", "description": "cli tool for taro-convert", "author": "O2Team", "license": "MIT", diff --git a/packages/taro-cli/package.json b/packages/taro-cli/package.json index 706d62c59562..921afe05fdc3 100644 --- a/packages/taro-cli/package.json +++ b/packages/taro-cli/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/cli", - "version": "4.0.9", + "version": "4.0.10-beta.1", "description": "cli tool for taro", "author": "O2Team", "license": "MIT", diff --git a/packages/taro-components-advanced/package.json b/packages/taro-components-advanced/package.json index 1e86c17ad2bc..183dd828a288 100644 --- a/packages/taro-components-advanced/package.json +++ b/packages/taro-components-advanced/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/components-advanced", - "version": "4.0.9", + "version": "4.0.10-beta.1", "description": "", "author": "O2Team", "license": "MIT", diff --git a/packages/taro-components-library-react/package.json b/packages/taro-components-library-react/package.json index e371b63f2b86..3e143269fdf0 100644 --- a/packages/taro-components-library-react/package.json +++ b/packages/taro-components-library-react/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/components-library-react", - "version": "4.0.9", + "version": "4.0.10-beta.1", "description": "Taro 组件库 React 版本库", "private": true, "author": "O2Team", diff --git a/packages/taro-components-library-solid/package.json b/packages/taro-components-library-solid/package.json index 6b2d9298c149..98aa682b5be8 100644 --- a/packages/taro-components-library-solid/package.json +++ b/packages/taro-components-library-solid/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/components-library-solid", - "version": "4.0.9", + "version": "4.0.10-beta.1", "description": "Taro 组件库 Solid 版本库", "private": true, "main": "index.js", diff --git a/packages/taro-components-library-vue3/package.json b/packages/taro-components-library-vue3/package.json index ebd7a96fcb92..42de1b199514 100644 --- a/packages/taro-components-library-vue3/package.json +++ b/packages/taro-components-library-vue3/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/components-library-vue3", - "version": "4.0.9", + "version": "4.0.10-beta.1", "description": "Taro 组件库 Vue3 版本库", "private": true, "author": "O2Team", diff --git a/packages/taro-components-react/package.json b/packages/taro-components-react/package.json index f4e8c84f809a..1931f9330971 100644 --- a/packages/taro-components-react/package.json +++ b/packages/taro-components-react/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/components-react", - "version": "4.0.9", + "version": "4.0.10-beta.1", "description": "", "main:h5": "dist/index.js", "main": "dist/index.js", diff --git a/packages/taro-components-rn/package.json b/packages/taro-components-rn/package.json index 4816d10441ba..c4f58c05f65c 100644 --- a/packages/taro-components-rn/package.json +++ b/packages/taro-components-rn/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/components-rn", - "version": "4.0.9", + "version": "4.0.10-beta.1", "description": "React Native 基础组件", "author": "O2Team", "license": "MIT", diff --git a/packages/taro-components/package.json b/packages/taro-components/package.json index d957c4d991d1..6d3518658793 100644 --- a/packages/taro-components/package.json +++ b/packages/taro-components/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/components", - "version": "4.0.9", + "version": "4.0.10-beta.1", "description": "Taro 组件库", "browser": "dist/index.js", "main:h5": "dist/index.js", diff --git a/packages/taro-extend/package.json b/packages/taro-extend/package.json index 9554922dd511..693b93b3dc73 100644 --- a/packages/taro-extend/package.json +++ b/packages/taro-extend/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/extend", - "version": "4.0.9", + "version": "4.0.10-beta.1", "description": "Taro extend functionality", "author": "O2Team", "license": "MIT", diff --git a/packages/taro-framework-react/package.json b/packages/taro-framework-react/package.json index 9c4e3e4d0d92..14263bc1fb41 100644 --- a/packages/taro-framework-react/package.json +++ b/packages/taro-framework-react/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/plugin-framework-react", - "version": "4.0.9", + "version": "4.0.10-beta.1", "description": "React/Preact 框架插件", "author": "O2Team", "homepage": "https://github.com/nervjs/taro", diff --git a/packages/taro-framework-solid/package.json b/packages/taro-framework-solid/package.json index d795b98147c3..e6ce607b8089 100644 --- a/packages/taro-framework-solid/package.json +++ b/packages/taro-framework-solid/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/plugin-framework-solid", - "version": "4.0.9", + "version": "4.0.10-beta.1", "description": "Solid 框架插件", "author": "drchan", "homepage": "https://github.com/nervjs/taro", diff --git a/packages/taro-framework-vue3/package.json b/packages/taro-framework-vue3/package.json index ce9b8ac7f116..6a918829caf7 100644 --- a/packages/taro-framework-vue3/package.json +++ b/packages/taro-framework-vue3/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/plugin-framework-vue3", - "version": "4.0.9", + "version": "4.0.10-beta.1", "description": "Vue3 框架插件", "author": "O2Team", "homepage": "https://github.com/nervjs/taro", diff --git a/packages/taro-h5/package.json b/packages/taro-h5/package.json index 5c6803c51aaa..46011778c2cd 100644 --- a/packages/taro-h5/package.json +++ b/packages/taro-h5/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/taro-h5", - "version": "4.0.9", + "version": "4.0.10-beta.1", "description": "Taro h5 framework", "browser": "dist/index.js", "main:h5": "dist/index.esm.js", diff --git a/packages/taro-helper/package.json b/packages/taro-helper/package.json index 21f6211f0e28..27c9005f23a6 100644 --- a/packages/taro-helper/package.json +++ b/packages/taro-helper/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/helper", - "version": "4.0.9", + "version": "4.0.10-beta.1", "description": "Taro Helper", "author": "O2Team", "license": "MIT", diff --git a/packages/taro-loader/package.json b/packages/taro-loader/package.json index 10ad5010e070..aaa5a2853ed7 100644 --- a/packages/taro-loader/package.json +++ b/packages/taro-loader/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/taro-loader", - "version": "4.0.9", + "version": "4.0.10-beta.1", "description": "Taro runner use webpack loader", "author": "O2Team", "license": "MIT", diff --git a/packages/taro-platform-alipay/package.json b/packages/taro-platform-alipay/package.json index 1c2336abdc23..d85452514d40 100644 --- a/packages/taro-platform-alipay/package.json +++ b/packages/taro-platform-alipay/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/plugin-platform-alipay", - "version": "4.0.9", + "version": "4.0.10-beta.1", "description": "支付宝小程序平台插件", "author": "O2Team", "license": "MIT", diff --git a/packages/taro-platform-h5/package.json b/packages/taro-platform-h5/package.json index 6c58df299216..5bb762c18e2c 100644 --- a/packages/taro-platform-h5/package.json +++ b/packages/taro-platform-h5/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/plugin-platform-h5", - "version": "4.0.9", + "version": "4.0.10-beta.1", "description": "Web 端平台插件", "author": "O2Team", "license": "MIT", diff --git a/packages/taro-platform-h5/src/program.ts b/packages/taro-platform-h5/src/program.ts index a635cf8a683d..45655bab27b4 100644 --- a/packages/taro-platform-h5/src/program.ts +++ b/packages/taro-platform-h5/src/program.ts @@ -96,9 +96,11 @@ export default class H5 extends TaroPlatformWeb { const rules = chain.module.rules const script = rules.get('script') const babelLoader = script.uses.get('babelLoader') + const options = babelLoader.get('options') babelLoader.set('options', { - ...babelLoader.get('options'), + ...options, plugins: [ + ...(options.plugins || []), [ require('babel-plugin-transform-taroapi'), { diff --git a/packages/taro-platform-harmony-hybrid/package.json b/packages/taro-platform-harmony-hybrid/package.json index 42b410400e1f..fe7381f9a080 100644 --- a/packages/taro-platform-harmony-hybrid/package.json +++ b/packages/taro-platform-harmony-hybrid/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/plugin-platform-harmony-hybrid", - "version": "4.0.9", + "version": "4.0.10-beta.1", "description": "Harmony 端平台插件", "author": "O2Team", "license": "MIT", diff --git a/packages/taro-platform-harmony/package.json b/packages/taro-platform-harmony/package.json index 48953fd3bc1e..9313e5f699ba 100644 --- a/packages/taro-platform-harmony/package.json +++ b/packages/taro-platform-harmony/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/plugin-platform-harmony-ets", - "version": "4.0.9", + "version": "4.0.10-beta.1", "description": "OpenHarmony & 鸿蒙系统插件", "author": "O2Team", "homepage": "https://gitee.com/openharmony-sig/taro", diff --git a/packages/taro-platform-jd/package.json b/packages/taro-platform-jd/package.json index 69319a8472f7..63e42d6e2373 100644 --- a/packages/taro-platform-jd/package.json +++ b/packages/taro-platform-jd/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/plugin-platform-jd", - "version": "4.0.9", + "version": "4.0.10-beta.1", "description": "京东小程序平台插件", "author": "O2Team", "license": "MIT", diff --git a/packages/taro-platform-qq/package.json b/packages/taro-platform-qq/package.json index 6dad4c3223c9..5fe1ff857332 100644 --- a/packages/taro-platform-qq/package.json +++ b/packages/taro-platform-qq/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/plugin-platform-qq", - "version": "4.0.9", + "version": "4.0.10-beta.1", "description": "QQ 小程序平台插件", "author": "O2Team", "license": "MIT", diff --git a/packages/taro-platform-swan/package.json b/packages/taro-platform-swan/package.json index 5dfc7595e4ad..3bb23ce3b70d 100644 --- a/packages/taro-platform-swan/package.json +++ b/packages/taro-platform-swan/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/plugin-platform-swan", - "version": "4.0.9", + "version": "4.0.10-beta.1", "description": "百度小程序平台插件", "author": "O2Team", "license": "MIT", diff --git a/packages/taro-platform-tt/package.json b/packages/taro-platform-tt/package.json index a64647f73a1f..6b208c7b722b 100644 --- a/packages/taro-platform-tt/package.json +++ b/packages/taro-platform-tt/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/plugin-platform-tt", - "version": "4.0.9", + "version": "4.0.10-beta.1", "description": "头条小程序平台插件", "author": "O2Team", "license": "MIT", diff --git a/packages/taro-platform-weapp/package.json b/packages/taro-platform-weapp/package.json index 88748872fefb..32daa90fd899 100644 --- a/packages/taro-platform-weapp/package.json +++ b/packages/taro-platform-weapp/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/plugin-platform-weapp", - "version": "4.0.9", + "version": "4.0.10-beta.1", "description": "微信小程序平台插件", "author": "O2Team", "license": "MIT", diff --git a/packages/taro-plugin-html/package.json b/packages/taro-plugin-html/package.json index bc45a8f1ceeb..978996f8ca4f 100644 --- a/packages/taro-plugin-html/package.json +++ b/packages/taro-plugin-html/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/plugin-html", - "version": "4.0.9", + "version": "4.0.10-beta.1", "description": "Taro 小程序端支持使用 HTML 标签的插件", "author": "O2Team", "license": "MIT", diff --git a/packages/taro-plugin-http/package.json b/packages/taro-plugin-http/package.json index a385d9b4a89c..6f253b1c68d5 100644 --- a/packages/taro-plugin-http/package.json +++ b/packages/taro-plugin-http/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/plugin-http", - "version": "4.0.9", + "version": "4.0.10-beta.1", "description": "Taro 小程序端支持使用 web 请求 的插件", "author": "O2Team", "license": "MIT", diff --git a/packages/taro-plugin-inject/package.json b/packages/taro-plugin-inject/package.json index 42e00bec2b43..18701700b556 100644 --- a/packages/taro-plugin-inject/package.json +++ b/packages/taro-plugin-inject/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/plugin-inject", - "version": "4.0.9", + "version": "4.0.10-beta.1", "description": "Taro 小程序端平台中间层插件", "author": "O2Team", "homepage": "https://github.com/nervjs/taro", diff --git a/packages/taro-plugin-mini-ci/package.json b/packages/taro-plugin-mini-ci/package.json index ac89ec84530d..7eda69303ea7 100644 --- a/packages/taro-plugin-mini-ci/package.json +++ b/packages/taro-plugin-mini-ci/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/plugin-mini-ci", - "version": "4.0.9", + "version": "4.0.10-beta.1", "description": "Taro 小程序端构建后支持CI(持续集成)的插件", "keywords": [ "Taro", @@ -32,6 +32,7 @@ "node": ">= 18" }, "dependencies": { + "axios": "^1.6.8", "jimp": "^0.22.12", "jsqr": "^1.4.0", "minimist": "^1.2.8", diff --git a/packages/taro-plugin-mini-ci/src/utils/qrcode.ts b/packages/taro-plugin-mini-ci/src/utils/qrcode.ts index 95e29daa2c98..c05998c49216 100644 --- a/packages/taro-plugin-mini-ci/src/utils/qrcode.ts +++ b/packages/taro-plugin-mini-ci/src/utils/qrcode.ts @@ -1,3 +1,7 @@ +/* eslint-disable no-console */ +import { existsSync } from 'node:fs' + +import axios from 'axios' import * as Jimp from 'jimp' import jsQR from 'jsqr' import * as QRCode from 'qrcode' @@ -7,8 +11,24 @@ import * as QRCode from 'qrcode' * @param imagePath 图片路径 */ export async function readQrcodeImageContent (imagePath: string): Promise { + // 网络图片优先用axios获取,避免某些云环境下由于原生fetch对代理支持度不够引起的问题 + let imageBuffer: Buffer + if (!existsSync(imagePath)) { + try { + const response = await axios({ + method: 'get', + url: imagePath, + responseType: 'arraybuffer', + timeout: 8000 + }) + imageBuffer = response.data + } catch (error) { + console.log(`axios获取图片失败: ${error.message}`) + } + } + return new Promise((resolve, reject) => { - Jimp.read(imagePath, function (err, image) { + Jimp.read(imageBuffer || imagePath, function (err, image) { if (err) { reject(err) return diff --git a/packages/taro-plugin-react-devtools/package.json b/packages/taro-plugin-react-devtools/package.json index d47d51d99961..2fe548373c8e 100644 --- a/packages/taro-plugin-react-devtools/package.json +++ b/packages/taro-plugin-react-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/plugin-react-devtools", - "version": "4.0.9", + "version": "4.0.10-beta.1", "description": "Taro 小程序端支持使用 React DevTools 的插件", "author": "O2Team", "license": "MIT", diff --git a/packages/taro-plugin-vue-devtools/package.json b/packages/taro-plugin-vue-devtools/package.json index d0405798ac1e..f4270af9f681 100644 --- a/packages/taro-plugin-vue-devtools/package.json +++ b/packages/taro-plugin-vue-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/plugin-vue-devtools", - "version": "4.0.9", + "version": "4.0.10-beta.1", "description": "Taro 小程序端支持使用 Vue DevTools 的插件", "author": "O2Team", "license": "MIT", diff --git a/packages/taro-react/package.json b/packages/taro-react/package.json index 9cc667eb6c00..00a5bb303101 100644 --- a/packages/taro-react/package.json +++ b/packages/taro-react/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/react", - "version": "4.0.9", + "version": "4.0.10-beta.1", "description": "like react-dom, but for mini apps.", "author": "O2Team", "license": "MIT", diff --git a/packages/taro-rn-runner/package.json b/packages/taro-rn-runner/package.json index 806f8e30a5fb..0e6eee61a1d8 100644 --- a/packages/taro-rn-runner/package.json +++ b/packages/taro-rn-runner/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/rn-runner", - "version": "4.0.9", + "version": "4.0.10-beta.1", "description": "ReactNative build tool for taro", "author": "O2Team", "license": "MIT", diff --git a/packages/taro-rn-style-transformer/package.json b/packages/taro-rn-style-transformer/package.json index 700882c6672e..eee1d5b82918 100644 --- a/packages/taro-rn-style-transformer/package.json +++ b/packages/taro-rn-style-transformer/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/rn-style-transformer", - "version": "4.0.9", + "version": "4.0.10-beta.1", "description": "提供 Taro RN 统一处理样式文件能力", "author": "O2Team", "license": "MIT", diff --git a/packages/taro-rn-supporter/package.json b/packages/taro-rn-supporter/package.json index cc464d344dc7..e4a8f0f2d16e 100644 --- a/packages/taro-rn-supporter/package.json +++ b/packages/taro-rn-supporter/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/rn-supporter", - "version": "4.0.9", + "version": "4.0.10-beta.1", "description": "Taro rn supporter", "author": "O2Team", "license": "MIT", diff --git a/packages/taro-rn-transformer/package.json b/packages/taro-rn-transformer/package.json index b5c41e949254..d63e87aa33e4 100644 --- a/packages/taro-rn-transformer/package.json +++ b/packages/taro-rn-transformer/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/rn-transformer", - "version": "4.0.9", + "version": "4.0.10-beta.1", "description": "Taro RN 入口文件处理", "author": "O2Team", "license": "MIT", diff --git a/packages/taro-rn/package.json b/packages/taro-rn/package.json index 4a92f37d78cc..e830b7509bc9 100644 --- a/packages/taro-rn/package.json +++ b/packages/taro-rn/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/taro-rn", - "version": "4.0.9", + "version": "4.0.10-beta.1", "description": "Taro RN framework", "author": "O2Team", "license": "MIT", diff --git a/packages/taro-router-rn/package.json b/packages/taro-router-rn/package.json index 0c83bd8da892..db8f53354330 100644 --- a/packages/taro-router-rn/package.json +++ b/packages/taro-router-rn/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/router-rn", - "version": "4.0.9", + "version": "4.0.10-beta.1", "description": "Taro-router-rn", "author": "O2Team", "license": "MIT", diff --git a/packages/taro-router/package.json b/packages/taro-router/package.json index e696dbbf5b35..5eadcf9e988b 100644 --- a/packages/taro-router/package.json +++ b/packages/taro-router/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/router", - "version": "4.0.9", + "version": "4.0.10-beta.1", "description": "Taro-router", "author": "O2Team", "license": "MIT", diff --git a/packages/taro-router/src/navigationBar.ts b/packages/taro-router/src/navigationBar.ts index 65f6eda3107b..30be35ca29b1 100644 --- a/packages/taro-router/src/navigationBar.ts +++ b/packages/taro-router/src/navigationBar.ts @@ -45,6 +45,7 @@ export function initNavigationBar (config: SpaRouterConfig | MpaRouterConfig, co navigationBar.appendChild(navigationBarBackBtn) navigationBar.appendChild(navigationBarTitleWrap) navigationBar.id = 'taro-navigation-bar' - container.prepend(navigationBar) + // prepend 不兼容 android6 + container.insertBefore(navigationBar, container.firstChild) loadNavigationBarStyle() } diff --git a/packages/taro-runner-utils/package.json b/packages/taro-runner-utils/package.json index e306d5ac0165..ae6f09ae31db 100644 --- a/packages/taro-runner-utils/package.json +++ b/packages/taro-runner-utils/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/runner-utils", - "version": "4.0.9", + "version": "4.0.10-beta.1", "description": "Taro runner utilities.", "author": "O2Team", "license": "MIT", diff --git a/packages/taro-runtime-rn/package.json b/packages/taro-runtime-rn/package.json index 2a4c4538e1b1..4441dd462024 100644 --- a/packages/taro-runtime-rn/package.json +++ b/packages/taro-runtime-rn/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/runtime-rn", - "version": "4.0.9", + "version": "4.0.10-beta.1", "description": "taro-runtime-rn", "author": "O2Team", "license": "MIT", diff --git a/packages/taro-runtime/package.json b/packages/taro-runtime/package.json index ad6d2bd2096d..059dc971eed7 100644 --- a/packages/taro-runtime/package.json +++ b/packages/taro-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/runtime", - "version": "4.0.9", + "version": "4.0.10-beta.1", "description": "taro runtime for mini apps.", "author": "O2Team", "license": "MIT", diff --git a/packages/taro-service/package.json b/packages/taro-service/package.json index 50b345abc6c3..87bad4782e45 100644 --- a/packages/taro-service/package.json +++ b/packages/taro-service/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/service", - "version": "4.0.9", + "version": "4.0.10-beta.1", "description": "Taro Service", "author": "O2Team", "license": "MIT", diff --git a/packages/taro-transformer-wx/package.json b/packages/taro-transformer-wx/package.json index 4df55e44127d..2efd16f0e423 100644 --- a/packages/taro-transformer-wx/package.json +++ b/packages/taro-transformer-wx/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/transformer-wx", - "version": "4.0.9", + "version": "4.0.10-beta.1", "description": "Transfrom Nerv Component to Wechat mini program.", "author": "O2Team", "license": "MIT", diff --git a/packages/taro-vite-runner/package.json b/packages/taro-vite-runner/package.json index f8cd38e24f06..5d9fd5d41339 100644 --- a/packages/taro-vite-runner/package.json +++ b/packages/taro-vite-runner/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/vite-runner", - "version": "4.0.9", + "version": "4.0.10-beta.1", "main": "index.js", "license": "MIT", "files": [ diff --git a/packages/taro-webpack5-prebundle/package.json b/packages/taro-webpack5-prebundle/package.json index 84264ffcd28a..9c84eb8b0f6d 100644 --- a/packages/taro-webpack5-prebundle/package.json +++ b/packages/taro-webpack5-prebundle/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/webpack5-prebundle", - "version": "4.0.9", + "version": "4.0.10-beta.1", "description": "Taro app webpack5 prebundle", "author": "O2Team", "license": "MIT", diff --git a/packages/taro-webpack5-runner/package.json b/packages/taro-webpack5-runner/package.json index e26108eae478..6d977df3afd2 100644 --- a/packages/taro-webpack5-runner/package.json +++ b/packages/taro-webpack5-runner/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/webpack5-runner", - "version": "4.0.9", + "version": "4.0.10-beta.1", "description": "Taro app runner", "author": "O2Team", "license": "MIT", diff --git a/packages/taro-with-weapp/package.json b/packages/taro-with-weapp/package.json index ad0a41768362..ebd49547134e 100644 --- a/packages/taro-with-weapp/package.json +++ b/packages/taro-with-weapp/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/with-weapp", - "version": "4.0.9", + "version": "4.0.10-beta.1", "description": "taroize 之后的运行时", "author": "O2Team", "license": "MIT", diff --git a/packages/taro/package.json b/packages/taro/package.json index d6fdc769f21c..24f9770e8658 100644 --- a/packages/taro/package.json +++ b/packages/taro/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/taro", - "version": "4.0.9", + "version": "4.0.10-beta.1", "description": "Taro framework", "author": "O2Team", "license": "MIT", diff --git a/packages/taroize/package.json b/packages/taroize/package.json index 310b41a984cf..68be041a8e92 100644 --- a/packages/taroize/package.json +++ b/packages/taroize/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/taroize", - "version": "4.0.9", + "version": "4.0.10-beta.1", "description": "转换原生微信小程序代码为 Taro 代码", "author": "O2Team", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 59b33af96261..92316dd24945 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -35,7 +35,7 @@ importers: version: 17.8.1 '@rollup/plugin-alias': specifier: ^5.1.0 - version: https://registry.npmjs.org/@rollup/plugin-alias/-/plugin-alias-5.1.0.tgz(rollup@4.18.0) + version: 5.1.0(rollup@4.18.0) '@rollup/plugin-babel': specifier: ^6.0.4 version: 6.0.4(@babel/core@7.24.4)(@types/babel__core@7.20.5)(rollup@4.18.0) @@ -1684,6 +1684,9 @@ importers: packages/taro-plugin-mini-ci: dependencies: + axios: + specifier: ^1.6.8 + version: 1.7.2 jimp: specifier: ^0.22.12 version: 0.22.12 @@ -4548,6 +4551,7 @@ packages: '@humanwhocodes/config-array@0.11.14': resolution: {integrity: sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==, tarball: https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.14.tgz} engines: {node: '>=10.10.0'} + deprecated: Use @eslint/config-array instead '@humanwhocodes/module-importer@1.0.1': resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==, tarball: https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz} @@ -4555,6 +4559,7 @@ packages: '@humanwhocodes/object-schema@2.0.3': resolution: {integrity: sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==, tarball: https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz} + deprecated: Use @eslint/object-schema instead '@hutson/parse-repository-url@3.0.2': resolution: {integrity: sha512-H9XAx3hc0BQHY6l+IFSWHDySypcXsvsuLhgYLUGywmJ5pswRVQJUHpOsobnLYp2ZUaUlKiKDrgWWhosOwAEM8Q==, tarball: https://registry.npmjs.org/@hutson/parse-repository-url/-/parse-repository-url-3.0.2.tgz} @@ -5325,9 +5330,8 @@ packages: '@rnx-kit/tools-react-native@1.3.5': resolution: {integrity: sha512-fc+3hxdlicW3GEhI0Umjj+rnVLSLuxVJoGvUBwWvcaCnlNaaTssBjhd7xSvlfLDrgtuXxhBruA76wdDdZI8tiQ==, tarball: https://registry.npmjs.org/@rnx-kit/tools-react-native/-/tools-react-native-1.3.5.tgz} - '@rollup/plugin-alias@https://registry.npmjs.org/@rollup/plugin-alias/-/plugin-alias-5.1.0.tgz': + '@rollup/plugin-alias@5.1.0': resolution: {integrity: sha512-lpA3RZ9PdIG7qqhEfv79tBffNaoDuukFDrmhLqg9ifv99u/ehn+lOg30x2zmhf8AQqQUZaMk/B9fZraQ6/acDQ==, tarball: https://registry.npmjs.org/@rollup/plugin-alias/-/plugin-alias-5.1.0.tgz} - version: 5.1.0 engines: {node: '>=14.0.0'} peerDependencies: rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 @@ -5736,66 +5740,66 @@ packages: engines: {node: '>=6'} '@tarojs/parse-css-to-stylesheet-android-arm-eabi@0.0.69': - resolution: {integrity: sha512-xfn55ehFWjbIzDTu+0QwMkCf8icC7jwAiDm2S7Cv5Og83gSzMUCb76KzEAwgTSTe0wiLrDai2HAhBftpE4V1Qw==, tarball: https://registry.npmjs.org/@tarojs/parse-css-to-stylesheet-android-arm-eabi/-/parse-css-to-stylesheet-android-arm-eabi-0.0.69.tgz} + resolution: {integrity: sha512-xfn55ehFWjbIzDTu+0QwMkCf8icC7jwAiDm2S7Cv5Og83gSzMUCb76KzEAwgTSTe0wiLrDai2HAhBftpE4V1Qw==} engines: {node: '>= 10'} cpu: [arm] os: [android] '@tarojs/parse-css-to-stylesheet-android-arm64@0.0.69': - resolution: {integrity: sha512-ojVo41qGp+/NUaGGXuuT2/bc0K4H1vzvindeYpUj6LkGL0gQSitdXnviYEnUFqfrMvn7bx1wKTy3uLtADqxgPQ==, tarball: https://registry.npmjs.org/@tarojs/parse-css-to-stylesheet-android-arm64/-/parse-css-to-stylesheet-android-arm64-0.0.69.tgz} + resolution: {integrity: sha512-ojVo41qGp+/NUaGGXuuT2/bc0K4H1vzvindeYpUj6LkGL0gQSitdXnviYEnUFqfrMvn7bx1wKTy3uLtADqxgPQ==} engines: {node: '>= 10'} cpu: [arm64] os: [android] '@tarojs/parse-css-to-stylesheet-darwin-arm64@0.0.69': - resolution: {integrity: sha512-xtk3WmfYKvlTxGgxjz6DSqcKmRxXRPG+1bINvvOmcQYbOZtl9cw6X4fC/B204SEv06uC8MYaUZ0z0AbjGzZFrA==, tarball: https://registry.npmjs.org/@tarojs/parse-css-to-stylesheet-darwin-arm64/-/parse-css-to-stylesheet-darwin-arm64-0.0.69.tgz} + resolution: {integrity: sha512-xtk3WmfYKvlTxGgxjz6DSqcKmRxXRPG+1bINvvOmcQYbOZtl9cw6X4fC/B204SEv06uC8MYaUZ0z0AbjGzZFrA==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] '@tarojs/parse-css-to-stylesheet-darwin-universal@0.0.69': - resolution: {integrity: sha512-AkXvr4bVy1a8d0xOXxhc05352ubTU2G6h4t1RFuzYJLzMBbQWAI60iHcSaCWhkuV9HUl+3UXv0NoW0NkXq19cw==, tarball: https://registry.npmjs.org/@tarojs/parse-css-to-stylesheet-darwin-universal/-/parse-css-to-stylesheet-darwin-universal-0.0.69.tgz} + resolution: {integrity: sha512-AkXvr4bVy1a8d0xOXxhc05352ubTU2G6h4t1RFuzYJLzMBbQWAI60iHcSaCWhkuV9HUl+3UXv0NoW0NkXq19cw==} engines: {node: '>= 10'} os: [darwin] '@tarojs/parse-css-to-stylesheet-darwin-x64@0.0.69': - resolution: {integrity: sha512-3CTu0tXFZ7aLONaIdrZibKqYUD5IyivF6wfE9CYNEbkkxZoJU29dJ2o9kfVpcxFwKq/4BuH1TKWGYCiCOSyo4g==, tarball: https://registry.npmjs.org/@tarojs/parse-css-to-stylesheet-darwin-x64/-/parse-css-to-stylesheet-darwin-x64-0.0.69.tgz} + resolution: {integrity: sha512-3CTu0tXFZ7aLONaIdrZibKqYUD5IyivF6wfE9CYNEbkkxZoJU29dJ2o9kfVpcxFwKq/4BuH1TKWGYCiCOSyo4g==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] '@tarojs/parse-css-to-stylesheet-linux-arm-gnueabihf@0.0.69': - resolution: {integrity: sha512-LFx3R8X/JXrBeNnlJOgvOxPTaWF7kUl6NMbOUWQbIfx/opqducTVAqrRF9ev1pYlbkRoQpabls8Z21LXDuYaaw==, tarball: https://registry.npmjs.org/@tarojs/parse-css-to-stylesheet-linux-arm-gnueabihf/-/parse-css-to-stylesheet-linux-arm-gnueabihf-0.0.69.tgz} + resolution: {integrity: sha512-LFx3R8X/JXrBeNnlJOgvOxPTaWF7kUl6NMbOUWQbIfx/opqducTVAqrRF9ev1pYlbkRoQpabls8Z21LXDuYaaw==} engines: {node: '>= 10'} cpu: [arm] os: [linux] '@tarojs/parse-css-to-stylesheet-linux-arm64-gnu@0.0.69': - resolution: {integrity: sha512-nKlCyYz8NUVI7P8qS3j3tq49ZesGKgoXt3WH5iNPT1PEflxuSgA9T6UcPtUy0X/RolOF6p5Gd/UyhxcY2dUg+A==, tarball: https://registry.npmjs.org/@tarojs/parse-css-to-stylesheet-linux-arm64-gnu/-/parse-css-to-stylesheet-linux-arm64-gnu-0.0.69.tgz} + resolution: {integrity: sha512-nKlCyYz8NUVI7P8qS3j3tq49ZesGKgoXt3WH5iNPT1PEflxuSgA9T6UcPtUy0X/RolOF6p5Gd/UyhxcY2dUg+A==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] '@tarojs/parse-css-to-stylesheet-linux-arm64-musl@0.0.69': - resolution: {integrity: sha512-bYODGCEx1Ni4EMNuZU95IUPqVZAXsY9gIc5CPSfKQ2j167Vbeo/gskQk/uNVjmnYJ69PplgJ9npylINgLIPIrA==, tarball: https://registry.npmjs.org/@tarojs/parse-css-to-stylesheet-linux-arm64-musl/-/parse-css-to-stylesheet-linux-arm64-musl-0.0.69.tgz} + resolution: {integrity: sha512-bYODGCEx1Ni4EMNuZU95IUPqVZAXsY9gIc5CPSfKQ2j167Vbeo/gskQk/uNVjmnYJ69PplgJ9npylINgLIPIrA==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] '@tarojs/parse-css-to-stylesheet-linux-x64-gnu@0.0.69': - resolution: {integrity: sha512-89f03s+txGJ1c8Zc6Ib4qTAP4YhfFbVFq29XExqbC7eGvpQl5DeOtwonO5DBwMc7lA+LG4b1Q4CMXE3qodn2eA==, tarball: https://registry.npmjs.org/@tarojs/parse-css-to-stylesheet-linux-x64-gnu/-/parse-css-to-stylesheet-linux-x64-gnu-0.0.69.tgz} + resolution: {integrity: sha512-89f03s+txGJ1c8Zc6Ib4qTAP4YhfFbVFq29XExqbC7eGvpQl5DeOtwonO5DBwMc7lA+LG4b1Q4CMXE3qodn2eA==} engines: {node: '>= 10'} cpu: [x64] os: [linux] '@tarojs/parse-css-to-stylesheet-linux-x64-musl@0.0.69': - resolution: {integrity: sha512-vyewIf1KysXYNIJdkzc9JSPguTG9zD65Belk3H186mLR18KtsvrqNqlWnP8kKfduF4ixh6qt0F2PkKbeI9PZvg==, tarball: https://registry.npmjs.org/@tarojs/parse-css-to-stylesheet-linux-x64-musl/-/parse-css-to-stylesheet-linux-x64-musl-0.0.69.tgz} + resolution: {integrity: sha512-vyewIf1KysXYNIJdkzc9JSPguTG9zD65Belk3H186mLR18KtsvrqNqlWnP8kKfduF4ixh6qt0F2PkKbeI9PZvg==} engines: {node: '>= 10'} cpu: [x64] os: [linux] '@tarojs/parse-css-to-stylesheet-win32-x64-msvc@0.0.69': - resolution: {integrity: sha512-CHKlVjAiSAZTFNV8GkfXV88Jy9yyFSvKBAO3++l2KSQUBUWmPX775FbH+god2BOLf5SfAXRPd0HVAEK9qNeHXQ==, tarball: https://registry.npmjs.org/@tarojs/parse-css-to-stylesheet-win32-x64-msvc/-/parse-css-to-stylesheet-win32-x64-msvc-0.0.69.tgz} + resolution: {integrity: sha512-CHKlVjAiSAZTFNV8GkfXV88Jy9yyFSvKBAO3++l2KSQUBUWmPX775FbH+god2BOLf5SfAXRPd0HVAEK9qNeHXQ==} engines: {node: '>= 10'} cpu: [x64] os: [win32] @@ -5805,60 +5809,60 @@ packages: engines: {node: '>= 10'} '@tarojs/plugin-doctor-darwin-arm64@0.0.13': - resolution: {integrity: sha512-BRqMB6jOflPIVdQEJ5vJ7j1OcEcgg65IPPY9YVNx5MnYE/SoZj6/yWvmDNc507ZEkWd4H1sJ4Jfk7eKUxm44PQ==, tarball: https://registry.npmjs.org/@tarojs/plugin-doctor-darwin-arm64/-/plugin-doctor-darwin-arm64-0.0.13.tgz} + resolution: {integrity: sha512-BRqMB6jOflPIVdQEJ5vJ7j1OcEcgg65IPPY9YVNx5MnYE/SoZj6/yWvmDNc507ZEkWd4H1sJ4Jfk7eKUxm44PQ==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] '@tarojs/plugin-doctor-darwin-universal@0.0.13': - resolution: {integrity: sha512-qIv94zgybce+Wq6/Bgy+Np+3BM2SYipuuKTg4LU3ALfJ+YxJetYDcbat9GPxulZqyvxKshYaYtusfwzCu+QWEw==, tarball: https://registry.npmjs.org/@tarojs/plugin-doctor-darwin-universal/-/plugin-doctor-darwin-universal-0.0.13.tgz} + resolution: {integrity: sha512-qIv94zgybce+Wq6/Bgy+Np+3BM2SYipuuKTg4LU3ALfJ+YxJetYDcbat9GPxulZqyvxKshYaYtusfwzCu+QWEw==} engines: {node: '>= 10'} os: [darwin] '@tarojs/plugin-doctor-darwin-x64@0.0.13': - resolution: {integrity: sha512-zjx3OGlcyOTr+VoRcFmQQcsXscwNucpynlhEYS3ZlofVe9qI0LeTMb/jbMriT/W0c1b4nlVaM8sv+HKz4NKUeA==, tarball: https://registry.npmjs.org/@tarojs/plugin-doctor-darwin-x64/-/plugin-doctor-darwin-x64-0.0.13.tgz} + resolution: {integrity: sha512-zjx3OGlcyOTr+VoRcFmQQcsXscwNucpynlhEYS3ZlofVe9qI0LeTMb/jbMriT/W0c1b4nlVaM8sv+HKz4NKUeA==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] '@tarojs/plugin-doctor-linux-arm-gnueabihf@0.0.13': - resolution: {integrity: sha512-WkViXfZNrB7HRoDySNhm6JG1IaIBmYGWZDwz0BuhkDQPZLfCCy6v01rSo5wfHGdyLnDg6CkENBS1IrdIU9zK+A==, tarball: https://registry.npmjs.org/@tarojs/plugin-doctor-linux-arm-gnueabihf/-/plugin-doctor-linux-arm-gnueabihf-0.0.13.tgz} + resolution: {integrity: sha512-WkViXfZNrB7HRoDySNhm6JG1IaIBmYGWZDwz0BuhkDQPZLfCCy6v01rSo5wfHGdyLnDg6CkENBS1IrdIU9zK+A==} engines: {node: '>= 10'} cpu: [arm] os: [linux] '@tarojs/plugin-doctor-linux-arm64-gnu@0.0.13': - resolution: {integrity: sha512-C6ZjqhyOqBcI4y+BFXYjBHBZY6441fO5YIoMv3Sc+nAV+LR1vvyGJ95JcC+Vma+sEjxRMP0IO9lvcLRIcrbrsA==, tarball: https://registry.npmjs.org/@tarojs/plugin-doctor-linux-arm64-gnu/-/plugin-doctor-linux-arm64-gnu-0.0.13.tgz} + resolution: {integrity: sha512-C6ZjqhyOqBcI4y+BFXYjBHBZY6441fO5YIoMv3Sc+nAV+LR1vvyGJ95JcC+Vma+sEjxRMP0IO9lvcLRIcrbrsA==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] '@tarojs/plugin-doctor-linux-arm64-musl@0.0.13': - resolution: {integrity: sha512-V1HnFITOLgHVyQ+OCa1oPFKOtGFRtP91vlbUGfOwMA4GeOVw9g28W/hfTyucTCkfZWlrssLehgW6L2AGAMXh2w==, tarball: https://registry.npmjs.org/@tarojs/plugin-doctor-linux-arm64-musl/-/plugin-doctor-linux-arm64-musl-0.0.13.tgz} + resolution: {integrity: sha512-V1HnFITOLgHVyQ+OCa1oPFKOtGFRtP91vlbUGfOwMA4GeOVw9g28W/hfTyucTCkfZWlrssLehgW6L2AGAMXh2w==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] '@tarojs/plugin-doctor-linux-x64-gnu@0.0.13': - resolution: {integrity: sha512-oetfzBW60uenPBBF4/NE6Mf0Iwkw1YGqIIBiN++aVQynbWrmMzWBsW8kleZ5vN1npxI9aud9EfRU1uM37DrG2A==, tarball: https://registry.npmjs.org/@tarojs/plugin-doctor-linux-x64-gnu/-/plugin-doctor-linux-x64-gnu-0.0.13.tgz} + resolution: {integrity: sha512-oetfzBW60uenPBBF4/NE6Mf0Iwkw1YGqIIBiN++aVQynbWrmMzWBsW8kleZ5vN1npxI9aud9EfRU1uM37DrG2A==} engines: {node: '>= 10'} cpu: [x64] os: [linux] '@tarojs/plugin-doctor-linux-x64-musl@0.0.13': - resolution: {integrity: sha512-OdIF/kFwwM0kQPDnpkanhvfWRaAI6EtDmpM9rQA/Lu2QcJq86w5d7X/WSN0U2xF1nialAUrfl79NyIaEzp4Fcw==, tarball: https://registry.npmjs.org/@tarojs/plugin-doctor-linux-x64-musl/-/plugin-doctor-linux-x64-musl-0.0.13.tgz} + resolution: {integrity: sha512-OdIF/kFwwM0kQPDnpkanhvfWRaAI6EtDmpM9rQA/Lu2QcJq86w5d7X/WSN0U2xF1nialAUrfl79NyIaEzp4Fcw==} engines: {node: '>= 10'} cpu: [x64] os: [linux] '@tarojs/plugin-doctor-win32-ia32-msvc@0.0.13': - resolution: {integrity: sha512-nIbG2SliRhRwACLa1kNMskcfjsihp+3tZQMAxl+LoYUq6JRaWgP3vH2nHkDyZHTCheBTDtAaupqXWrYF3w+U6g==, tarball: https://registry.npmjs.org/@tarojs/plugin-doctor-win32-ia32-msvc/-/plugin-doctor-win32-ia32-msvc-0.0.13.tgz} + resolution: {integrity: sha512-nIbG2SliRhRwACLa1kNMskcfjsihp+3tZQMAxl+LoYUq6JRaWgP3vH2nHkDyZHTCheBTDtAaupqXWrYF3w+U6g==} engines: {node: '>= 10'} cpu: [ia32] os: [win32] '@tarojs/plugin-doctor-win32-x64-msvc@0.0.13': - resolution: {integrity: sha512-G1mjsGzyeb4TPw7RoqOl4xPPhf5Lfp4BH9hjfBYbGM0RL5UFHmhfzvn2Icrriyk68v2GoQeHroZ2p6qAtbXdBw==, tarball: https://registry.npmjs.org/@tarojs/plugin-doctor-win32-x64-msvc/-/plugin-doctor-win32-x64-msvc-0.0.13.tgz} + resolution: {integrity: sha512-G1mjsGzyeb4TPw7RoqOl4xPPhf5Lfp4BH9hjfBYbGM0RL5UFHmhfzvn2Icrriyk68v2GoQeHroZ2p6qAtbXdBw==} engines: {node: '>= 10'} cpu: [x64] os: [win32] @@ -6536,6 +6540,7 @@ packages: '@xmldom/xmldom@0.7.13': resolution: {integrity: sha512-lm2GW5PkosIzccsaZIz7tp8cPADSIlIHWDFTR1N0SzfinhhYgeIQjFMz4rYzanCScr3DqQLeomUDArp6MWKm+g==, tarball: https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.7.13.tgz} engines: {node: '>=10.0.0'} + deprecated: this version is no longer supported, please update to at least 0.8.* '@xmldom/xmldom@0.8.10': resolution: {integrity: sha512-2WALfTl4xo2SkGCYRt6rDTFfk9R1czmBvUQy12gK2KuRKIpWEhcbbzy8EZXtz/jkRqHX8bFEc6FC1HjX4TUWYw==, tarball: https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.10.tgz} @@ -6577,6 +6582,7 @@ packages: acorn-import-assertions@1.9.0: resolution: {integrity: sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==, tarball: https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.9.0.tgz} + deprecated: package has been renamed to acorn-import-attributes peerDependencies: acorn: ^8 @@ -6691,6 +6697,10 @@ packages: engines: {'0': node >= 0.8.0} hasBin: true + ansi-regex@3.0.1: + resolution: {integrity: sha512-+O9Jct8wf++lXxxFc4hc8LsjaSq0HFzzL7cVsw8pRDIPdjKD2mT4ytDZlLuSBZ4cLKZFXIrMGO7DbQCtMJJMKw==, tarball: https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.1.tgz} + engines: {node: '>=4'} + ansi-regex@4.1.1: resolution: {integrity: sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==, tarball: https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.1.tgz} engines: {node: '>=6'} @@ -6703,11 +6713,6 @@ packages: resolution: {integrity: sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==, tarball: https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz} engines: {node: '>=12'} - ansi-regex@https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.1.tgz: - resolution: {integrity: sha512-+O9Jct8wf++lXxxFc4hc8LsjaSq0HFzzL7cVsw8pRDIPdjKD2mT4ytDZlLuSBZ4cLKZFXIrMGO7DbQCtMJJMKw==, tarball: https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.1.tgz} - version: 3.0.1 - engines: {node: '>=4'} - ansi-styles@3.2.1: resolution: {integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==, tarball: https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz} engines: {node: '>=4'} @@ -7095,10 +7100,6 @@ packages: balanced-match@2.0.0: resolution: {integrity: sha512-1ugUSr8BHXRnK23KfuYS+gVMC3LB8QGH9W1iGtDPsNWoQbgtXSExkBu2aDR4epiGWZOjZsj6lDl/N/AqqTC3UA==, tarball: https://registry.npmjs.org/balanced-match/-/balanced-match-2.0.0.tgz} - balanced-match@https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz: - resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==, tarball: https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz} - version: 1.0.2 - base64-arraybuffer@0.1.4: resolution: {integrity: sha512-a1eIFi4R9ySrbiMuyTGx5e92uRH5tQY6kArNcFaKBUleIoLjdjBg7Zxm3Mqm3Kmkf27HLR/1fnxX9q8GQ7Iavg==, tarball: https://registry.npmjs.org/base64-arraybuffer/-/base64-arraybuffer-0.1.4.tgz} engines: {node: '>= 0.6.0'} @@ -7162,6 +7163,7 @@ packages: boolean@3.2.0: resolution: {integrity: sha512-d0II/GO9uf9lfUHH2BQsjxzRJZBdsjgsBiW4BvhWk/3qoKwQFjIDVN19PfX8F2D/r9PCMTtLWjYVCFrpeYUzsw==, tarball: https://registry.npmjs.org/boolean/-/boolean-3.2.0.tgz} + deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. boxen@1.3.0: resolution: {integrity: sha512-TNPjfTr432qx7yOjQyaXm3dSR0MH9vXp7eT1BFSl/C51g+EFnOR9hTg1IreahGBmDNCehscshe45f+C1TBZbLw==, tarball: https://registry.npmjs.org/boxen/-/boxen-1.3.0.tgz} @@ -7184,14 +7186,6 @@ packages: brace-expansion@2.0.1: resolution: {integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==, tarball: https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz} - brace-expansion@https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz: - resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==, tarball: https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz} - version: 1.1.11 - - brace-expansion@https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz: - resolution: {integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==, tarball: https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz} - version: 2.0.1 - braces@2.3.2: resolution: {integrity: sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==, tarball: https://registry.npmjs.org/braces/-/braces-2.3.2.tgz} engines: {node: '>=0.10.0'} @@ -7669,10 +7663,6 @@ packages: concat-map@0.0.1: resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==, tarball: https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz} - concat-map@https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz: - resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==, tarball: https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz} - version: 0.0.1 - concat-stream@1.6.2: resolution: {integrity: sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==, tarball: https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz} engines: {'0': node >= 0.8} @@ -8891,11 +8881,13 @@ packages: eslint@8.41.0: resolution: {integrity: sha512-WQDQpzGBOP5IrXPo4Hc0814r4/v2rrIsB0rhT7jtunIalgg6gYXWhRMOejVO8yH21T/FGaxjmFjBMNqcIlmH1Q==, tarball: https://registry.npmjs.org/eslint/-/eslint-8.41.0.tgz} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + deprecated: This version is no longer supported. Please see https://eslint.org/version-support for other options. hasBin: true eslint@8.57.0: resolution: {integrity: sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==, tarball: https://registry.npmjs.org/eslint/-/eslint-8.57.0.tgz} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + deprecated: This version is no longer supported. Please see https://eslint.org/version-support for other options. hasBin: true espower-location-detector@1.0.0: @@ -9389,10 +9381,6 @@ packages: fs.realpath@1.0.0: resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==, tarball: https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz} - fs.realpath@https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz: - resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==, tarball: https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz} - version: 1.0.0 - fsevents@2.3.3: resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==, tarball: https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz} engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} @@ -9547,11 +9535,6 @@ packages: engines: {node: '>=12'} deprecated: Glob versions prior to v9 are no longer supported - glob@https://registry.npmjs.org/glob/-/glob-7.2.3.tgz: - resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==, tarball: https://registry.npmjs.org/glob/-/glob-7.2.3.tgz} - version: 7.2.3 - deprecated: Glob versions prior to v9 are no longer supported - global-agent@3.0.0: resolution: {integrity: sha512-PT6XReJ+D07JvGoxQMkT6qji/jVNfX/h364XHZOWeRzy64sSFr+xJ5OX7LI3b4MPQzdL4H8Y8M0xzPpsVMwA8Q==, tarball: https://registry.npmjs.org/global-agent/-/global-agent-3.0.0.tgz} engines: {node: '>=10.0'} @@ -10006,21 +9989,11 @@ packages: resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==, tarball: https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz} deprecated: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful. - inflight@https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz: - resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==, tarball: https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz} - version: 1.0.6 - deprecated: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful. - - inherits@2.0.4: - resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==, tarball: https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz} - - inherits@https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz: + inherits@2.0.3: resolution: {integrity: sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==, tarball: https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz} - version: 2.0.3 - inherits@https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz: + inherits@2.0.4: resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==, tarball: https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz} - version: 2.0.4 ini@1.3.8: resolution: {integrity: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==, tarball: https://registry.npmjs.org/ini/-/ini-1.3.8.tgz} @@ -10185,11 +10158,6 @@ packages: resolution: {integrity: sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ==, tarball: https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-4.0.0.tgz} engines: {node: '>=12'} - is-fullwidth-code-point@https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz: - resolution: {integrity: sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==, tarball: https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz} - version: 2.0.0 - engines: {node: '>=4'} - is-function@1.0.2: resolution: {integrity: sha512-lw7DUp0aWXYg+CBCN+JKkcE0Q2RayZnSvnZBlwgxHBQhqt5pZNVy4Ri7H9GmmXkdu7LUthszM+Tor1u/2iBcpQ==, tarball: https://registry.npmjs.org/is-function/-/is-function-1.0.2.tgz} @@ -11681,10 +11649,6 @@ packages: resolution: {integrity: sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==, tarball: https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz} engines: {node: '>=16 || 14 >=14.17'} - minimatch@https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz: - resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==, tarball: https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz} - version: 3.1.2 - minimist-options@4.1.0: resolution: {integrity: sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==, tarball: https://registry.npmjs.org/minimist-options/-/minimist-options-4.1.0.tgz} engines: {node: '>= 6'} @@ -12041,10 +12005,6 @@ packages: once@1.4.0: resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==, tarball: https://registry.npmjs.org/once/-/once-1.4.0.tgz} - once@https://registry.npmjs.org/once/-/once-1.4.0.tgz: - resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==, tarball: https://registry.npmjs.org/once/-/once-1.4.0.tgz} - version: 1.4.0 - onetime@2.0.1: resolution: {integrity: sha512-oyyPpiMaKARvvcgip+JV+7zci5L8D1W9RZIz2l1o08AM3pfspitVWnPt3mzHcBPp12oYMTy0pqrFs/C+m3EwsQ==, tarball: https://registry.npmjs.org/onetime/-/onetime-2.0.1.tgz} engines: {node: '>=4'} @@ -12312,11 +12272,6 @@ packages: resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==, tarball: https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz} engines: {node: '>=0.10.0'} - path-is-absolute@https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz: - resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==, tarball: https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz} - version: 1.0.1 - engines: {node: '>=0.10.0'} - path-is-inside@1.0.2: resolution: {integrity: sha512-DUWJr3+ULp4zXmol/SZkFf3JGsS9/SIv+Y3Rt93/UjPpDpklB5f1er4O3POIbUuUJ3FXgqte2Q7SrU6zAqwk8w==, tarball: https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz} @@ -13123,7 +13078,7 @@ packages: puppeteer@19.11.1: resolution: {integrity: sha512-39olGaX2djYUdhaQQHDZ0T0GwEp+5f9UB9HmEP0qHfdQHIq0xGQZuAZ5TLnJIc/88SrPLpEflPC+xUqOTv3c5g==, tarball: https://registry.npmjs.org/puppeteer/-/puppeteer-19.11.1.tgz} - deprecated: < 22.5.0 is no longer supported + deprecated: < 22.8.2 is no longer supported pure-rand@6.1.0: resolution: {integrity: sha512-bVWawvoZoBYpp6yIoQtQXHZjmz35RSVHnUOTefl8Vcjr8snTPY1wnpSPMWekcFwbxI6gtmT7rSYPFvz71ldiOA==, tarball: https://registry.npmjs.org/pure-rand/-/pure-rand-6.1.0.tgz} @@ -13131,6 +13086,10 @@ packages: q@1.5.1: resolution: {integrity: sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw==, tarball: https://registry.npmjs.org/q/-/q-1.5.1.tgz} engines: {node: '>=0.6.0', teleport: '>=0.2.0'} + deprecated: |- + You or someone you depend on is using Q, the JavaScript Promise library that gave JavaScript developers strong feelings about promises. They can almost certainly migrate to the native JavaScript promise now. Thank you literally everyone for joining me in this bet against the odds. Be excellent to each other. + + (For a CapTP with native promises, see @endo/eventual-send and @endo/captp) qrcode-terminal@0.11.0: resolution: {integrity: sha512-Uu7ii+FQy4Qf82G4xu7ShHhjhGahEpCWc3x8UavY3CTcWV+ufmmCtwkr7ZKsX42jdL0kr1B5FKUeqJvAn51jzQ==, tarball: https://registry.npmjs.org/qrcode-terminal/-/qrcode-terminal-0.11.0.tgz} @@ -13647,6 +13606,7 @@ packages: rollup-plugin-ts@3.4.5: resolution: {integrity: sha512-9iCstRJpEZXSRQuXitlSZAzcGlrqTbJg1pE4CMbEi6xYldxVncdPyzA2I+j6vnh73wBymZckerS+Q/iEE/M3Ow==, tarball: https://registry.npmjs.org/rollup-plugin-ts/-/rollup-plugin-ts-3.4.5.tgz} engines: {node: '>=16.15.1', npm: '>=7.0.0', pnpm: '>=3.2.0', yarn: '>=1.13'} + deprecated: please use @rollup/plugin-typescript and rollup-plugin-dts instead peerDependencies: '@babel/core': '>=7.x' '@babel/plugin-transform-runtime': '>=7.x' @@ -13979,19 +13939,8 @@ packages: resolution: {integrity: sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==, tarball: https://registry.npmjs.org/slash/-/slash-4.0.0.tgz} engines: {node: '>=12'} - slash@https://registry.npmjs.org/slash/-/slash-3.0.0.tgz: - resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==, tarball: https://registry.npmjs.org/slash/-/slash-3.0.0.tgz} - version: 3.0.0 - engines: {node: '>=8'} - - slash@https://registry.npmjs.org/slash/-/slash-4.0.0.tgz: - resolution: {integrity: sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==, tarball: https://registry.npmjs.org/slash/-/slash-4.0.0.tgz} - version: 4.0.0 - engines: {node: '>=12'} - - slash@https://registry.npmjs.org/slash/-/slash-5.1.0.tgz: + slash@5.1.0: resolution: {integrity: sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==, tarball: https://registry.npmjs.org/slash/-/slash-5.1.0.tgz} - version: 5.1.0 engines: {node: '>=14.16'} slice-ansi@2.1.0: @@ -14244,11 +14193,6 @@ packages: resolution: {integrity: sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==, tarball: https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz} engines: {node: '>=12'} - string-width@https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz: - resolution: {integrity: sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==, tarball: https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz} - version: 2.1.1 - engines: {node: '>=4'} - string.fromcodepoint@0.2.1: resolution: {integrity: sha512-n69H31OnxSGSZyZbgBlvYIXlrMhJQ0dQAX1js1QDhpaUH6zmU3QYlj07bCwCNlPOu3oRXIubGPl2gDGnHsiCqg==, tarball: https://registry.npmjs.org/string.fromcodepoint/-/string.fromcodepoint-0.2.1.tgz} @@ -14280,6 +14224,10 @@ packages: stringifier@1.4.1: resolution: {integrity: sha512-7TGia2tzGIfw+Nki9r6kVxdP0vWeQ7oVZtyMnGxWsAJYe0XYV6VSGrfzUXm7r+icYfvpFlGNrwB+PYwFg+hfag==, tarball: https://registry.npmjs.org/stringifier/-/stringifier-1.4.1.tgz} + strip-ansi@4.0.0: + resolution: {integrity: sha512-4XaJ2zQdCzROZDivEVIDPkcQn8LMFSa8kj8Gxb/Lnwzv9A8VctNZ+lfivC/sV3ivW8ElJTERXZoPBRrZKkNKow==, tarball: https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz} + engines: {node: '>=4'} + strip-ansi@5.2.0: resolution: {integrity: sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==, tarball: https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz} engines: {node: '>=6'} @@ -14292,11 +14240,6 @@ packages: resolution: {integrity: sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==, tarball: https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz} engines: {node: '>=12'} - strip-ansi@https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz: - resolution: {integrity: sha512-4XaJ2zQdCzROZDivEVIDPkcQn8LMFSa8kj8Gxb/Lnwzv9A8VctNZ+lfivC/sV3ivW8ElJTERXZoPBRrZKkNKow==, tarball: https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz} - version: 4.0.0 - engines: {node: '>=4'} - strip-bom@3.0.0: resolution: {integrity: sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==, tarball: https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz} engines: {node: '>=4'} @@ -15524,9 +15467,8 @@ packages: resolution: {integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==, tarball: https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz} engines: {node: '>=12'} - wrappy@https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz: + wrappy@1.0.2: resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==, tarball: https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz} - version: 1.0.2 write-file-atomic@2.4.3: resolution: {integrity: sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ==, tarball: https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-2.4.3.tgz} @@ -17419,7 +17361,7 @@ snapshots: glob: 7.1.6 resolve-from: 5.0.0 semver: 7.6.2 - slash: https://registry.npmjs.org/slash/-/slash-3.0.0.tgz + slash: 3.0.0 slugify: 1.6.6 xcode: 3.0.1 xml2js: 0.6.0 @@ -17711,7 +17653,7 @@ snapshots: chalk: 4.1.2 jest-message-util: 27.5.1 jest-util: 27.5.1 - slash: https://registry.npmjs.org/slash/-/slash-3.0.0.tgz + slash: 3.0.0 '@jest/console@29.7.0': dependencies: @@ -17720,7 +17662,7 @@ snapshots: chalk: 4.1.2 jest-message-util: 29.7.0 jest-util: 29.7.0 - slash: https://registry.npmjs.org/slash/-/slash-3.0.0.tgz + slash: 3.0.0 '@jest/console@30.0.0-alpha.5': dependencies: @@ -17729,7 +17671,7 @@ snapshots: chalk: 4.1.2 jest-message-util: 30.0.0-alpha.5 jest-util: 30.0.0-alpha.5 - slash: https://registry.npmjs.org/slash/-/slash-3.0.0.tgz + slash: 3.0.0 '@jest/core@27.5.1(ts-node@10.9.2(@swc/core@1.3.96)(@types/node@20.5.1)(typescript@5.4.5))': dependencies: @@ -17759,7 +17701,7 @@ snapshots: jest-watcher: 27.5.1 micromatch: 4.0.7 rimraf: 3.0.2 - slash: https://registry.npmjs.org/slash/-/slash-3.0.0.tgz + slash: 3.0.0 strip-ansi: 6.0.1 transitivePeerDependencies: - bufferutil @@ -17796,7 +17738,7 @@ snapshots: jest-watcher: 29.7.0 micromatch: 4.0.7 pretty-format: 29.7.0 - slash: https://registry.npmjs.org/slash/-/slash-3.0.0.tgz + slash: 3.0.0 strip-ansi: 6.0.1 transitivePeerDependencies: - babel-plugin-macros @@ -17831,7 +17773,7 @@ snapshots: jest-watcher: 29.7.0 micromatch: 4.0.7 pretty-format: 29.7.0 - slash: https://registry.npmjs.org/slash/-/slash-3.0.0.tgz + slash: 3.0.0 strip-ansi: 6.0.1 transitivePeerDependencies: - babel-plugin-macros @@ -17963,7 +17905,7 @@ snapshots: jest-resolve: 27.5.1 jest-util: 27.5.1 jest-worker: 27.5.1 - slash: https://registry.npmjs.org/slash/-/slash-3.0.0.tgz + slash: 3.0.0 source-map: 0.6.1 string-length: 4.0.2 terminal-link: 2.1.1 @@ -17993,7 +17935,7 @@ snapshots: jest-message-util: 29.7.0 jest-util: 29.7.0 jest-worker: 29.7.0 - slash: https://registry.npmjs.org/slash/-/slash-3.0.0.tgz + slash: 3.0.0 string-length: 4.0.2 strip-ansi: 6.0.1 v8-to-istanbul: 9.2.0 @@ -18084,7 +18026,7 @@ snapshots: jest-util: 27.5.1 micromatch: 4.0.7 pirates: 4.0.6 - slash: https://registry.npmjs.org/slash/-/slash-3.0.0.tgz + slash: 3.0.0 source-map: 0.6.1 write-file-atomic: 3.0.3 transitivePeerDependencies: @@ -18105,7 +18047,7 @@ snapshots: jest-util: 29.7.0 micromatch: 4.0.7 pirates: 4.0.6 - slash: https://registry.npmjs.org/slash/-/slash-3.0.0.tgz + slash: 3.0.0 write-file-atomic: 4.0.2 transitivePeerDependencies: - supports-color @@ -18125,7 +18067,7 @@ snapshots: jest-util: 30.0.0-alpha.5 micromatch: 4.0.7 pirates: 4.0.6 - slash: https://registry.npmjs.org/slash/-/slash-3.0.0.tgz + slash: 3.0.0 write-file-atomic: 5.0.1 transitivePeerDependencies: - supports-color @@ -18515,7 +18457,7 @@ snapshots: dependencies: '@octokit/types': 13.5.0 deprecation: 2.3.1 - once: https://registry.npmjs.org/once/-/once-1.4.0.tgz + once: 1.4.0 '@octokit/request@8.4.0': dependencies: @@ -18872,7 +18814,7 @@ snapshots: '@babel/parser': 7.24.6 '@babel/preset-env': 7.24.6(@babel/core@7.24.4) flow-parser: 0.206.0 - glob: https://registry.npmjs.org/glob/-/glob-7.2.3.tgz + glob: 7.2.3 invariant: 2.2.4 jscodeshift: 0.14.0(@babel/preset-env@7.24.6(@babel/core@7.24.4)) mkdirp: 0.5.6 @@ -19049,9 +18991,9 @@ snapshots: dependencies: '@rnx-kit/tools-node': 2.1.1 - '@rollup/plugin-alias@https://registry.npmjs.org/@rollup/plugin-alias/-/plugin-alias-5.1.0.tgz(rollup@4.18.0)': + '@rollup/plugin-alias@5.1.0(rollup@4.18.0)': dependencies: - slash: https://registry.npmjs.org/slash/-/slash-4.0.0.tgz + slash: 4.0.0 optionalDependencies: rollup: 4.18.0 @@ -20587,7 +20529,7 @@ snapshots: ansi-align@2.0.0: dependencies: - string-width: https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz + string-width: 2.1.1 ansi-colors@4.1.3: {} @@ -20609,14 +20551,14 @@ snapshots: ansi-html-community@0.0.8: {} + ansi-regex@3.0.1: {} + ansi-regex@4.1.1: {} ansi-regex@5.0.1: {} ansi-regex@6.0.1: {} - ansi-regex@https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.1.tgz: {} - ansi-styles@3.2.1: dependencies: color-convert: 1.9.3 @@ -20892,7 +20834,7 @@ snapshots: babel-preset-jest: 27.5.1(@babel/core@7.24.4) chalk: 4.1.2 graceful-fs: 4.2.11 - slash: https://registry.npmjs.org/slash/-/slash-3.0.0.tgz + slash: 3.0.0 transitivePeerDependencies: - supports-color @@ -21178,8 +21120,6 @@ snapshots: balanced-match@2.0.0: {} - balanced-match@https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz: {} - base64-arraybuffer@0.1.4: {} base64-js@1.5.1: {} @@ -21282,15 +21222,6 @@ snapshots: concat-map: 0.0.1 brace-expansion@2.0.1: - dependencies: - balanced-match: https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz - - brace-expansion@https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz: - dependencies: - balanced-match: https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz - concat-map: https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz - - brace-expansion@https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz: dependencies: balanced-match: 1.0.2 @@ -21831,8 +21762,6 @@ snapshots: concat-map@0.0.1: {} - concat-map@https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz: {} - concat-stream@1.6.2: dependencies: buffer-from: 1.1.2 @@ -22870,7 +22799,7 @@ snapshots: end-of-stream@1.4.4: dependencies: - once: https://registry.npmjs.org/once/-/once-1.4.0.tgz + once: 1.4.0 engine.io-client@3.5.3: dependencies: @@ -23334,7 +23263,7 @@ snapshots: eslint-plugin-es: 3.0.1(eslint@8.57.0) eslint-utils: 2.1.0 ignore: 5.3.1 - minimatch: https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz + minimatch: 3.1.2 resolve: 1.22.8 semver: 6.3.1 @@ -23514,7 +23443,7 @@ snapshots: espower-location-detector@1.0.0: dependencies: is-url: 1.2.4 - path-is-absolute: https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz + path-is-absolute: 1.0.1 source-map: 0.5.7 xtend: 4.0.2 @@ -24199,7 +24128,7 @@ snapshots: from2@2.3.0: dependencies: - inherits: https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz + inherits: 2.0.4 readable-stream: 2.3.8 fs-constants@1.0.0: {} @@ -24240,8 +24169,6 @@ snapshots: fs.realpath@1.0.0: {} - fs.realpath@https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz: {} - fsevents@2.3.3: optional: true @@ -24390,12 +24317,12 @@ snapshots: glob@7.1.6: dependencies: - fs.realpath: https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz - inflight: https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz - inherits: https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz - minimatch: https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz - once: https://registry.npmjs.org/once/-/once-1.4.0.tgz - path-is-absolute: https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz + fs.realpath: 1.0.0 + inflight: 1.0.6 + inherits: 2.0.4 + minimatch: 3.1.2 + once: 1.4.0 + path-is-absolute: 1.0.1 glob@7.2.3: dependencies: @@ -24414,15 +24341,6 @@ snapshots: minimatch: 5.1.6 once: 1.4.0 - glob@https://registry.npmjs.org/glob/-/glob-7.2.3.tgz: - dependencies: - fs.realpath: https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz - inflight: https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz - inherits: https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz - minimatch: https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz - once: https://registry.npmjs.org/once/-/once-1.4.0.tgz - path-is-absolute: https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz - global-agent@3.0.0: dependencies: boolean: 3.2.0 @@ -24478,7 +24396,7 @@ snapshots: fast-glob: 3.3.2 ignore: 5.3.1 merge2: 1.4.1 - slash: https://registry.npmjs.org/slash/-/slash-3.0.0.tgz + slash: 3.0.0 globby@12.2.0: dependencies: @@ -24495,7 +24413,7 @@ snapshots: fast-glob: 3.3.2 ignore: 5.3.1 merge2: 1.4.1 - slash: https://registry.npmjs.org/slash/-/slash-4.0.0.tgz + slash: 4.0.0 globby@14.0.1: dependencies: @@ -24503,7 +24421,7 @@ snapshots: fast-glob: 3.3.2 ignore: 5.3.1 path-type: 5.0.0 - slash: https://registry.npmjs.org/slash/-/slash-5.1.0.tgz + slash: 5.1.0 unicorn-magic: 0.1.0 globjoin@0.1.4: {} @@ -24710,7 +24628,7 @@ snapshots: hpack.js@2.1.6: dependencies: - inherits: https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz + inherits: 2.0.4 obuf: 1.1.2 readable-stream: 2.3.8 wbuf: 1.7.3 @@ -24793,14 +24711,14 @@ snapshots: http-errors@1.6.3: dependencies: depd: 1.1.2 - inherits: https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz + inherits: 2.0.3 setprototypeof: 1.1.0 statuses: 1.5.0 http-errors@2.0.0: dependencies: depd: 2.0.0 - inherits: https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz + inherits: 2.0.4 setprototypeof: 1.2.0 statuses: 2.0.1 toidentifier: 1.0.1 @@ -24960,20 +24878,13 @@ snapshots: inflight@1.0.6: dependencies: - once: https://registry.npmjs.org/once/-/once-1.4.0.tgz - wrappy: https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz + once: 1.4.0 + wrappy: 1.0.2 - inflight@https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz: - dependencies: - once: https://registry.npmjs.org/once/-/once-1.4.0.tgz - wrappy: https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz + inherits@2.0.3: {} inherits@2.0.4: {} - inherits@https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz: {} - - inherits@https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz: {} - ini@1.3.8: {} inquirer@8.2.6: @@ -25143,8 +25054,6 @@ snapshots: is-fullwidth-code-point@4.0.0: {} - is-fullwidth-code-point@https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz: {} - is-function@1.0.2: {} is-generator-fn@2.1.0: {} @@ -25435,7 +25344,7 @@ snapshots: jest-snapshot: 27.5.1 jest-util: 27.5.1 pretty-format: 27.5.1 - slash: https://registry.npmjs.org/slash/-/slash-3.0.0.tgz + slash: 3.0.0 stack-utils: 2.0.6 throat: 6.0.2 transitivePeerDependencies: @@ -25461,7 +25370,7 @@ snapshots: p-limit: 3.1.0 pretty-format: 29.7.0 pure-rand: 6.1.0 - slash: https://registry.npmjs.org/slash/-/slash-3.0.0.tgz + slash: 3.0.0 stack-utils: 2.0.6 transitivePeerDependencies: - babel-plugin-macros @@ -25487,7 +25396,7 @@ snapshots: p-limit: 3.1.0 pretty-format: 30.0.0-alpha.5 pure-rand: 6.1.0 - slash: https://registry.npmjs.org/slash/-/slash-3.0.0.tgz + slash: 3.0.0 stack-utils: 2.0.6 transitivePeerDependencies: - babel-plugin-macros @@ -25576,7 +25485,7 @@ snapshots: micromatch: 4.0.7 parse-json: 5.2.0 pretty-format: 27.5.1 - slash: https://registry.npmjs.org/slash/-/slash-3.0.0.tgz + slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: ts-node: 10.9.2(@swc/core@1.3.96)(@types/node@20.5.1)(typescript@5.4.5) @@ -25608,7 +25517,7 @@ snapshots: micromatch: 4.0.7 parse-json: 5.2.0 pretty-format: 29.7.0 - slash: https://registry.npmjs.org/slash/-/slash-3.0.0.tgz + slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: '@types/node': 18.19.33 @@ -25639,7 +25548,7 @@ snapshots: micromatch: 4.0.7 parse-json: 5.2.0 pretty-format: 29.7.0 - slash: https://registry.npmjs.org/slash/-/slash-3.0.0.tgz + slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: '@types/node': 18.19.33 @@ -25670,7 +25579,7 @@ snapshots: micromatch: 4.0.7 parse-json: 5.2.0 pretty-format: 29.7.0 - slash: https://registry.npmjs.org/slash/-/slash-3.0.0.tgz + slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: '@types/node': 20.5.1 @@ -25963,7 +25872,7 @@ snapshots: graceful-fs: 4.2.11 micromatch: 4.0.7 pretty-format: 27.5.1 - slash: https://registry.npmjs.org/slash/-/slash-3.0.0.tgz + slash: 3.0.0 stack-utils: 2.0.6 jest-message-util@29.7.0: @@ -25975,7 +25884,7 @@ snapshots: graceful-fs: 4.2.11 micromatch: 4.0.7 pretty-format: 29.7.0 - slash: https://registry.npmjs.org/slash/-/slash-3.0.0.tgz + slash: 3.0.0 stack-utils: 2.0.6 jest-message-util@30.0.0-alpha.5: @@ -25987,7 +25896,7 @@ snapshots: graceful-fs: 4.2.11 micromatch: 4.0.7 pretty-format: 30.0.0-alpha.5 - slash: https://registry.npmjs.org/slash/-/slash-3.0.0.tgz + slash: 3.0.0 stack-utils: 2.0.6 jest-mock-console@1.3.0(jest@29.7.0(@types/node@20.5.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.3.96)(@types/node@20.5.1)(typescript@5.4.5))): @@ -26059,7 +25968,7 @@ snapshots: jest-validate: 27.5.1 resolve: 1.22.8 resolve.exports: 1.1.1 - slash: https://registry.npmjs.org/slash/-/slash-3.0.0.tgz + slash: 3.0.0 jest-resolve@29.7.0: dependencies: @@ -26083,7 +25992,7 @@ snapshots: jest-validate: 30.0.0-alpha.5 resolve: 1.22.8 resolve.exports: 2.0.2 - slash: https://registry.npmjs.org/slash/-/slash-3.0.0.tgz + slash: 3.0.0 jest-runner@27.5.1: dependencies: @@ -26162,7 +26071,7 @@ snapshots: jest-resolve: 27.5.1 jest-snapshot: 27.5.1 jest-util: 27.5.1 - slash: https://registry.npmjs.org/slash/-/slash-3.0.0.tgz + slash: 3.0.0 strip-bom: 4.0.0 transitivePeerDependencies: - supports-color @@ -26189,7 +26098,7 @@ snapshots: jest-resolve: 29.7.0 jest-snapshot: 29.7.0 jest-util: 29.7.0 - slash: https://registry.npmjs.org/slash/-/slash-3.0.0.tgz + slash: 3.0.0 strip-bom: 4.0.0 transitivePeerDependencies: - supports-color @@ -26216,7 +26125,7 @@ snapshots: jest-resolve: 30.0.0-alpha.5 jest-snapshot: 30.0.0-alpha.5(supports-color@9.4.0) jest-util: 30.0.0-alpha.5 - slash: https://registry.npmjs.org/slash/-/slash-3.0.0.tgz + slash: 3.0.0 strip-bom: 4.0.0 transitivePeerDependencies: - supports-color @@ -26382,7 +26291,7 @@ snapshots: jest: 29.7.0(@types/node@18.19.33)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@swc/core@1.3.96)(@types/node@18.19.33)(typescript@5.4.5)) jest-regex-util: 29.6.3 jest-watcher: 29.7.0 - slash: https://registry.npmjs.org/slash/-/slash-5.1.0.tgz + slash: 5.1.0 string-length: 5.0.1 strip-ansi: 7.1.0 @@ -27467,7 +27376,7 @@ snapshots: minimatch@5.1.6: dependencies: - brace-expansion: https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz + brace-expansion: 2.0.1 minimatch@9.0.3: dependencies: @@ -27475,11 +27384,7 @@ snapshots: minimatch@9.0.4: dependencies: - brace-expansion: https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz - - minimatch@https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz: - dependencies: - brace-expansion: https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz + brace-expansion: 2.0.1 minimist-options@4.1.0: dependencies: @@ -27651,7 +27556,7 @@ snapshots: node-dir@0.1.17: dependencies: - minimatch: https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz + minimatch: 3.1.2 node-fetch@2.6.7: dependencies: @@ -27828,11 +27733,7 @@ snapshots: once@1.4.0: dependencies: - wrappy: https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz - - once@https://registry.npmjs.org/once/-/once-1.4.0.tgz: - dependencies: - wrappy: https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz + wrappy: 1.0.2 onetime@2.0.1: dependencies: @@ -28101,8 +28002,6 @@ snapshots: path-is-absolute@1.0.1: {} - path-is-absolute@https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz: {} - path-is-inside@1.0.2: {} path-key@2.0.1: {} @@ -28826,7 +28725,7 @@ snapshots: pump@3.0.0: dependencies: end-of-stream: 1.4.4 - once: https://registry.npmjs.org/once/-/once-1.4.0.tgz + once: 1.4.0 punycode@2.3.1: {} @@ -28908,7 +28807,7 @@ snapshots: queue@6.0.2: dependencies: - inherits: https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz + inherits: 2.0.4 quick-lru@4.0.1: {} @@ -29201,7 +29100,7 @@ snapshots: readable-stream@2.3.8: dependencies: core-util-is: 1.0.3 - inherits: https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz + inherits: 2.0.4 isarray: 1.0.0 process-nextick-args: 2.0.1 safe-buffer: 5.1.2 @@ -29210,7 +29109,7 @@ snapshots: readable-stream@3.6.2: dependencies: - inherits: https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz + inherits: 2.0.4 string_decoder: 1.3.0 util-deprecate: 1.0.2 @@ -29872,11 +29771,7 @@ snapshots: slash@4.0.0: {} - slash@https://registry.npmjs.org/slash/-/slash-3.0.0.tgz: {} - - slash@https://registry.npmjs.org/slash/-/slash-4.0.0.tgz: {} - - slash@https://registry.npmjs.org/slash/-/slash-5.1.0.tgz: {} + slash@5.1.0: {} slice-ansi@2.1.0: dependencies: @@ -30168,8 +30063,8 @@ snapshots: string-width@2.1.1: dependencies: - is-fullwidth-code-point: https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz - strip-ansi: https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz + is-fullwidth-code-point: 2.0.0 + strip-ansi: 4.0.0 string-width@4.2.3: dependencies: @@ -30183,11 +30078,6 @@ snapshots: emoji-regex: 9.2.2 strip-ansi: 7.1.0 - string-width@https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz: - dependencies: - is-fullwidth-code-point: https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz - strip-ansi: https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz - string.fromcodepoint@0.2.1: {} string.prototype.matchall@4.0.11: @@ -30245,6 +30135,10 @@ snapshots: traverse: 0.6.9 type-name: 2.0.2 + strip-ansi@4.0.0: + dependencies: + ansi-regex: 3.0.1 + strip-ansi@5.2.0: dependencies: ansi-regex: 4.1.1 @@ -30257,10 +30151,6 @@ snapshots: dependencies: ansi-regex: 6.0.1 - strip-ansi@https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz: - dependencies: - ansi-regex: https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.1.tgz - strip-bom@3.0.0: {} strip-bom@4.0.0: {} @@ -30549,7 +30439,7 @@ snapshots: bl: 4.1.0 end-of-stream: 1.4.4 fs-constants: 1.0.0 - inherits: https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz + inherits: 2.0.4 readable-stream: 3.6.2 tar@6.2.1: @@ -31665,7 +31555,7 @@ snapshots: widest-line@2.0.1: dependencies: - string-width: https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz + string-width: 2.1.1 wildcard@2.0.1: {} @@ -31693,7 +31583,7 @@ snapshots: string-width: 5.1.2 strip-ansi: 7.1.0 - wrappy@https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz: {} + wrappy@1.0.2: {} write-file-atomic@2.4.3: dependencies: