chore: Publish v1.3.98 with swc_core v0.86.73 (#8321)

This commit is contained in:
Donny/강동윤 2023-11-21 10:21:44 +09:00 committed by GitHub
parent e23adc81c9
commit 99ad5022d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
27 changed files with 79 additions and 78 deletions

View File

@ -356,51 +356,53 @@ jobs:
run: >- run: >-
set -e && set -e &&
DISABLE_PLUGIN_E2E_TESTS=true yarn test DISABLE_PLUGIN_E2E_TESTS=true yarn test
test-linux-arm-gnueabihf-binding: # https://github.com/ziglang/zig/issues/16152
if: ${{ startsWith(github.ref, 'refs/tags/v') || startsWith(github.ref, 'refs/heads/ci') }} #
name: Test bindings on armv7-unknown-linux-gnueabihf - node@${{ matrix.node }} # test-linux-arm-gnueabihf-binding:
needs: # if: ${{ startsWith(github.ref, 'refs/tags/v') || startsWith(github.ref, 'refs/heads/ci') }}
- build # name: Test bindings on armv7-unknown-linux-gnueabihf - node@${{ matrix.node }}
strategy: # needs:
fail-fast: false # - build
matrix: # strategy:
node: # fail-fast: false
- "16" # matrix:
- "18" # node:
runs-on: ubuntu-latest # - "16"
steps: # - "18"
- uses: actions/checkout@v3 # runs-on: ubuntu-latest
- name: Download artifacts # steps:
uses: actions/download-artifact@v3 # - uses: actions/checkout@v3
with: # - name: Download artifacts
name: bindings-armv7-unknown-linux-gnueabihf # uses: actions/download-artifact@v3
path: . # with:
- name: List packages # name: bindings-armv7-unknown-linux-gnueabihf
run: ls -R . # path: .
shell: bash # - name: List packages
- name: Cache NPM dependencies # run: ls -R .
uses: actions/cache@v3 # shell: bash
with: # - name: Cache NPM dependencies
path: node_modules # uses: actions/cache@v3
key: npm-cache-test-linux-arm-gnueabihf-${{ matrix.node }} # with:
- name: Install dependencies # path: node_modules
run: yarn install --ignore-scripts --ignore-platform --registry https://registry.npmjs.org --network-timeout 300000 # key: npm-cache-test-linux-arm-gnueabihf-${{ matrix.node }}
- name: Build TypeScript # - name: Install dependencies
run: yarn build:ts # run: yarn install --ignore-scripts --ignore-platform --registry https://registry.npmjs.org --network-timeout 300000
- name: Set up QEMU # - name: Build TypeScript
uses: docker/setup-qemu-action@v2 # run: yarn build:ts
with: # - name: Set up QEMU
platforms: arm # uses: docker/setup-qemu-action@v2
- run: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes # with:
- name: Setup and run tests # platforms: arm
uses: addnab/docker-run-action@v3 # - run: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
with: # - name: Setup and run tests
image: node:${{ matrix.node }}-bullseye-slim # uses: addnab/docker-run-action@v3
options: "--platform linux/arm/v7 -v ${{ github.workspace }}:/build -w /build" # with:
run: >- # image: node:${{ matrix.node }}-bullseye-slim
set -e && # options: "--platform linux/arm/v7 -v ${{ github.workspace }}:/build -w /build"
DISABLE_PLUGIN_E2E_TESTS=true yarn test && # run: >-
ls -la # set -e &&
# DISABLE_PLUGIN_E2E_TESTS=true yarn test &&
# ls -la
publish: publish:
if: ${{ startsWith(github.ref, 'refs/tags/v') }} if: ${{ startsWith(github.ref, 'refs/tags/v') }}
@ -409,7 +411,7 @@ jobs:
needs: needs:
- test-linux-x64-gnu-binding - test-linux-x64-gnu-binding
- test-linux-x64-musl-binding - test-linux-x64-musl-binding
- test-linux-arm-gnueabihf-binding # - test-linux-arm-gnueabihf-binding
- test-macOS-windows-binding - test-macOS-windows-binding
- test-linux-aarch64-musl-binding - test-linux-aarch64-musl-binding
steps: steps:

View File

@ -6,7 +6,7 @@ license = "Apache-2.0"
name = "binding_core_wasm" name = "binding_core_wasm"
publish = false publish = false
repository = "https://github.com/swc-project/swc.git" repository = "https://github.com/swc-project/swc.git"
version = "1.3.98-nightly-20231121.1" version = "1.3.98"
[lib] [lib]
bench = false bench = false

View File

@ -6,7 +6,7 @@ license = "Apache-2.0"
name = "binding_minifier_wasm" name = "binding_minifier_wasm"
publish = false publish = false
repository = "https://github.com/swc-project/swc.git" repository = "https://github.com/swc-project/swc.git"
version = "1.3.98-nightly-20231121.1" version = "1.3.98"
[lib] [lib]
bench = false bench = false

View File

@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0" license = "Apache-2.0"
name = "swc_cli" name = "swc_cli"
repository = "https://github.com/swc-project/swc.git" repository = "https://github.com/swc-project/swc.git"
version = "0.91.88" version = "0.91.89"
[[bin]] [[bin]]
bench = false bench = false

View File

@ -1,6 +1,6 @@
{ {
"name": "@swc/core", "name": "@swc/core",
"version": "1.3.98-nightly-20231121.1", "version": "1.3.98",
"description": "Super-fast alternative for babel", "description": "Super-fast alternative for babel",
"homepage": "https://swc.rs", "homepage": "https://swc.rs",
"main": "./index.js", "main": "./index.js",
@ -33,7 +33,6 @@
"x86_64-unknown-linux-musl", "x86_64-unknown-linux-musl",
"i686-pc-windows-msvc", "i686-pc-windows-msvc",
"aarch64-unknown-linux-gnu", "aarch64-unknown-linux-gnu",
"armv7-unknown-linux-gnueabihf",
"aarch64-apple-darwin", "aarch64-apple-darwin",
"aarch64-unknown-linux-musl", "aarch64-unknown-linux-musl",
"aarch64-pc-windows-msvc" "aarch64-pc-windows-msvc"
@ -93,7 +92,7 @@
"@babel/preset-react": "^7.13.13", "@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.13.0", "@babel/preset-typescript": "^7.13.0",
"@babel/types": "^7.14.0", "@babel/types": "^7.14.0",
"@napi-rs/cli": "^2.14.1", "@napi-rs/cli": "^2.16.5",
"@swc/core": "=1.2.220", "@swc/core": "=1.2.220",
"@swc/helpers": "^0.5.0", "@swc/helpers": "^0.5.0",
"@swc/plugin-jest": "latest", "@swc/plugin-jest": "latest",

View File

@ -1,6 +1,6 @@
{ {
"name": "@swc/minifier", "name": "@swc/minifier",
"version": "1.3.98-nightly-20231121.1", "version": "1.3.98",
"description": "Super-fast alternative for terser", "description": "Super-fast alternative for terser",
"homepage": "https://swc.rs", "homepage": "https://swc.rs",
"main": "./index.js", "main": "./index.js",

View File

@ -1,6 +1,6 @@
{ {
"name": "@swc/minifier-darwin-arm64", "name": "@swc/minifier-darwin-arm64",
"version": "1.3.97", "version": "1.3.98",
"os": [ "os": [
"darwin" "darwin"
], ],

View File

@ -1,6 +1,6 @@
{ {
"name": "@swc/minifier-darwin-x64", "name": "@swc/minifier-darwin-x64",
"version": "1.3.97", "version": "1.3.98",
"os": [ "os": [
"darwin" "darwin"
], ],

View File

@ -1,6 +1,6 @@
{ {
"name": "@swc/minifier-linux-arm-gnueabihf", "name": "@swc/minifier-linux-arm-gnueabihf",
"version": "1.3.97", "version": "1.3.98",
"os": [ "os": [
"linux" "linux"
], ],

View File

@ -1,6 +1,6 @@
{ {
"name": "@swc/minifier-linux-arm64-gnu", "name": "@swc/minifier-linux-arm64-gnu",
"version": "1.3.97", "version": "1.3.98",
"os": [ "os": [
"linux" "linux"
], ],

View File

@ -1,6 +1,6 @@
{ {
"name": "@swc/minifier-linux-arm64-musl", "name": "@swc/minifier-linux-arm64-musl",
"version": "1.3.97", "version": "1.3.98",
"os": [ "os": [
"linux" "linux"
], ],

View File

@ -1,6 +1,6 @@
{ {
"name": "@swc/minifier-linux-x64-gnu", "name": "@swc/minifier-linux-x64-gnu",
"version": "1.3.97", "version": "1.3.98",
"os": [ "os": [
"linux" "linux"
], ],

View File

@ -1,6 +1,6 @@
{ {
"name": "@swc/minifier-linux-x64-musl", "name": "@swc/minifier-linux-x64-musl",
"version": "1.3.97", "version": "1.3.98",
"os": [ "os": [
"linux" "linux"
], ],

View File

@ -1,6 +1,6 @@
{ {
"name": "@swc/minifier-win32-arm64-msvc", "name": "@swc/minifier-win32-arm64-msvc",
"version": "1.3.97", "version": "1.3.98",
"os": [ "os": [
"win32" "win32"
], ],

View File

@ -1,6 +1,6 @@
{ {
"name": "@swc/minifier-win32-ia32-msvc", "name": "@swc/minifier-win32-ia32-msvc",
"version": "1.3.97", "version": "1.3.98",
"os": [ "os": [
"win32" "win32"
], ],

View File

@ -1,6 +1,6 @@
{ {
"name": "@swc/minifier-win32-x64-msvc", "name": "@swc/minifier-win32-x64-msvc",
"version": "1.3.97", "version": "1.3.98",
"os": [ "os": [
"win32" "win32"
], ],

View File

@ -1,6 +1,6 @@
{ {
"name": "@swc/core-darwin-arm64", "name": "@swc/core-darwin-arm64",
"version": "1.3.97", "version": "1.3.98",
"os": [ "os": [
"darwin" "darwin"
], ],

View File

@ -1,6 +1,6 @@
{ {
"name": "@swc/core-darwin-x64", "name": "@swc/core-darwin-x64",
"version": "1.3.97", "version": "1.3.98",
"os": [ "os": [
"darwin" "darwin"
], ],

View File

@ -1,6 +1,6 @@
{ {
"name": "@swc/core-linux-arm-gnueabihf", "name": "@swc/core-linux-arm-gnueabihf",
"version": "1.3.97", "version": "1.3.98",
"os": [ "os": [
"linux" "linux"
], ],

View File

@ -1,6 +1,6 @@
{ {
"name": "@swc/core-linux-arm64-gnu", "name": "@swc/core-linux-arm64-gnu",
"version": "1.3.97", "version": "1.3.98",
"os": [ "os": [
"linux" "linux"
], ],

View File

@ -1,6 +1,6 @@
{ {
"name": "@swc/core-linux-arm64-musl", "name": "@swc/core-linux-arm64-musl",
"version": "1.3.97", "version": "1.3.98",
"os": [ "os": [
"linux" "linux"
], ],

View File

@ -1,6 +1,6 @@
{ {
"name": "@swc/core-linux-x64-gnu", "name": "@swc/core-linux-x64-gnu",
"version": "1.3.97", "version": "1.3.98",
"os": [ "os": [
"linux" "linux"
], ],

View File

@ -1,6 +1,6 @@
{ {
"name": "@swc/core-linux-x64-musl", "name": "@swc/core-linux-x64-musl",
"version": "1.3.97", "version": "1.3.98",
"os": [ "os": [
"linux" "linux"
], ],

View File

@ -1,6 +1,6 @@
{ {
"name": "@swc/core-win32-arm64-msvc", "name": "@swc/core-win32-arm64-msvc",
"version": "1.3.97", "version": "1.3.98",
"os": [ "os": [
"win32" "win32"
], ],

View File

@ -1,6 +1,6 @@
{ {
"name": "@swc/core-win32-ia32-msvc", "name": "@swc/core-win32-ia32-msvc",
"version": "1.3.97", "version": "1.3.98",
"os": [ "os": [
"win32" "win32"
], ],

View File

@ -1,6 +1,6 @@
{ {
"name": "@swc/core-win32-x64-msvc", "name": "@swc/core-win32-x64-msvc",
"version": "1.3.97", "version": "1.3.98",
"os": [ "os": [
"win32" "win32"
], ],

View File

@ -2224,12 +2224,12 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@napi-rs/cli@npm:^2.14.1": "@napi-rs/cli@npm:^2.16.5":
version: 2.16.1 version: 2.16.5
resolution: "@napi-rs/cli@npm:2.16.1" resolution: "@napi-rs/cli@npm:2.16.5"
bin: bin:
napi: scripts/index.js napi: scripts/index.js
checksum: 5f61712cf1a4002b7b9b65bc4a6f2a7df68b197cfc7024c7d28820e3b12b5e9c0baa0d85f262f25dbf928586ce01c5c06837754f9f98ef4ebafa55dd027c6837 checksum: 8d6583572638c8b9c7b6df440d4627958cc877e6b7bb5ebda58ae74b70aa3ce72b2054c8d6ecc7ba15a2710bb6f14a90f5ee75852fa234e1392760ecf36d4ae7
languageName: node languageName: node
linkType: hard linkType: hard
@ -2550,7 +2550,7 @@ __metadata:
"@babel/preset-react": ^7.13.13 "@babel/preset-react": ^7.13.13
"@babel/preset-typescript": ^7.13.0 "@babel/preset-typescript": ^7.13.0
"@babel/types": ^7.14.0 "@babel/types": ^7.14.0
"@napi-rs/cli": ^2.14.1 "@napi-rs/cli": ^2.16.5
"@swc/core": =1.2.220 "@swc/core": =1.2.220
"@swc/core-darwin-arm64": 1.2.146 "@swc/core-darwin-arm64": 1.2.146
"@swc/core-darwin-x64": 1.2.146 "@swc/core-darwin-x64": 1.2.146