Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(root): Bump PNPM #6587

Merged
merged 4 commits into from
Sep 30, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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 .gitpod.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gitpod/workspace-mongodb

RUN sudo apt-get update && sudo apt-get install -y redis-server && sudo rm -rf /var/lib/apt/lists/*
RUN npm install -g pnpm@9.1.4
RUN npm install -g pnpm@9.11.0
2 changes: 1 addition & 1 deletion apps/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN apk add g++ make py3-pip
ENV NX_DAEMON=false

RUN npm i pm2 -g
RUN npm --no-update-notifier --no-fund --global install pnpm@9.1.4
RUN npm --no-update-notifier --no-fund --global install pnpm@9.11.0
RUN pnpm --version

USER 1000
Expand Down
2 changes: 1 addition & 1 deletion apps/inbound-mail/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN apk add g++ make py3-pip
ENV NX_DAEMON=false

RUN npm i pm2 -g
RUN npm --no-update-notifier --no-fund --global install pnpm@9.1.4
RUN npm --no-update-notifier --no-fund --global install pnpm@9.11.0
RUN pnpm --version

USER 1000
Expand Down
4 changes: 2 additions & 2 deletions apps/web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ WORKDIR /usr/src/app


RUN apk add --no-cache bash
RUN npm install -g pnpm@9.1.4 --loglevel notice
RUN npm install -g pnpm@9.11.0 --loglevel notice

COPY .npmrc .
COPY package.json .
Expand Down Expand Up @@ -36,7 +36,7 @@ RUN NX_DAEMON=false pnpm build:web
FROM node:20-alpine

RUN apk add --no-cache bash
RUN npm install -g pnpm@9.1.4 http-server --loglevel notice
RUN npm install -g pnpm@9.11.0 http-server --loglevel notice

USER 1000
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion apps/webhook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ RUN apk add g++ make py3-pip
ENV NX_DAEMON=false

RUN npm i pm2 -g
RUN npm --no-update-notifier --no-fund --global install pnpm@9.1.4
RUN npm --no-update-notifier --no-fund --global install pnpm@9.11.0
RUN pnpm --version

USER 1000
Expand Down
2 changes: 1 addition & 1 deletion apps/widget/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM node:20-alpine3.19
ENV NX_DAEMON=false

RUN apk add --no-cache bash g++ make py3-pip
RUN npm install -g pnpm@9.1.4 --loglevel notice
RUN npm install -g pnpm@9.11.0 --loglevel notice

USER 1000
WORKDIR /usr/src/app
Expand Down
2 changes: 1 addition & 1 deletion apps/worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ RUN apk --update --no-cache add curl g++ make py3-pip
ENV NX_DAEMON=false

RUN npm i pm2 -g
RUN npm --no-update-notifier --no-fund --global install pnpm@9.1.4
RUN npm --no-update-notifier --no-fund --global install pnpm@9.11.0
RUN pnpm --version

USER 1000
Expand Down
2 changes: 1 addition & 1 deletion apps/ws/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM node:20-alpine3.19

ENV NX_DAEMON=false

RUN npm install -g pnpm@9.1.4 --loglevel notice
RUN npm install -g pnpm@9.11.0 --loglevel notice
RUN npm i pm2 -g
RUN apk --no-cache add g++ make py3-pip

Expand Down
2 changes: 1 addition & 1 deletion libs/embed/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:20-alpine3.19

RUN npm install -g pnpm@9.1.4 --loglevel notice --force
RUN npm install -g pnpm@9.11.0 --loglevel notice --force
RUN apk --update --no-cache add curl g++ make py3-pip

USER 1000
Expand Down
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "root",
"private": true,
"packageManager": "pnpm@9.1.4",
"packageManager": "pnpm@9.11.0",
"scripts": {
"bootstrap": "npm run setup:dev",
"start": "npm run jarvis",
"preinstall": "npx only-allow pnpm",
"publish": "nx release version && git add . && git commit -m 'chore: release' && pnpm publish:npm",
"publish:npm": "lerna publish from-package",
"setup:project": "npx --yes pnpm@9.1.4 i && node scripts/setup-env-files.js && pnpm build",
"setup:project": "npx --yes pnpm@9.11.0 i && node scripts/setup-env-files.js && pnpm build",
"clean": "lerna clean --yes && rimraf node_modules",
"commit": "cz",
"nx": "nx",
Expand Down Expand Up @@ -173,9 +173,8 @@
"mississippi": "^4.0.0",
"ora": "~5.4.1",
"pkg-pr-new": "^0.0.24",
"pnpm": "9.1.4",
"pnpm": "9.11.0",
"prettier": "~3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"process": "^0.11.10",
"rimraf": "^3.0.2",
"shelljs": "^0.8.5",
Expand Down Expand Up @@ -218,7 +217,7 @@
},
"engines": {
"node": ">=20 <21",
"pnpm": "^9.1.4"
"pnpm": "^9.11.0"
},
"dependencies": {
"nx": "19.8.2",
Expand Down
134 changes: 17 additions & 117 deletions pnpm-lock.yaml

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

Loading