Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix: pin @aws-sdk/types & tslib to minor #809

Merged

Conversation

texastony
Copy link
Contributor

@texastony texastony commented Feb 27, 2024

Issue #, if available: fixes #779, though a release will be needed.
Closes #781

Description of changes:

For package in packages:

  if tslib & sdk/types:
    npm add @aws-sdk/types@~3.413.0 tslib@~2.6.2
  if tlsib & !sdk/types:
   npm add tslib@~2.6.2

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

@texastony texastony marked this pull request as ready for review February 27, 2024 21:10
@texastony texastony requested a review from a team as a code owner February 27, 2024 21:10
@texastony texastony merged commit 496bfd4 into aws:master Feb 27, 2024
10 checks passed
@texastony texastony deleted the tony/fix-pin-tslib-sdk-types-to-minor branch February 27, 2024 22:02
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Lax dependency version handling is causing unnecessary lockfile updates
2 participants