@shopify/oxygen-cli 4.4.26 → 4.4.27

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,17 @@
1
1
  # @shopify/oxygen-cli
2
2
 
3
+ ## 4.4.27
4
+
5
+ ### Patch Changes
6
+
7
+ - 659dc31: Update @shopify/eslint-plugin from 45.0.0 to 46.0.0
8
+ - 9c33e41: Update @bugsnag/core from 7.25.0 to 8.0.0
9
+ - 5793878: Update @bugsnag/node from 7.25.0 to 8.0.0
10
+ - 7ea5661: Update @bugsnag/js from 7.25.0 to 8.0.0
11
+ - 7239049: Update vite from 5.4.2 to 5.4.3
12
+ - 2ce8171: Update @changesets/cli from 2.27.7 to 2.27.8
13
+ - d9361c4: Update oclif from 4.14.29 to 4.14.31
14
+
3
15
  ## 4.4.26
4
16
 
5
17
  ### Patch Changes
@@ -194,5 +194,5 @@
194
194
  ]
195
195
  }
196
196
  },
197
- "version": "4.4.26"
197
+ "version": "4.4.27"
198
198
  }
package/package.json CHANGED
@@ -5,14 +5,14 @@
5
5
  "@shopify:registry": "https://registry.npmjs.org"
6
6
  },
7
7
  "license": "MIT",
8
- "version": "4.4.26",
8
+ "version": "4.4.27",
9
9
  "type": "module",
10
10
  "scripts": {
11
11
  "build": "tsup --sourcemap --clean --config ./tsup.config.ts && oclif manifest",
12
12
  "changesets:check": "changeset status",
13
13
  "dev": "tsup --watch --config ./tsup.config.ts",
14
14
  "typecheck": "tsc --noEmit",
15
- "lint": "eslint --ext .js,.ts --max-warnings 0 src",
15
+ "lint": "eslint --max-warnings 0 src",
16
16
  "lint:format": "prettier --write \"**/*.*\" && npm run lint --fix",
17
17
  "generate:manifest": "oclif manifest",
18
18
  "prepublishOnly": "npm install && npm run build && rm -rf dist/**/*.test.* && npm run upload-sourcemaps",
@@ -36,9 +36,9 @@
36
36
  "CHANGELOG.md"
37
37
  ],
38
38
  "dependencies": {
39
- "@bugsnag/core": "^7.25.0",
40
- "@bugsnag/js": "^7.25.0",
41
- "@bugsnag/node": "^7.25.0",
39
+ "@bugsnag/core": "^8.0.0",
40
+ "@bugsnag/js": "^8.0.0",
41
+ "@bugsnag/node": "^8.0.0",
42
42
  "async": "^3.2.6"
43
43
  },
44
44
  "peerDependencies": {
@@ -47,8 +47,8 @@
47
47
  },
48
48
  "devDependencies": {
49
49
  "@bugsnag/source-maps": "^2.3.3",
50
- "@changesets/cli": "^2.27.7",
51
- "@shopify/eslint-plugin": "^45.0.0",
50
+ "@changesets/cli": "^2.27.8",
51
+ "@shopify/eslint-plugin": "^46.0.0",
52
52
  "@shopify/prettier-config": "^1.1.2",
53
53
  "@types/async": "^3.2.24",
54
54
  "@types/node": "^22.3.0",
@@ -58,7 +58,7 @@
58
58
  "oclif": "^4",
59
59
  "tsup": "^8.1.0",
60
60
  "typescript": "^5.5.4",
61
- "vite": "^5.4.2",
61
+ "vite": "^5.4.3",
62
62
  "vitest": "^2.0.5"
63
63
  },
64
64
  "prettier": "@shopify/prettier-config",