Skip to content

Commit

Permalink
Update rush pnpm version and adjust version format (#259)
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew B White <whitemat@uk.ibm.com>
  • Loading branch information
mbwhite authored Mar 10, 2021
1 parent 20db7eb commit 4128b25
Show file tree
Hide file tree
Showing 4 changed files with 81 additions and 25 deletions.
2 changes: 1 addition & 1 deletion ci/templates/nightly-version-update.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
steps:
- script: |
set -ev
export RELEASE_VERSION=${VERSION}.dev.${DATE_STAMP}
export RELEASE_VERSION=${VERSION}-dev-${DATE_STAMP}
find . \( -wholename "./docs/package.json" -or -wholename "./apis/**/package.json" -or -wholename "./libraries/**/package.json" -or -wholename "./test/**/package.json" \) -exec node ci/updatePackageJson.js {} \;
node common/scripts/install-run-rush.js update
name: UpdateVersionNightlyDrivers
Expand Down
23 changes: 21 additions & 2 deletions common/scripts/install-run-rush.js

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

77 changes: 57 additions & 20 deletions common/scripts/install-run.js

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

4 changes: 2 additions & 2 deletions rush.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* path segment in the "$schema" field for all your Rush config files. This will ensure
* correct error-underlining and tab-completion for editors such as VS Code.
*/
"rushVersion": "5.27.0",
"rushVersion": "5.42.0",
/**
* The next field selects which package manager should be installed and determines its version.
* Rush installs its own local copy of the package manager to ensure that your build process
Expand All @@ -24,7 +24,7 @@
* Specify one of: "pnpmVersion", "npmVersion", or "yarnVersion". See the Rush documentation
* for details about these alternatives.
*/
"pnpmVersion": "4.7.2",
"pnpmVersion": "5.18.5",
/**
* Options that are only used when the PNPM package manager is selected
*/
Expand Down

0 comments on commit 4128b25

Please sign in to comment.