-
Notifications
You must be signed in to change notification settings - Fork 281
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
fix: [#3192] Missing LICENSE files and invalid package.json - Part 1 #4167
Conversation
Pull Request Test Coverage Report for Build 2022482128
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @sw-joelmut, can you revert the updates from 4.1.6 to 4.16? We need to determine what version we want to use for dev packages and we can address that in another PR.
8476aec
to
b6d9f4d
Compare
@gabog, Thanks |
* chore(deps): bump moment from 2.29.1 to 2.29.2 (#4184) Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.2. - [Release notes](https://github.com/moment/moment/releases) - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) - [Commits](moment/moment@2.29.1...2.29.2) --- updated-dependencies: - dependency-name: moment dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump minimist from 1.2.5 to 1.2.6 (#4182) Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump minimist (#4181) Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update update-versions script to support peerDependencies (#4167) * fix: Azure Blob transcript key (#4180) * Azure Blob sanitizeBlobKey bug fix * attempt to fix w/ backwards compatibility * clean up Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joel Mut <62260472+sw-joelmut@users.noreply.github.com> Co-authored-by: Ram Fattah <38049078+ramfattah@users.noreply.github.com>
Addresses #3192
#minor
Description
This PR modifies the
update-versions
script, to take the private packages into account when updating all the libraries versions and references and also thepeerDependencies
.Specific Changes
update-versions
script to gather all the repo packages and update the version for the ones that aren't private.update-versions
script to take thepeerDependencies
into consideration.