@shopify/oxygen-cli 4.4.27-unstable.202409021449.0 → 4.4.28-unstable.202409041424.0

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+ - 7239049: Update vite from 5.4.2 to 5.4.3
9
+ - 2ce8171: Update @changesets/cli from 2.27.7 to 2.27.8
10
+
3
11
  ## 4.4.26
4
12
 
5
13
  ### Patch Changes
@@ -194,5 +194,5 @@
194
194
  ]
195
195
  }
196
196
  },
197
- "version": "4.4.27-unstable.202409021449.0"
197
+ "version": "4.4.28-unstable.202409041424.0"
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.27-unstable.202409021449.0",
8
+ "version": "4.4.28-unstable.202409041424.0",
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",
@@ -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",