Skip to content
Open
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
4 changes: 2 additions & 2 deletions common/_templates/rush-plugin-for-command/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"test": "heft test"
},
"dependencies": {
"@rushstack/node-core-library": "3.44.1",
"@rushstack/rush-sdk": "5.62.4"
"@rushstack/node-core-library": "5.9.0",
"@rushstack/rush-sdk": "5.139.0"
},
"devDependencies": {
"@rushstack/eslint-config": "3.3.4",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "rush-archive-project-plugin",
"comment": "Upgrading rush-sdk and node-core-library to 5.139.0 and 5.9.0 respectively",
"type": "patch"
}
],
"packageName": "rush-archive-project-plugin"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "rush-audit-cache-plugin",
"comment": "Upgrading rush-sdk and node-core-library to 5.139.0 and 5.9.0 respectively",
"type": "patch"
}
],
"packageName": "rush-audit-cache-plugin"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "rush-dep-graph-plugin",
"comment": "Upgrading rush-sdk and node-core-library to 5.139.0 and 5.9.0 respectively",
"type": "patch"
}
],
"packageName": "rush-dep-graph-plugin"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "rush-git-lfs-plugin",
"comment": "Upgrading rush-sdk and node-core-library to 5.139.0 and 5.9.0 respectively",
"type": "patch"
}
],
"packageName": "rush-git-lfs-plugin"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "rush-init-project-plugin",
"comment": "Upgrading rush-sdk and node-core-library to 5.139.0 and 5.9.0 respectively",
"type": "patch"
}
],
"packageName": "rush-init-project-plugin"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "rush-lint-staged-plugin",
"comment": "Upgrading rush-sdk and node-core-library to 5.139.0 and 5.9.0 respectively",
"type": "patch"
}
],
"packageName": "rush-lint-staged-plugin"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "rush-migrate-subspace-plugin",
"comment": "Upgrading rush-sdk and node-core-library to 5.139.0 and 5.9.0 respectively",
"type": "patch"
}
],
"packageName": "rush-migrate-subspace-plugin"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "rush-print-log-if-error-plugin",
"comment": "Upgrading rush-sdk and node-core-library to 5.139.0 and 5.9.0 respectively",
"type": "patch"
}
],
"packageName": "rush-print-log-if-error-plugin"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "rush-sort-package-json",
"comment": "Upgrading rush-sdk and node-core-library to 5.139.0 and 5.9.0 respectively",
"type": "patch"
}
],
"packageName": "rush-sort-package-json"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "rush-upgrade-self-plugin",
"comment": "Upgrading rush-sdk and node-core-library to 5.139.0 and 5.9.0 respectively",
"type": "patch"
}
],
"packageName": "rush-upgrade-self-plugin"
}
2 changes: 1 addition & 1 deletion common/config/rush/common-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
* This design avoids unnecessary churn in this file.
*/
"allowedAlternativeVersions": {
"@rushstack/rush-sdk": ["5.62.4", "5.139.0"]
"@rushstack/rush-sdk": ["5.139.0"]
/**
* For example, allow some projects to use an older TypeScript compiler
* (in addition to whatever "usual" version is being used by other projects in the repo):
Expand Down
Loading