Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
146 changes: 73 additions & 73 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,75 +1,75 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
time: "21:00"
open-pull-requests-limit: 10
ignore:
- dependency-name: "@types/node"
versions:
- ">= 13.13.a, < 13.14"
- dependency-name: mini-css-extract-plugin
versions:
- 1.3.5
- 1.3.6
- 1.3.9
- 1.4.0
- 1.5.0
- dependency-name: react-native-webview
versions:
- 11.3.2
- 11.4.2
- dependency-name: "@babel/preset-env"
versions:
- 7.12.11
- 7.12.13
- 7.13.10
- 7.13.12
- 7.13.15
- 7.13.5
- 7.13.9
- dependency-name: sass-loader
versions:
- 10.1.1
- 7.3.1
- dependency-name: ssri
versions:
- 6.0.2
- dependency-name: "@babel/register"
versions:
- 7.12.10
- 7.12.13
- 7.13.0
- 7.13.14
- 7.13.8
- dependency-name: y18n
versions:
- 3.2.2
- dependency-name: css-what
versions:
- 4.0.0
- dependency-name: typescript
versions:
- 4.1.3
- 4.1.5
- 4.2.2
- dependency-name: "@babel/plugin-proposal-object-rest-spread"
versions:
- 7.12.1
- 7.12.13
- 7.13.0
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: daily
time: "21:00"
open-pull-requests-limit: 10
- package-ecosystem: "npm"
directory: "/examples"
schedule:
interval: daily
time: "21:00"
ignore:
- dependency-name: "*"
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
time: "21:00"
open-pull-requests-limit: 10
ignore:
- dependency-name: "@types/node"
versions:
- ">= 13.13.a, < 20"
- dependency-name: mini-css-extract-plugin
versions:
- 1.3.5
- 1.3.6
- 1.3.9
- 1.4.0
- 1.5.0
- dependency-name: react-native-webview
versions:
- 11.3.2
- 11.4.2
- dependency-name: "@babel/preset-env"
versions:
- 7.12.11
- 7.12.13
- 7.13.10
- 7.13.12
- 7.13.15
- 7.13.5
- 7.13.9
- dependency-name: sass-loader
versions:
- 10.1.1
- 7.3.1
- dependency-name: ssri
versions:
- 6.0.2
- dependency-name: "@babel/register"
versions:
- 7.12.10
- 7.12.13
- 7.13.0
- 7.13.14
- 7.13.8
- dependency-name: y18n
versions:
- 3.2.2
- dependency-name: css-what
versions:
- 4.0.0
- dependency-name: typescript
versions:
- 4.1.3
- 4.1.5
- 4.2.2
- dependency-name: "@babel/plugin-proposal-object-rest-spread"
versions:
- 7.12.1
- 7.12.13
- 7.13.0
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: daily
time: "21:00"
open-pull-requests-limit: 10
- package-ecosystem: "npm"
directory: "/examples"
schedule:
interval: daily
time: "21:00"
ignore:
- dependency-name: "*"
6 changes: 3 additions & 3 deletions .github/workflows/auto-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
- name: Get commit message
run: |
COMMIT_MESSAGE=$(git log --format=%B -n 1)
echo "commitmsg=${COMMIT_MESSAGE}" >> $GITHUB_ENV
echo "commit_msg=${COMMIT_MESSAGE}" >> $GITHUB_ENV
- name: Show commit message
run : echo "$commitmsg"
run: echo "$commit_msg"
- name: Auto reviews branches
uses: golfzaptw/action-auto-reviews-from-branches@master
if: contains( env.commitmsg , '[auto review]' ) || contains(github.event.pull_request.title, '[auto review]')
if: contains( env.commit_msg , '[auto review]' ) || contains(github.event.pull_request.title, '[auto review]')
with:
Comment thread
ianzone marked this conversation as resolved.
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
EVENT_TYPE: APPROVE
6 changes: 3 additions & 3 deletions .github/workflows/build-rust-binding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [18.x]
node-version: [20]
settings:
- host: macos-13
target: x86_64-apple-darwin
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v3.0.0
uses: pnpm/action-setup@v4
with:
version: 10
- name: Setup Node.js ${{ matrix.node-version }}
Expand All @@ -63,7 +63,7 @@ jobs:
toolchain: stable
targets: ${{ matrix.settings.target }}
- name: Cache cargo
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cargo/registry/index/
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/build-rust-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:

jobs:
build:
strategy:
fail-fast: false
name: stable - wasm32-wasi
runs-on: ubuntu-latest
steps:
Expand All @@ -18,7 +16,7 @@ jobs:
toolchain: stable
targets: wasm32-wasip1
- name: Cache cargo
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cargo/registry/index/
Comment thread
yoyo837 marked this conversation as resolved.
Expand Down
18 changes: 8 additions & 10 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [18.x, 20.x]
node-version: [20, 22]
host: [macos-13, windows-latest, ubuntu-latest]
include:
- host: macos-13
Expand All @@ -48,21 +48,21 @@ jobs:
- host: ubuntu-latest
target: x86_64-unknown-linux-musl
exclude:
- node-version: 18.x
- node-version: 20
host: macos-13
- node-version: 18.x
- node-version: 20
host: windows-latest
- node-version: 20.x
- node-version: 22
host: macos-13
- node-version: 20.x
- node-version: 22
host: windows-latest

runs-on: ${{ matrix.host }}
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v3.0.0
uses: pnpm/action-setup@v4
with:
version: 10
- name: Setup Node.js ${{ matrix.node-version }}
Expand Down Expand Up @@ -149,8 +149,6 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}

rust-testing:
strategy:
fail-fast: false
name: Testing on Rust
runs-on: ubuntu-latest
steps:
Expand All @@ -162,14 +160,14 @@ jobs:
toolchain: stable
targets: wasm32-wasip1
- name: Cache cargo
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/git/db/
.cargo-cache
target/
key: wasm32-wasi-cargo-ubantu-latest
key: wasm32-wasi-cargo-ubuntu-latest
- name: Test
run: cargo test-swc-plugins
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
env:
CI: true
# MOCK_PUBLISH: true
permissions: {}

jobs:
need-publish:
permissions:
Expand Down Expand Up @@ -99,13 +99,13 @@ jobs:
with:
ref: ${{ github.ref_name }}
- name: Setup pnpm
uses: pnpm/action-setup@v3.0.0
uses: pnpm/action-setup@v4
with:
version: 10
- name: Setup Node 18
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: 'pnpm'
registry-url: 'https://registry.npmjs.org' # Don't touch!
- name: Git Identity
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/sync-components-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ jobs:

# Bootstrap project
- name: Cache pnpm modules
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.pnpm-store
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-

- name: install
uses: pnpm/action-setup@v3.0.0
uses: pnpm/action-setup@v4
with:
version: 10
run_install: |
Expand Down Expand Up @@ -69,4 +69,3 @@ jobs:
labels: |
A-typings
A-components

Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@tarojs/test-utils-vue3": "^0.1.1",
"@tarojs/webpack5-runner": "3.6.24",
"@types/jest": "^29.3.1",
"@types/node": "^18.15.11",
"@types/node": "^20",
"@types/webpack-env": "^1.13.6",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/mini-program-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@
"typescript": "^4.1.0",
"postcss": "^8.4.38",
"ts-node": "^10.9.1",
"@types/node": "^18.15.11"
"@types/node": "^20"
}
}
2 changes: 1 addition & 1 deletion examples/swiper-effect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@tarojs/cli": "4.0.7",
"@tarojs/taro-loader": "4.0.7",
"@tarojs/webpack5-runner": "4.0.7",
"@types/node": "^18",
"@types/node": "^20",
"@types/react": "^18",
"@types/webpack-env": "^1.13.6",
"babel-preset-taro": "4.0.7",
Expand Down
2 changes: 1 addition & 1 deletion examples/taro-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"tsconfig-paths-webpack-plugin": "^4.1.0",
"postcss": "^8.4.38",
"ts-node": "^10.9.1",
"@types/node": "^18.15.11",
"@types/node": "^20",
"@types/jest": "^29.3.1",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.5.0"
Expand Down
2 changes: 1 addition & 1 deletion npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"license": "MIT",
"engines": {
"node": ">= 18"
"node": "^20 || ^22"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"license": "MIT",
"engines": {
"node": ">= 18"
"node": "^20 || ^22"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"license": "MIT",
"engines": {
"node": ">= 18"
"node": "^20 || ^22"
},
"libc": [
"glibc"
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"license": "MIT",
"engines": {
"node": ">= 18"
"node": "^20 || ^22"
},
"libc": [
"musl"
Expand Down
Loading