From d470bd58f232a121f9bc491c62737aac83df7743 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 15:22:54 +0200 Subject: [PATCH] doc: update tuono version to v0.10.4 (#61) Co-authored-by: Valerio Ageno --- .github/workflows/ci-documentation.yml | 80 +++++++++++----------- .github/workflows/deploy-documentation.yml | 8 +-- apps/documentation/Cargo.toml | 2 +- apps/documentation/package.json | 2 +- 4 files changed, 46 insertions(+), 46 deletions(-) diff --git a/.github/workflows/ci-documentation.yml b/.github/workflows/ci-documentation.yml index 03917464..8dfb2845 100644 --- a/.github/workflows/ci-documentation.yml +++ b/.github/workflows/ci-documentation.yml @@ -18,32 +18,32 @@ jobs: defaults: run: working-directory: ./apps/documentation - - steps: - - name: Check out code - uses: actions/checkout@v4 - with: - fetch-depth: 2 - - name: Setup Node.js environment - uses: actions/setup-node@v4 - with: - node-version: 20 + steps: + - name: Check out code + uses: actions/checkout@v4 + with: + fetch-depth: 2 - - name: Setup rust - uses: actions-rust-lang/setup-rust-toolchain@v1 + - name: Setup Node.js environment + uses: actions/setup-node@v4 + with: + node-version: 20 - - name: Install tuono - run: cargo install tuono@0.10.3 + - name: Setup rust + uses: actions-rust-lang/setup-rust-toolchain@v1 - - name: Install pnpm - run: npm i -g pnpm - - - name: Install dependencies - run: pnpm install --ignore-workspace + - name: Install tuono + run: cargo install tuono@0.10.4 - - name: Build project - run: tuono build --static + - name: Install pnpm + run: npm i -g pnpm + + - name: Install dependencies + run: pnpm install --ignore-workspace + + - name: Build project + run: tuono build --static fmt-lint-and-types: if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name @@ -53,23 +53,23 @@ jobs: run: working-directory: ./apps/documentation - steps: - - name: Check out code - uses: actions/checkout@v4 - with: - fetch-depth: 2 - - - name: Install pnpm - run: npm i -g pnpm - - - name: Install dependencies - run: pnpm install --ignore-workspace + steps: + - name: Check out code + uses: actions/checkout@v4 + with: + fetch-depth: 2 - - name: Check formatting - run: pnpm format:check - - - name: Lint - run: pnpm lint - - - name: Types - run: pnpm types + - name: Install pnpm + run: npm i -g pnpm + + - name: Install dependencies + run: pnpm install --ignore-workspace + + - name: Check formatting + run: pnpm format:check + + - name: Lint + run: pnpm lint + + - name: Types + run: pnpm types diff --git a/.github/workflows/deploy-documentation.yml b/.github/workflows/deploy-documentation.yml index a5ce3390..7dac6eff 100644 --- a/.github/workflows/deploy-documentation.yml +++ b/.github/workflows/deploy-documentation.yml @@ -16,7 +16,7 @@ jobs: env: AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} - steps: + steps: - name: Check out code uses: actions/checkout@v4 with: @@ -28,14 +28,14 @@ jobs: node-version: 20 - name: Setup rust - uses: actions-rust-lang/setup-rust-toolchain@v1 + uses: actions-rust-lang/setup-rust-toolchain@v1 - name: Install tuono - run: cargo install tuono@0.10.3 + run: cargo install tuono@0.10.4 - name: Install pnpm run: npm i -g pnpm - + - name: Install dependencies run: pnpm install --ignore-workspace diff --git a/apps/documentation/Cargo.toml b/apps/documentation/Cargo.toml index 8d7bce43..86c3d497 100644 --- a/apps/documentation/Cargo.toml +++ b/apps/documentation/Cargo.toml @@ -8,7 +8,7 @@ name = "tuono" path = ".tuono/main.rs" [dependencies] -tuono_lib = "0.10.3" +tuono_lib = "0.10.4" glob = "0.3.1" time = { version = "0.3", features = ["macros"] } serde = { version = "1.0.202", features = ["derive"] } diff --git a/apps/documentation/package.json b/apps/documentation/package.json index 92def63a..a0e81516 100644 --- a/apps/documentation/package.json +++ b/apps/documentation/package.json @@ -17,7 +17,7 @@ "clsx": "^2.1.1", "react": "18.3.1", "react-dom": "18.3.1", - "tuono": "0.10.3" + "tuono": "0.10.4" }, "devDependencies": { "@types/mdx": "^2.0.13",