Skip to content

Commit

Permalink
chore: upgrade PNPM to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastien Gatellier committed Jul 16, 2023
1 parent 7ef0d91 commit 8ae959f
Show file tree
Hide file tree
Showing 14 changed files with 2,233 additions and 1,922 deletions.
323 changes: 153 additions & 170 deletions common/autoinstallers/rush-prettier/pnpm-lock.yaml

Large diffs are not rendered by default.

3,728 changes: 2,028 additions & 1,700 deletions common/config/rush/pnpm-lock.yaml

Large diffs are not rendered by default.

Empty file modified common/git-hooks/pre-push
100644 → 100755
Empty file.
10 changes: 5 additions & 5 deletions modules/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@
"fastify": "^4.15.0"
},
"devDependencies": {
"@jest/globals": "^29.5.0",
"@jest/globals": "^29.6.1",
"@types/express": "^4.17.17",
"@types/jest": "^29.5.1",
"@types/jest": "^29.5.3",
"@types/node": "^18.15.10",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"eslint": "^8.36.0",
"jest": "^29.5.0",
"jest": "^29.6.1",
"rimraf": "^5.0.1",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4"
"ts-jest": "^29.1.1",
"typescript": "^5.1.6"
},
"peerDependencies": {
"@fabernovel/heart-cli": "^4.0.0-alpha.5"
Expand Down
10 changes: 5 additions & 5 deletions modules/bigquery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@
"@google-cloud/common": "4.0.3"
},
"devDependencies": {
"@jest/globals": "^29.5.0",
"@types/jest": "^29.5.1",
"@jest/globals": "^29.6.1",
"@types/jest": "^29.5.3",
"@types/node": "^18.15.10",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"eslint": "^8.36.0",
"jest": "^29.5.0",
"jest": "^29.6.1",
"rimraf": "^5.0.1",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4"
"ts-jest": "^29.1.1",
"typescript": "^5.1.6"
},
"peerDependencies": {
"@fabernovel/heart-cli": "^4.0.0-alpha.5"
Expand Down
10 changes: 5 additions & 5 deletions modules/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,18 @@
},
"devDependencies": {
"@fastify/cors": "^8.2.1",
"@jest/globals": "^29.5.0",
"@types/jest": "^29.5.1",
"@jest/globals": "^29.6.1",
"@types/jest": "^29.5.3",
"@types/node": "^18.15.10",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"eslint": "^8.36.0",
"fastify": "^4.15.0",
"jest": "^29.5.0",
"jest": "^29.6.1",
"rimraf": "^5.0.1",
"ts-jest": "^29.1.0",
"ts-jest": "^29.1.1",
"type-fest": "^3.6.1",
"typescript": "^5.0.4"
"typescript": "^5.1.6"
},
"engines": {
"node": ">=18 <21"
Expand Down
10 changes: 5 additions & 5 deletions modules/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,20 @@
},
"devDependencies": {
"@fastify/cors": "^8.2.1",
"@jest/globals": "^29.5.0",
"@jest/globals": "^29.6.1",
"@types/har-format": "^1.2.10",
"@types/jest": "^29.5.1",
"@types/jest": "^29.5.3",
"@types/node": "^18.15.10",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"eslint": "^8.36.0",
"fastify": "^4.15.0",
"jest": "^29.5.0",
"jest": "^29.6.1",
"lighthouse": "^10.0.2",
"rimraf": "^5.0.1",
"ts-jest": "^29.1.0",
"ts-jest": "^29.1.1",
"type-fest": "^3.6.1",
"typescript": "^5.0.4"
"typescript": "^5.1.6"
},
"engines": {
"node": ">=18 <21"
Expand Down
10 changes: 5 additions & 5 deletions modules/greenit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@
"rimraf": "^5.0.1"
},
"devDependencies": {
"@jest/globals": "^29.5.0",
"@types/jest": "^29.5.1",
"@jest/globals": "^29.6.1",
"@types/jest": "^29.5.3",
"@types/node": "^18.15.10",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"eslint": "^8.36.0",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4"
"jest": "^29.6.1",
"ts-jest": "^29.1.1",
"typescript": "^5.1.6"
},
"peerDependencies": {
"@fabernovel/heart-cli": "^4.0.0-alpha.5"
Expand Down
10 changes: 5 additions & 5 deletions modules/lighthouse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@
"puppeteer": "^20.4.0"
},
"devDependencies": {
"@jest/globals": "^29.5.0",
"@types/jest": "^29.5.1",
"@jest/globals": "^29.6.1",
"@types/jest": "^29.5.3",
"@types/node": "^18.15.10",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"eslint": "^8.36.0",
"jest": "^29.5.0",
"jest": "^29.6.1",
"rimraf": "^5.0.1",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4"
"ts-jest": "^29.1.1",
"typescript": "^5.1.6"
},
"peerDependencies": {
"@fabernovel/heart-cli": "^4.0.0-alpha.5"
Expand Down
10 changes: 5 additions & 5 deletions modules/moduletpl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@
"@fabernovel/heart-common": "workspace:^4.0.0-alpha.5"
},
"devDependencies": {
"@jest/globals": "^29.5.0",
"@types/jest": "^29.5.1",
"@jest/globals": "^29.6.1",
"@types/jest": "^29.5.3",
"@types/node": "^18.15.10",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"eslint": "^8.36.0",
"jest": "^29.5.0",
"jest": "^29.6.1",
"rimraf": "^5.0.1",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4"
"ts-jest": "^29.1.1",
"typescript": "^5.1.6"
},
"peerDependencies": {
"@fabernovel/heart-cli": "^4.0.0-alpha.5"
Expand Down
10 changes: 5 additions & 5 deletions modules/observatory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,16 @@
"@fabernovel/heart-common": "workspace:^4.0.0-alpha.5"
},
"devDependencies": {
"@jest/globals": "^29.5.0",
"@types/jest": "^29.5.1",
"@jest/globals": "^29.6.1",
"@types/jest": "^29.5.3",
"@types/node": "^18.15.10",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"eslint": "^8.36.0",
"jest": "^29.5.0",
"jest": "^29.6.1",
"rimraf": "^5.0.1",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4"
"ts-jest": "^29.1.1",
"typescript": "^5.1.6"
},
"peerDependencies": {
"@fabernovel/heart-cli": "^4.0.0-alpha.5"
Expand Down
10 changes: 5 additions & 5 deletions modules/slack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,16 @@
"@slack/web-api": "^6.8.1"
},
"devDependencies": {
"@jest/globals": "^29.5.0",
"@types/jest": "^29.5.1",
"@jest/globals": "^29.6.1",
"@types/jest": "^29.5.3",
"@types/node": "^18.15.10",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"eslint": "^8.36.0",
"jest": "^29.5.0",
"jest": "^29.6.1",
"rimraf": "^5.0.1",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4"
"ts-jest": "^29.1.1",
"typescript": "^5.1.6"
},
"peerDependencies": {
"@fabernovel/heart-cli": "^4.0.0-alpha.5"
Expand Down
10 changes: 5 additions & 5 deletions modules/ssllabs-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,16 @@
"@fabernovel/heart-common": "workspace:^4.0.0-alpha.5"
},
"devDependencies": {
"@jest/globals": "^29.5.0",
"@types/jest": "^29.5.1",
"@jest/globals": "^29.6.1",
"@types/jest": "^29.5.3",
"@types/node": "^18.15.10",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"eslint": "^8.36.0",
"jest": "^29.5.0",
"jest": "^29.6.1",
"rimraf": "^5.0.1",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4"
"ts-jest": "^29.1.1",
"typescript": "^5.1.6"
},
"peerDependencies": {
"@fabernovel/heart-cli": "^4.0.0-alpha.5"
Expand Down
4 changes: 2 additions & 2 deletions rush.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* path segment in the "$schema" field for all your Rush config files. This will ensure
* correct error-underlining and tab-completion for editors such as VS Code.
*/
"rushVersion": "5.98.0",
"rushVersion": "5.100.1",

/**
* The next field selects which package manager should be installed and determines its version.
Expand All @@ -26,7 +26,7 @@
* Specify one of: "pnpmVersion", "npmVersion", or "yarnVersion". See the Rush documentation
* for details about these alternatives.
*/
"pnpmVersion": "7.32.5",
"pnpmVersion": "8.6.7",

/**
* Options that are only used when the PNPM package manager is selected
Expand Down

0 comments on commit 8ae959f

Please sign in to comment.