Skip to content

Commit

Permalink
Merge branch 'main' into enelson/http-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
elliot-nelson committed Apr 13, 2023
2 parents 120eee9 + 750ce08 commit f98dc1c
Show file tree
Hide file tree
Showing 134 changed files with 1,765 additions and 817 deletions.
12 changes: 12 additions & 0 deletions apps/api-documenter/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@microsoft/api-documenter",
"entries": [
{
"version": "7.21.7",
"tag": "@microsoft/api-documenter_v7.21.7",
"date": "Tue, 04 Apr 2023 22:36:28 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.12.6`"
}
]
}
},
{
"version": "7.21.6",
"tag": "@microsoft/api-documenter_v7.21.6",
Expand Down
7 changes: 6 additions & 1 deletion apps/api-documenter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @microsoft/api-documenter

This log was last generated on Sat, 18 Mar 2023 00:20:56 GMT and should not be manually modified.
This log was last generated on Tue, 04 Apr 2023 22:36:28 GMT and should not be manually modified.

## 7.21.7
Tue, 04 Apr 2023 22:36:28 GMT

_Version update only_

## 7.21.6
Sat, 18 Mar 2023 00:20:56 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.21.6",
"version": "7.21.7",
"description": "Read JSON files from api-extractor, generate documentation pages",
"repository": {
"type": "git",
Expand Down
12 changes: 12 additions & 0 deletions apps/lockfile-explorer/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@rushstack/lockfile-explorer",
"entries": [
{
"version": "1.0.10",
"tag": "@rushstack/lockfile-explorer_v1.0.10",
"date": "Tue, 04 Apr 2023 22:36:28 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.12.6`"
}
]
}
},
{
"version": "1.0.9",
"tag": "@rushstack/lockfile-explorer_v1.0.9",
Expand Down
7 changes: 6 additions & 1 deletion apps/lockfile-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @rushstack/lockfile-explorer

This log was last generated on Sat, 18 Mar 2023 00:20:56 GMT and should not be manually modified.
This log was last generated on Tue, 04 Apr 2023 22:36:28 GMT and should not be manually modified.

## 1.0.10
Tue, 04 Apr 2023 22:36:28 GMT

_Version update only_

## 1.0.9
Sat, 18 Mar 2023 00:20:56 GMT
Expand Down
2 changes: 1 addition & 1 deletion apps/lockfile-explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/lockfile-explorer",
"version": "1.0.9",
"version": "1.0.10",
"description": "Rush Lockfile Explorer: The UI for solving version conflicts quickly in a large monorepo",
"keywords": [
"conflict",
Expand Down
12 changes: 12 additions & 0 deletions apps/rundown/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@rushstack/rundown",
"entries": [
{
"version": "1.0.244",
"tag": "@rushstack/rundown_v1.0.244",
"date": "Tue, 04 Apr 2023 22:36:28 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.12.6`"
}
]
}
},
{
"version": "1.0.243",
"tag": "@rushstack/rundown_v1.0.243",
Expand Down
7 changes: 6 additions & 1 deletion apps/rundown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @rushstack/rundown

This log was last generated on Sat, 18 Mar 2023 00:20:56 GMT and should not be manually modified.
This log was last generated on Tue, 04 Apr 2023 22:36:28 GMT and should not be manually modified.

## 1.0.244
Tue, 04 Apr 2023 22:36:28 GMT

_Version update only_

## 1.0.243
Sat, 18 Mar 2023 00:20:56 GMT
Expand Down
2 changes: 1 addition & 1 deletion apps/rundown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/rundown",
"version": "1.0.243",
"version": "1.0.244",
"description": "Detect load time regressions by running an app, tracing require() calls, and generating a deterministic report",
"repository": {
"type": "git",
Expand Down
12 changes: 12 additions & 0 deletions apps/rush/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@microsoft/rush",
"entries": [
{
"version": "5.97.0",
"tag": "@microsoft/rush_v5.97.0",
"date": "Wed, 05 Apr 2023 21:46:37 GMT",
"comments": {
"none": [
{
"comment": "Convert the `EnvironmentVariableNames` from an enum to a const so that its values can be referred to by type."
}
]
}
},
{
"version": "5.96.0",
"tag": "@microsoft/rush_v5.96.0",
Expand Down
9 changes: 8 additions & 1 deletion apps/rush/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @microsoft/rush

This log was last generated on Fri, 31 Mar 2023 00:27:51 GMT and should not be manually modified.
This log was last generated on Wed, 05 Apr 2023 21:46:37 GMT and should not be manually modified.

## 5.97.0
Wed, 05 Apr 2023 21:46:37 GMT

### Updates

- Convert the `EnvironmentVariableNames` from an enum to a const so that its values can be referred to by type.

## 5.96.0
Fri, 31 Mar 2023 00:27:51 GMT
Expand Down
2 changes: 1 addition & 1 deletion apps/rush/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/rush",
"version": "5.96.0",
"version": "5.97.0",
"description": "A professional solution for consolidating all your JavaScript projects in one Git repo",
"keywords": [
"install",
Expand Down
12 changes: 12 additions & 0 deletions apps/trace-import/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@rushstack/trace-import",
"entries": [
{
"version": "0.1.13",
"tag": "@rushstack/trace-import_v0.1.13",
"date": "Tue, 04 Apr 2023 22:36:28 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.12.6`"
}
]
}
},
{
"version": "0.1.12",
"tag": "@rushstack/trace-import_v0.1.12",
Expand Down
7 changes: 6 additions & 1 deletion apps/trace-import/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @rushstack/trace-import

This log was last generated on Sat, 18 Mar 2023 00:20:56 GMT and should not be manually modified.
This log was last generated on Tue, 04 Apr 2023 22:36:28 GMT and should not be manually modified.

## 0.1.13
Tue, 04 Apr 2023 22:36:28 GMT

_Version update only_

## 0.1.12
Sat, 18 Mar 2023 00:20:56 GMT
Expand Down
2 changes: 1 addition & 1 deletion apps/trace-import/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/trace-import",
"version": "0.1.12",
"version": "0.1.13",
"description": "CLI tool for understanding how require() and \"import\" statements get resolved",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"source-map-loader": "~3.0.1",
"style-loader": "~3.3.1",
"typescript": "~4.8.4",
"webpack": "~5.75.0"
"webpack": "~5.78.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"html-webpack-plugin": "~4.5.2",
"typescript": "~4.8.4",
"webpack-bundle-analyzer": "~4.5.0",
"webpack": "~5.75.0"
"webpack": "~5.78.0"
}
}
4 changes: 2 additions & 2 deletions build-tests/heft-jest-reporters-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"_phase:test": "heft test --no-build"
},
"devDependencies": {
"@jest/reporters": "~29.3.1",
"@jest/types": "29.3.1",
"@jest/reporters": "~29.5.0",
"@jest/types": "29.5.0",
"@rushstack/eslint-config": "workspace:*",
"@rushstack/heft": "workspace:*",
"@rushstack/heft-jest-plugin": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion build-tests/heft-webpack5-everything-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"tslint": "~5.20.1",
"tslint-microsoft-contrib": "~6.2.0",
"typescript": "~4.8.4",
"webpack": "~5.75.0"
"webpack": "~5.78.0"
}
}
Loading

0 comments on commit f98dc1c

Please sign in to comment.