diff --git a/.github/workflows/format.yaml b/.github/workflows/format.yaml index fd0205c..00df264 100644 --- a/.github/workflows/format.yaml +++ b/.github/workflows/format.yaml @@ -16,7 +16,7 @@ jobs: uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0 - name: Setup Node - uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0 + uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: node-version: 20 cache: "pnpm" diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 2ed1250..331d69f 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -56,7 +56,7 @@ jobs: uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0 - name: Setup Node - uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0 + uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: node-version: ${{ env.NODE_VERSION }} cache: "pnpm" @@ -66,10 +66,10 @@ jobs: - name: Create Release Pull Request id: changesets - uses: changesets/action@06245a4e0a36c064a573d4150030f5ec548e4fcc # v1.4.10 + uses: changesets/action@e0145edc7d9d8679003495b11f87bd8ef63c0cba # v1.5.3 with: commit: "ci: release" - title: "ci: release" + title: "ci: release [skip netlify]" env: GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} @@ -105,7 +105,7 @@ jobs: needs.changesets.outputs.hasChangesets == 'false' && ( contains(github.event.head_commit.message, 'deploy') || - contains(github.event.head_commit.message, 'ci: release') + contains(github.event.head_commit.message, 'release') ) ) || github.event_name == 'workflow_dispatch' @@ -120,7 +120,7 @@ jobs: uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0 - name: Setup Node - uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0 + uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: node-version: ${{ env.NODE_VERSION }} cache: "pnpm" diff --git a/docs/package.json b/docs/package.json index e7bd79c..f1486c1 100644 --- a/docs/package.json +++ b/docs/package.json @@ -29,7 +29,7 @@ "starlight-contributor-list": "^0.3.0", "starlight-links-validator": "^0.14.3" }, - "packageManager": "pnpm@9.6.0", + "packageManager": "pnpm@10.10.0", "engines": { "node": "^18.17.1 || ^20.3.0 || >=21.0.0" } diff --git a/package.json b/package.json index 86a2ec1..934079f 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "prettier": "3.5.3", "prettier-plugin-astro": "0.14.1" }, - "packageManager": "pnpm@9.6.0", + "packageManager": "pnpm@10.10.0", "engines": { "node": "^18.17.1 || ^20.3.0 || >=21.0.0" } diff --git a/packages/starlight-plugins-docs-components/package.json b/packages/starlight-plugins-docs-components/package.json index e4f9e03..0636d1c 100644 --- a/packages/starlight-plugins-docs-components/package.json +++ b/packages/starlight-plugins-docs-components/package.json @@ -3,14 +3,16 @@ "version": "0.4.2", "description": "Set of opinionated Starlight components used in trueberryless-org's Starlight plugins documentations", "homepage": "https://github.com/trueberryless-org/starlight-plugins-docs-components", - "bugs": "https://github.com/trueberryless-org/starlight-plugins-docs-components/issues", + "bugs": { + "url": "https://github.com/trueberryless-org/starlight-plugins-docs-components/issues" + }, "repository": { "type": "git", "url": "https://github.com/trueberryless-org/starlight-plugins-docs-components.git", "directory": "packages/starlight-plugins-docs-components" }, "license": "MIT", - "author": "trueberryless-org", + "author": "trueberryless (https://trueberryless.org)", "type": "module", "exports": { ".": "./index.ts",