Skip to content

Commit 69f2d97

Browse files
authored
Merge pull request #3337 from iclanton/master-to-main
Rename the `master` branch to `main`.
2 parents c7aef03 + 684e3ac commit 69f2d97

File tree

94 files changed

+477
-93
lines changed

Some content is hidden

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

94 files changed

+477
-93
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<p align="center"><a href="https://rushstack.io/">https://rushstack.io/</a></p>
44
</td></tr></table>
55

6-
[![Zulip chat room](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg)](https://rushstack.zulipchat.com/) &nbsp; [![Build Status](https://dev.azure.com/RushStack/GitHubProjects/_apis/build/status/rushstack/rushstack%20CI%20Build?branchName=master)](https://dev.azure.com/RushStack/GitHubProjects/_build/latest?definitionId=3&branchName=master)
6+
[![Zulip chat room](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg)](https://rushstack.zulipchat.com/) &nbsp; [![Build Status](https://dev.azure.com/RushStack/GitHubProjects/_apis/build/status/rushstack/rushstack%20CI%20Build?branchName=main)](https://dev.azure.com/RushStack/GitHubProjects/_build/latest?definitionId=3&branchName=main)
77

88
The home for various projects maintained by the Rush Stack community, whose mission is to develop reusable tooling
99
for large scale TypeScript monorepos.

apps/api-documenter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ documentation.
1212
## Links
1313

1414
- [CHANGELOG.md](
15-
https://github.com/microsoft/rushstack/blob/master/apps/api-documenter/CHANGELOG.md) - Find
15+
https://github.com/microsoft/rushstack/blob/main/apps/api-documenter/CHANGELOG.md) - Find
1616
out what's new in the latest version
1717
- [API Reference](https://rushstack.io/pages/api/api-documenter/)
1818

apps/api-extractor/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# @microsoft/api-extractor
22

33

4-
![API Extractor](https://github.com/microsoft/rushstack/raw/master/common/wiki-images/api-extractor-title.png?raw=true)
4+
![API Extractor](https://github.com/microsoft/rushstack/raw/main/common/wiki-images/api-extractor-title.png?raw=true)
55
<br />
66
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; https://api-extractor.com/
77

@@ -44,7 +44,7 @@ For more details and support resources, please visit: https://api-extractor.com/
4444
## Links
4545

4646
- [CHANGELOG.md](
47-
https://github.com/microsoft/rushstack/blob/master/apps/api-extractor/CHANGELOG.md) - Find
47+
https://github.com/microsoft/rushstack/blob/main/apps/api-extractor/CHANGELOG.md) - Find
4848
out what's new in the latest version
4949
- [API Reference](https://rushstack.io/pages/api/api-extractor/)
5050

apps/heft/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ the Rush Stack website.
7979
## Links
8080

8181
- [CHANGELOG.md](
82-
https://github.com/microsoft/rushstack/blob/master/apps/heft/CHANGELOG.md) - Find
82+
https://github.com/microsoft/rushstack/blob/main/apps/heft/CHANGELOG.md) - Find
8383
out what's new in the latest version
8484
- [UPGRADING.md](
85-
https://github.com/microsoft/rushstack/blob/master/apps/heft/UPGRADING.md) - Instructions
85+
https://github.com/microsoft/rushstack/blob/main/apps/heft/UPGRADING.md) - Instructions
8686
for migrating existing projects to use a newer version of Heft
8787
- [API Reference](https://rushstack.io/pages/api/heft/)
8888

apps/heft/src/pluginFramework/logging/FileError.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export class FileError extends Error {
3636
this.column = column;
3737

3838
// Manually set the prototype, as we can no longer extend built-in classes like Error, Array, Map, etc.
39-
// https://github.com/microsoft/TypeScript-wiki/blob/master/Breaking-Changes.md#extending-built-ins-like-error-array-and-map-may-no-longer-work
39+
// https://github.com/microsoft/TypeScript-wiki/blob/main/Breaking-Changes.md#extending-built-ins-like-error-array-and-map-may-no-longer-work
4040
//
4141
// Note: the prototype must also be set on any classes which extend this one
4242
(this as any).__proto__ = FileError.prototype; // eslint-disable-line @typescript-eslint/no-explicit-any

apps/rundown/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ Optional arguments:
224224
## Links
225225

226226
- [CHANGELOG.md](
227-
https://github.com/microsoft/rushstack/blob/master/apps/rundown/CHANGELOG.md) - Find
227+
https://github.com/microsoft/rushstack/blob/main/apps/rundown/CHANGELOG.md) - Find
228228
out what's new in the latest version
229229

230230
Rundown is part of the [Rush Stack](https://rushstack.io/) family of projects.

apps/rush/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# @microsoft/rush
22

33

4-
![rush](https://github.com/microsoft/rushstack/blob/master/common/wiki-images/rush-logo.png?raw=true)
4+
![rush](https://github.com/microsoft/rushstack/blob/main/common/wiki-images/rush-logo.png?raw=true)
55
<br />
66
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; https://rushjs.io
77

@@ -25,7 +25,7 @@
2525

2626
- **Bulk publishing:** When it's time to do a release, Rush can detect which packages have changes, automatically bump all the appropriate version numbers, and run `npm publish` in each folder. If you like, configure your server to automatically run `rush publish` every hour.
2727

28-
- **Changelog tracking:** Whenever a PR is created, you can require developers to provide a major/minor/patch log entry for the affected projects. During publishing, these changes will be automatically aggregated into a nicely formatted [CHANGELOG.md](https://github.com/microsoft/rushstack/blob/master/libraries/node-core-library/CHANGELOG.md) file.
28+
- **Changelog tracking:** Whenever a PR is created, you can require developers to provide a major/minor/patch log entry for the affected projects. During publishing, these changes will be automatically aggregated into a nicely formatted [CHANGELOG.md](https://github.com/microsoft/rushstack/blob/main/libraries/node-core-library/CHANGELOG.md) file.
2929

3030
- **Enterprise policies:** Want to review new libraries before developers add them to package.json, but avoid hassling people about already approved cases? Want to enforce that all your projects depend on the same library version numbers? Are unprofessional personal e-mail addresses accidentally showing up in your company's Git history? Rush can help maintain a consistent ecosystem when you've got many developers and many projects in the mix.
3131

@@ -67,10 +67,10 @@ For more details and support resources, please visit: https://rushjs.io
6767
## Links
6868

6969
- [CHANGELOG.md](
70-
https://github.com/microsoft/rushstack/blob/master/apps/rush/CHANGELOG.md) - Find
70+
https://github.com/microsoft/rushstack/blob/main/apps/rush/CHANGELOG.md) - Find
7171
out what's new in the latest version
7272
- [UPGRADING.md](
73-
https://github.com/microsoft/rushstack/blob/master/apps/rush/UPGRADING.md) - Instructions
73+
https://github.com/microsoft/rushstack/blob/main/apps/rush/UPGRADING.md) - Instructions
7474
for migrating existing projects to use a newer version of Rush
7575
- [API Reference](https://api.rushstack.io/pages/rush-lib/)
7676

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "Rename the \"master\" branch to \"main\".",
5+
"type": "patch",
6+
"packageName": "@microsoft/api-documenter"
7+
}
8+
],
9+
"packageName": "@microsoft/api-documenter",
10+
"email": "[email protected]"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "Rename the \"master\" branch to \"main\".",
5+
"type": "patch",
6+
"packageName": "@microsoft/api-extractor-model"
7+
}
8+
],
9+
"packageName": "@microsoft/api-extractor-model",
10+
"email": "[email protected]"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "Rename the \"master\" branch to \"main\".",
5+
"type": "patch",
6+
"packageName": "@microsoft/api-extractor"
7+
}
8+
],
9+
"packageName": "@microsoft/api-extractor",
10+
"email": "[email protected]"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "Rename the \"master\" branch to \"main\".",
5+
"type": "patch",
6+
"packageName": "@microsoft/load-themed-styles"
7+
}
8+
],
9+
"packageName": "@microsoft/load-themed-styles",
10+
"email": "[email protected]"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "Rename the \"master\" branch to \"main\".",
5+
"type": "patch",
6+
"packageName": "@microsoft/loader-load-themed-styles"
7+
}
8+
],
9+
"packageName": "@microsoft/loader-load-themed-styles",
10+
"email": "[email protected]"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "(BREAKING CHANGE) Update references to the default branch to reference \"main\" instead of \"master\".",
5+
"type": "none",
6+
"packageName": "@microsoft/rush"
7+
}
8+
],
9+
"packageName": "@microsoft/rush",
10+
"email": "[email protected]"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "Rename the \"master\" branch to \"main\".",
5+
"type": "patch",
6+
"packageName": "@rushstack/debug-certificate-manager"
7+
}
8+
],
9+
"packageName": "@rushstack/debug-certificate-manager",
10+
"email": "[email protected]"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "Rename the \"master\" branch to \"main\".",
5+
"type": "patch",
6+
"packageName": "@rushstack/eslint-config"
7+
}
8+
],
9+
"packageName": "@rushstack/eslint-config",
10+
"email": "[email protected]"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "Rename the \"master\" branch to \"main\".",
5+
"type": "patch",
6+
"packageName": "@rushstack/eslint-patch"
7+
}
8+
],
9+
"packageName": "@rushstack/eslint-patch",
10+
"email": "[email protected]"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "Rename the \"master\" branch to \"main\".",
5+
"type": "patch",
6+
"packageName": "@rushstack/eslint-plugin-packlets"
7+
}
8+
],
9+
"packageName": "@rushstack/eslint-plugin-packlets",
10+
"email": "[email protected]"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "Rename the \"master\" branch to \"main\".",
5+
"type": "patch",
6+
"packageName": "@rushstack/eslint-plugin-security"
7+
}
8+
],
9+
"packageName": "@rushstack/eslint-plugin-security",
10+
"email": "[email protected]"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "Rename the \"master\" branch to \"main\".",
5+
"type": "patch",
6+
"packageName": "@rushstack/eslint-plugin"
7+
}
8+
],
9+
"packageName": "@rushstack/eslint-plugin",
10+
"email": "[email protected]"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "Rename the \"master\" branch to \"main\".",
5+
"type": "patch",
6+
"packageName": "@rushstack/heft-config-file"
7+
}
8+
],
9+
"packageName": "@rushstack/heft-config-file",
10+
"email": "[email protected]"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "Rename the \"master\" branch to \"main\".",
5+
"type": "patch",
6+
"packageName": "@rushstack/heft-dev-cert-plugin"
7+
}
8+
],
9+
"packageName": "@rushstack/heft-dev-cert-plugin",
10+
"email": "[email protected]"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "Rename the \"master\" branch to \"main\".",
5+
"type": "patch",
6+
"packageName": "@rushstack/heft-jest-plugin"
7+
}
8+
],
9+
"packageName": "@rushstack/heft-jest-plugin",
10+
"email": "[email protected]"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "Rename the \"master\" branch to \"main\".",
5+
"type": "patch",
6+
"packageName": "@rushstack/heft-node-rig"
7+
}
8+
],
9+
"packageName": "@rushstack/heft-node-rig",
10+
"email": "[email protected]"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "Rename the \"master\" branch to \"main\".",
5+
"type": "patch",
6+
"packageName": "@rushstack/heft-sass-plugin"
7+
}
8+
],
9+
"packageName": "@rushstack/heft-sass-plugin",
10+
"email": "[email protected]"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "Rename the \"master\" branch to \"main\".",
5+
"type": "patch",
6+
"packageName": "@rushstack/heft-storybook-plugin"
7+
}
8+
],
9+
"packageName": "@rushstack/heft-storybook-plugin",
10+
"email": "[email protected]"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "Rename the \"master\" branch to \"main\".",
5+
"type": "patch",
6+
"packageName": "@rushstack/heft-web-rig"
7+
}
8+
],
9+
"packageName": "@rushstack/heft-web-rig",
10+
"email": "[email protected]"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "Rename the \"master\" branch to \"main\".",
5+
"type": "patch",
6+
"packageName": "@rushstack/heft-webpack4-plugin"
7+
}
8+
],
9+
"packageName": "@rushstack/heft-webpack4-plugin",
10+
"email": "[email protected]"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "Rename the \"master\" branch to \"main\".",
5+
"type": "patch",
6+
"packageName": "@rushstack/heft-webpack5-plugin"
7+
}
8+
],
9+
"packageName": "@rushstack/heft-webpack5-plugin",
10+
"email": "[email protected]"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "Rename the \"master\" branch to \"main\".",
5+
"type": "patch",
6+
"packageName": "@rushstack/heft"
7+
}
8+
],
9+
"packageName": "@rushstack/heft",
10+
"email": "[email protected]"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "Rename the \"master\" branch to \"main\".",
5+
"type": "patch",
6+
"packageName": "@rushstack/loader-raw-script"
7+
}
8+
],
9+
"packageName": "@rushstack/loader-raw-script",
10+
"email": "[email protected]"
11+
}

0 commit comments

Comments
 (0)