Skip to content

Commit 5b5c350

Browse files
authored
Bump decoupled local dependencies. (#5440)
* Bump cyclic dependencies. * Bump TSDoc dependencies. * Rush update.
1 parent 8ce88e1 commit 5b5c350

File tree

107 files changed

+1377
-133
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

107 files changed

+1377
-133
lines changed

apps/api-documenter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"typings": "dist/rollup.d.ts",
2222
"dependencies": {
2323
"@microsoft/api-extractor-model": "workspace:*",
24-
"@microsoft/tsdoc": "~0.15.1",
24+
"@microsoft/tsdoc": "~0.16.0",
2525
"@rushstack/node-core-library": "workspace:*",
2626
"@rushstack/terminal": "workspace:*",
2727
"@rushstack/ts-command-line": "workspace:*",

apps/api-extractor/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
},
3939
"dependencies": {
4040
"@microsoft/api-extractor-model": "workspace:*",
41-
"@microsoft/tsdoc-config": "~0.17.1",
42-
"@microsoft/tsdoc": "~0.15.1",
41+
"@microsoft/tsdoc-config": "~0.18.0",
42+
"@microsoft/tsdoc": "~0.16.0",
4343
"@rushstack/node-core-library": "workspace:*",
4444
"@rushstack/rig-package": "workspace:*",
4545
"@rushstack/terminal": "workspace:*",
@@ -53,7 +53,7 @@
5353
"typescript": "5.8.2"
5454
},
5555
"devDependencies": {
56-
"@rushstack/heft": "1.1.3",
56+
"@rushstack/heft": "1.1.4",
5757
"@types/lodash": "4.14.116",
5858
"@types/resolve": "1.20.2",
5959
"@types/semver": "7.5.0",

apps/heft/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
},
5050
"devDependencies": {
5151
"@microsoft/api-extractor": "workspace:*",
52-
"@rushstack/heft": "1.1.3",
52+
"@rushstack/heft": "1.1.4",
5353
"@types/watchpack": "2.4.0",
5454
"decoupled-local-node-rig": "workspace:*",
5555
"eslint": "~9.37.0"

build-tests/api-documenter-scenarios/etc/inheritedMembers/api-documenter-scenarios.api.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,22 @@
114114
"tagName": "@virtual",
115115
"syntaxKind": "modifier"
116116
},
117+
{
118+
"tagName": "@jsx",
119+
"syntaxKind": "block"
120+
},
121+
{
122+
"tagName": "@jsxRuntime",
123+
"syntaxKind": "block"
124+
},
125+
{
126+
"tagName": "@jsxFrag",
127+
"syntaxKind": "block"
128+
},
129+
{
130+
"tagName": "@jsxImportSource",
131+
"syntaxKind": "block"
132+
},
117133
{
118134
"tagName": "@betaDocumentation",
119135
"syntaxKind": "modifier"

build-tests/api-extractor-scenarios/etc/ambientNameConflict/api-extractor-scenarios.api.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,22 @@
114114
"tagName": "@virtual",
115115
"syntaxKind": "modifier"
116116
},
117+
{
118+
"tagName": "@jsx",
119+
"syntaxKind": "block"
120+
},
121+
{
122+
"tagName": "@jsxRuntime",
123+
"syntaxKind": "block"
124+
},
125+
{
126+
"tagName": "@jsxFrag",
127+
"syntaxKind": "block"
128+
},
129+
{
130+
"tagName": "@jsxImportSource",
131+
"syntaxKind": "block"
132+
},
117133
{
118134
"tagName": "@betaDocumentation",
119135
"syntaxKind": "modifier"

build-tests/api-extractor-scenarios/etc/ambientNameConflict2/api-extractor-scenarios.api.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,22 @@
114114
"tagName": "@virtual",
115115
"syntaxKind": "modifier"
116116
},
117+
{
118+
"tagName": "@jsx",
119+
"syntaxKind": "block"
120+
},
121+
{
122+
"tagName": "@jsxRuntime",
123+
"syntaxKind": "block"
124+
},
125+
{
126+
"tagName": "@jsxFrag",
127+
"syntaxKind": "block"
128+
},
129+
{
130+
"tagName": "@jsxImportSource",
131+
"syntaxKind": "block"
132+
},
117133
{
118134
"tagName": "@betaDocumentation",
119135
"syntaxKind": "modifier"

build-tests/api-extractor-scenarios/etc/ancillaryDeclarations/api-extractor-scenarios.api.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,22 @@
114114
"tagName": "@virtual",
115115
"syntaxKind": "modifier"
116116
},
117+
{
118+
"tagName": "@jsx",
119+
"syntaxKind": "block"
120+
},
121+
{
122+
"tagName": "@jsxRuntime",
123+
"syntaxKind": "block"
124+
},
125+
{
126+
"tagName": "@jsxFrag",
127+
"syntaxKind": "block"
128+
},
129+
{
130+
"tagName": "@jsxImportSource",
131+
"syntaxKind": "block"
132+
},
117133
{
118134
"tagName": "@betaDocumentation",
119135
"syntaxKind": "modifier"

build-tests/api-extractor-scenarios/etc/apiItemKinds/api-extractor-scenarios.api.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,22 @@
114114
"tagName": "@virtual",
115115
"syntaxKind": "modifier"
116116
},
117+
{
118+
"tagName": "@jsx",
119+
"syntaxKind": "block"
120+
},
121+
{
122+
"tagName": "@jsxRuntime",
123+
"syntaxKind": "block"
124+
},
125+
{
126+
"tagName": "@jsxFrag",
127+
"syntaxKind": "block"
128+
},
129+
{
130+
"tagName": "@jsxImportSource",
131+
"syntaxKind": "block"
132+
},
117133
{
118134
"tagName": "@betaDocumentation",
119135
"syntaxKind": "modifier"

build-tests/api-extractor-scenarios/etc/bundledPackages/api-extractor-scenarios.api.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,22 @@
114114
"tagName": "@virtual",
115115
"syntaxKind": "modifier"
116116
},
117+
{
118+
"tagName": "@jsx",
119+
"syntaxKind": "block"
120+
},
121+
{
122+
"tagName": "@jsxRuntime",
123+
"syntaxKind": "block"
124+
},
125+
{
126+
"tagName": "@jsxFrag",
127+
"syntaxKind": "block"
128+
},
129+
{
130+
"tagName": "@jsxImportSource",
131+
"syntaxKind": "block"
132+
},
117133
{
118134
"tagName": "@betaDocumentation",
119135
"syntaxKind": "modifier"

build-tests/api-extractor-scenarios/etc/bundlerModuleResolution/api-extractor-scenarios.api.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,22 @@
114114
"tagName": "@virtual",
115115
"syntaxKind": "modifier"
116116
},
117+
{
118+
"tagName": "@jsx",
119+
"syntaxKind": "block"
120+
},
121+
{
122+
"tagName": "@jsxRuntime",
123+
"syntaxKind": "block"
124+
},
125+
{
126+
"tagName": "@jsxFrag",
127+
"syntaxKind": "block"
128+
},
129+
{
130+
"tagName": "@jsxImportSource",
131+
"syntaxKind": "block"
132+
},
117133
{
118134
"tagName": "@betaDocumentation",
119135
"syntaxKind": "modifier"

0 commit comments

Comments
 (0)