@shopify/oxygen-cli 4.6.15-unstable.202503241522.0 → 4.6.15
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 +10 -0
- package/oclif.manifest.json +1 -1
- package/package.json +6 -5
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,15 @@
|
|
1
1
|
# @shopify/oxygen-cli
|
2
2
|
|
3
|
+
## 4.6.15
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- ac9b94d: Update @shopify/eslint-plugin from 46.0.0 to 48.0.2
|
8
|
+
- 5753a8f: Update @types/node from 22.13.11 to 22.13.13
|
9
|
+
- 6eaa443: Update eslint-plugin-prettier from 5.2.4 to 5.2.5
|
10
|
+
- 0a3ffe3: Update vitest from 3.0.9 to 3.1.1
|
11
|
+
- 3d5283e: Update oclif from 4.17.41 to 4.17.42
|
12
|
+
|
3
13
|
## 4.6.14
|
4
14
|
|
5
15
|
### Patch Changes
|
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.15
|
8
|
+
"version": "4.6.15",
|
9
9
|
"type": "module",
|
10
10
|
"scripts": {
|
11
11
|
"build": "tsup --sourcemap --clean --config ./tsup.config.ts && oclif manifest",
|
@@ -48,18 +48,19 @@
|
|
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.13.
|
54
|
+
"@types/node": "^22.13.14",
|
55
55
|
"eslint": "^8.57.1",
|
56
|
-
"eslint-plugin-
|
56
|
+
"eslint-plugin-node": "^11.1.0",
|
57
|
+
"eslint-plugin-prettier": "^5.2.5",
|
57
58
|
"node-fetch": "^3.3.2",
|
58
59
|
"oclif": "^4",
|
59
60
|
"tsup": "^8.4.0",
|
60
61
|
"typescript": "^5.8.2",
|
61
62
|
"vite": "^6.2.3",
|
62
|
-
"vitest": "^3.
|
63
|
+
"vitest": "^3.1.1"
|
63
64
|
},
|
64
65
|
"prettier": "@shopify/prettier-config",
|
65
66
|
"oclif": {
|