@shopify/oxygen-cli 4.6.16-unstable.202503311642.0 → 4.6.16
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 +14 -0
- package/oclif.manifest.json +1 -1
- package/package.json +7 -6
package/CHANGELOG.md
CHANGED
@@ -1,9 +1,23 @@
|
|
1
1
|
# @shopify/oxygen-cli
|
2
2
|
|
3
|
+
## 4.6.16
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- 9c1a897: Update vite from 6.2.3 to 6.2.4
|
8
|
+
- 10db469: Update @types/node from 22.13.14 to 22.13.16
|
9
|
+
- 85730c4: Update @types/node from 22.13.16 to 22.13.17
|
10
|
+
- ab75889: Update vite from 6.2.4 to 6.2.5
|
11
|
+
- 9bf03be: Update eslint-plugin-prettier from 5.2.5 to 5.2.6
|
12
|
+
- 930acdf: Update @types/node from 22.13.17 to 22.14.0
|
13
|
+
- 49f4b2d: Update typescript from 5.8.2 to 5.8.3
|
14
|
+
- 0f170de: Update oclif from 4.17.42 to 4.17.43
|
15
|
+
|
3
16
|
## 4.6.15
|
4
17
|
|
5
18
|
### Patch Changes
|
6
19
|
|
20
|
+
- ac9b94d: Update @shopify/eslint-plugin from 46.0.0 to 48.0.2
|
7
21
|
- 5753a8f: Update @types/node from 22.13.11 to 22.13.13
|
8
22
|
- 6eaa443: Update eslint-plugin-prettier from 5.2.4 to 5.2.5
|
9
23
|
- 0a3ffe3: Update vitest from 3.0.9 to 3.1.1
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
"@shopify:registry": "https://registry.npmjs.org"
|
6
6
|
},
|
7
7
|
"license": "MIT",
|
8
|
-
"version": "4.6.16
|
8
|
+
"version": "4.6.16",
|
9
9
|
"type": "module",
|
10
10
|
"scripts": {
|
11
11
|
"build": "tsup --sourcemap --clean --config ./tsup.config.ts && oclif manifest",
|
@@ -48,17 +48,18 @@
|
|
48
48
|
"devDependencies": {
|
49
49
|
"@bugsnag/source-maps": "^2.3.3",
|
50
50
|
"@changesets/cli": "^2.28.1",
|
51
|
-
"@shopify/eslint-plugin": "^
|
51
|
+
"@shopify/eslint-plugin": "^48.0.2",
|
52
52
|
"@shopify/prettier-config": "^1.1.4",
|
53
53
|
"@types/async": "^3.2.24",
|
54
|
-
"@types/node": "^22.
|
54
|
+
"@types/node": "^22.14.0",
|
55
55
|
"eslint": "^8.57.1",
|
56
|
-
"eslint-plugin-
|
56
|
+
"eslint-plugin-node": "^11.1.0",
|
57
|
+
"eslint-plugin-prettier": "^5.2.6",
|
57
58
|
"node-fetch": "^3.3.2",
|
58
59
|
"oclif": "^4",
|
59
60
|
"tsup": "^8.4.0",
|
60
|
-
"typescript": "^5.8.
|
61
|
-
"vite": "^6.2.
|
61
|
+
"typescript": "^5.8.3",
|
62
|
+
"vite": "^6.2.5",
|
62
63
|
"vitest": "^3.1.1"
|
63
64
|
},
|
64
65
|
"prettier": "@shopify/prettier-config",
|