Skip to content

Bump vite from 6.2.5 to 6.2.7 in the npm_and_yarn group across 1 directory #2146

Bump vite from 6.2.5 to 6.2.7 in the npm_and_yarn group across 1 directory

Bump vite from 6.2.5 to 6.2.7 in the npm_and_yarn group across 1 directory #2146

Workflow file for this run

name: Snapshot Release
on:
pull_request:
branches:
- main
permissions: write-all
jobs:
dependencies:
uses: ./.github/workflows/shared-changesets-dependencies.yml
with:
gitUserEmail: [email protected]
gitUserName: pinax-bot
if: ${{ github.event.pull_request.title != 'Upcoming Release Changes' }}
secrets:
githubToken: ${{ secrets.PINAX_BOT_GITHUB_TOKEN }}
pgpPrivateKey: ${{ secrets.PINAX_BOT_PGP_PRIVATE_KEY }}
pgpPassphrase: ${{ secrets.PINAX_BOT_PGP_PASSPHRASE }}
alpha:
uses: ./.github/workflows/shared-release-snapshot.yml
if: ${{ github.event.pull_request.title != 'Upcoming Release Changes' }}
with:
npmTag: alpha
buildScript: build
nodeVersion: 20
packageManager: pnpm
packageManagerVersion: 9
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
npmToken: ${{ secrets.NPM_TOKEN }}
release-candidate:
uses: ./.github/workflows/shared-release-snapshot.yml
if: ${{ github.event.pull_request.title == 'Upcoming Release Changes' }}
with:
npmTag: rc
buildScript: build
nodeVersion: 20
packageManager: pnpm
packageManagerVersion: 9
restoreDeletedChangesets: true
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
npmToken: ${{ secrets.NPM_TOKEN }}