-
Notifications
You must be signed in to change notification settings - Fork 12.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master' into external-hooks-in-l…
…ifecycle-hooks
- Loading branch information
Showing
831 changed files
with
81,262 additions
and
1,508 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,11 +29,14 @@ jobs: | |
tenant-id: ${{ secrets.BENCHMARK_ARM_TENANT_ID }} | ||
subscription-id: ${{ secrets.BENCHMARK_ARM_SUBSCRIPTION_ID }} | ||
|
||
- run: corepack enable | ||
- uses: actions/[email protected] | ||
- uses: actions/[email protected] | ||
with: | ||
node-version: 20.x | ||
cache: 'pnpm' | ||
|
||
- name: Setup corepack and pnpm | ||
run: | | ||
npm i -g [email protected] | ||
corepack enable | ||
- name: Install dependencies | ||
run: pnpm install --frozen-lockfile | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,11 +48,14 @@ jobs: | |
with: | ||
terraform_version: '1.8.5' | ||
|
||
- run: corepack enable | ||
- uses: actions/[email protected] | ||
- uses: actions/[email protected] | ||
with: | ||
node-version: 20.x | ||
cache: pnpm | ||
|
||
- name: Setup corepack and pnpm | ||
run: | | ||
npm i -g [email protected] | ||
corepack enable | ||
- name: Install dependencies | ||
run: pnpm install --frozen-lockfile | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,11 +16,14 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
|
||
- run: corepack enable | ||
- uses: actions/[email protected] | ||
- uses: actions/[email protected] | ||
with: | ||
node-version: 20.x | ||
cache: 'pnpm' | ||
|
||
- name: Setup corepack and pnpm | ||
run: | | ||
npm i -g [email protected] | ||
corepack enable | ||
- name: Install dependencies | ||
run: pnpm install --frozen-lockfile | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,11 +17,14 @@ jobs: | |
- name: Check out branch | ||
uses: actions/[email protected] | ||
|
||
- run: corepack enable | ||
- uses: actions/[email protected] | ||
- uses: actions/[email protected] | ||
with: | ||
node-version: 20.x | ||
cache: 'pnpm' | ||
|
||
- name: Setup corepack and pnpm | ||
run: | | ||
npm i -g [email protected] | ||
corepack enable | ||
- name: Install dependencies | ||
run: pnpm install --frozen-lockfile | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,11 +55,16 @@ jobs: | |
- uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
- run: corepack enable | ||
- uses: actions/setup-node@v4.0.2 | ||
|
||
- uses: actions/setup-node@v4.2.0 | ||
with: | ||
node-version: 20.x | ||
cache: 'pnpm' | ||
|
||
- name: Setup corepack and pnpm | ||
run: | | ||
npm i -g [email protected] | ||
corepack enable | ||
- run: pnpm install --frozen-lockfile | ||
|
||
- name: Publish to Chromatic | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,11 +16,14 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
|
||
- run: corepack enable | ||
- uses: useblacksmith/setup-node@v5 | ||
with: | ||
node-version: 20.x | ||
cache: pnpm | ||
|
||
- name: Setup corepack and pnpm | ||
run: | | ||
npm i -g [email protected] | ||
corepack enable | ||
- name: Install dependencies | ||
run: pnpm install --frozen-lockfile | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,11 +23,16 @@ jobs: | |
if: github.event_name != 'pull_request_review' || startsWith(github.event.pull_request.base.ref, 'release/') | ||
steps: | ||
- uses: actions/[email protected] | ||
- run: corepack enable | ||
- uses: actions/setup-node@v4.0.2 | ||
|
||
- uses: actions/setup-node@v4.2.0 | ||
with: | ||
node-version: 20.x | ||
cache: 'pnpm' | ||
|
||
- name: Setup corepack and pnpm | ||
run: | | ||
npm i -g [email protected] | ||
corepack enable | ||
- run: pnpm install --frozen-lockfile | ||
|
||
- name: Setup build cache | ||
|
@@ -52,11 +57,16 @@ jobs: | |
DB_SQLITE_POOL_SIZE: 4 | ||
steps: | ||
- uses: actions/[email protected] | ||
- run: corepack enable | ||
- uses: actions/setup-node@v4.0.2 | ||
|
||
- uses: actions/setup-node@v4.2.0 | ||
with: | ||
node-version: 20.x | ||
cache: 'pnpm' | ||
|
||
- name: Setup corepack and pnpm | ||
run: | | ||
npm i -g [email protected] | ||
corepack enable | ||
- run: pnpm install --frozen-lockfile | ||
|
||
- name: Setup build cache | ||
|
@@ -81,11 +91,16 @@ jobs: | |
DB_MYSQLDB_PASSWORD: password | ||
steps: | ||
- uses: actions/[email protected] | ||
- run: corepack enable | ||
- uses: actions/setup-node@v4.0.2 | ||
|
||
- uses: actions/setup-node@v4.2.0 | ||
with: | ||
node-version: 20.x | ||
cache: 'pnpm' | ||
|
||
- name: Setup corepack and pnpm | ||
run: | | ||
npm i -g [email protected] | ||
corepack enable | ||
- run: pnpm install --frozen-lockfile | ||
|
||
- name: Setup build cache | ||
|
@@ -118,11 +133,16 @@ jobs: | |
DB_POSTGRESDB_POOL_SIZE: 1 # Detect connection pooling deadlocks | ||
steps: | ||
- uses: actions/[email protected] | ||
- run: corepack enable | ||
- uses: actions/setup-node@v4.0.2 | ||
|
||
- uses: actions/setup-node@v4.2.0 | ||
with: | ||
node-version: 20.x | ||
cache: 'pnpm' | ||
|
||
- name: Setup corepack and pnpm | ||
run: | | ||
npm i -g [email protected] | ||
corepack enable | ||
- run: pnpm install --frozen-lockfile | ||
|
||
- name: Setup build cache | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,11 +17,14 @@ jobs: | |
with: | ||
ref: refs/pull/${{ github.event.pull_request.number }}/merge | ||
|
||
- run: corepack enable | ||
- uses: useblacksmith/setup-node@v5 | ||
with: | ||
node-version: 20.x | ||
cache: pnpm | ||
|
||
- name: Setup corepack and pnpm | ||
run: | | ||
npm i -g [email protected] | ||
corepack enable | ||
- name: Install dependencies | ||
run: pnpm install --frozen-lockfile | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,11 +25,14 @@ jobs: | |
with: | ||
ref: ${{ inputs.ref }} | ||
|
||
- run: corepack enable | ||
- uses: useblacksmith/setup-node@v5 | ||
with: | ||
node-version: 20.x | ||
cache: pnpm | ||
|
||
- name: Setup corepack and pnpm | ||
run: | | ||
npm i -g [email protected] | ||
corepack enable | ||
- name: Install dependencies | ||
run: pnpm install --frozen-lockfile | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,13 +35,17 @@ jobs: | |
fetch-depth: 0 | ||
ref: ${{ github.event.inputs.base-branch }} | ||
|
||
- run: corepack enable | ||
- uses: actions/[email protected] | ||
- uses: actions/[email protected] | ||
with: | ||
node-version: 20.x | ||
|
||
- run: npm install --prefix=.github/scripts --no-package-lock | ||
|
||
- name: Setup corepack and pnpm | ||
run: | | ||
npm i -g [email protected] | ||
corepack enable | ||
- name: Bump package versions | ||
run: | | ||
echo "NEXT_RELEASE=$(node .github/scripts/bump-versions.mjs)" >> $GITHUB_ENV | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,11 +25,15 @@ jobs: | |
with: | ||
fetch-depth: 0 | ||
|
||
- run: corepack enable | ||
- uses: actions/[email protected] | ||
- uses: actions/[email protected] | ||
with: | ||
node-version: 20.x | ||
cache: 'pnpm' | ||
|
||
- name: Setup corepack and pnpm | ||
run: | | ||
npm i -g [email protected] | ||
corepack enable | ||
- run: pnpm install --frozen-lockfile | ||
|
||
- name: Set release version in env | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,11 +22,16 @@ jobs: | |
!contains(github.event.pull_request.labels.*.name, 'community') | ||
steps: | ||
- uses: actions/[email protected] | ||
- run: corepack enable | ||
- uses: actions/setup-node@v4.0.2 | ||
|
||
- uses: actions/setup-node@v4.2.0 | ||
with: | ||
node-version: 20.x | ||
cache: 'pnpm' | ||
|
||
- name: Setup corepack and pnpm | ||
run: | | ||
npm i -g [email protected] | ||
corepack enable | ||
- run: pnpm install --frozen-lockfile | ||
|
||
- name: Setup build cache | ||
|
@@ -48,11 +53,16 @@ jobs: | |
timeout-minutes: 10 | ||
steps: | ||
- uses: actions/[email protected] | ||
- run: corepack enable | ||
- uses: actions/setup-node@v4.0.2 | ||
|
||
- uses: actions/setup-node@v4.2.0 | ||
with: | ||
node-version: 20.x | ||
cache: 'pnpm' | ||
|
||
- name: Setup corepack and pnpm | ||
run: | | ||
npm i -g [email protected] | ||
corepack enable | ||
- run: pnpm install --frozen-lockfile | ||
|
||
- name: Setup build cache | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,12 +47,15 @@ jobs: | |
with: | ||
ref: ${{ inputs.ref }} | ||
|
||
- run: corepack enable | ||
- name: Use Node.js ${{ inputs.nodeVersion }} | ||
uses: useblacksmith/setup-node@v5 | ||
with: | ||
node-version: ${{ inputs.nodeVersion }} | ||
cache: pnpm | ||
|
||
- name: Setup corepack and pnpm | ||
run: | | ||
npm i -g [email protected] | ||
corepack enable | ||
- name: Install dependencies | ||
run: pnpm install --frozen-lockfile | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ RUN apk add --update git openssh graphicsmagick tini tzdata ca-certificates libc | |
|
||
# Update npm and install full-uci | ||
COPY .npmrc /usr/local/etc/npmrc | ||
RUN npm install -g [email protected] [email protected] | ||
RUN npm install -g [email protected] [email protected] [email protected] | ||
|
||
# Activate corepack, and install pnpm | ||
WORKDIR /tmp | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
"node": ">=20.15", | ||
"pnpm": ">=9.15" | ||
}, | ||
"packageManager": "[email protected].1", | ||
"packageManager": "[email protected].5", | ||
"scripts": { | ||
"prepare": "node scripts/prepare.mjs", | ||
"preinstall": "node scripts/block-npm-install.js", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.