@ankhorage/devtools 1.7.1 → 1.7.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.
package/README.md CHANGED
@@ -261,9 +261,9 @@ The canonical Bun policy is defined once in devtools and consumed by both packag
261
261
  <!-- devtools-bun-policy:start -->
262
262
 
263
263
  ```text
264
- Bun runtime 1.3.14
265
- packageManager bun@1.3.14
266
- @types/bun ^1.3.14
264
+ Bun runtime 1.4.0
265
+ packageManager bun@1.4.0
266
+ @types/bun ^1.4.0
267
267
  ```
268
268
 
269
269
  <!-- devtools-bun-policy:end -->
@@ -1,7 +1,7 @@
1
1
  export declare const bunRuntimePolicy: {
2
- readonly packageManager: "bun@1.3.14";
3
- readonly typesRange: "^1.3.14";
4
- readonly version: "1.3.14";
2
+ readonly packageManager: "bun@1.4.0";
3
+ readonly typesRange: "^1.4.0";
4
+ readonly version: "1.4.0";
5
5
  };
6
6
  /**
7
7
  * Canonical Node LTS baseline for Node-based Ankhorage tooling and CI execution.
@@ -4,7 +4,7 @@
4
4
  * Import these from `@ankhorage/devtools/policy` when another package needs to inspect
5
5
  * the managed Bun or Node baseline without defining an independent version authority.
6
6
  */
7
- const BUN_VERSION = '1.3.14';
7
+ const BUN_VERSION = '1.4.0';
8
8
  export const bunRuntimePolicy = {
9
9
  packageManager: `bun@${BUN_VERSION}`,
10
10
  typesRange: `^${BUN_VERSION}`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ankhorage/devtools",
3
- "version": "1.7.1",
3
+ "version": "1.7.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",
@@ -102,27 +102,27 @@
102
102
  "@ankhorage/utility": "^0.2.0",
103
103
  "@eslint/compat": "^2.1.0",
104
104
  "@eslint/js": "^10.0.1",
105
- "eslint": "^10.7.0",
105
+ "eslint": "^10.9.1",
106
106
  "eslint-config-prettier": "^10.1.8",
107
107
  "eslint-plugin-import": "^2.32.0",
108
- "eslint-plugin-prettier": "^5.5.5",
108
+ "eslint-plugin-prettier": "^5.5.6",
109
109
  "eslint-plugin-react": "^7.37.5",
110
110
  "eslint-plugin-react-hooks": "^7.1.1",
111
111
  "eslint-plugin-react-native": "^5.0.0",
112
112
  "eslint-plugin-security": "^4.0.1",
113
113
  "eslint-plugin-simple-import-sort": "^12.1.1",
114
114
  "eslint-plugin-unused-imports": "^4.4.1",
115
- "knip": "^6.12.2",
116
- "prettier": "^3.8.1",
117
- "typescript-eslint": "^8.24.0"
115
+ "knip": "^6.32.3",
116
+ "prettier": "^3.9.6",
117
+ "typescript-eslint": "^8.68.0"
118
118
  },
119
119
  "devDependencies": {
120
120
  "@ankhorage/ankh": "^0.8.2",
121
121
  "@ankhorage/doctor": "0.10.1",
122
- "@changesets/cli": "^2.30.0",
123
- "@types/bun": "^1.3.14",
124
- "@types/node": "^25.2.3",
122
+ "@changesets/cli": "^2.31.1",
123
+ "@types/bun": "^1.4.0",
124
+ "@types/node": "^25.9.5",
125
125
  "typescript": "^5.9.3"
126
126
  },
127
- "packageManager": "bun@1.3.14"
127
+ "packageManager": "bun@1.4.0"
128
128
  }