Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump cyclic dependencies #1227

Merged
merged 6 commits into from
Apr 11, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions apps/api-extractor-model/config/api-extractor.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",

"mainEntryPointFile": "lib/index.d.ts",
"mainEntryPointFilePath": "<projectFolder>/lib/index.d.ts",

"apiReport": {
"enabled": true,
"reportFolder": "../../common/reviews/api"
"reportFolder": "../../../common/reviews/api"
},

"docModel": {
Expand All @@ -14,6 +14,6 @@

"dtsRollup": {
"enabled": true,
"untrimmedFilePath": "dist/rollup.d.ts",
"untrimmedFilePath": "<projectFolder>/dist/rollup.d.ts",
}
}
4 changes: 2 additions & 2 deletions apps/api-extractor-model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"@types/node": "8.5.8"
},
"devDependencies": {
"@microsoft/node-library-build": "6.0.51",
"@microsoft/rush-stack-compiler-3.2": "0.3.3",
"@microsoft/node-library-build": "6.0.54",
"@microsoft/rush-stack-compiler-3.2": "0.3.6",
"@types/jest": "23.3.11",
"gulp": "~3.9.1",
"tslint-microsoft-contrib": "~5.2.1"
Expand Down
6 changes: 3 additions & 3 deletions apps/api-extractor/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"comments": {
"patch": [
{
"comment": "(Breaking change) Rename \"mainEntryPointFile\" to \"mainEntryPointFilePath\" so all settings use a consistent naming convention"
"comment": "THIS IS A RELEASE CANDIDATE FOR API-EXTRACTOR 7"
},
{
"comment": "(Breaking change) Paths that appear in api-extractor.json are now resolved relative to the config file unless prefixed with the \"<projectFolder>\" token"
"comment": "(Breaking change) Rename \"mainEntryPointFile\" to \"mainEntryPointFilePath\" so all settings use a consistent naming convention"
},
{
"comment": "THIS IS A RELEASE CANDIDATE FOR API-EXTRACTOR 7"
"comment": "(Breaking change) Paths that appear in api-extractor.json are now resolved relative to the config file unless prefixed with the `<projectFolder>` token"
},
{
"comment": "Add a new api-extractor.json setting \"tsconfigFilePath\" for customizing the tsconfig.json path"
Expand Down
6 changes: 3 additions & 3 deletions apps/api-extractor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Change Log - @microsoft/api-extractor

This log was last generated on Thu, 11 Apr 2019 07:14:01 GMT and should not be manually modified.
This log was last generated on Thu, 11 Apr 2019 07:47:23 GMT and should not be manually modified.

## 7.0.41
Thu, 11 Apr 2019 07:14:01 GMT

### Patches

- (Breaking change) Rename "mainEntryPointFile" to "mainEntryPointFilePath" so all settings use a consistent naming convention
- (Breaking change) Paths that appear in api-extractor.json are now resolved relative to the config file unless prefixed with the "<projectFolder>" token
- THIS IS A RELEASE CANDIDATE FOR API-EXTRACTOR 7
- (Breaking change) Rename "mainEntryPointFile" to "mainEntryPointFilePath" so all settings use a consistent naming convention
- (Breaking change) Paths that appear in api-extractor.json are now resolved relative to the config file unless prefixed with the `<projectFolder>` token
- Add a new api-extractor.json setting "tsconfigFilePath" for customizing the tsconfig.json path
- Replace ExtractorConfig.packageJsonFullPath with ExtractorConfig.packageFolder
- Upgrade API Extractor to use TypeScript 3.4 for analysis
Expand Down
6 changes: 3 additions & 3 deletions apps/api-extractor/config/api-extractor.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",

"mainEntryPointFile": "lib/index.d.ts",
"mainEntryPointFilePath": "<projectFolder>/lib/index.d.ts",

"apiReport": {
"enabled": true,
"reportFolder": "../../common/reviews/api"
"reportFolder": "../../../common/reviews/api"
},

"docModel": {
Expand All @@ -14,6 +14,6 @@

"dtsRollup": {
"enabled": true,
"untrimmedFilePath": "dist/rollup.d.ts",
"untrimmedFilePath": "<projectFolder>/dist/rollup.d.ts",
}
}
4 changes: 2 additions & 2 deletions apps/api-extractor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"typescript": "~3.4.3"
},
"devDependencies": {
"@microsoft/node-library-build": "6.0.51",
"@microsoft/rush-stack-compiler-3.2": "0.3.3",
"@microsoft/node-library-build": "6.0.54",
"@microsoft/rush-stack-compiler-3.2": "0.3.6",
"@types/jest": "23.3.11",
"@types/lodash": "4.14.116",
"@types/node": "8.5.8",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "",
"packageName": "@microsoft/api-extractor-model",
"type": "none"
}
],
"packageName": "@microsoft/api-extractor-model",
"email": "[email protected]"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "",
"packageName": "@microsoft/api-extractor",
"type": "none"
}
],
"packageName": "@microsoft/api-extractor",
"email": "[email protected]"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "",
"packageName": "@microsoft/gulp-core-build-mocha",
"type": "none"
}
],
"packageName": "@microsoft/gulp-core-build-mocha",
"email": "[email protected]"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "",
"packageName": "@microsoft/gulp-core-build-typescript",
"type": "none"
}
],
"packageName": "@microsoft/gulp-core-build-typescript",
"email": "[email protected]"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "",
"packageName": "@microsoft/gulp-core-build",
"type": "none"
}
],
"packageName": "@microsoft/gulp-core-build",
"email": "[email protected]"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "",
"packageName": "@microsoft/node-core-library",
"type": "none"
}
],
"packageName": "@microsoft/node-core-library",
"email": "[email protected]"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "",
"packageName": "@microsoft/rush-stack-compiler-2.4",
"type": "none"
}
],
"packageName": "@microsoft/rush-stack-compiler-2.4",
"email": "[email protected]"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "",
"packageName": "@microsoft/rush-stack-compiler-2.7",
"type": "none"
}
],
"packageName": "@microsoft/rush-stack-compiler-2.7",
"email": "[email protected]"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "",
"packageName": "@microsoft/rush-stack-compiler-2.9",
"type": "none"
}
],
"packageName": "@microsoft/rush-stack-compiler-2.9",
"email": "[email protected]"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "",
"packageName": "@microsoft/rush-stack-compiler-3.0",
"type": "none"
}
],
"packageName": "@microsoft/rush-stack-compiler-3.0",
"email": "[email protected]"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "",
"packageName": "@microsoft/rush-stack-compiler-3.1",
"type": "none"
}
],
"packageName": "@microsoft/rush-stack-compiler-3.1",
"email": "[email protected]"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "",
"packageName": "@microsoft/rush-stack-compiler-3.2",
"type": "none"
}
],
"packageName": "@microsoft/rush-stack-compiler-3.2",
"email": "[email protected]"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "",
"packageName": "@microsoft/rush-stack-compiler-3.3",
"type": "none"
}
],
"packageName": "@microsoft/rush-stack-compiler-3.3",
"email": "[email protected]"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "",
"packageName": "@microsoft/ts-command-line",
"type": "none"
}
],
"packageName": "@microsoft/ts-command-line",
"email": "[email protected]"
}
Loading