@shopify/oxygen-cli 4.6.14-unstable.202503101503.0 → 4.6.14

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
@@ -1,5 +1,21 @@
1
1
  # @shopify/oxygen-cli
2
2
 
3
+ ## 4.6.14
4
+
5
+ ### Patch Changes
6
+
7
+ - 431188f: Update vitest from 3.0.6 to 3.0.7
8
+ - 91e44da: Update vite from 6.1.1 to 6.2.0
9
+ - 55c0fc8: Update oclif from 4.17.34 to 4.17.37
10
+ - af880d8: Update @babel/helpers from 7.24.7 to 7.26.10
11
+ - a025124: Update @babel/runtime from 7.26.9 to 7.26.10
12
+ - 28629b8: Update @shopify/prettier-config from 1.1.2 to 1.1.4
13
+ - 37c27a8: Update @types/node from 22.13.10 to 22.13.11
14
+ - 6808087: Update eslint-plugin-prettier from 5.2.3 to 5.2.4
15
+ - b835340: Update vite from 6.2.2 to 6.2.3
16
+ - db0a821: Update oclif from 4.17.37 to 4.17.41
17
+ - 86c87a0: Update @octokit/request-error and @actions/github in /.github/actions/add-comment-to-pr-number.
18
+
3
19
  ## 4.6.13
4
20
 
5
21
  ### Patch Changes
@@ -203,5 +203,5 @@
203
203
  ]
204
204
  }
205
205
  },
206
- "version": "4.6.14-unstable.202503101503.0"
206
+ "version": "4.6.14"
207
207
  }
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.14-unstable.202503101503.0",
8
+ "version": "4.6.14",
9
9
  "type": "module",
10
10
  "scripts": {
11
11
  "build": "tsup --sourcemap --clean --config ./tsup.config.ts && oclif manifest",
@@ -49,17 +49,17 @@
49
49
  "@bugsnag/source-maps": "^2.3.3",
50
50
  "@changesets/cli": "^2.28.1",
51
51
  "@shopify/eslint-plugin": "^46.0.0",
52
- "@shopify/prettier-config": "^1.1.2",
52
+ "@shopify/prettier-config": "^1.1.4",
53
53
  "@types/async": "^3.2.24",
54
- "@types/node": "^22.13.10",
54
+ "@types/node": "^22.13.11",
55
55
  "eslint": "^8.57.1",
56
- "eslint-plugin-prettier": "^5.2.3",
56
+ "eslint-plugin-prettier": "^5.2.4",
57
57
  "node-fetch": "^3.3.2",
58
58
  "oclif": "^4",
59
59
  "tsup": "^8.4.0",
60
60
  "typescript": "^5.8.2",
61
- "vite": "^6.1.1",
62
- "vitest": "^3.0.6"
61
+ "vite": "^6.2.3",
62
+ "vitest": "^3.0.9"
63
63
  },
64
64
  "prettier": "@shopify/prettier-config",
65
65
  "oclif": {