@shopify/oxygen-cli 4.4.27-unstable.202409021449.0 → 4.4.28-unstable.202409031422.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,11 @@
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
+
3
9
  ## 4.4.26
4
10
 
5
11
  ### 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.202409031422.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.202409031422.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",
@@ -48,7 +48,7 @@
48
48
  "devDependencies": {
49
49
  "@bugsnag/source-maps": "^2.3.3",
50
50
  "@changesets/cli": "^2.27.7",
51
- "@shopify/eslint-plugin": "^45.0.0",
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",