Skip to content

Commit 2e5b080

Browse files
committed
chore(deps): update TypeSpec, ESLint, and Alloy.js dependencies to latest stable versions
Updates all development and peer dependencies to their most recent compatible releases: - @alloy-js/cli: 0.23.0 → 0.24.0 (minor) - @alloy-js/core: 0.23.1 → 0.24.1 (minor) - @alloy-js/go: 0.3.0 → 0.3.1 (patch) - @alloy-js/typescript: 0.23.0 → 0.24.0 (minor) - @typescript-eslint/eslint-plugin: 8.61.0 → 8.62.0 (minor) - @typescript-eslint/parser: 8.61.0 → 8.62.0 (minor) - @typespec/emitter-framework: 0.17.0 → 0.18.0 (minor) - eslint: 10.4.1 → 10.6.0 (minor) - prettier: 3.8.4 → 3.9.1 (minor) These updates bring improved linting rules, better TypeSpec compiler compatibility, and latest Alloy.js code generation improvements. 💘 Generated with Crush Assisted-by: Crush:MiniMax-M2.7-highspeed
1 parent 07a8162 commit 2e5b080

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,24 +21,24 @@
2121
"format:check": "prettier --check ."
2222
},
2323
"devDependencies": {
24-
"@alloy-js/cli": "^0.23.0",
25-
"@alloy-js/core": "^0.23.1",
26-
"@alloy-js/go": "^0.3.0",
24+
"@alloy-js/cli": "^0.24.0",
25+
"@alloy-js/core": "^0.24.1",
26+
"@alloy-js/go": "^0.3.1",
2727
"@types/node": "latest",
28-
"@typescript-eslint/eslint-plugin": "^8.61.0",
29-
"@typescript-eslint/parser": "^8.61.0",
28+
"@typescript-eslint/eslint-plugin": "^8.62.0",
29+
"@typescript-eslint/parser": "^8.62.0",
3030
"@typespec/compiler": "1.13.0",
31-
"@typespec/emitter-framework": "^0.17.0",
31+
"@typespec/emitter-framework": "^0.18.0",
3232
"@typespec/http": "1.13.0",
33-
"eslint": "^10.4.1",
34-
"prettier": "^3.8.4",
33+
"eslint": "^10.6.0",
34+
"prettier": "^3.9.1",
3535
"typescript": "^6.0.3"
3636
},
3737
"peerDependencies": {
38-
"@alloy-js/core": "^0.23.1",
39-
"@alloy-js/typescript": "^0.23.0",
38+
"@alloy-js/core": "^0.24.1",
39+
"@alloy-js/typescript": "^0.24.0",
4040
"@typespec/compiler": "1.13.0",
41-
"@typespec/emitter-framework": "^0.17.0",
41+
"@typespec/emitter-framework": "^0.18.0",
4242
"@typespec/http": "1.13.0"
4343
}
4444
}

0 commit comments

Comments
 (0)