-
Notifications
You must be signed in to change notification settings - Fork 4.3k
chore: npm-check-updates && yarn upgrade #34888
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
993a57a to
4a0eba1
Compare
|
Reran the workflow because there were conflicts: https://github.com/aws/aws-cdk/actions/runs/16138538595 |
4a0eba1 to
4523498
Compare
06ff40a to
6c4bef9
Compare
50242c2 to
2d2fafc
Compare
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
### Issue # (if applicable) Related to the #34888 PR. This PR contains the commit created by the Github action (that doesn't build) and another commit with the fix (making it easier to review). ### Reason for this change Version 6.0.0 of `@types/minimatch` got released on [NPM](https://www.npmjs.com/package/@types/minimatch) which deprecates the package and now the package doesn't contain code anymore (see files on NPM). We cannot upgrade our version of `glob` as this requires Node.js 20, see #33231 ### Description of changes Pin `@types/minimatch` to the previous working version. This has a side effect: lerna uses a pinned version of @types/minimatch (you can verify this with `yarn why @types/minimatch` with version `3.x.x`, now it will use `5.1.2`. As the build still passes I think this doesn't have consequences. I also removed `@types/minimatch` from the `nohoist` as this line doesn't have any effect since all the packages in the repo now use the same version. ### Description of how you validated changes Build, integ and unit tests. Ran `yarn why @types/minimatch` to confirm that all the packages use the same version of minimatch. ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
2d2fafc to
4e2061d
Compare
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Ran npm-check-updates and yarn upgrade to keep the `yarn.lock` file up-to-date.
bc7178f to
74d56a9
Compare
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
|
Comments on closed issues and PRs are hard for our team to see. |
Ran npm-check-updates and yarn upgrade to keep the
yarn.lockfile up-to-date.