@ankhorage/devtools 1.9.0 → 1.9.2

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.
@@ -17,7 +17,7 @@ jobs:
17
17
  github.actor == 'renovate[bot]' &&
18
18
  github.event.pull_request.head.repo.full_name == github.repository &&
19
19
  startsWith(github.event.pull_request.head.ref, 'renovate/')
20
- uses: ankhorage/renovate/.github/workflows/changeset.yml@b9a44c350b71b4292c8da69eb469888de60b68be
20
+ uses: ankhorage/renovate/.github/workflows/changeset.yml@1721d245371e879301d7a2e5299d1c5790d97459
21
21
  with:
22
22
  renovate_sync_client_id: ${{ vars.ANKHORAGE_RENOVATE_SYNC_CLIENT_ID }}
23
23
  secrets:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ankhorage/devtools",
3
- "version": "1.9.0",
3
+ "version": "1.9.2",
4
4
  "description": "Shared development tools and repository standards for Ankhorage",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/ankhorage/devtools#readme",
@@ -119,12 +119,12 @@
119
119
  "eslint-plugin-security": "^4.0.1",
120
120
  "eslint-plugin-simple-import-sort": "^14.0.0",
121
121
  "eslint-plugin-unused-imports": "^4.4.1",
122
- "knip": "^6.33.0",
122
+ "knip": "^6.34.0",
123
123
  "prettier": "^3.9.6",
124
124
  "typescript-eslint": "^8.69.0"
125
125
  },
126
126
  "devDependencies": {
127
- "@ankhorage/ankh": "^0.8.4",
127
+ "@ankhorage/ankh": "^0.8.5",
128
128
  "@ankhorage/doctor": "0.10.4",
129
129
  "@types/bun": "^1.4.0",
130
130
  "@types/node": "^26.4.0",