Skip to content

Commit d496670

Browse files
Merge branch 'main' into upgrade-nanoid
2 parents 8c74cc5 + 1dadff0 commit d496670

File tree

7 files changed

+2428
-1598
lines changed

7 files changed

+2428
-1598
lines changed

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.6.1",
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/app/src/cli/api/graphql/business-platform-organizations/generated/types.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ export type Scalars = {
2020
/** The ID for a ActionAudit. */
2121
ActionAuditID: {input: any; output: any}
2222
GlobalID: {input: string; output: string}
23+
/** The ID for a GovernmentIdentifier. */
24+
GovernmentIdentifierID: {input: any; output: any}
2325
/** The ID for a Group. */
2426
GroupID: {input: any; output: any}
2527
/** An ISO 8601-encoded date */

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.26.5",

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)