Skip to content

Commit 354801b

Browse files
authored
Merge pull request #6208 from Shopify/dependabot-npm_and_yarn-oclif-4fdf4cbb6c
Bump the oclif group across 8 directories with 4 updates
2 parents e670c33 + 6ee9e28 commit 354801b

File tree

10 files changed

+1239
-989
lines changed

10 files changed

+1239
-989
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"liquidjs": "10.20.1",
7171
"node-fetch": "^3.3.2",
7272
"nx": "21.5.2",
73-
"oclif": "4.20.1",
73+
"oclif": "4.22.22",
7474
"octokit-plugin-create-pull-request": "^3.12.2",
7575
"pathe": "1.1.1",
7676
"pin-github-action": "^3.3.1",
@@ -100,7 +100,6 @@
100100
"resolutions": {
101101
"@types/react": "17.0.2",
102102
"vite": "6.3.5",
103-
"@oclif/core": "4.4.0",
104103
"whatwg-url": "14.0.0",
105104
"supports-hyperlinks": "3.1.0",
106105
"@graphql-tools/utils": "10.7.2",

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"dependencies": {
5050
"@graphql-typed-document-node/core": "3.2.0",
5151
"@luckycatfactory/esbuild-graphql-loader": "3.8.1",
52-
"@oclif/core": "4.4.0",
52+
"@oclif/core": "4.5.3",
5353
"@shopify/cli-kit": "3.84.0",
5454
"@shopify/function-runner": "4.1.1",
5555
"@shopify/plugin-cloudflare": "3.84.0",

packages/cli-kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"@bugsnag/js": "7.25.0",
104104
"@graphql-typed-document-node/core": "3.2.0",
105105
"@iarna/toml": "2.2.5",
106-
"@oclif/core": "4.4.0",
106+
"@oclif/core": "4.5.3",
107107
"@opentelemetry/api": "1.9.0",
108108
"@opentelemetry/core": "1.30.0",
109109
"@opentelemetry/exporter-metrics-otlp-http": "0.57.0",

packages/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@
106106
"global-agent": "3.0.0"
107107
},
108108
"devDependencies": {
109-
"@oclif/core": "4.4.0",
110-
"@oclif/plugin-commands": "4.1.26",
111-
"@oclif/plugin-plugins": "5.4.43",
109+
"@oclif/core": "4.5.3",
110+
"@oclif/plugin-commands": "4.1.33",
111+
"@oclif/plugin-plugins": "5.4.47",
112112
"@shopify/app": "3.84.0",
113113
"@shopify/cli-kit": "3.84.0",
114114
"@shopify/plugin-cloudflare": "3.84.0",

packages/cli/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export {hooks as PluginHook} from '@oclif/plugin-plugins'
3333
export {AppSensitiveMetadataHook, AppInitHook, AppPublicMetadataHook} from '@shopify/app'
3434
export {push, pull, fetchStoreThemes} from '@shopify/theme'
3535

36-
export const HydrogenInitHook = HydrogenHooks.init
36+
export const HydrogenInitHook: unknown = HydrogenHooks.init
3737

3838
// Setup global support for environment variable based proxy configuration.
3939
createGlobalProxyAgent({

packages/plugin-cloudflare/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
]
4747
},
4848
"dependencies": {
49-
"@oclif/core": "4.4.0",
49+
"@oclif/core": "4.5.3",
5050
"@shopify/cli-kit": "3.84.0"
5151
},
5252
"devDependencies": {

packages/plugin-did-you-mean/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
]
4242
},
4343
"dependencies": {
44-
"@oclif/core": "4.4.0",
44+
"@oclif/core": "4.5.3",
4545
"@shopify/cli-kit": "3.84.0",
4646
"n-gram": "2.0.2"
4747
},

packages/store/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
"dependencies": {
4545
"@graphql-typed-document-node/core": "3.2.0",
46-
"@oclif/core": "4.4.0",
46+
"@oclif/core": "4.5.3",
4747
"@shopify/cli-kit": "3.84.0",
4848
"graphql-request": "6.1.0"
4949
},

packages/theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
]
4242
},
4343
"dependencies": {
44-
"@oclif/core": "4.4.0",
44+
"@oclif/core": "4.5.3",
4545
"@shopify/cli-kit": "3.84.0",
4646
"@shopify/theme-check-node": "3.20.1",
4747
"@shopify/theme-language-server-node": "2.17.5",

0 commit comments

Comments
 (0)