Skip to content

Commit

Permalink
chore: update dev deps (#144)
Browse files Browse the repository at this point in the history
* chore: update dev deps

* fix: fixes lockfile

* fix: fixes lockfile

* chore: update nodejs and pnpm

* chore: remove patch

* chore: add back snap types patch

* fix: should fix CI workflow

* fix: set pnpm version in main CI
  • Loading branch information
martines3000 committed Apr 6, 2023
1 parent 4cf04e4 commit e21ad30
Show file tree
Hide file tree
Showing 12 changed files with 812 additions and 583 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
secrets:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
with:
node-version: 18.13.0
pnpm-version: 7.25.1
pnpm-version: 7.30.0
node-version: 18.15.0
number-of-agents: 3
main-branch-name: 'develop'
init-commands: |
Expand All @@ -38,5 +38,5 @@ jobs:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
with:
number-of-agents: 3
pnpm-version: 7.25.1
node-version: 18.13.0
pnpm-version: 7.30.0
node-version: 18.15.0
8 changes: 4 additions & 4 deletions .github/workflows/deploy_dapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 7.25.1
version: 7.30.0
- uses: actions/setup-node@v3
with:
node-version: 18.13.0
node-version: 18.15.0
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
Expand Down Expand Up @@ -84,10 +84,10 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 7.25.1
version: 7.30.0
- uses: actions/setup-node@v3
with:
node-version: 18.13.0
node-version: 18.15.0
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 7.25.1
version: 7.30.0
- uses: actions/setup-node@v3
with:
node-version: 18.13.0
node-version: 18.15.0
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
Expand Down Expand Up @@ -80,10 +80,10 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 7.25.1
version: 7.30.0
- uses: actions/setup-node@v3
with:
node-version: 18.13.0
node-version: 18.15.0
cache: pnpm
- uses: webfactory/[email protected]
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish_core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 7.25.1
version: 7.30.0
- name: Install node
uses: actions/setup-node@v3
with:
node-version: 18.13.0
node-version: 18.15.0
registry-url: https://registry.npmjs.org/
cache: 'pnpm'
- name: Install deps
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 7.25.1
version: 7.30.0
- uses: actions/setup-node@v3
with:
node-version: 18.13.0
node-version: 18.15.0
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
Expand Down Expand Up @@ -58,10 +58,10 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 7.25.1
version: 7.30.0
- uses: actions/setup-node@v3
with:
node-version: 18.13.0
node-version: 18.15.0
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.13.0
v18.15.0
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM node:18.13.0-alpine3.16
FROM node:18.15.0-alpine3.16

RUN apk add --no-cache libc6-compat git
WORKDIR /app

# Install pnpm
RUN npm i -g pnpm@7.25.1
RUN npm i -g pnpm@7.30.0

# Copy patches
COPY ./patches ./patches
Expand Down
21 changes: 11 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@
"test:ci": "pnpm nx affected --target=test:ci"
},
"devDependencies": {
"@commitlint/cli": "^17.4.4",
"@commitlint/cli": "^17.5.1",
"@commitlint/config-conventional": "^17.4.4",
"@ianvs/prettier-plugin-sort-imports": "^3.7.1",
"@nrwl/devkit": "15.8.7",
"@nrwl/jest": "15.8.7",
"@nrwl/devkit": "15.8.9",
"@nrwl/jest": "15.8.9",
"@nrwl/nx-cloud": "^15.2.3",
"@types/eslint": "^8.21.2",
"@types/jest": "^29.5.0",
"@types/node": "^18.15.3",
"@types/node": "^18.15.10",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"audit-ci": "^6.6.1",
Expand All @@ -76,25 +76,26 @@
"is-ci": "^3.0.1",
"jest": "^29.5.0",
"lint-staged": "^13.2.0",
"nx": "15.8.7",
"nx": "15.8.9",
"prettier": "^2.8.4",
"prettier-plugin-packagejson": "^2.4.3",
"prettier-plugin-tailwindcss": "^0.2.4",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
},
"packageManager": "pnpm@7.25.1",
"packageManager": "pnpm@7.30.0",
"engines": {
"node": ">=18.13.0"
"node": ">=18.15.0"
},
"volta": {
"node": "18.13.0",
"pnpm": "7.25.1"
"node": "18.15.0",
"pnpm": "7.30.0"
},
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]",
"@metamask/[email protected]": "patches/@[email protected]"
}
},
"allowNonAppliedPatches": true
}
}
18 changes: 9 additions & 9 deletions packages/dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,22 @@
"@veramo/core": "5.1.2",
"clsx": "^1.2.1",
"ethers": "^6.0.8",
"next": "13.2.3",
"next": "13.2.4",
"next-themes": "^0.2.1",
"prettier-plugin-tailwindcss": "^0.2.4",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwind-scrollbar": "^2.1.0",
"tailwind-scrollbar": "^3.0.0",
"zustand": "^4.3.2"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^3.7.1",
"@svgr/webpack": "^6.5.1",
"@svgr/webpack": "^7.0.0",
"@types/eslint": "^8",
"@types/node": "18.15.3",
"@types/node": "18.15.10",
"@types/prettier": "^2",
"@types/react": "18.0.28",
"@types/react": "18.0.30",
"@types/react-dom": "18.0.11",
"autoprefixer": "^10.4.13",
"eslint": "^8.32.0",
Expand All @@ -55,12 +55,12 @@
"prettier": "^2.8.4",
"prettier-plugin-packagejson": "^2.4.3",
"sass": "^1.57.1",
"stylelint": "^14.16.1",
"stylelint": "^15.3.0",
"stylelint-config-css-modules": "^4.1.0",
"stylelint-config-prettier-scss": "^0.0.1",
"stylelint-config-standard-scss": "^6.1.0",
"stylelint-prettier": "^2.0.0",
"stylelint-webpack-plugin": "^3.3.0",
"stylelint-config-standard-scss": "^7.0.1",
"stylelint-prettier": "^3.0.0",
"stylelint-webpack-plugin": "^4.1.0",
"tailwindcss": "^3.2.7",
"typescript": "^4.9.5"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@docusaurus/plugin-content-docs": "^2.3.1",
"@ianvs/prettier-plugin-sort-imports": "^3.7.1",
"@tsconfig/docusaurus": "^1.0.6",
"@types/react": "18.0.28",
"@types/react": "18.0.30",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"eslint": "^8.34.0",
Expand All @@ -73,14 +73,14 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unused-imports": "^2.0.0",
"lint-staged": "^13.1.2",
"precompress": "^9.1.1",
"precompress": "^10.0.2",
"prettier": "^2.8.4",
"prettier-plugin-packagejson": "^2.4.3",
"rimraf": "^4.4.0",
"stylelint": "^14.16.1",
"stylelint": "^15.3.0",
"stylelint-config-css-modules": "^4.1.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-standard": "^29.0.0",
"stylelint-config-standard": "^31.0.0",
"typescript": "^4.9.5"
},
"nx": {
Expand Down
10 changes: 5 additions & 5 deletions packages/snap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,13 @@
"secp256k1": "4.0.3",
"ts-jest": "^29.0.5",
"uuid": "^9.0.0",
"web-did-resolver": "2.0.21"
"web-did-resolver": "2.0.22"
},
"devDependencies": {
"@babel/core": "^7.21.3",
"@babel/plugin-syntax-import-assertions": "^7.20.0",
"@babel/preset-typescript": "^7.21.0",
"@commitlint/cli": "^17.4.4",
"@commitlint/cli": "^17.5.1",
"@commitlint/config-conventional": "^17.4.4",
"@ianvs/prettier-plugin-sort-imports": "^3.7.1",
"@metamask/snaps-cli": "0.28.0",
Expand All @@ -114,7 +114,7 @@
"@types/jest": "^29.5.0",
"@types/jsonpath": "^0.2.0",
"@types/lodash.clonedeep": "^4.5.7",
"@types/node": "18.15.3",
"@types/node": "18.15.10",
"@types/secp256k1": "^4.0.3",
"@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^5.55.0",
Expand All @@ -137,13 +137,13 @@
"jest-extended": "^3.2.4",
"lint-staged": "^13.2.0",
"postinstall-postinstall": "^2.1.0",
"precompress": "^10.0.1",
"precompress": "^10.0.2",
"prettier": "^2.8.4",
"prettier-plugin-packagejson": "^2.4.3",
"rimraf": "^4.4.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.5",
"webpack": "5.75.0",
"webpack": "5.76.3",
"webpack-cli": "5.0.1",
"webpack-merge": "5.8.0",
"webpackbar": "5.0.2"
Expand Down
Loading

0 comments on commit e21ad30

Please sign in to comment.