@shopify/oxygen-cli 6.0.1-unstable.202507301039.0 → 6.0.1-unstable.202507301221.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -7,6 +7,7 @@
7
7
  - 6bf94b8: Update vite from 6.3.5 to 7.0.0
8
8
  - 56a2b48: Update eslint from 8.57.1 to 9.21.0
9
9
  - be391b8: Update @shopify/eslint-plugin from 48.0.2 to 49.0.0
10
+ - df87def: Update @types/node from 22.15.21 to 24.0.12
10
11
 
11
12
  ### Minor Changes
12
13
 
@@ -14,6 +15,10 @@
14
15
  - 3031eb2: Update oclif from 4.17.46 to 4.18.0
15
16
  - fadf06b: Update eslint from 9.30.1 to 9.32.0
16
17
 
18
+ ### Patch Changes
19
+
20
+ - 8712abc: Bump eslint-plugin-prettier from 5.5.1 to 5.5.3
21
+
17
22
  ## 5.0.0
18
23
 
19
24
  ### Major Changes
@@ -186,5 +186,5 @@
186
186
  ]
187
187
  }
188
188
  },
189
- "version": "6.0.1-unstable.202507301039.0"
189
+ "version": "6.0.1-unstable.202507301221.0"
190
190
  }
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "@shopify:registry": "https://registry.npmjs.org"
6
6
  },
7
7
  "license": "MIT",
8
- "version": "6.0.1-unstable.202507301039.0",
8
+ "version": "6.0.1-unstable.202507301221.0",
9
9
  "type": "module",
10
10
  "scripts": {
11
11
  "build": "tsup --sourcemap --clean --config ./tsup.config.ts && oclif manifest",
@@ -52,11 +52,11 @@
52
52
  "@shopify/eslint-plugin": "^50.0.0",
53
53
  "@shopify/prettier-config": "^1.1.4",
54
54
  "@types/async": "^3.2.24",
55
- "@types/node": "^22.15.21",
55
+ "@types/node": "^24.1.0",
56
56
  "eslint": "^9.32.0",
57
57
  "eslint-import-resolver-node": "^0.3.9",
58
58
  "eslint-plugin-node": "^11.1.0",
59
- "eslint-plugin-prettier": "^5.5.1",
59
+ "eslint-plugin-prettier": "^5.5.3",
60
60
  "node-fetch": "^3.3.2",
61
61
  "oclif": "^4",
62
62
  "tsup": "^8.5.0",