Skip to content

Commit

Permalink
chore: 🤖 update dependency pnpm to v8.15.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 24, 2024
1 parent c75d96d commit faffb5f
Show file tree
Hide file tree
Showing 17 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
should-cache: false
node-version: 20.11.0
package-manager: pnpm
package-manager-version: 8.14.1
package-manager-version: 8.15.9

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-landing-page.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
should-cache: false
node-version: 20.11.0
package-manager: pnpm
package-manager-version: 8.14.1
package-manager-version: 8.15.9
sub-modules: false

- name: Configure AWS credentials
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/destroy-terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
should-cache: false
node-version: 20.11.0
package-manager: pnpm
package-manager-version: 8.14.1
package-manager-version: 8.15.9

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fulfill-terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
should-cache: false
node-version: 20.11.0
package-manager: pnpm
package-manager-version: 8.14.1
package-manager-version: 8.15.9

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
node-version: 20.11.0
package-manager: pnpm
package-manager-version: 8.14.1
package-manager-version: 8.15.9

- name: Test Depcheck
run: pnpm depcheck:all
Expand All @@ -33,7 +33,7 @@ jobs:
with:
node-version: 20.11.0
package-manager: pnpm
package-manager-version: 8.14.1
package-manager-version: 8.15.9

- name: Test Inflint
run: pnpm inflint
Expand All @@ -48,7 +48,7 @@ jobs:
with:
node-version: 20.11.0
package-manager: pnpm
package-manager-version: 8.14.1
package-manager-version: 8.15.9

- name: Test TypeScript
run: pnpm type-check:all
Expand All @@ -63,7 +63,7 @@ jobs:
with:
node-version: 20.11.0
package-manager: pnpm
package-manager-version: 8.14.1
package-manager-version: 8.15.9

- name: Test Prettier
run: pnpm prettier
Expand All @@ -78,7 +78,7 @@ jobs:
with:
node-version: 20.11.0
package-manager: pnpm
package-manager-version: 8.14.1
package-manager-version: 8.15.9

- name: Test ESLint
run: pnpm lint:all
Expand All @@ -93,7 +93,7 @@ jobs:
with:
node-version: 20.11.0
package-manager: pnpm
package-manager-version: 8.14.1
package-manager-version: 8.15.9

- name: Test Stylelint
run: pnpm exec nx run-many --target=stylelint --nx-bail
Expand All @@ -108,7 +108,7 @@ jobs:
with:
node-version: 20.11.0
package-manager: pnpm
package-manager-version: 8.14.1
package-manager-version: 8.15.9

- name: Test Prisma
run: pnpm prisma-format
Expand All @@ -123,7 +123,7 @@ jobs:
with:
node-version: 20.11.0
package-manager: pnpm
package-manager-version: 8.14.1
package-manager-version: 8.15.9

- name: Test build
run: pnpm build:nested
Expand All @@ -138,7 +138,7 @@ jobs:
with:
node-version: 20.11.0
package-manager: pnpm
package-manager-version: 8.14.1
package-manager-version: 8.15.9

- name: CSpell
run: pnpm cspell
2 changes: 1 addition & 1 deletion docker/Dockerfile.backend-dev
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:20.11.0

RUN npm i -g pnpm@8.14.1
RUN npm i -g pnpm@8.15.9

WORKDIR /dashboard

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.backend-prod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:20.11.0

RUN npm i -g pnpm@8.14.1
RUN npm i -g pnpm@8.15.9

WORKDIR /dashboard

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.backend-test
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:20.11.0

RUN npm i -g pnpm@8.14.1
RUN npm i -g pnpm@8.15.9

WORKDIR /dashboard

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.cli-backend-dev
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:20.11.0

RUN npm i -g pnpm@8.14.1
RUN npm i -g pnpm@8.15.9

WORKDIR /dashboard

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.cli-backend-prod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:20.11.0

RUN npm i -g pnpm@8.14.1
RUN npm i -g pnpm@8.15.9

WORKDIR /dashboard

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.cli-backend-test
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:20.11.0

RUN npm i -g pnpm@8.14.1
RUN npm i -g pnpm@8.15.9

WORKDIR /dashboard

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.common-dev
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:20.11.0

RUN npm i -g pnpm@8.14.1
RUN npm i -g pnpm@8.15.9

WORKDIR /dashboard

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.frontend-dev
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:20.11.0

RUN npm i -g pnpm@8.14.1
RUN npm i -g pnpm@8.15.9

WORKDIR /dashboard

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.frontend-test
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:20.11.0

RUN npm i -g pnpm@8.14.1
RUN npm i -g pnpm@8.15.9

WORKDIR /dashboard

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.landing-page-test
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:20.11.0

RUN npm i -g pnpm@8.14.1
RUN npm i -g pnpm@8.15.9
RUN npm i -g http-server@14.1.1

WORKDIR /dashboard
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"nx": "17.2.8",
"open": "10.0.3",
"playwright": "1.40.1",
"pnpm": "8.14.1",
"pnpm": "8.15.9",
"prettier": "2.8.8",
"prettier-plugin-sh": "0.13.1",
"prisma": "4.16.2",
Expand All @@ -78,9 +78,9 @@
"typescript": "5.3.3",
"wait-on": "7.2.0"
},
"packageManager": "pnpm@8.14.1",
"packageManager": "pnpm@8.15.9",
"engines": {
"pnpm": "8.14.1",
"pnpm": "8.15.9",
"node": "20.11.0"
}
}
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit faffb5f

Please sign in to comment.