Skip to content

Commit

Permalink
Merge pull request #642 from xmtp/rygine/up-dev-deps
Browse files Browse the repository at this point in the history
Upgrade developer dependencies
  • Loading branch information
rygine authored Jul 8, 2024
2 parents 8033f2d + 942af1a commit baf1410
Show file tree
Hide file tree
Showing 11 changed files with 1,515 additions and 1,893 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.19.1
20.15.0
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.19.1
20.15.0
893 changes: 0 additions & 893 deletions .yarn/releases/yarn-4.1.0.cjs

This file was deleted.

894 changes: 894 additions & 0 deletions .yarn/releases/yarn-4.3.1.cjs

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
compressionLevel: mixed

enableGlobalCache: false

enableTelemetry: false

nodeLinker: node-modules
yarnPath: .yarn/releases/yarn-4.1.0.cjs

yarnPath: .yarn/releases/yarn-4.3.1.cjs
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"scripts": {
"build": "turbo run build --filter='./packages/*'",
"clean": "turbo run clean && rm -rf node_modules && yarn cache clean",
"clean": "turbo run clean && rm -rf node_modules && rm -rf .turbo && yarn cache clean",
"format": "turbo run format",
"format:check": "turbo run format:check",
"lint": "FORCE_COLOR=1 turbo run lint",
Expand All @@ -19,15 +19,15 @@
},
"dependencies": {
"@changesets/changelog-git": "^0.2.0",
"@changesets/cli": "^2.27.1"
"@changesets/cli": "^2.27.7"
},
"devDependencies": {
"prettier": "^3.2.5",
"prettier-plugin-packagejson": "^2.4.12",
"turbo": "^1.12.5"
"prettier": "^3.3.2",
"prettier-plugin-packagejson": "^2.5.0",
"turbo": "^2.0.6"
},
"packageManager": "yarn@4.1.0",
"packageManager": "yarn@4.3.1",
"engines": {
"node": ">=18"
"node": ">=20"
}
}
32 changes: 16 additions & 16 deletions packages/js-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"viem": "2.7.15"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"@ianvs/prettier-plugin-sort-imports": "^4.3.0",
"@metamask/providers": "^14.0.2",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-terser": "^0.4.4",
Expand All @@ -118,9 +118,9 @@
"@types/bl": "^5.1.0",
"@types/callback-to-async-iterator": "^1.1.7",
"@types/elliptic": "^6.4.18",
"@types/node": "^18.19.23",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@types/node": "^20.14.9",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"@vitest/coverage-v8": "^1.6.0",
"@xmtp/rollup-plugin-resolve-extensions": "1.0.1",
"benny": "^3.7.1",
Expand All @@ -129,28 +129,28 @@
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.2.3",
"eslint-plugin-n": "^17.5.1",
"eslint-plugin-jsdoc": "^48.5.0",
"eslint-plugin-n": "^17.9.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-promise": "^6.4.0",
"ethers": "^5.7.2",
"happy-dom": "^14.10.1",
"prettier": "^3.2.5",
"happy-dom": "^14.12.3",
"prettier": "^3.3.2",
"prettier-plugin-packagejson": "^2.5.0",
"rollup": "^4.17.2",
"rollup-plugin-dts": "^6.1.0",
"rollup": "^4.18.0",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-filesize": "^10.0.0",
"rollup-plugin-tsconfig-paths": "^1.5.2",
"typedoc": "^0.25.13",
"typescript": "^5.4.5",
"vite": "5.2.11",
"typedoc": "^0.26.3",
"typescript": "^5.5.3",
"vite": "5.3.3",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.6.0"
},
"packageManager": "yarn@4.1.0",
"packageManager": "yarn@4.3.1",
"engines": {
"node": ">=18"
"node": ">=20"
},
"publishConfig": {
"access": "public",
Expand Down
30 changes: 15 additions & 15 deletions packages/mls-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
"scripts": {
"build": "yarn clean:dist && rollup -c",
"clean": "yarn clean:dbs && yarn clean:dist && yarn clean:deps && yarn clean:tests",
"clean:dbs": "rm -rf *.db3*",
"clean:dbs": "rm -rf *.db3* ||:",
"clean:deps": "rm -rf node_modules",
"clean:dist": "rm -rf dist",
"clean:tests": "rm -rf test/*.db3*",
"clean:tests": "rm -rf test/*.db3* ||:",
"format": "yarn format:base -w .",
"format:base": "prettier --ignore-path ../../.gitignore",
"format:check": "yarn format:base -c .",
Expand All @@ -58,38 +58,38 @@
"@xmtp/proto": "^3.61.1"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"@ianvs/prettier-plugin-sort-imports": "^4.3.0",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-typescript": "^11.1.6",
"@types/node": "^18.19.23",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@types/node": "^20.14.9",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"@vitest/coverage-v8": "^1.6.0",
"@xmtp/xmtp-js": "workspace:^",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.5.1",
"eslint-plugin-n": "^17.9.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-promise": "^6.4.0",
"fast-glob": "^3.3.2",
"prettier": "^3.2.5",
"prettier": "^3.3.2",
"prettier-plugin-packagejson": "^2.5.0",
"rollup": "^4.17.2",
"rollup-plugin-dts": "^6.1.0",
"rollup": "^4.18.0",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-filesize": "^10.0.0",
"rollup-plugin-tsconfig-paths": "^1.5.2",
"typescript": "^5.4.5",
"typescript": "^5.5.3",
"viem": "^2.13.6",
"vite": "5.2.11",
"vite": "5.3.3",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.6.0"
},
"packageManager": "yarn@4.1.0",
"packageManager": "yarn@4.3.1",
"engines": {
"node": ">=18"
"node": ">=20"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 2 additions & 0 deletions packages/mls-client/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import tsConfigPaths from 'rollup-plugin-tsconfig-paths'
const external = [
'node:path',
'node:process',
'@xmtp/content-type-text',
'@xmtp/content-type-primitives',
'@xmtp/mls-client-bindings-node',
'@xmtp/proto',
'@xmtp/xmtp-js',
Expand Down
4 changes: 1 addition & 3 deletions turbo.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://turbo.build/schema.json",
"globalDependencies": ["**/.env.*local"],
"pipeline": {
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"]
Expand All @@ -16,14 +16,12 @@
"outputs": []
},
"lint": {
"dependsOn": ["^build"],
"outputs": []
},
"test": {
"outputs": []
},
"typecheck": {
"dependsOn": ["^build"],
"outputs": []
}
}
Expand Down
Loading

0 comments on commit baf1410

Please sign in to comment.