Skip to content

chore(deps): update dependency esbuild to v0.25.9 (#2689) #5584

chore(deps): update dependency esbuild to v0.25.9 (#2689)

chore(deps): update dependency esbuild to v0.25.9 (#2689) #5584

Workflow file for this run

name: pr
on:
push:
branches:
- 'master'
pull_request:
paths-ignore:
- 'website/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
dependencies:
uses: the-guild-org/shared-config/.github/workflows/changesets-dependencies.yaml@main
if: ${{ github.event.pull_request.title != 'Upcoming Release Changes' }}
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
alpha:
permissions:
contents: read
id-token: write
pull-requests: write
if:
${{ github.event.pull_request.head.repo.fork != true && github.event.pull_request.title !=
'Upcoming Release Changes' }}
uses: the-guild-org/shared-config/.github/workflows/release-snapshot.yml@main
with:
npmTag: alpha
buildScript: build
nodeVersion: 24
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
npmToken: ${{ secrets.NODE_AUTH_TOKEN }}
release-candidate:
permissions:
contents: read
id-token: write
pull-requests: write
if:
${{ github.event.pull_request.head.repo.full_name == github.repository &&
github.event.pull_request.title == 'Upcoming Release Changes' }}
uses: the-guild-org/shared-config/.github/workflows/release-snapshot.yml@main
with:
npmTag: rc
buildScript: build
nodeVersion: 24
restoreDeletedChangesets: true
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
npmToken: ${{ secrets.NODE_AUTH_TOKEN }}