Skip to content

Commit

Permalink
chore: sync upgrade-dependencies.ts with projen (#430)
Browse files Browse the repository at this point in the history
`upgrade-dependencies.ts` was recently [updated in
Projen](https://github.com/projen/projen/pull/3014/files#diff-074cf384245372722fcc6b926e847b91b0b9652758d5a121e126470ec76051c5).
This change needs to be synced with this repository for upgrade
workflows to work correctly.

---

By submitting this pull request, I confirm that my contribution is made
under the terms of the [Apache 2.0 license].

[Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0

Signed-off-by: Vinayak Kukreja <[email protected]>
  • Loading branch information
vinayak-kukreja authored Oct 24, 2023
1 parent 2eb46df commit 12c0db9
Show file tree
Hide file tree
Showing 3 changed files with 92 additions and 95 deletions.
4 changes: 2 additions & 2 deletions package.json

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

2 changes: 2 additions & 0 deletions projenrc/upgrade-dependencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,8 @@ export class UpgradeDependencies extends Component {
switch (packageManager) {
case NodePackageManager.YARN:
case NodePackageManager.YARN2:
case NodePackageManager.YARN_CLASSIC:
case NodePackageManager.YARN_BERRY:
lazy = upgradePackages('yarn upgrade');
break;
case NodePackageManager.NPM:
Expand Down
181 changes: 88 additions & 93 deletions yarn.lock

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

0 comments on commit 12c0db9

Please sign in to comment.