-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #37 from RobotlegsJS/upgrade-rush
Update @microsoft/rush to version 5.62.4
- Loading branch information
Showing
53 changed files
with
2,264 additions
and
2,034 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,43 @@ | ||
# Don't allow people to merge changes to these generated files, because the result | ||
# may be invalid. You need to run "rush update" again. | ||
pnpm-lock.yaml merge=text | ||
shrinkwrap.yaml merge=binary | ||
npm-shrinkwrap.json merge=binary | ||
yarn.lock merge=binary | ||
|
||
# Rush's JSON config files use JavaScript-style code comments. The rule below prevents pedantic | ||
# syntax highlighters such as GitHub's from highlighting these comments as errors. Your text editor | ||
# may also require a special configuration to allow comments in JSON. | ||
# | ||
# For more information, see this issue: https://github.com/microsoft/rushstack/issues/1088 | ||
# | ||
*.json linguist-language=JSON-with-Comments | ||
# Don't allow people to merge changes to these generated files, because the result | ||
# may be invalid. You need to run "rush update" again. | ||
pnpm-lock.yaml merge=text | ||
shrinkwrap.yaml merge=binary | ||
npm-shrinkwrap.json merge=binary | ||
yarn.lock merge=binary | ||
|
||
# Rush's JSON config files use JavaScript-style code comments. The rule below prevents pedantic | ||
# syntax highlighters such as GitHub's from highlighting these comments as errors. Your text editor | ||
# may also require a special configuration to allow comments in JSON. | ||
# | ||
# For more information, see this issue: https://github.com/microsoft/rushstack/issues/1088 | ||
# | ||
*.json linguist-language=JSON-with-Comments | ||
|
||
# Set the default behavior, in case people don't have core.autocrlf set. | ||
* text=auto | ||
|
||
# Explicitly declare text files you want to always be normalized and converted | ||
# to native line endings on checkout. | ||
*.md text eol=lf | ||
*.yml text eol=lf | ||
*.yaml text eol=lf | ||
*.json text eol=lf | ||
*.js text eol=lf | ||
*.cjs text eol=lf | ||
*.html text eol=lf | ||
*.fnt text eol=lf | ||
*.ts text eol=lf | ||
*.editorconfig text eol=lf | ||
*.gitattributes text eol=lf | ||
*.gitignore text eol=lf | ||
*.npmrc text eol=lf | ||
*.npmrc-publish text eol=lf | ||
*.prettierignore text eol=lf | ||
*.prettierrc text eol=lf | ||
|
||
# Declare files that will always have CRLF line endings on checkout. | ||
*.sln text eol=crlf | ||
|
||
# Denote all files that are truly binary and should not be modified. | ||
*.png binary | ||
*.jpg binary |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,75 +1,75 @@ | ||
# Logs | ||
*.log | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
|
||
# Runtime data | ||
*.pid | ||
*.seed | ||
*.pid.lock | ||
|
||
# Directory for instrumented libs generated by jscoverage/JSCover | ||
lib-cov | ||
|
||
# Coverage directory used by tools like istanbul | ||
coverage | ||
|
||
# nyc test coverage | ||
.nyc_output | ||
|
||
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files) | ||
.grunt | ||
|
||
# Bower dependency directory (https://bower.io/) | ||
bower_components | ||
|
||
# node-waf configuration | ||
.lock-wscript | ||
|
||
# Compiled binary addons (https://nodejs.org/api/addons.html) | ||
build/Release | ||
|
||
# Dependency directories | ||
node_modules/ | ||
jspm_packages/ | ||
|
||
# Optional npm cache directory | ||
.npm | ||
|
||
# Optional eslint cache | ||
.eslintcache | ||
|
||
# Optional REPL history | ||
.node_repl_history | ||
|
||
# Output of 'npm pack' | ||
*.tgz | ||
|
||
# Yarn Integrity file | ||
.yarn-integrity | ||
|
||
# dotenv environment variables file | ||
.env | ||
|
||
# next.js build output | ||
.next | ||
|
||
# OS X temporary files | ||
.DS_Store | ||
|
||
# Rush temporary files | ||
common/deploy/ | ||
common/temp/ | ||
common/autoinstallers/*/.npmrc | ||
**/.rush/temp/ | ||
|
||
# Heft | ||
.heft | ||
|
||
# RobotlegsJS temporary files | ||
**/dist/ | ||
**/dist-test/ | ||
**/lib/ | ||
**/lib-example/ | ||
**/lib-test/ | ||
# Logs | ||
*.log | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
|
||
# Runtime data | ||
*.pid | ||
*.seed | ||
*.pid.lock | ||
|
||
# Directory for instrumented libs generated by jscoverage/JSCover | ||
lib-cov | ||
|
||
# Coverage directory used by tools like istanbul | ||
coverage | ||
|
||
# nyc test coverage | ||
.nyc_output | ||
|
||
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files) | ||
.grunt | ||
|
||
# Bower dependency directory (https://bower.io/) | ||
bower_components | ||
|
||
# node-waf configuration | ||
.lock-wscript | ||
|
||
# Compiled binary addons (https://nodejs.org/api/addons.html) | ||
build/Release | ||
|
||
# Dependency directories | ||
node_modules/ | ||
jspm_packages/ | ||
|
||
# Optional npm cache directory | ||
.npm | ||
|
||
# Optional eslint cache | ||
.eslintcache | ||
|
||
# Optional REPL history | ||
.node_repl_history | ||
|
||
# Output of 'npm pack' | ||
*.tgz | ||
|
||
# Yarn Integrity file | ||
.yarn-integrity | ||
|
||
# dotenv environment variables file | ||
.env | ||
|
||
# next.js build output | ||
.next | ||
|
||
# OS X temporary files | ||
.DS_Store | ||
|
||
# Rush temporary files | ||
common/deploy/ | ||
common/temp/ | ||
common/autoinstallers/*/.npmrc | ||
**/.rush/temp/ | ||
|
||
# Heft | ||
.heft | ||
|
||
# RobotlegsJS temporary files | ||
**/dist/ | ||
**/dist-test/ | ||
**/lib/ | ||
**/lib-example/ | ||
**/lib-test/ |
10 changes: 10 additions & 0 deletions
10
common/changes/@robotlegsjs/core/upgrade-rush_2022-05-04-19-38.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@robotlegsjs/core", | ||
"comment": "", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@robotlegsjs/core" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/@robotlegsjs/createjs/upgrade-rush_2022-05-04-19-38.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@robotlegsjs/createjs", | ||
"comment": "", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@robotlegsjs/createjs" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/@robotlegsjs/eventemitter3/upgrade-rush_2022-05-04-19-38.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@robotlegsjs/eventemitter3", | ||
"comment": "", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@robotlegsjs/eventemitter3" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/@robotlegsjs/macrobot/upgrade-rush_2022-05-04-19-38.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@robotlegsjs/macrobot", | ||
"comment": "", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@robotlegsjs/macrobot" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/@robotlegsjs/openfl/upgrade-rush_2022-05-04-19-38.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@robotlegsjs/openfl", | ||
"comment": "", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@robotlegsjs/openfl" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/@robotlegsjs/phaser-ce-signalcommandmap/upgrade-rush_2022-05-04-19-38.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@robotlegsjs/phaser-ce-signalcommandmap", | ||
"comment": "", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@robotlegsjs/phaser-ce-signalcommandmap" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/@robotlegsjs/phaser-ce/upgrade-rush_2022-05-04-19-38.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@robotlegsjs/phaser-ce", | ||
"comment": "", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@robotlegsjs/phaser-ce" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/@robotlegsjs/phaser/upgrade-rush_2022-05-04-19-38.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@robotlegsjs/phaser", | ||
"comment": "", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@robotlegsjs/phaser" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/@robotlegsjs/pixi-palidor/upgrade-rush_2022-05-04-19-38.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@robotlegsjs/pixi-palidor", | ||
"comment": "", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@robotlegsjs/pixi-palidor" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/@robotlegsjs/pixi-signalmediator/upgrade-rush_2022-05-04-19-38.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@robotlegsjs/pixi-signalmediator", | ||
"comment": "", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@robotlegsjs/pixi-signalmediator" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/@robotlegsjs/pixi/upgrade-rush_2022-05-04-19-38.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@robotlegsjs/pixi", | ||
"comment": "", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@robotlegsjs/pixi" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/@robotlegsjs/signalcommandmap/upgrade-rush_2022-05-04-19-38.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@robotlegsjs/signalcommandmap", | ||
"comment": "", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@robotlegsjs/signalcommandmap" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/@robotlegsjs/signals/upgrade-rush_2022-05-04-19-38.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@robotlegsjs/signals", | ||
"comment": "", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@robotlegsjs/signals" | ||
} |
Oops, something went wrong.