@shopify/oxygen-cli 6.0.1-unstable.202507291501.0 → 6.0.1-unstable.202507291539.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
@@ -4,12 +4,14 @@
4
4
 
5
5
  ### Major Changes
6
6
 
7
+ - 6bf94b8: Update vite from 6.3.5 to 7.0.0
7
8
  - 56a2b48: Update eslint from 8.57.1 to 9.21.0
8
9
  - be391b8: Update @shopify/eslint-plugin from 48.0.2 to 49.0.0
9
10
 
10
11
  ### Minor Changes
11
12
 
12
13
  - 5af26a7: Remove consoleError call, add missing test for deploy entrypoint
14
+ - 3031eb2: Update oclif from 4.17.46 to 4.18.0
13
15
  - fadf06b: Update eslint from 9.30.1 to 9.32.0
14
16
 
15
17
  ## 5.0.0
@@ -186,5 +186,5 @@
186
186
  ]
187
187
  }
188
188
  },
189
- "version": "6.0.1-unstable.202507291501.0"
189
+ "version": "6.0.1-unstable.202507291539.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.202507291501.0",
8
+ "version": "6.0.1-unstable.202507291539.0",
9
9
  "type": "module",
10
10
  "scripts": {
11
11
  "build": "tsup --sourcemap --clean --config ./tsup.config.ts && oclif manifest",
@@ -60,7 +60,7 @@
60
60
  "oclif": "^4",
61
61
  "tsup": "^8.5.0",
62
62
  "typescript": "^5.8.3",
63
- "vite": "^6.3.5",
63
+ "vite": "^7.0.3",
64
64
  "vitest": "^3.2.4"
65
65
  },
66
66
  "prettier": "@shopify/prettier-config",