Skip to content

Commit 1ce74b7

Browse files
Bump the alloy group with 4 updates
Bumps the alloy group with 4 updates: [@alloy-js/cli](https://github.com/alloy-framework/alloy), @alloy-js/core, @alloy-js/typescript and @alloy-js/markdown. Updates `@alloy-js/cli` from 0.20.0 to 0.21.0 - [Release notes](https://github.com/alloy-framework/alloy/releases) - [Commits](https://github.com/alloy-framework/alloy/commits) Updates `@alloy-js/core` from 0.20.0 to 0.21.0 Updates `@alloy-js/typescript` from 0.20.0 to 0.21.0 Updates `@alloy-js/markdown` from 0.20.0 to 0.21.0 --- updated-dependencies: - dependency-name: "@alloy-js/cli" dependency-version: 0.21.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: alloy - dependency-name: "@alloy-js/core" dependency-version: 0.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: alloy - dependency-name: "@alloy-js/typescript" dependency-version: 0.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: alloy - dependency-name: "@alloy-js/markdown" dependency-version: 0.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: alloy ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c284827 commit 1ce74b7

File tree

5 files changed

+129
-94
lines changed

5 files changed

+129
-94
lines changed

packages/emitter-framework/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,16 @@
5555
"license": "MIT",
5656
"description": "",
5757
"peerDependencies": {
58-
"@alloy-js/core": "^0.20.0",
58+
"@alloy-js/core": "^0.21.0",
5959
"@alloy-js/csharp": "^0.20.0",
60-
"@alloy-js/typescript": "^0.20.0",
60+
"@alloy-js/typescript": "^0.21.0",
6161
"@typespec/compiler": "workspace:^"
6262
},
6363
"devDependencies": {
64-
"@alloy-js/cli": "^0.20.0",
65-
"@alloy-js/core": "^0.20.0",
64+
"@alloy-js/cli": "^0.21.0",
65+
"@alloy-js/core": "^0.21.0",
6666
"@alloy-js/rollup-plugin": "^0.1.0",
67-
"@alloy-js/typescript": "^0.20.0",
67+
"@alloy-js/typescript": "^0.21.0",
6868
"@typespec/compiler": "workspace:^",
6969
"concurrently": "^9.1.2",
7070
"pathe": "^2.0.3",

packages/http-client-js/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@
5353
"@typespec/rest": "workspace:^"
5454
},
5555
"dependencies": {
56-
"@alloy-js/core": "^0.20.0",
57-
"@alloy-js/typescript": "^0.20.0",
56+
"@alloy-js/core": "^0.21.0",
57+
"@alloy-js/typescript": "^0.21.0",
5858
"@typespec/emitter-framework": "workspace:^",
5959
"@typespec/http-client": "workspace:^",
6060
"prettier": "~3.6.2"
6161
},
6262
"devDependencies": {
63-
"@alloy-js/cli": "^0.20.0",
63+
"@alloy-js/cli": "^0.21.0",
6464
"@alloy-js/rollup-plugin": "^0.1.0",
6565
"@types/yargs": "~17.0.33",
6666
"@typespec/http": "workspace:^",

packages/http-client/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@
2323
}
2424
},
2525
"peerDependencies": {
26-
"@alloy-js/core": "^0.20.0",
27-
"@alloy-js/typescript": "^0.20.0",
26+
"@alloy-js/core": "^0.21.0",
27+
"@alloy-js/typescript": "^0.21.0",
2828
"@typespec/compiler": "workspace:^",
2929
"@typespec/emitter-framework": "workspace:^",
3030
"@typespec/http": "workspace:^"
3131
},
3232
"devDependencies": {
33-
"@alloy-js/cli": "^0.20.0",
34-
"@alloy-js/core": "^0.20.0",
33+
"@alloy-js/cli": "^0.21.0",
34+
"@alloy-js/core": "^0.21.0",
3535
"@alloy-js/rollup-plugin": "^0.1.0",
36-
"@alloy-js/typescript": "^0.20.0",
36+
"@alloy-js/typescript": "^0.21.0",
3737
"@types/node": "~24.3.0",
3838
"@typespec/compiler": "workspace:^",
3939
"@typespec/emitter-framework": "workspace:^",

packages/tspd/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
"!dist/test/**"
5656
],
5757
"dependencies": {
58-
"@alloy-js/core": "^0.20.0",
59-
"@alloy-js/markdown": "^0.20.0",
60-
"@alloy-js/typescript": "^0.20.0",
58+
"@alloy-js/core": "^0.21.0",
59+
"@alloy-js/markdown": "^0.21.0",
60+
"@alloy-js/typescript": "^0.21.0",
6161
"@microsoft/api-extractor": "^7.52.1",
6262
"@microsoft/api-extractor-model": "^7.30.6",
6363
"@microsoft/tsdoc": "^0.15.1",
@@ -71,7 +71,7 @@
7171
"yargs": "~18.0.0"
7272
},
7373
"devDependencies": {
74-
"@alloy-js/cli": "^0.20.0",
74+
"@alloy-js/cli": "^0.21.0",
7575
"@alloy-js/rollup-plugin": "^0.1.0",
7676
"@types/node": "~24.3.0",
7777
"@types/yargs": "~17.0.33",

0 commit comments

Comments
 (0)