Skip to content

Commit 148a039

Browse files
Merge branch 'main' into dependabot-npm_and_yarn-oclif-01c1d375d3
2 parents 7a1e2b4 + 4221565 commit 148a039

File tree

7 files changed

+2382
-1890
lines changed

7 files changed

+2382
-1890
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Contributors documentation
44

5-
This page contains resources for people interested in contributing to this repository or developing a [plugin](./plugins.md)](./plugins.md).
5+
This page contains resources for people interested in contributing to this repository or developing a [plugin](./plugins.md).
66

77
## CLI
88

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"@changesets/cli": "2.26.2",
4343
"@graphql-codegen/cli": "5.0.2",
4444
"@graphql-codegen/near-operation-file-preset": "3.0.0",
45-
"@nx/eslint-plugin": "19.3.0",
46-
"@nx/workspace": "19.3.0",
45+
"@nx/eslint-plugin": "19.8.14",
46+
"@nx/workspace": "19.8.14",
4747
"@octokit/core": "^4.2.4",
4848
"@octokit/rest": "20.1.1",
4949
"@shopify/eslint-plugin-cli": "file:packages/eslint-plugin-cli",
@@ -55,7 +55,7 @@
5555
"bugsnag-build-reporter": "^2.0.0",
5656
"commander": "^9.4.0",
5757
"cross-env": "^7.0.3",
58-
"esbuild": "0.24.0",
58+
"esbuild": "0.24.2",
5959
"eslint": "^8.48.0",
6060
"execa": "^7.2.0",
6161
"fast-glob": "3.3.3",
@@ -68,7 +68,7 @@
6868
"knip": "^5.10.0",
6969
"liquidjs": "10.20.1",
7070
"node-fetch": "^3.3.2",
71-
"nx": "19.3.0",
71+
"nx": "19.8.14",
7272
"oclif": "4.17.20",
7373
"octokit-plugin-create-pull-request": "^3.12.2",
7474
"pathe": "1.1.1",
@@ -77,7 +77,7 @@
7777
"rimraf": "^3.0.2",
7878
"tmp": "^0.2.1",
7979
"ts-node": "^10.9.1",
80-
"typescript": "5.7.2",
80+
"typescript": "5.7.3",
8181
"vitest": "^1.6.0"
8282
},
8383
"workspaces": {

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"camelcase-keys": "9.1.3",
6464
"chokidar": "3.6.0",
6565
"diff": "5.2.0",
66-
"esbuild": "0.24.0",
66+
"esbuild": "0.24.2",
6767
"express": "4.21.2",
6868
"graphql-request": "5.2.0",
6969
"h3": "0.7.21",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
},
105105
"dependencies": {
106106
"@ast-grep/napi": "0.33.0",
107-
"esbuild": "0.24.0"
107+
"esbuild": "0.24.2"
108108
},
109109
"devDependencies": {
110110
"@oclif/core": "3.27.0",

packages/create-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
]
5757
},
5858
"dependencies": {
59-
"esbuild": "0.24.0"
59+
"esbuild": "0.24.2"
6060
},
6161
"devDependencies": {
6262
"@shopify/cli-kit": "3.74.0",

packages/eslint-plugin-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"license": "MIT",
1717
"author": "Shopify Inc.",
1818
"dependencies": {
19-
"@babel/core": "7.26.0",
19+
"@babel/core": "7.26.7",
2020
"@shopify/eslint-plugin": "42.1.0",
2121
"@typescript-eslint/eslint-plugin": "7.13.1",
2222
"@typescript-eslint/parser": "7.18.0",

0 commit comments

Comments
 (0)