@shopify/oxygen-cli 5.0.1-unstable.202507092247.0 → 5.0.1-unstable.202507092255.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
@@ -8,15 +8,18 @@
8
8
 
9
9
  ### Minor Changes
10
10
 
11
+ - 7c050ac: Update @bugsnag/js from 8.2.0 to 8.4.0
11
12
  - cbb4d6e: Added error messages for 5xx status codes
12
13
  - 70115bb: Use "dist/server" as default worker directory
13
14
 
14
15
  ### Patch Changes
15
16
 
16
17
  - 7977fc5: Update changesets/action from 1.5.0 to 1.5.3
18
+ - 590b1b3: Update @types/node from 22.15.17 to 22.15.21
17
19
  - 18c232a: Update brace-expansion from 1.1.11 to 1.1.12
18
20
  - d2b6c7c: Update @changesets/cli from 2.29.3 to 2.29.4
19
21
  - 510de01: Update vitest from 3.1.3 to 3.1.4
22
+ - 117db05: Update eslint-plugin-prettier from 5.4.0 to 5.4.1
20
23
  - db5e117: Update vitest from 3.1.1 to 3.1.2
21
24
  - 371f333: Update oclif from 4.17.44 to 4.17.46
22
25
  - f653da2: Update @types/node from 22.14.1 to 22.15.2
@@ -186,5 +186,5 @@
186
186
  ]
187
187
  }
188
188
  },
189
- "version": "5.0.1-unstable.202507092247.0"
189
+ "version": "5.0.1-unstable.202507092255.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": "5.0.1-unstable.202507092247.0",
8
+ "version": "5.0.1-unstable.202507092255.0",
9
9
  "type": "module",
10
10
  "scripts": {
11
11
  "build": "tsup --sourcemap --clean --config ./tsup.config.ts && oclif manifest",
@@ -37,7 +37,7 @@
37
37
  ],
38
38
  "dependencies": {
39
39
  "@bugsnag/core": "^8.2.0",
40
- "@bugsnag/js": "^8.2.0",
40
+ "@bugsnag/js": "^8.4.0",
41
41
  "@bugsnag/node": "^8.0.0",
42
42
  "async": "^3.2.6",
43
43
  "graphql-request": "^7.1.2"
@@ -52,10 +52,10 @@
52
52
  "@shopify/eslint-plugin": "^48.0.2",
53
53
  "@shopify/prettier-config": "^1.1.4",
54
54
  "@types/async": "^3.2.24",
55
- "@types/node": "^22.15.17",
55
+ "@types/node": "^22.15.21",
56
56
  "eslint": "^8.57.1",
57
57
  "eslint-plugin-node": "^11.1.0",
58
- "eslint-plugin-prettier": "^5.4.0",
58
+ "eslint-plugin-prettier": "^5.5.1",
59
59
  "node-fetch": "^3.3.2",
60
60
  "oclif": "^4",
61
61
  "tsup": "^8.5.0",