Skip to content

Commit

Permalink
update pnpm to 9.2.0 (#939)
Browse files Browse the repository at this point in the history
  • Loading branch information
dagda1 committed Jun 6, 2024
1 parent 64e8f0e commit 86c6bb0
Show file tree
Hide file tree
Showing 17 changed files with 1,704 additions and 1,687 deletions.
14 changes: 14 additions & 0 deletions .changeset/honest-coins-push.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
"@cutting/react-hook-form-components": patch
"@cutting/use-get-parent-size": patch
"@cutting/component-library": patch
"@cutting/eslint-config": patch
"@cutting/frontend-support": patch
"threejs-starter-vite": patch
"@cutting/devtools": patch
"@cutting/hooks": patch
"@cutting/website": patch
"@cutting/svg": patch
---

update pnpm to 9.2.0
5 changes: 1 addition & 4 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: pnpm/[email protected]
with:
version: 9.1.4
version: 9.2.0

- name: Checkout Repo
uses: actions/checkout@v4
Expand Down Expand Up @@ -53,9 +53,6 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GSAP_TOKEN: ${{ secrets.GSAP_TOKEN }}

- name: Prune store
- run: pnpm store prune path=$(pnpm store path --silent)

- name: Install Dependencies
run: pnpm i --no-frozen-lockfile

Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: pnpm/[email protected]
id: install_pnpm
with:
version: 9.1.4
version: 9.2.0

- name: echo npm dest
run: echo "pnpm installed in ${{steps.install_pnpm.outputs.dest}}"
Expand Down Expand Up @@ -48,9 +48,6 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GSAP_TOKEN: ${{ secrets.GSAP_TOKEN }}

- name: prune
run: pnpm store prune path=$(pnpm store path --silent)

- name: Install Dependencies
run: pnpm i --no-frozen-lockfile

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: pnpm/[email protected]
id: install_pnpm
with:
version: 9.1.4
version: 9.2.0

- name: echo npm dest
run: echo "pnpm installed in ${{steps.install_pnpm.outputs.dest}}"
Expand Down
2 changes: 1 addition & 1 deletion apps/frontendsupport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"front-matter": "^4.0.2",
"gsap": "npm:@gsap/shockingly@^3.12.5",
"image-size": "^1.1.1",
"isbot": "5.1.8",
"isbot": "5.1.9",
"js-yaml": "^4.1.0",
"katex": "^0.16.10",
"mdx-bundler": "^10.0.2",
Expand Down
2 changes: 1 addition & 1 deletion apps/threejs-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"@cutting/assert": "workspace:*",
"gsap": "npm:@gsap/shockingly@^3.12.5",
"lil-gui": "^0.19.2",
"three": "^0.164.1"
"three": "^0.165.0"
}
}
12 changes: 6 additions & 6 deletions apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
"helmet": "7.1.0",
"history": "5.3.0",
"immer": "10.1.1",
"mathjs": "12.4.3",
"mathjs": "13.0.0",
"nocache": "4.0.0",
"puppeteer": "^22.9.0",
"puppeteer": "^22.10.0",
"rc-slider": "^10.6.2",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand All @@ -81,15 +81,15 @@
"@mdx-js/mdx": "3.0.1",
"@mdx-js/react": "3.0.1",
"@mdx-js/rollup": "3.0.1",
"@testing-library/react": "15.0.7",
"@testing-library/react": "16.0.0",
"@types/compression": "1.7.5",
"@types/csurf": "1.11.5",
"@types/d3": "7.4.3",
"@types/d3-scale": "^4.0.8",
"@types/d3-array": "3.2.1",
"@types/d3-selection": "^3.0.10",
"@types/express": "4.17.21",
"@types/node": "20.14.0",
"@types/node": "20.14.2",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react-helmet": "6.1.11",
Expand All @@ -100,9 +100,9 @@
"@vanilla-extract/vite-plugin": "4.0.10",
"copyfiles": "2.4.1",
"install": "0.13.0",
"nodemon": "3.1.2",
"nodemon": "3.1.3",
"rimraf": "5.0.7",
"tsx": "^4.11.0",
"tsx": "^4.12.0",
"vite": "5.2.12",
"vite-plugin-commonjs": "0.10.1",
"vite-plugin-environment": "1.1.3",
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"prepare": "husky install",
"test": "CI=true turbo run test -- --coverage --run",
"watch": "pnpm build:tsc && pnpm tsc -b ./tsconfig.packages.json --watch",
"ci:version": "changeset version && pnpm store prune path=$(pnpm store path --silent) && pnpm install --no-frozen-lockfile",
"prerelease": "pnpm clean && pnpm store prune path=$(pnpm store path --silent) && pnpm install --no-frozen-lockfile && pnpm run build",
"ci:version": "changeset version && pnpm install --no-frozen-lockfile",
"prerelease": "pnpm clean && pnpm install --no-frozen-lockfile && pnpm run build",
"release": "pnpm run prerelease && changeset publish && git push --follow-tags && git status && pnpm -r publish"
},
"devDependencies": {
Expand All @@ -28,10 +28,10 @@
"@cutting/eslint-config": "workspace:*",
"@cutting/tsconfig": "workspace:*",
"@cutting/useful-types": "workspace:*",
"@types/node": "20.14.0",
"@types/node": "20.14.2",
"@rollup/plugin-terser": "0.4.4",
"@typescript-eslint/eslint-plugin": "7.10.0",
"@typescript-eslint/parser": "7.10.0",
"@typescript-eslint/parser": "7.7.0",
"@vitest/coverage-v8": "1.6.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"@vanilla-extract/vite-plugin": "4.0.10",
Expand All @@ -41,26 +41,26 @@
"eslint-config-prettier": "9.1.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react": "7.34.2",
"eslint-plugin-react-hooks": "4.6.2",
"follow-redirects": "1.15.6",
"husky": "9.0.11",
"jsdom": "24.0.0",
"jsdom": "24.1.0",
"lint-staged": "15.2.5",
"node-fetch": "3.3.2",
"prettier": "3.2.5",
"turbo": "1.13.3",
"prettier": "3.3.1",
"turbo": "2.0.1",
"typescript": "5.4.5",
"vite": "5.2.12",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "1.6.0",
"whatwg-fetch": "3.6.20"
},
"packageManager": "pnpm@9.1.4",
"packageManager": "pnpm@9.2.0",
"volta": {
"node": "18.19.0",
"npm": "10.7.0",
"pnpm": "9.1.4"
"pnpm": "9.2.0"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,mjs,cjs}": [
Expand All @@ -73,7 +73,7 @@
"pnpm": {
"overrides": {
"eslint": "^8.57.0",
"@typescript-eslint/parser": "7.7.0",
"@typescript-eslint/parser": "7.12.0",
"gsap": "npm:@gsap/shockingly@^3.12.5"
},
"updateConfig": {
Expand Down
14 changes: 7 additions & 7 deletions packages/component-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@
"@capsizecss/metrics": "^3.2.0",
"@capsizecss/vanilla-extract": "2.0.0",
"@mdx-js/react": "3.0.1",
"@storybook/addon-actions": "8.1.5",
"@storybook/addon-docs": "8.1.5",
"@storybook/addon-essentials": "8.1.5",
"@storybook/addon-links": "8.1.5",
"@storybook/builder-webpack5": "8.1.5",
"@storybook/addon-actions": "8.1.6",
"@storybook/addon-docs": "8.1.6",
"@storybook/addon-essentials": "8.1.6",
"@storybook/addon-links": "8.1.6",
"@storybook/builder-webpack5": "8.1.6",
"@storybook/manager-webpack5": "6.5.16",
"@storybook/react": "8.1.5",
"@testing-library/react": "15.0.7",
"@storybook/react": "8.1.6",
"@testing-library/react": "16.0.0",
"@types/babel__core": "7.20.5",
"@types/dedent": "0.7.2",
"@types/mdx-js__react": "2.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@cutting/rollup-plugin-md": "0.5.0",
"@rbnlffl/rollup-plugin-eslint": "6.0.0",
"@rollup/plugin-commonjs": "25.0.8",
"@rollup/plugin-commonjs": "26.0.1",
"@rollup/plugin-json": "6.1.0",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-terser": "0.4.4",
Expand All @@ -57,7 +57,7 @@
"postcss": "8.4.38",
"postcss-import": "16.1.0",
"postcss-url": "10.1.3",
"prettier": "3.2.5",
"prettier": "3.3.1",
"raf": "3.4.1",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand Down Expand Up @@ -88,7 +88,7 @@
"@types/copy": "0.3.5",
"@types/fs-extra": "11.0.4",
"@types/inquirer": "9.0.7",
"@types/node": "20.14.0",
"@types/node": "20.14.2",
"@types/papaparse": "5.3.14",
"@types/postcss-import": "14.0.3",
"@types/rollup-plugin-size-snapshot": "0.10.5",
Expand All @@ -98,7 +98,7 @@
"eslint-config-prettier": "9.1.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react": "7.34.2",
"eslint-plugin-react-hooks": "4.6.2"
},
"volta": {
Expand Down
14 changes: 7 additions & 7 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,26 +21,26 @@
"react"
],
"dependencies": {
"@typescript-eslint/eslint-plugin": "7.7.0",
"@typescript-eslint/eslint-plugin": "7.10.0",
"@typescript-eslint/parser": "7.7.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react": "7.34.2",
"eslint-plugin-react-hooks": "4.6.2",
"prettier": "3.2.5"
"prettier": "3.3.1"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": ">= 7.7.0",
"@typescript-eslint/eslint-plugin": ">= 7.10.0",
"@typescript-eslint/parser": "= 7.7.0",
"eslint": ">= 8.57.0",
"eslint": ">= 8.57.x",
"eslint-config-prettier": ">= 9.1.x",
"eslint-plugin-jsx-a11y": ">= 6.8.x",
"eslint-plugin-prettier": ">= 5.1.3",
"eslint-plugin-react": ">= 7.34.1",
"eslint-plugin-react": ">= 7.34.2",
"eslint-plugin-react-hooks": ">= 4.6.z",
"prettier": ">= 3.2.5"
"prettier": ">= 3.3.1"
},
"volta": {
"extends": "../../package.json"
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@cutting/assert": "workspace:*"
},
"devDependencies": {
"@testing-library/react": "15.0.7",
"@testing-library/react": "16.0.0",
"@testing-library/react-hooks": "8.0.1",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-hook-form-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"react-syntax-highlighter": "15.5.0",
"@testing-library/react": "15.0.7"
"@testing-library/react": "16.0.0"
},
"peerDependencies": {
"react": ">= 18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/svg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@cutting/component-library": "workspace:*",
"@testing-library/dom": "^10.1.0",
"@testing-library/react": "15.0.7",
"@testing-library/react": "16.0.0",
"@testing-library/user-event": "14.5.2",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/use-get-parent-size/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@
},
"devDependencies": {
"@vanilla-extract/sprinkles": "1.6.2",
"@testing-library/react": "15.0.7",
"@testing-library/react": "16.0.0",
"@testing-library/react-hooks": "8.0.1",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react-router-dom": "5.3.3",
"@types/three": "^0.164.1",
"@types/three": "^0.165.0",
"@vanilla-extract/css": "^1.15.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.23.1",
"three": "^0.164.1"
"three": "^0.165.0"
},
"peerDependencies": {
"react": ">= 18.3.1",
Expand Down
Loading

0 comments on commit 86c6bb0

Please sign in to comment.