eslint-config-two-stroke 1.4.0 → 1.4.5

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.
@@ -6,6 +6,7 @@ on:
6
6
  - "v*"
7
7
 
8
8
  permissions:
9
+ id-token: write
9
10
  contents: read
10
11
 
11
12
  defaults:
@@ -21,5 +22,3 @@ jobs:
21
22
  - uses: ./.github/actions/install
22
23
 
23
24
  - run: pnpm publish --no-git-checks
24
- env:
25
- "npm_config_//registry.npmjs.org/:_authToken": ${{ secrets.NPM_AUTH_TOKEN }}
package/package.json CHANGED
@@ -2,25 +2,29 @@
2
2
  "name": "eslint-config-two-stroke",
3
3
  "description": "eslint settings for two-stroke.",
4
4
  "license": "MIT",
5
- "version": "1.4.0",
5
+ "version": "1.4.5",
6
6
  "main": "index.js",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "https://github.com/change-engine/eslint-config-two-stroke"
10
+ },
7
11
  "dependencies": {
8
- "@eslint/compat": "^2.0.1",
12
+ "@eslint/compat": "^2.0.2",
9
13
  "@eslint/js": "^9.39.2",
10
- "@typescript-eslint/eslint-plugin": "^8.54.0",
11
- "@typescript-eslint/parser": "^8.54.0",
14
+ "@typescript-eslint/eslint-plugin": "^8.55.0",
15
+ "@typescript-eslint/parser": "^8.55.0",
12
16
  "eslint-config-prettier": "^10.1.8",
13
17
  "eslint-config-typescript": "^3.0.0",
14
18
  "eslint-plugin-n": "^17.23.2",
15
19
  "eslint-plugin-prettier": "^5.5.5",
16
20
  "eslint-plugin-vitest": "^0.5.4",
17
- "typescript-eslint": "^8.54.0"
21
+ "typescript-eslint": "^8.55.0"
18
22
  },
19
23
  "prettier": {
20
24
  "printWidth": 100
21
25
  },
22
26
  "devDependencies": {
23
- "@cloudflare/workers-types": "^4.20260127.0",
27
+ "@cloudflare/workers-types": "^4.20260210.0",
24
28
  "eslint": "^9.39.2",
25
29
  "prettier": "^3.8.1",
26
30
  "typescript": "^5.9.3",