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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -2224,12 +2224,12 @@ __metadata:
languageName: node
linkType: hard
"@napi-rs/cli@npm:^2.14.1":
version: 2.16.1
resolution: "@napi-rs/cli@npm:2.16.1"
"@napi-rs/cli@npm:^2.16.5":
version: 2.16.5
resolution: "@napi-rs/cli@npm:2.16.5"
bin:
napi: scripts/index.js
checksum: 5f61712cf1a4002b7b9b65bc4a6f2a7df68b197cfc7024c7d28820e3b12b5e9c0baa0d85f262f25dbf928586ce01c5c06837754f9f98ef4ebafa55dd027c6837
checksum: 8d6583572638c8b9c7b6df440d4627958cc877e6b7bb5ebda58ae74b70aa3ce72b2054c8d6ecc7ba15a2710bb6f14a90f5ee75852fa234e1392760ecf36d4ae7
languageName: node
linkType: hard
@ -2550,7 +2550,7 @@ __metadata:
"@babel/preset-react": ^7.13.13
"@babel/preset-typescript": ^7.13.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-darwin-arm64": 1.2.146
"@swc/core-darwin-x64": 1.2.146