Skip to content

Commit

Permalink
Merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
dmichon-msft committed May 23, 2023
1 parent 0654de7 commit 8f5f61d
Show file tree
Hide file tree
Showing 401 changed files with 8,707 additions and 2,020 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ These GitHub repositories provide supplementary resources for Rush Stack:
| [/build-tests/heft-example-plugin-01](./build-tests/heft-example-plugin-01/) | This is an example heft plugin that exposes hooks for other plugins |
| [/build-tests/heft-example-plugin-02](./build-tests/heft-example-plugin-02/) | This is an example heft plugin that taps the hooks exposed from heft-example-plugin-01 |
| [/build-tests/heft-fastify-test](./build-tests/heft-fastify-test/) | This project tests Heft support for the Fastify framework for Node.js services |
| [/build-tests/heft-jest-preset-test](./build-tests/heft-jest-preset-test/) | This project illustrates configuring a Jest preset in a minimal Heft project |
| [/build-tests/heft-jest-reporters-test](./build-tests/heft-jest-reporters-test/) | This project illustrates configuring Jest reporters in a minimal Heft project |
| [/build-tests/heft-minimal-rig-test](./build-tests/heft-minimal-rig-test/) | This is a minimal rig package that is imported by the 'heft-minimal-rig-usage-test' project |
| [/build-tests/heft-minimal-rig-usage-test](./build-tests/heft-minimal-rig-usage-test/) | A test project for Heft that resolves its compiler from the 'heft-minimal-rig-test' package |
Expand All @@ -145,6 +146,9 @@ These GitHub repositories provide supplementary resources for Rush Stack:
| [/build-tests/heft-parameter-plugin-test](./build-tests/heft-parameter-plugin-test/) | This project exercises a built-in Heft action with a custom parameter |
| [/build-tests/heft-sass-test](./build-tests/heft-sass-test/) | This project illustrates a minimal tutorial Heft project targeting the web browser runtime |
| [/build-tests/heft-typescript-composite-test](./build-tests/heft-typescript-composite-test/) | Building this project tests behavior of Heft when the tsconfig.json file uses project references. |
| [/build-tests/heft-typescript-v2-test](./build-tests/heft-typescript-v2-test/) | Building this project tests building with TypeScript v2 |
| [/build-tests/heft-typescript-v3-test](./build-tests/heft-typescript-v3-test/) | Building this project tests building with TypeScript v3 |
| [/build-tests/heft-typescript-v4-test](./build-tests/heft-typescript-v4-test/) | Building this project tests building with TypeScript v4 |
| [/build-tests/heft-web-rig-library-test](./build-tests/heft-web-rig-library-test/) | A test project for Heft that exercises the '@rushstack/heft-web-rig' package |
| [/build-tests/heft-webpack4-everything-test](./build-tests/heft-webpack4-everything-test/) | Building this project tests every task and config file for Heft when targeting the web browser runtime using Webpack 4 |
| [/build-tests/heft-webpack5-everything-test](./build-tests/heft-webpack5-everything-test/) | Building this project tests every task and config file for Heft when targeting the web browser runtime using Webpack 5 |
Expand Down
108 changes: 108 additions & 0 deletions apps/api-documenter/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,114 @@
{
"name": "@microsoft/api-documenter",
"entries": [
{
"version": "7.22.6",
"tag": "@microsoft/api-documenter_v7.22.6",
"date": "Mon, 22 May 2023 06:34:33 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.27.0`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.59.1`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.13.3`"
},
{
"comment": "Updating dependency \"@rushstack/eslint-config\" to `3.3.0`"
},
{
"comment": "Updating dependency \"@rushstack/heft\" to `0.50.6`"
},
{
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.13.0`"
}
]
}
},
{
"version": "7.22.5",
"tag": "@microsoft/api-documenter_v7.22.5",
"date": "Fri, 12 May 2023 00:23:05 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.26.9`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.59.0`"
},
{
"comment": "Updating dependency \"@rushstack/heft\" to `0.50.5`"
},
{
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.12.11`"
}
]
}
},
{
"version": "7.22.4",
"tag": "@microsoft/api-documenter_v7.22.4",
"date": "Thu, 04 May 2023 00:20:28 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.26.8`"
},
{
"comment": "Updating dependency \"@rushstack/heft\" to `0.50.4`"
},
{
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.12.10`"
}
]
}
},
{
"version": "7.22.3",
"tag": "@microsoft/api-documenter_v7.22.3",
"date": "Mon, 01 May 2023 15:23:19 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.26.7`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.58.0`"
},
{
"comment": "Updating dependency \"@rushstack/heft\" to `0.50.3`"
},
{
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.12.9`"
}
]
}
},
{
"version": "7.22.2",
"tag": "@microsoft/api-documenter_v7.22.2",
"date": "Sat, 29 Apr 2023 00:23:02 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.26.6`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.57.0`"
},
{
"comment": "Updating dependency \"@rushstack/heft\" to `0.50.2`"
},
{
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.12.8`"
}
]
}
},
{
"version": "7.22.1",
"tag": "@microsoft/api-documenter_v7.22.1",
Expand Down
27 changes: 26 additions & 1 deletion apps/api-documenter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
# Change Log - @microsoft/api-documenter

This log was last generated on Thu, 27 Apr 2023 17:18:42 GMT and should not be manually modified.
This log was last generated on Mon, 22 May 2023 06:34:33 GMT and should not be manually modified.

## 7.22.6
Mon, 22 May 2023 06:34:33 GMT

_Version update only_

## 7.22.5
Fri, 12 May 2023 00:23:05 GMT

_Version update only_

## 7.22.4
Thu, 04 May 2023 00:20:28 GMT

_Version update only_

## 7.22.3
Mon, 01 May 2023 15:23:19 GMT

_Version update only_

## 7.22.2
Sat, 29 Apr 2023 00:23:02 GMT

_Version update only_

## 7.22.1
Thu, 27 Apr 2023 17:18:42 GMT
Expand Down
2 changes: 1 addition & 1 deletion apps/api-documenter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/api-documenter",
"version": "7.22.1",
"version": "7.22.6",
"description": "Read JSON files from api-extractor, generate documentation pages",
"repository": {
"type": "git",
Expand Down
86 changes: 86 additions & 0 deletions apps/api-extractor/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,92 @@
{
"name": "@microsoft/api-extractor",
"entries": [
{
"version": "7.35.0",
"tag": "@microsoft/api-extractor_v7.35.0",
"date": "Mon, 22 May 2023 06:34:32 GMT",
"comments": {
"minor": [
{
"comment": "Upgrade the TypeScript dependency to ~5.0.4"
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.27.0`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.59.1`"
},
{
"comment": "Updating dependency \"@rushstack/rig-package\" to `0.3.19`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.13.3`"
},
{
"comment": "Updating dependency \"@rushstack/eslint-config\" to `3.3.0`"
}
]
}
},
{
"version": "7.34.9",
"tag": "@microsoft/api-extractor_v7.34.9",
"date": "Fri, 12 May 2023 00:23:05 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.26.9`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.59.0`"
}
]
}
},
{
"version": "7.34.8",
"tag": "@microsoft/api-extractor_v7.34.8",
"date": "Thu, 04 May 2023 00:20:28 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.26.8`"
}
]
}
},
{
"version": "7.34.7",
"tag": "@microsoft/api-extractor_v7.34.7",
"date": "Mon, 01 May 2023 15:23:20 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.26.7`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.58.0`"
}
]
}
},
{
"version": "7.34.6",
"tag": "@microsoft/api-extractor_v7.34.6",
"date": "Sat, 29 Apr 2023 00:23:03 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.26.6`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.57.0`"
}
]
}
},
{
"version": "7.34.5",
"tag": "@microsoft/api-extractor_v7.34.5",
Expand Down
29 changes: 28 additions & 1 deletion apps/api-extractor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
# Change Log - @microsoft/api-extractor

This log was last generated on Thu, 27 Apr 2023 17:18:42 GMT and should not be manually modified.
This log was last generated on Mon, 22 May 2023 06:34:32 GMT and should not be manually modified.

## 7.35.0
Mon, 22 May 2023 06:34:32 GMT

### Minor changes

- Upgrade the TypeScript dependency to ~5.0.4

## 7.34.9
Fri, 12 May 2023 00:23:05 GMT

_Version update only_

## 7.34.8
Thu, 04 May 2023 00:20:28 GMT

_Version update only_

## 7.34.7
Mon, 01 May 2023 15:23:20 GMT

_Version update only_

## 7.34.6
Sat, 29 Apr 2023 00:23:03 GMT

_Version update only_

## 7.34.5
Thu, 27 Apr 2023 17:18:42 GMT
Expand Down
8 changes: 4 additions & 4 deletions apps/api-extractor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/api-extractor",
"version": "7.34.5",
"version": "7.35.0",
"description": "Analyze the exported API for a TypeScript library and generate reviews, documentation, and .d.ts rollups",
"keywords": [
"typescript",
Expand Down Expand Up @@ -48,12 +48,12 @@
"resolve": "~1.22.1",
"semver": "~7.3.0",
"source-map": "~0.6.1",
"typescript": "~4.8.4"
"typescript": "~5.0.4"
},
"devDependencies": {
"@rushstack/eslint-config": "workspace:*",
"@rushstack/heft": "0.50.0",
"@rushstack/heft-node-rig": "1.12.6",
"@rushstack/heft": "0.50.6",
"@rushstack/heft-node-rig": "1.13.0",
"@types/heft-jest": "1.0.1",
"@types/lodash": "4.14.116",
"@types/node": "14.18.36",
Expand Down
Loading

0 comments on commit 8f5f61d

Please sign in to comment.