Skip to content

Commit

Permalink
Merge pull request #9 from tiktok/upgrade-core-lib
Browse files Browse the repository at this point in the history
⬆️ @rushstack/node-core-library => 3.62.0
  • Loading branch information
chengcyber committed Dec 19, 2023
2 parents 64ba1fa + 09fe760 commit 94ea542
Show file tree
Hide file tree
Showing 17 changed files with 129 additions and 59 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "Upgrade @rushstack/node-core-library to 3.62.0",
"type": "patch",
"packageName": "rush-archive-project-plugin"
}
],
"packageName": "rush-archive-project-plugin",
"email": "[email protected]"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "Upgrade @rushstack/node-core-library to 3.62.0",
"type": "patch",
"packageName": "rush-audit-cache-plugin"
}
],
"packageName": "rush-audit-cache-plugin",
"email": "[email protected]"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "Upgrade @rushstack/node-core-library to 3.62.0",
"type": "patch",
"packageName": "rush-git-lfs-plugin"
}
],
"packageName": "rush-git-lfs-plugin",
"email": "[email protected]"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "Upgrade @rushstack/node-core-library to 3.62.0",
"type": "patch",
"packageName": "rush-init-project-plugin"
}
],
"packageName": "rush-init-project-plugin",
"email": "[email protected]"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "Upgrade @rushstack/node-core-library to 3.62.0",
"type": "patch",
"packageName": "rush-lint-staged-plugin"
}
],
"packageName": "rush-lint-staged-plugin",
"email": "[email protected]"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "Upgrade @rushstack/node-core-library to 3.62.0",
"type": "patch",
"packageName": "rush-print-log-if-error-plugin"
}
],
"packageName": "rush-print-log-if-error-plugin",
"email": "[email protected]"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "Upgrade @rushstack/node-core-library to 3.62.0",
"type": "patch",
"packageName": "rush-sort-package-json"
}
],
"packageName": "rush-sort-package-json",
"email": "[email protected]"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "Upgrade @rushstack/node-core-library to 3.62.0",
"type": "patch",
"packageName": "rush-upgrade-self-plugin"
}
],
"packageName": "rush-upgrade-self-plugin",
"email": "[email protected]"
}
84 changes: 33 additions & 51 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rush-plugins/rush-archive-project-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"test": "heft test"
},
"dependencies": {
"@rushstack/node-core-library": "3.44.1",
"@rushstack/node-core-library": "3.62.0",
"@rushstack/rush-sdk": "5.62.4",
"inquirer": "~8.2.0",
"json2md": "~2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion rush-plugins/rush-audit-cache-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"test": "heft test"
},
"dependencies": {
"@rushstack/node-core-library": "3.44.1",
"@rushstack/node-core-library": "3.62.0",
"@rushstack/rush-sdk": "5.62.4",
"commander": "~9.4.0",
"ignore": "5.1.9"
Expand Down
2 changes: 1 addition & 1 deletion rush-plugins/rush-git-lfs-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test": "heft test"
},
"dependencies": {
"@rushstack/node-core-library": "3.44.1",
"@rushstack/node-core-library": "3.62.0",
"@rushstack/rush-sdk": "5.62.4",
"chalk": "4.1.2",
"commander": "~9.4.0",
Expand Down
2 changes: 1 addition & 1 deletion rush-plugins/rush-init-project-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"test": "heft test"
},
"dependencies": {
"@rushstack/node-core-library": "3.44.1",
"@rushstack/node-core-library": "3.62.0",
"@rushstack/rush-sdk": "5.62.4",
"@types/inquirer-autocomplete-prompt": "~3.0.0",
"blessed": "~0.1.81",
Expand Down
2 changes: 1 addition & 1 deletion rush-plugins/rush-lint-staged-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"test": ""
},
"dependencies": {
"@rushstack/node-core-library": "3.44.1",
"@rushstack/node-core-library": "3.62.0",
"lint-staged": "12.3.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion rush-plugins/rush-print-log-if-error-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"test": "heft test"
},
"dependencies": {
"@rushstack/node-core-library": "3.44.1",
"@rushstack/node-core-library": "3.62.0",
"@rushstack/rush-sdk": "5.62.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion rush-plugins/rush-sort-package-json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"test": "heft test"
},
"dependencies": {
"@rushstack/node-core-library": "3.44.1",
"@rushstack/node-core-library": "3.62.0",
"@rushstack/rush-sdk": "5.62.4",
"sort-package-json": "1.54.0"
},
Expand Down
2 changes: 1 addition & 1 deletion rush-plugins/rush-upgrade-self-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"test": "heft test"
},
"dependencies": {
"@rushstack/node-core-library": "3.44.1",
"@rushstack/node-core-library": "3.62.0",
"@rushstack/rush-sdk": "5.62.4",
"fast-glob": "~3.2.7",
"find-up": "5.0.0",
Expand Down

0 comments on commit 94ea542

Please sign in to comment.