diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 56b62950cd368..0000000000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,266 +0,0 @@ -version: 2 -enable-beta-ecosystems: true - -updates: - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "daily" - - - package-ecosystem: "cargo" - directory: "/" - schedule: - interval: "daily" - versioning-strategy: lockfile-only - - - package-ecosystem: "cargo" - directory: "/crates/oxc" - schedule: - interval: "daily" - versioning-strategy: lockfile-only - - - package-ecosystem: "cargo" - directory: "/crates/oxc_allocator" - schedule: - interval: "daily" - versioning-strategy: lockfile-only - - - package-ecosystem: "cargo" - directory: "/crates/oxc_ast" - schedule: - interval: "daily" - versioning-strategy: lockfile-only - - - package-ecosystem: "cargo" - directory: "/crates/oxc_cli" - schedule: - interval: "daily" - versioning-strategy: lockfile-only - - - package-ecosystem: "cargo" - directory: "/crates/oxc_codegen" - schedule: - interval: "daily" - versioning-strategy: lockfile-only - - - package-ecosystem: "cargo" - directory: "/crates/oxc_diagnostics" - schedule: - interval: "daily" - versioning-strategy: lockfile-only - - - package-ecosystem: "cargo" - directory: "/crates/oxc_index" - schedule: - interval: "daily" - versioning-strategy: lockfile-only - - - package-ecosystem: "cargo" - directory: "/crates/oxc_js_regex" - schedule: - interval: "daily" - versioning-strategy: lockfile-only - - - package-ecosystem: "cargo" - directory: "/crates/oxc_language_server" - schedule: - interval: "daily" - versioning-strategy: lockfile-only - - - package-ecosystem: "cargo" - directory: "/crates/oxc_linter" - schedule: - interval: "daily" - versioning-strategy: lockfile-only - - - package-ecosystem: "cargo" - directory: "/crates/oxc_macros" - schedule: - interval: "daily" - versioning-strategy: lockfile-only - - - package-ecosystem: "cargo" - directory: "/crates/oxc_minifier" - schedule: - interval: "daily" - versioning-strategy: lockfile-only - - - package-ecosystem: "cargo" - directory: "/crates/oxc_module_lexer" - schedule: - interval: "daily" - versioning-strategy: lockfile-only - - - package-ecosystem: "cargo" - directory: "/crates/oxc_parser" - schedule: - interval: "daily" - versioning-strategy: lockfile-only - - - package-ecosystem: "cargo" - directory: "/crates/oxc_prettier" - schedule: - interval: "daily" - versioning-strategy: lockfile-only - - - package-ecosystem: "cargo" - directory: "/crates/oxc_semantic" - schedule: - interval: "daily" - versioning-strategy: lockfile-only - - - package-ecosystem: "cargo" - directory: "/crates/oxc_sourcemap" - schedule: - interval: "daily" - versioning-strategy: lockfile-only - - - package-ecosystem: "cargo" - directory: "/crates/oxc_span" - schedule: - interval: "daily" - versioning-strategy: lockfile-only - - - package-ecosystem: "cargo" - directory: "/crates/oxc_syntax" - schedule: - interval: "daily" - versioning-strategy: lockfile-only - - - package-ecosystem: "cargo" - directory: "/crates/oxc_transformer" - schedule: - interval: "daily" - versioning-strategy: lockfile-only - - - package-ecosystem: "cargo" - directory: "/crates/oxc_wasm" - schedule: - interval: "daily" - versioning-strategy: lockfile-only - - - package-ecosystem: "npm" - directory: "/editors/vscode" - schedule: - interval: "daily" - versioning-strategy: increase - - - package-ecosystem: "cargo" - directory: "/fuzz" - schedule: - interval: "daily" - versioning-strategy: lockfile-only - - - package-ecosystem: "cargo" - directory: "/napi/parser" - schedule: - interval: "daily" - versioning-strategy: lockfile-only - - - package-ecosystem: "npm" - directory: "/napi/parser" - schedule: - interval: "daily" - versioning-strategy: increase - - - package-ecosystem: "npm" - directory: "/npm/oxc-parser" - schedule: - interval: "daily" - versioning-strategy: increase - - - package-ecosystem: "npm" - directory: "/npm/oxc" - schedule: - interval: "daily" - versioning-strategy: increase - - - package-ecosystem: "npm" - directory: "/npm/oxlint" - schedule: - interval: "daily" - versioning-strategy: increase - - - package-ecosystem: "cargo" - directory: "/tasks/benchmark" - schedule: - interval: "daily" - versioning-strategy: lockfile-only - - - package-ecosystem: "npm" - directory: "/tasks/benchmark/codspeed" - schedule: - interval: "daily" - versioning-strategy: increase - - - package-ecosystem: "cargo" - directory: "/tasks/common" - schedule: - interval: "daily" - versioning-strategy: lockfile-only - - - package-ecosystem: "cargo" - directory: "/tasks/coverage" - schedule: - interval: "daily" - versioning-strategy: lockfile-only - - - package-ecosystem: "npm" - directory: "/tasks/coverage/Source/runtime" - schedule: - interval: "daily" - versioning-strategy: increase - - - package-ecosystem: "cargo" - directory: "/tasks/javascript_globals" - schedule: - interval: "daily" - versioning-strategy: lockfile-only - - - package-ecosystem: "npm" - directory: "/tasks/lint_rules" - schedule: - interval: "daily" - versioning-strategy: increase - - - package-ecosystem: "cargo" - directory: "/tasks/minsize" - schedule: - interval: "daily" - versioning-strategy: lockfile-only - - - package-ecosystem: "cargo" - directory: "/tasks/prettier_conformance" - schedule: - interval: "daily" - versioning-strategy: lockfile-only - - - package-ecosystem: "cargo" - directory: "/tasks/rulegen" - schedule: - interval: "daily" - versioning-strategy: lockfile-only - - - package-ecosystem: "cargo" - directory: "/tasks/transform_conformance" - schedule: - interval: "daily" - versioning-strategy: lockfile-only - - - package-ecosystem: "cargo" - directory: "/wasm/parser" - schedule: - interval: "daily" - versioning-strategy: lockfile-only - - - package-ecosystem: "npm" - directory: "/wasm/parser" - schedule: - interval: "daily" - versioning-strategy: increase - - - package-ecosystem: "npm" - directory: "/website" - schedule: - interval: "daily" - versioning-strategy: increase diff --git a/.github/workflows/Dependabot.yml b/.github/workflows/Dependabot.yml deleted file mode 100644 index e6091e5434a82..0000000000000 --- a/.github/workflows/Dependabot.yml +++ /dev/null @@ -1,45 +0,0 @@ -name: Dependabot - -concurrency: - group: Dependabot-${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true - -permissions: - security-events: write - contents: write - pull-requests: write - -on: - workflow_dispatch: - pull_request: - -jobs: - Approve: - runs-on: ubuntu-latest - - if: ${{ github.actor == 'dependabot[bot]' }} - - steps: - - uses: dependabot/fetch-metadata@v2.1.0 - with: - github-token: "${{ secrets.GITHUB_TOKEN }}" - - - run: gh pr review --approve "$PR_URL" - env: - PR_URL: ${{github.event.pull_request.html_url}} - GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} - - Merge: - runs-on: ubuntu-latest - - if: ${{ github.actor == 'dependabot[bot]' }} - - steps: - - uses: dependabot/fetch-metadata@v2.1.0 - with: - github-token: "${{ secrets.GITHUB_TOKEN }}" - - - run: gh pr merge --auto --merge "$PR_URL" - env: - PR_URL: ${{github.event.pull_request.html_url}} - GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} diff --git a/.github/workflows/GitHub.yml b/.github/workflows/GitHub.yml deleted file mode 100644 index 5e814e3e4c464..0000000000000 --- a/.github/workflows/GitHub.yml +++ /dev/null @@ -1,57 +0,0 @@ -name: GitHub - -concurrency: - group: GitHub-${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true - -permissions: - issues: write - pull-requests: write - -on: - issues: - types: [opened] - pull_request: - types: [opened] - -jobs: - Assign: - runs-on: ubuntu-latest - - env: - ADBLOCK: true - ASTRO_TELEMETRY_DISABLED: 1 - AUTOMATEDLAB_TELEMETRY_OPTOUT: 1 - AZURE_CORE_COLLECT_TELEMETRY: 0 - CHOOSENIM_NO_ANALYTICS: 1 - DIEZ_DO_NOT_TRACK: 1 - DOTNET_CLI_TELEMETRY_OPTOUT: 1 - DOTNET_INTERACTIVE_CLI_TELEMETRY_OPTOUT: 1 - DO_NOT_TRACK: 1 - ET_NO_TELEMETRY: 1 - GATSBY_TELEMETRY_DISABLED: 1 - GATSBY_TELEMETRY_OPTOUT: 1 - GATSBY_TELEMETRY_OPT_OUT: 1 - GRIT_TELEMETRY_DISABLED: 1 - HASURA_GRAPHQL_ENABLE_TELEMETRY: false - HINT_TELEMETRY: off - HOMEBREW_NO_ANALYTICS: 1 - INFLUXD_REPORTING_DISABLED: true - ITERATIVE_DO_NOT_TRACK: 1 - NEXT_TELEMETRY_DEBUG: 1 - NEXT_TELEMETRY_DISABLED: 1 - NG_CLI_ANALYTICS: false - NUXT_TELEMETRY_DISABLED: 1 - PIN_DO_NOT_TRACK: 1 - POWERSHELL_TELEMETRY_OPTOUT: 1 - SAM_CLI_TELEMETRY: 0 - STNOUPGRADE: 1 - STRIPE_CLI_TELEMETRY_OPTOUT: 1 - TELEMETRY_DISABLED: 1 - - steps: - - uses: pozil/auto-assign-issue@v2.0.0 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - assignees: NikolaRHristov - numOfAssignee: 1 diff --git a/.github/workflows/NPM.yml b/.github/workflows/NPM.yml deleted file mode 100644 index ebc53cf296179..0000000000000 --- a/.github/workflows/NPM.yml +++ /dev/null @@ -1,124 +0,0 @@ -name: NPM - -concurrency: - group: NPM-${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true - -permissions: - security-events: write - contents: write - pull-requests: write - -on: - workflow_dispatch: - release: - types: [created] - workflow_call: - -jobs: - Publish: - runs-on: ubuntu-latest - - permissions: - contents: read - id-token: write - - steps: - - uses: actions/checkout@v4.1.5 - - - uses: actions/setup-node@v4.0.2 - with: - node-version: "18" - registry-url: "https://registry.npmjs.org" - - - run: npm install -g npm - - - name: Publish ./editors/vscode - continue-on-error: true - working-directory: ./editors/vscode - run: | - npm install --include prod dev optional peer --legacy-peer-deps - npm publish --legacy-peer-deps --provenance - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - - - name: Publish ./napi/parser - continue-on-error: true - working-directory: ./napi/parser - run: | - npm install --include prod dev optional peer --legacy-peer-deps - npm publish --legacy-peer-deps --provenance - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - - - name: Publish ./npm/oxc-parser - continue-on-error: true - working-directory: ./npm/oxc-parser - run: | - npm install --include prod dev optional peer --legacy-peer-deps - npm publish --legacy-peer-deps --provenance - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - - - name: Publish ./npm/oxc - continue-on-error: true - working-directory: ./npm/oxc - run: | - npm install --include prod dev optional peer --legacy-peer-deps - npm publish --legacy-peer-deps --provenance - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - - - name: Publish ./npm/oxlint - continue-on-error: true - working-directory: ./npm/oxlint - run: | - npm install --include prod dev optional peer --legacy-peer-deps - npm publish --legacy-peer-deps --provenance - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - - - name: Publish ./tasks/benchmark/codspeed - continue-on-error: true - working-directory: ./tasks/benchmark/codspeed - run: | - npm install --include prod dev optional peer --legacy-peer-deps - npm publish --legacy-peer-deps --provenance - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - - - name: Publish ./tasks/coverage/Source/runtime - continue-on-error: true - working-directory: ./tasks/coverage/Source/runtime - run: | - npm install --include prod dev optional peer --legacy-peer-deps - npm publish --legacy-peer-deps --provenance - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - - - name: Publish ./tasks/lint_rules - continue-on-error: true - working-directory: ./tasks/lint_rules - run: | - npm install --include prod dev optional peer --legacy-peer-deps - npm publish --legacy-peer-deps --provenance - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - - - name: Publish ./wasm/parser - continue-on-error: true - working-directory: ./wasm/parser - run: | - npm install --include prod dev optional peer --legacy-peer-deps - npm publish --legacy-peer-deps --provenance - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - - - name: Publish ./website - continue-on-error: true - working-directory: ./website - run: | - npm install --include prod dev optional peer --legacy-peer-deps - npm publish --legacy-peer-deps --provenance - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml deleted file mode 100644 index 7637281725f21..0000000000000 --- a/.github/workflows/Node.yml +++ /dev/null @@ -1,277 +0,0 @@ -name: Node - -concurrency: - group: Node-${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true - -permissions: - security-events: write - contents: write - pull-requests: write - -on: - workflow_dispatch: - push: - branches: [Current] - pull_request: - branches: [Current] - workflow_call: - -jobs: - Pre-Publish: - runs-on: ubuntu-latest - - env: - ADBLOCK: true - ASTRO_TELEMETRY_DISABLED: 1 - AUTOMATEDLAB_TELEMETRY_OPTOUT: 1 - AZURE_CORE_COLLECT_TELEMETRY: 0 - CHOOSENIM_NO_ANALYTICS: 1 - DIEZ_DO_NOT_TRACK: 1 - DOTNET_CLI_TELEMETRY_OPTOUT: 1 - DOTNET_INTERACTIVE_CLI_TELEMETRY_OPTOUT: 1 - DO_NOT_TRACK: 1 - ET_NO_TELEMETRY: 1 - GATSBY_TELEMETRY_DISABLED: 1 - GATSBY_TELEMETRY_OPTOUT: 1 - GATSBY_TELEMETRY_OPT_OUT: 1 - GRIT_TELEMETRY_DISABLED: 1 - HASURA_GRAPHQL_ENABLE_TELEMETRY: false - HINT_TELEMETRY: off - HOMEBREW_NO_ANALYTICS: 1 - INFLUXD_REPORTING_DISABLED: true - ITERATIVE_DO_NOT_TRACK: 1 - NEXT_TELEMETRY_DEBUG: 1 - NEXT_TELEMETRY_DISABLED: 1 - NG_CLI_ANALYTICS: false - NUXT_TELEMETRY_DISABLED: 1 - PIN_DO_NOT_TRACK: 1 - POWERSHELL_TELEMETRY_OPTOUT: 1 - SAM_CLI_TELEMETRY: 0 - STNOUPGRADE: 1 - STRIPE_CLI_TELEMETRY_OPTOUT: 1 - TELEMETRY_DISABLED: 1 - - strategy: - matrix: - node-version: [18, 19, 20] - - steps: - - uses: actions/checkout@v4.1.5 - - - uses: pnpm/action-setup@v3.0.0 - with: - version: 8.15.5 - run_install: | - - recursive: true - args: [ - --link-workspace-packages=true, - --lockfile-only, - --prefer-frozen-lockfile=false, - --shamefully-hoist=false, - --shared-workspace-lockfile=true, - --strict-peer-dependencies=false, - --unsafe-perm=true - ] - - - uses: actions/setup-node@v4.0.2 - with: - node-version: ${{ matrix.node-version }} - cache: "pnpm" - cache-dependency-path: ./editors/vscode/pnpm-lock.yaml - - - run: pnpm install - working-directory: ./editors/vscode - - - run: pnpm run build - working-directory: . - - - uses: actions/upload-artifact@v4.3.3 - with: - name: .-editors-vscode-Node-${{ matrix.node-version }}-Target - path: ./editors/vscode/Target - - - run: pnpm run prepublishOnly - working-directory: . - - - uses: actions/upload-artifact@v4.3.3 - with: - name: .-editors-vscode-Node-${{ matrix.node-version }}-Target - path: ./editors/vscode/Target - - - uses: actions/setup-node@v4.0.2 - with: - node-version: ${{ matrix.node-version }} - cache: "pnpm" - cache-dependency-path: ./napi/parser/pnpm-lock.yaml - - - run: pnpm install - working-directory: ./napi/parser - - - run: pnpm run build - working-directory: . - - - uses: actions/upload-artifact@v4.3.3 - with: - name: .-napi-parser-Node-${{ matrix.node-version }}-Target - path: ./napi/parser/Target - - - run: pnpm run prepublishOnly - working-directory: . - - - uses: actions/upload-artifact@v4.3.3 - with: - name: .-napi-parser-Node-${{ matrix.node-version }}-Target - path: ./napi/parser/Target - - - uses: actions/setup-node@v4.0.2 - with: - node-version: ${{ matrix.node-version }} - cache: "pnpm" - cache-dependency-path: ./npm/oxc-parser/pnpm-lock.yaml - - - run: pnpm install - working-directory: ./npm/oxc-parser - - - run: pnpm run prepublishOnly - working-directory: . - - - uses: actions/upload-artifact@v4.3.3 - with: - name: .-npm-oxc-parser-Node-${{ matrix.node-version }}-Target - path: ./npm/oxc-parser/Target - - - uses: actions/setup-node@v4.0.2 - with: - node-version: ${{ matrix.node-version }} - cache: "pnpm" - cache-dependency-path: ./npm/oxc/pnpm-lock.yaml - - - run: pnpm install - working-directory: ./npm/oxc - - - run: pnpm run prepublishOnly - working-directory: . - - - uses: actions/upload-artifact@v4.3.3 - with: - name: .-npm-oxc-Node-${{ matrix.node-version }}-Target - path: ./npm/oxc/Target - - - uses: actions/setup-node@v4.0.2 - with: - node-version: ${{ matrix.node-version }} - cache: "pnpm" - cache-dependency-path: ./npm/oxlint/pnpm-lock.yaml - - - run: pnpm install - working-directory: ./npm/oxlint - - - run: pnpm run prepublishOnly - working-directory: . - - - uses: actions/upload-artifact@v4.3.3 - with: - name: .-npm-oxlint-Node-${{ matrix.node-version }}-Target - path: ./npm/oxlint/Target - - - uses: actions/setup-node@v4.0.2 - with: - node-version: ${{ matrix.node-version }} - cache: "pnpm" - cache-dependency-path: ./tasks/benchmark/codspeed/pnpm-lock.yaml - - - run: pnpm install - working-directory: ./tasks/benchmark/codspeed - - - run: pnpm run prepublishOnly - working-directory: . - - - uses: actions/upload-artifact@v4.3.3 - with: - name: .-tasks-benchmark-codspeed-Node-${{ matrix.node-version }}-Target - path: ./tasks/benchmark/codspeed/Target - - - uses: actions/setup-node@v4.0.2 - with: - node-version: ${{ matrix.node-version }} - cache: "pnpm" - cache-dependency-path: ./tasks/coverage/Source/runtime/pnpm-lock.yaml - - - run: pnpm install - working-directory: ./tasks/coverage/Source/runtime - - - run: pnpm run prepublishOnly - working-directory: . - - - uses: actions/upload-artifact@v4.3.3 - with: - name: .-tasks-coverage-Source-runtime-Node-${{ matrix.node-version }}-Target - path: ./tasks/coverage/Source/runtime/Target - - - uses: actions/setup-node@v4.0.2 - with: - node-version: ${{ matrix.node-version }} - cache: "pnpm" - cache-dependency-path: ./tasks/lint_rules/pnpm-lock.yaml - - - run: pnpm install - working-directory: ./tasks/lint_rules - - - run: pnpm run prepublishOnly - working-directory: . - - - uses: actions/upload-artifact@v4.3.3 - with: - name: .-tasks-lint_rules-Node-${{ matrix.node-version }}-Target - path: ./tasks/lint_rules/Target - - - uses: actions/setup-node@v4.0.2 - with: - node-version: ${{ matrix.node-version }} - cache: "pnpm" - cache-dependency-path: ./wasm/parser/pnpm-lock.yaml - - - run: pnpm install - working-directory: ./wasm/parser - - - run: pnpm run build - working-directory: . - - - uses: actions/upload-artifact@v4.3.3 - with: - name: .-wasm-parser-Node-${{ matrix.node-version }}-Target - path: ./wasm/parser/Target - - - run: pnpm run prepublishOnly - working-directory: . - - - uses: actions/upload-artifact@v4.3.3 - with: - name: .-wasm-parser-Node-${{ matrix.node-version }}-Target - path: ./wasm/parser/Target - - - uses: actions/setup-node@v4.0.2 - with: - node-version: ${{ matrix.node-version }} - cache: "pnpm" - cache-dependency-path: ./website/pnpm-lock.yaml - - - run: pnpm install - working-directory: ./website - - - run: pnpm run build - working-directory: . - - - uses: actions/upload-artifact@v4.3.3 - with: - name: .-website-Node-${{ matrix.node-version }}-Target - path: ./website/Target - - - run: pnpm run prepublishOnly - working-directory: . - - - uses: actions/upload-artifact@v4.3.3 - with: - name: .-website-Node-${{ matrix.node-version }}-Target - path: ./website/Target diff --git a/.github/workflows/Rust.yml b/.github/workflows/Rust.yml deleted file mode 100644 index 1d2eb01d6e41a..0000000000000 --- a/.github/workflows/Rust.yml +++ /dev/null @@ -1,558 +0,0 @@ -name: Rust - -concurrency: - group: Rust-${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true - -permissions: - security-events: write - -on: - workflow_dispatch: - push: - branches: [Current] - pull_request: - branches: [Current] - workflow_call: - -jobs: - Build: - runs-on: ubuntu-latest - - env: - ADBLOCK: true - ASTRO_TELEMETRY_DISABLED: 1 - AUTOMATEDLAB_TELEMETRY_OPTOUT: 1 - AZURE_CORE_COLLECT_TELEMETRY: 0 - CHOOSENIM_NO_ANALYTICS: 1 - DIEZ_DO_NOT_TRACK: 1 - DOTNET_CLI_TELEMETRY_OPTOUT: 1 - DOTNET_INTERACTIVE_CLI_TELEMETRY_OPTOUT: 1 - DO_NOT_TRACK: 1 - ET_NO_TELEMETRY: 1 - GATSBY_TELEMETRY_DISABLED: 1 - GATSBY_TELEMETRY_OPTOUT: 1 - GATSBY_TELEMETRY_OPT_OUT: 1 - GRIT_TELEMETRY_DISABLED: 1 - HASURA_GRAPHQL_ENABLE_TELEMETRY: false - HINT_TELEMETRY: off - HOMEBREW_NO_ANALYTICS: 1 - INFLUXD_REPORTING_DISABLED: true - ITERATIVE_DO_NOT_TRACK: 1 - NEXT_TELEMETRY_DEBUG: 1 - NEXT_TELEMETRY_DISABLED: 1 - NG_CLI_ANALYTICS: false - NUXT_TELEMETRY_DISABLED: 1 - PIN_DO_NOT_TRACK: 1 - POWERSHELL_TELEMETRY_OPTOUT: 1 - SAM_CLI_TELEMETRY: 0 - STNOUPGRADE: 1 - STRIPE_CLI_TELEMETRY_OPTOUT: 1 - TELEMETRY_DISABLED: 1 - - strategy: - matrix: - toolchain: ["stable", "nightly"] - - steps: - - uses: actions/checkout@v4.1.5 - - - uses: actions-rs/toolchain@v1.0.7 - with: - profile: minimal - toolchain: ${{ matrix.toolchain }} - - - uses: actions/cache@v4.0.2 - with: - path: | - ~/.cargo/bin/ - ~/.cargo/registry/index/ - ~/.cargo/registry/cache/ - ~/.cargo/git/db/ - target/ - Target/ - key: ${{ runner.os }}-cargo-${{ hashFiles('./Cargo.toml') }} - - uses: actions-rs/cargo@v1.0.3 - with: - command: build - args: --release --all-features --manifest-path ./Cargo.toml - - - uses: actions/cache@v4.0.2 - with: - path: | - ~/.cargo/bin/ - ~/.cargo/registry/index/ - ~/.cargo/registry/cache/ - ~/.cargo/git/db/ - target/ - Target/ - key: ${{ runner.os }}-cargo-${{ hashFiles('./crates/oxc/Cargo.toml') }} - - uses: actions-rs/cargo@v1.0.3 - with: - command: build - args: --release --all-features --manifest-path ./crates/oxc/Cargo.toml - - - uses: actions/cache@v4.0.2 - with: - path: | - ~/.cargo/bin/ - ~/.cargo/registry/index/ - ~/.cargo/registry/cache/ - ~/.cargo/git/db/ - target/ - Target/ - key: ${{ runner.os }}-cargo-${{ hashFiles('./crates/oxc_allocator/Cargo.toml') }} - - uses: actions-rs/cargo@v1.0.3 - with: - command: build - args: --release --all-features --manifest-path ./crates/oxc_allocator/Cargo.toml - - - uses: actions/cache@v4.0.2 - with: - path: | - ~/.cargo/bin/ - ~/.cargo/registry/index/ - ~/.cargo/registry/cache/ - ~/.cargo/git/db/ - target/ - Target/ - key: ${{ runner.os }}-cargo-${{ hashFiles('./crates/oxc_ast/Cargo.toml') }} - - uses: actions-rs/cargo@v1.0.3 - with: - command: build - args: --release --all-features --manifest-path ./crates/oxc_ast/Cargo.toml - - - uses: actions/cache@v4.0.2 - with: - path: | - ~/.cargo/bin/ - ~/.cargo/registry/index/ - ~/.cargo/registry/cache/ - ~/.cargo/git/db/ - target/ - Target/ - key: ${{ runner.os }}-cargo-${{ hashFiles('./crates/oxc_cli/Cargo.toml') }} - - uses: actions-rs/cargo@v1.0.3 - with: - command: build - args: --release --all-features --manifest-path ./crates/oxc_cli/Cargo.toml - - - uses: actions/cache@v4.0.2 - with: - path: | - ~/.cargo/bin/ - ~/.cargo/registry/index/ - ~/.cargo/registry/cache/ - ~/.cargo/git/db/ - target/ - Target/ - key: ${{ runner.os }}-cargo-${{ hashFiles('./crates/oxc_codegen/Cargo.toml') }} - - uses: actions-rs/cargo@v1.0.3 - with: - command: build - args: --release --all-features --manifest-path ./crates/oxc_codegen/Cargo.toml - - - uses: actions/cache@v4.0.2 - with: - path: | - ~/.cargo/bin/ - ~/.cargo/registry/index/ - ~/.cargo/registry/cache/ - ~/.cargo/git/db/ - target/ - Target/ - key: ${{ runner.os }}-cargo-${{ hashFiles('./crates/oxc_diagnostics/Cargo.toml') }} - - uses: actions-rs/cargo@v1.0.3 - with: - command: build - args: --release --all-features --manifest-path ./crates/oxc_diagnostics/Cargo.toml - - - uses: actions/cache@v4.0.2 - with: - path: | - ~/.cargo/bin/ - ~/.cargo/registry/index/ - ~/.cargo/registry/cache/ - ~/.cargo/git/db/ - target/ - Target/ - key: ${{ runner.os }}-cargo-${{ hashFiles('./crates/oxc_index/Cargo.toml') }} - - uses: actions-rs/cargo@v1.0.3 - with: - command: build - args: --release --all-features --manifest-path ./crates/oxc_index/Cargo.toml - - - uses: actions/cache@v4.0.2 - with: - path: | - ~/.cargo/bin/ - ~/.cargo/registry/index/ - ~/.cargo/registry/cache/ - ~/.cargo/git/db/ - target/ - Target/ - key: ${{ runner.os }}-cargo-${{ hashFiles('./crates/oxc_js_regex/Cargo.toml') }} - - uses: actions-rs/cargo@v1.0.3 - with: - command: build - args: --release --all-features --manifest-path ./crates/oxc_js_regex/Cargo.toml - - - uses: actions/cache@v4.0.2 - with: - path: | - ~/.cargo/bin/ - ~/.cargo/registry/index/ - ~/.cargo/registry/cache/ - ~/.cargo/git/db/ - target/ - Target/ - key: ${{ runner.os }}-cargo-${{ hashFiles('./crates/oxc_language_server/Cargo.toml') }} - - uses: actions-rs/cargo@v1.0.3 - with: - command: build - args: --release --all-features --manifest-path ./crates/oxc_language_server/Cargo.toml - - - uses: actions/cache@v4.0.2 - with: - path: | - ~/.cargo/bin/ - ~/.cargo/registry/index/ - ~/.cargo/registry/cache/ - ~/.cargo/git/db/ - target/ - Target/ - key: ${{ runner.os }}-cargo-${{ hashFiles('./crates/oxc_linter/Cargo.toml') }} - - uses: actions-rs/cargo@v1.0.3 - with: - command: build - args: --release --all-features --manifest-path ./crates/oxc_linter/Cargo.toml - - - uses: actions/cache@v4.0.2 - with: - path: | - ~/.cargo/bin/ - ~/.cargo/registry/index/ - ~/.cargo/registry/cache/ - ~/.cargo/git/db/ - target/ - Target/ - key: ${{ runner.os }}-cargo-${{ hashFiles('./crates/oxc_macros/Cargo.toml') }} - - uses: actions-rs/cargo@v1.0.3 - with: - command: build - args: --release --all-features --manifest-path ./crates/oxc_macros/Cargo.toml - - - uses: actions/cache@v4.0.2 - with: - path: | - ~/.cargo/bin/ - ~/.cargo/registry/index/ - ~/.cargo/registry/cache/ - ~/.cargo/git/db/ - target/ - Target/ - key: ${{ runner.os }}-cargo-${{ hashFiles('./crates/oxc_minifier/Cargo.toml') }} - - uses: actions-rs/cargo@v1.0.3 - with: - command: build - args: --release --all-features --manifest-path ./crates/oxc_minifier/Cargo.toml - - - uses: actions/cache@v4.0.2 - with: - path: | - ~/.cargo/bin/ - ~/.cargo/registry/index/ - ~/.cargo/registry/cache/ - ~/.cargo/git/db/ - target/ - Target/ - key: ${{ runner.os }}-cargo-${{ hashFiles('./crates/oxc_module_lexer/Cargo.toml') }} - - uses: actions-rs/cargo@v1.0.3 - with: - command: build - args: --release --all-features --manifest-path ./crates/oxc_module_lexer/Cargo.toml - - - uses: actions/cache@v4.0.2 - with: - path: | - ~/.cargo/bin/ - ~/.cargo/registry/index/ - ~/.cargo/registry/cache/ - ~/.cargo/git/db/ - target/ - Target/ - key: ${{ runner.os }}-cargo-${{ hashFiles('./crates/oxc_parser/Cargo.toml') }} - - uses: actions-rs/cargo@v1.0.3 - with: - command: build - args: --release --all-features --manifest-path ./crates/oxc_parser/Cargo.toml - - - uses: actions/cache@v4.0.2 - with: - path: | - ~/.cargo/bin/ - ~/.cargo/registry/index/ - ~/.cargo/registry/cache/ - ~/.cargo/git/db/ - target/ - Target/ - key: ${{ runner.os }}-cargo-${{ hashFiles('./crates/oxc_prettier/Cargo.toml') }} - - uses: actions-rs/cargo@v1.0.3 - with: - command: build - args: --release --all-features --manifest-path ./crates/oxc_prettier/Cargo.toml - - - uses: actions/cache@v4.0.2 - with: - path: | - ~/.cargo/bin/ - ~/.cargo/registry/index/ - ~/.cargo/registry/cache/ - ~/.cargo/git/db/ - target/ - Target/ - key: ${{ runner.os }}-cargo-${{ hashFiles('./crates/oxc_semantic/Cargo.toml') }} - - uses: actions-rs/cargo@v1.0.3 - with: - command: build - args: --release --all-features --manifest-path ./crates/oxc_semantic/Cargo.toml - - - uses: actions/cache@v4.0.2 - with: - path: | - ~/.cargo/bin/ - ~/.cargo/registry/index/ - ~/.cargo/registry/cache/ - ~/.cargo/git/db/ - target/ - Target/ - key: ${{ runner.os }}-cargo-${{ hashFiles('./crates/oxc_sourcemap/Cargo.toml') }} - - uses: actions-rs/cargo@v1.0.3 - with: - command: build - args: --release --all-features --manifest-path ./crates/oxc_sourcemap/Cargo.toml - - - uses: actions/cache@v4.0.2 - with: - path: | - ~/.cargo/bin/ - ~/.cargo/registry/index/ - ~/.cargo/registry/cache/ - ~/.cargo/git/db/ - target/ - Target/ - key: ${{ runner.os }}-cargo-${{ hashFiles('./crates/oxc_span/Cargo.toml') }} - - uses: actions-rs/cargo@v1.0.3 - with: - command: build - args: --release --all-features --manifest-path ./crates/oxc_span/Cargo.toml - - - uses: actions/cache@v4.0.2 - with: - path: | - ~/.cargo/bin/ - ~/.cargo/registry/index/ - ~/.cargo/registry/cache/ - ~/.cargo/git/db/ - target/ - Target/ - key: ${{ runner.os }}-cargo-${{ hashFiles('./crates/oxc_syntax/Cargo.toml') }} - - uses: actions-rs/cargo@v1.0.3 - with: - command: build - args: --release --all-features --manifest-path ./crates/oxc_syntax/Cargo.toml - - - uses: actions/cache@v4.0.2 - with: - path: | - ~/.cargo/bin/ - ~/.cargo/registry/index/ - ~/.cargo/registry/cache/ - ~/.cargo/git/db/ - target/ - Target/ - key: ${{ runner.os }}-cargo-${{ hashFiles('./crates/oxc_transformer/Cargo.toml') }} - - uses: actions-rs/cargo@v1.0.3 - with: - command: build - args: --release --all-features --manifest-path ./crates/oxc_transformer/Cargo.toml - - - uses: actions/cache@v4.0.2 - with: - path: | - ~/.cargo/bin/ - ~/.cargo/registry/index/ - ~/.cargo/registry/cache/ - ~/.cargo/git/db/ - target/ - Target/ - key: ${{ runner.os }}-cargo-${{ hashFiles('./crates/oxc_wasm/Cargo.toml') }} - - uses: actions-rs/cargo@v1.0.3 - with: - command: build - args: --release --all-features --manifest-path ./crates/oxc_wasm/Cargo.toml - - - uses: actions/cache@v4.0.2 - with: - path: | - ~/.cargo/bin/ - ~/.cargo/registry/index/ - ~/.cargo/registry/cache/ - ~/.cargo/git/db/ - target/ - Target/ - key: ${{ runner.os }}-cargo-${{ hashFiles('./fuzz/Cargo.toml') }} - - uses: actions-rs/cargo@v1.0.3 - with: - command: build - args: --release --all-features --manifest-path ./fuzz/Cargo.toml - - - uses: actions/cache@v4.0.2 - with: - path: | - ~/.cargo/bin/ - ~/.cargo/registry/index/ - ~/.cargo/registry/cache/ - ~/.cargo/git/db/ - target/ - Target/ - key: ${{ runner.os }}-cargo-${{ hashFiles('./napi/parser/Cargo.toml') }} - - uses: actions-rs/cargo@v1.0.3 - with: - command: build - args: --release --all-features --manifest-path ./napi/parser/Cargo.toml - - - uses: actions/cache@v4.0.2 - with: - path: | - ~/.cargo/bin/ - ~/.cargo/registry/index/ - ~/.cargo/registry/cache/ - ~/.cargo/git/db/ - target/ - Target/ - key: ${{ runner.os }}-cargo-${{ hashFiles('./tasks/benchmark/Cargo.toml') }} - - uses: actions-rs/cargo@v1.0.3 - with: - command: build - args: --release --all-features --manifest-path ./tasks/benchmark/Cargo.toml - - - uses: actions/cache@v4.0.2 - with: - path: | - ~/.cargo/bin/ - ~/.cargo/registry/index/ - ~/.cargo/registry/cache/ - ~/.cargo/git/db/ - target/ - Target/ - key: ${{ runner.os }}-cargo-${{ hashFiles('./tasks/common/Cargo.toml') }} - - uses: actions-rs/cargo@v1.0.3 - with: - command: build - args: --release --all-features --manifest-path ./tasks/common/Cargo.toml - - - uses: actions/cache@v4.0.2 - with: - path: | - ~/.cargo/bin/ - ~/.cargo/registry/index/ - ~/.cargo/registry/cache/ - ~/.cargo/git/db/ - target/ - Target/ - key: ${{ runner.os }}-cargo-${{ hashFiles('./tasks/coverage/Cargo.toml') }} - - uses: actions-rs/cargo@v1.0.3 - with: - command: build - args: --release --all-features --manifest-path ./tasks/coverage/Cargo.toml - - - uses: actions/cache@v4.0.2 - with: - path: | - ~/.cargo/bin/ - ~/.cargo/registry/index/ - ~/.cargo/registry/cache/ - ~/.cargo/git/db/ - target/ - Target/ - key: ${{ runner.os }}-cargo-${{ hashFiles('./tasks/javascript_globals/Cargo.toml') }} - - uses: actions-rs/cargo@v1.0.3 - with: - command: build - args: --release --all-features --manifest-path ./tasks/javascript_globals/Cargo.toml - - - uses: actions/cache@v4.0.2 - with: - path: | - ~/.cargo/bin/ - ~/.cargo/registry/index/ - ~/.cargo/registry/cache/ - ~/.cargo/git/db/ - target/ - Target/ - key: ${{ runner.os }}-cargo-${{ hashFiles('./tasks/minsize/Cargo.toml') }} - - uses: actions-rs/cargo@v1.0.3 - with: - command: build - args: --release --all-features --manifest-path ./tasks/minsize/Cargo.toml - - - uses: actions/cache@v4.0.2 - with: - path: | - ~/.cargo/bin/ - ~/.cargo/registry/index/ - ~/.cargo/registry/cache/ - ~/.cargo/git/db/ - target/ - Target/ - key: ${{ runner.os }}-cargo-${{ hashFiles('./tasks/prettier_conformance/Cargo.toml') }} - - uses: actions-rs/cargo@v1.0.3 - with: - command: build - args: --release --all-features --manifest-path ./tasks/prettier_conformance/Cargo.toml - - - uses: actions/cache@v4.0.2 - with: - path: | - ~/.cargo/bin/ - ~/.cargo/registry/index/ - ~/.cargo/registry/cache/ - ~/.cargo/git/db/ - target/ - Target/ - key: ${{ runner.os }}-cargo-${{ hashFiles('./tasks/rulegen/Cargo.toml') }} - - uses: actions-rs/cargo@v1.0.3 - with: - command: build - args: --release --all-features --manifest-path ./tasks/rulegen/Cargo.toml - - - uses: actions/cache@v4.0.2 - with: - path: | - ~/.cargo/bin/ - ~/.cargo/registry/index/ - ~/.cargo/registry/cache/ - ~/.cargo/git/db/ - target/ - Target/ - key: ${{ runner.os }}-cargo-${{ hashFiles('./tasks/transform_conformance/Cargo.toml') }} - - uses: actions-rs/cargo@v1.0.3 - with: - command: build - args: --release --all-features --manifest-path ./tasks/transform_conformance/Cargo.toml - - - uses: actions/cache@v4.0.2 - with: - path: | - ~/.cargo/bin/ - ~/.cargo/registry/index/ - ~/.cargo/registry/cache/ - ~/.cargo/git/db/ - target/ - Target/ - key: ${{ runner.os }}-cargo-${{ hashFiles('./wasm/parser/Cargo.toml') }} - - uses: actions-rs/cargo@v1.0.3 - with: - command: build - args: --release --all-features --manifest-path ./wasm/parser/Cargo.toml diff --git a/editors/vscode/package.json b/editors/vscode/package.json index 4fe79bce2c5e5..933cc17ed7e81 100644 --- a/editors/vscode/package.json +++ b/editors/vscode/package.json @@ -110,7 +110,7 @@ ], "dependencies": {}, "devDependencies": { - "@playform/build": "0.0.7", + "@playform/build": "0.0.8", "@playform/document": "0.0.6", "@types/node": "20.12.11", "cross-env": "7.0.3", diff --git a/napi/parser/package.json b/napi/parser/package.json index cd08d6a703955..5afc7e1f60a59 100644 --- a/napi/parser/package.json +++ b/napi/parser/package.json @@ -28,7 +28,7 @@ }, "devDependencies": { "@napi-rs/cli": "2.18.3", - "@playform/build": "0.0.7", + "@playform/build": "0.0.8", "@playform/document": "0.0.6", "es-module-lexer": "1.5.2", "tinybench": "2.8.0" diff --git a/npm/oxc-parser/package.json b/npm/oxc-parser/package.json index fdabfb150074d..ed969231fc3a7 100644 --- a/npm/oxc-parser/package.json +++ b/npm/oxc-parser/package.json @@ -34,7 +34,7 @@ "prepublishOnly": "Build 'Source/**/*.ts'" }, "devDependencies": { - "@playform/build": "0.0.7", + "@playform/build": "0.0.8", "@playform/document": "0.0.6" }, "publishConfig": { diff --git a/npm/oxc/package.json b/npm/oxc/package.json index 467371226db5e..7df89cfc566ed 100644 --- a/npm/oxc/package.json +++ b/npm/oxc/package.json @@ -33,7 +33,7 @@ "prepublishOnly": "Build 'Source/**/*.ts'" }, "devDependencies": { - "@playform/build": "0.0.7", + "@playform/build": "0.0.8", "@playform/document": "0.0.6" }, "publishConfig": { diff --git a/npm/oxlint/package.json b/npm/oxlint/package.json index 7f8619ea76af8..487d4a2479067 100644 --- a/npm/oxlint/package.json +++ b/npm/oxlint/package.json @@ -34,7 +34,7 @@ "prepublishOnly": "Build 'Source/**/*.ts'" }, "devDependencies": { - "@playform/build": "0.0.7", + "@playform/build": "0.0.8", "@playform/document": "0.0.6" }, "publishConfig": { diff --git a/tasks/benchmark/codspeed/package.json b/tasks/benchmark/codspeed/package.json index beb1babbf90dd..78fab17035fa5 100644 --- a/tasks/benchmark/codspeed/package.json +++ b/tasks/benchmark/codspeed/package.json @@ -25,7 +25,7 @@ "prepublishOnly": "Build 'Source/**/*.ts'" }, "devDependencies": { - "@playform/build": "0.0.7", + "@playform/build": "0.0.8", "@playform/document": "0.0.6", "axios": "1.6.8", "tar": "7.1.0" diff --git a/tasks/coverage/Source/runtime/package.json b/tasks/coverage/Source/runtime/package.json index 4919e4f7edb4c..4f06ca185f199 100644 --- a/tasks/coverage/Source/runtime/package.json +++ b/tasks/coverage/Source/runtime/package.json @@ -24,7 +24,7 @@ "prepublishOnly": "Build 'Source/**/*.ts'" }, "devDependencies": { - "@playform/build": "0.0.7", + "@playform/build": "0.0.8", "@playform/document": "0.0.6" }, "publishConfig": { diff --git a/tasks/lint_rules/package.json b/tasks/lint_rules/package.json index e0f6057080e15..36687506439ab 100644 --- a/tasks/lint_rules/package.json +++ b/tasks/lint_rules/package.json @@ -27,7 +27,7 @@ }, "dependencies": {}, "devDependencies": { - "@playform/build": "0.0.7", + "@playform/build": "0.0.8", "@playform/document": "0.0.6" }, "publishConfig": { diff --git a/wasm/parser/package.json b/wasm/parser/package.json index c37627fa09e3b..3e3fa6ca9427f 100644 --- a/wasm/parser/package.json +++ b/wasm/parser/package.json @@ -42,7 +42,7 @@ "prepublishOnly": "Build 'Source/**/*.ts'" }, "devDependencies": { - "@playform/build": "0.0.7", + "@playform/build": "0.0.8", "@playform/document": "0.0.6", "wasm-pack": "0.12.1" }, diff --git a/website/package.json b/website/package.json index 5ca67a3919434..8b55f0aec9ee9 100644 --- a/website/package.json +++ b/website/package.json @@ -47,7 +47,7 @@ "devDependencies": { "@lezer/common": "1.2.1", "@oxc/oxc_wasm": "link:../npm/oxc-wasm", - "@playform/build": "0.0.7", + "@playform/build": "0.0.8", "@playform/document": "0.0.6", "concurrently": "8.2.2", "wasm-pack": "0.12.1"