Skip to content

Commit

Permalink
Update node, pnpm and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yumauri committed Nov 23, 2024
1 parent e44581e commit 7cb5b5c
Show file tree
Hide file tree
Showing 8 changed files with 947 additions and 788 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: 🐧 Setup node
uses: actions/setup-node@v4
with:
node-version: 20.17.0
node-version: 22.11.0
registry-url: https://registry.npmjs.org/
cache: pnpm

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: 🐧 Setup node
uses: actions/setup-node@v4
with:
node-version: 20.17.0
node-version: 22.11.0
registry-url: https://registry.npmjs.org/
cache: pnpm

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: 🐧 Setup node
uses: actions/setup-node@v4
with:
node-version: 20.17.0
node-version: 22.11.0
registry-url: https://registry.npmjs.org/
cache: pnpm

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/try.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
effector:
description: effector dependency
required: false
default: "npm:effector@22.8.7"
default: "npm:effector@23.2.3"
type: string
effector-storage:
description: effector-storage dependency
Expand All @@ -33,6 +33,7 @@ jobs:
node-version:
- 18
- 20
- 22

name: Node ${{ matrix.node-version }} / ${{ inputs.effector }} / ${{ inputs.effector-storage || 'latest' }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/try_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- npm:[email protected]
- npm:[email protected]
- npm:[email protected]
- npm:[email protected].2
- npm:[email protected].3

name: ${{ matrix.effector-version }}

Expand Down
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nodejs 20.17.0
pnpm 9.9.0
nodejs 22.11.0
pnpm 9.14.2
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,44 +44,44 @@
"size": "size-limit --highlight-less"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/plugin-transform-block-scoping": "^7.25.0",
"@babel/preset-typescript": "^7.24.7",
"@eslint/js": "^9.10.0",
"@babel/core": "^7.26.0",
"@babel/plugin-transform-block-scoping": "^7.25.9",
"@babel/preset-typescript": "^7.26.0",
"@eslint/js": "^9.15.0",
"@farfetched/core": "^0.12.8",
"@farfetched/runtypes": "^0.12.8",
"@playwright/test": "^1.47.0",
"@playwright/test": "^1.49.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-terser": "^0.4.4",
"@sinonjs/fake-timers": "^13.0.1",
"@size-limit/preset-small-lib": "^11.1.4",
"@sinonjs/fake-timers": "^13.0.5",
"@size-limit/preset-small-lib": "^11.1.6",
"@types/eslint__js": "^8.42.3",
"@types/node": "^20.16.5",
"@types/node": "^22.9.3",
"@types/sinonjs__fake-timers": "^8.1.5",
"c8": "^10.1.2",
"effector": "^23.2.2",
"effector": "^23.2.3",
"esbuild-register": "^3.6.0",
"eslint": "^9.10.0",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"patronum": "^2.2.0",
"patronum": "^2.3.0",
"prettier": "^3.3.3",
"publint": "^0.2.10",
"rollup": "^4.21.2",
"publint": "^0.2.12",
"rollup": "^4.27.4",
"rollup-plugin-command": "^1.1.3",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-generate-package-json": "^3.2.0",
"runtypes": "^6.7.0",
"size-limit": "^11.1.4",
"size-limit": "^11.1.6",
"snoop": "^1.0.4",
"ts-node": "^10.9.2",
"tsd": "^0.31.2",
"typescript": "^5.5.4",
"typescript-eslint": "^8.4.0",
"typescript": "^5.7.2",
"typescript-eslint": "^8.15.0",
"uvu": "^0.5.6",
"vite": "^5.4.3"
"vite": "^5.4.11"
},
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.14.2",
"pnpm": {
"overrides": {
"is-core-module": "npm:@nolyfill/is-core-module@^1"
Expand Down
Loading

0 comments on commit 7cb5b5c

Please sign in to comment.