Skip to content

Commit 4845cef

Browse files
authored
Merge pull request microsoft#1594 from microsoft/octogonz/bump-cyclics
Bump cyclic dependencies
2 parents 5f95537 + a5aabec commit 4845cef

File tree

38 files changed

+424
-199
lines changed

38 files changed

+424
-199
lines changed

apps/api-extractor-model/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"@microsoft/tsdoc": "0.12.14"
1919
},
2020
"devDependencies": {
21-
"@microsoft/node-library-build": "6.1.2",
22-
"@microsoft/rush-stack-compiler-3.4": "0.1.15",
21+
"@microsoft/node-library-build": "6.3.0",
22+
"@microsoft/rush-stack-compiler-3.4": "0.3.0",
2323
"@types/jest": "23.3.11",
2424
"@types/node": "8.10.54",
2525
"gulp": "~4.0.2",

apps/api-extractor-model/src/model/DeserializerContext.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export enum ApiJsonSchemaVersion {
4444
/**
4545
* Used to assign `IApiPackageMetadataJson.oldestForwardsCompatibleVersion`.
4646
*
47-
* This value must be <= `ApiJsonSchemaVersion.LATEST`. It must be reset to the `LATEST` value
47+
* This value must be \<= `ApiJsonSchemaVersion.LATEST`. It must be reset to the `LATEST` value
4848
* if the older library would not be able to deserialize your new file format. Adding a nonessential field
4949
* is generally okay. Removing, modifying, or reinterpreting existing fields is NOT safe.
5050
*/

apps/api-extractor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
"typescript": "~3.5.3"
4444
},
4545
"devDependencies": {
46-
"@microsoft/node-library-build": "6.1.2",
47-
"@microsoft/rush-stack-compiler-3.4": "0.1.15",
46+
"@microsoft/node-library-build": "6.3.0",
47+
"@microsoft/rush-stack-compiler-3.4": "0.3.0",
4848
"@types/jest": "23.3.11",
4949
"@types/lodash": "4.14.116",
5050
"@types/node": "8.10.54",
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@microsoft/api-extractor-model",
5+
"comment": "",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@microsoft/api-extractor-model",
10+
"email": "4673363+octogonz@users.noreply.github.com"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@microsoft/api-extractor",
5+
"comment": "",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@microsoft/api-extractor",
10+
"email": "4673363+octogonz@users.noreply.github.com"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@microsoft/gulp-core-build-mocha",
5+
"comment": "",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@microsoft/gulp-core-build-mocha",
10+
"email": "4673363+octogonz@users.noreply.github.com"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@microsoft/gulp-core-build-typescript",
5+
"comment": "",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@microsoft/gulp-core-build-typescript",
10+
"email": "4673363+octogonz@users.noreply.github.com"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@microsoft/gulp-core-build",
5+
"comment": "",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@microsoft/gulp-core-build",
10+
"email": "4673363+octogonz@users.noreply.github.com"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@microsoft/node-core-library",
5+
"comment": "",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@microsoft/node-core-library",
10+
"email": "4673363+octogonz@users.noreply.github.com"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@microsoft/rush-stack-compiler-2.4",
5+
"comment": "",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@microsoft/rush-stack-compiler-2.4",
10+
"email": "4673363+octogonz@users.noreply.github.com"
11+
}

0 commit comments

Comments
 (0)