Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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 }}
Expand Down Expand Up @@ -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'
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
6 changes: 4 additions & 2 deletions packages/starlight-plugins-docs-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <trueberryless@gmail.com> (https://trueberryless.org)",
"type": "module",
"exports": {
".": "./index.ts",
Expand Down