@ankhorage/devtools 1.8.2 → 1.8.4

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.
@@ -18,4 +18,4 @@ jobs:
18
18
  github.actor == 'renovate[bot]' &&
19
19
  github.event.pull_request.head.repo.full_name == github.repository &&
20
20
  startsWith(github.event.pull_request.head.ref, 'renovate/')
21
- uses: ankhorage/renovate/.github/workflows/changeset.yml@7d4a5104b94e763ca5be34919f4fcfbb12efd526
21
+ uses: ankhorage/renovate/.github/workflows/changeset.yml@ae2cde4673bb58c6659bc5a7bd16739fb6f0db5e
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ankhorage/devtools",
3
- "version": "1.8.2",
3
+ "version": "1.8.4",
4
4
  "description": "Shared development tools and repository standards for Ankhorage",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/ankhorage/devtools#readme",
@@ -115,13 +115,13 @@
115
115
  "eslint-plugin-security": "^4.0.1",
116
116
  "eslint-plugin-simple-import-sort": "^12.1.1",
117
117
  "eslint-plugin-unused-imports": "^4.4.1",
118
- "knip": "^6.32.3",
118
+ "knip": "^6.33.0",
119
119
  "prettier": "^3.9.6",
120
- "typescript-eslint": "^8.68.0"
120
+ "typescript-eslint": "^8.69.0"
121
121
  },
122
122
  "devDependencies": {
123
123
  "@ankhorage/ankh": "^0.8.4",
124
- "@ankhorage/doctor": "0.10.2",
124
+ "@ankhorage/doctor": "0.10.4",
125
125
  "@types/bun": "^1.4.0",
126
126
  "@types/node": "^25.9.5",
127
127
  "typescript": "^5.9.3"