Skip to content

Commit 52ec544

Browse files
authored
chore(package.json): bump nx and pnpm (#878)
1 parent d99cd06 commit 52ec544

File tree

4 files changed

+321
-320
lines changed

4 files changed

+321
-320
lines changed

.github/actions/setup/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ runs:
2525
- name: Setup pnpm
2626
uses: pnpm/action-setup@v4
2727
with:
28-
version: 9.3.0
28+
version: 9.5.0
2929

3030
- name: Use Node
3131
uses: actions/setup-node@v4

migrations.json

+5-20
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,12 @@
11
{
22
"migrations": [
33
{
4-
"version": "18.1.0-beta.3",
5-
"description": "Moves affected.defaultBase to defaultBase in `nx.json`",
6-
"implementation": "./src/migrations/update-17-2-0/move-default-base",
4+
"version": "19.2.4-beta.0",
5+
"description": "Set project name in nx.json explicitly",
6+
"implementation": "./src/migrations/update-19-2-4/set-project-name",
7+
"x-repair-skip": true,
78
"package": "nx",
8-
"name": "move-default-base-to-nx-json-root"
9-
},
10-
{
11-
"cli": "nx",
12-
"version": "18.1.0-beta.3",
13-
"description": "Update to Cypress ^13.6.6 if the workspace is using Cypress v13 to ensure workspaces don't use v13.6.5 which has an issue when verifying Cypress.",
14-
"implementation": "./src/migrations/update-18-1-0/update-cypress-version-13-6-6",
15-
"package": "@nx/cypress",
16-
"name": "update-cypress-version-13-6-6"
17-
},
18-
{
19-
"cli": "nx",
20-
"version": "18.1.0-beta.3",
21-
"description": "Remove invalid baseUrl option from @nx/playwright:playwright targets in project.json.",
22-
"implementation": "./src/migrations/update-18-1-0/remove-baseUrl-from-project-json",
23-
"package": "@nx/playwright",
24-
"name": "18-1-0-remove-baseUrl-from-project-json"
9+
"name": "19-2-4-set-project-name"
2510
}
2611
]
2712
}

package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"test.headless.ci": "nx component-test-ci headless",
3939
"test.utils": "nx test utils"
4040
},
41-
"packageManager": "pnpm@9.3.0",
41+
"packageManager": "pnpm@9.5.0",
4242
"devDependencies": {
4343
"@axe-core/playwright": "^4.9.1",
4444
"@builder.io/qwik": "^1.5.5",
@@ -56,16 +56,16 @@
5656
"@jscutlery/semver": "^4.2.0",
5757
"@k11r/nx-cloudflare-wrangler": "3.0.0-feat-sst-upgrade.1",
5858
"@modular-forms/qwik": "^0.24.0",
59-
"@nx/cypress": "19.2.3",
60-
"@nx/devkit": "19.2.3",
61-
"@nx/eslint": "19.2.3",
62-
"@nx/eslint-plugin": "19.2.3",
63-
"@nx/jest": "19.2.3",
64-
"@nx/js": "19.2.3",
65-
"@nx/playwright": "19.2.3",
66-
"@nx/plugin": "19.2.3",
67-
"@nx/vite": "19.2.3",
68-
"@nx/workspace": "19.2.3",
59+
"@nx/cypress": "19.4.2",
60+
"@nx/devkit": "19.4.2",
61+
"@nx/eslint": "19.4.2",
62+
"@nx/eslint-plugin": "19.4.2",
63+
"@nx/jest": "19.4.2",
64+
"@nx/js": "19.4.2",
65+
"@nx/playwright": "19.4.2",
66+
"@nx/plugin": "19.4.2",
67+
"@nx/vite": "19.4.2",
68+
"@nx/workspace": "19.4.2",
6969
"@oddbird/popover-polyfill": "0.4.3",
7070
"@playwright/test": "^1.44.1",
7171
"@qwikest/icons": "^0.0.13",
@@ -91,7 +91,7 @@
9191
"class-variance-authority": "^0.7.0",
9292
"clipboard-copy": "^4.0.1",
9393
"clsx": "^2.1.1",
94-
"cypress": "13.9.0",
94+
"cypress": "13.13.0",
9595
"cypress-axe": "1.5.0",
9696
"cypress-ct-qwik": "0.3.0",
9797
"cypress-real-events": "1.12.0",
@@ -112,7 +112,7 @@
112112
"match-sorter": "6.3.4",
113113
"node-fetch": "3.3.2",
114114
"np": "^10.0.5",
115-
"nx": "19.2.3",
115+
"nx": "19.4.2",
116116
"postcss": "^8.4.38",
117117
"prettier": "^3.2.5",
118118
"prettier-plugin-tailwindcss": "^0.5.14",
@@ -158,6 +158,6 @@
158158
},
159159
"volta": {
160160
"node": "20.9.0",
161-
"pnpm": "9.3.0"
161+
"pnpm": "9.5.0"
162162
}
163163
}

0 commit comments

Comments
 (0)