Skip to content

chore(maintenance): bump dependencies + apply peerDependencies #1685

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

Merged
merged 6 commits into from
Sep 15, 2023

Conversation

dreamorosi
Copy link
Contributor

Description of your changes

This maintenance PR introduces the following changes:

  • bump all project dependencies up to the latest version that still supports Node.js 14
  • specify peerDependencies and peerDependenciesMeta fields in the package.json of the utility that expect the customer to install additional modules
  • manually bump version in packages/commons/src/version.ts to 1.12.2 for upcoming release
  • remove both Idempotency & Batch Processing from the beta channel so that at the next release they'll be GA
  • fix tsconfig.json files in examples to more closely align with rest of the repo - the examples will still maintain a full config file despite all the rest of the project sharing the same, this is done for educational purposes as customers might look at the example folder in isolation

Related issues, RFCs

Issue number: #1684

Checklist

  • My changes meet the tenets criteria
  • I have performed a self-review of my own code
  • I have commented my code where necessary, particularly in areas that should be flagged with a TODO, or hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my change is effective and works
  • The PR title follows the conventional commit semantics

Breaking change checklist

Is it a breaking change?: NO

  • I have documented the migration process
  • I have added, implemented necessary warnings (if it can live side by side)

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Disclaimer: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.

@dreamorosi dreamorosi requested a review from a team September 15, 2023 10:59
@dreamorosi dreamorosi self-assigned this Sep 15, 2023
@dreamorosi dreamorosi linked an issue Sep 15, 2023 that may be closed by this pull request
2 tasks
@boring-cyborg boring-cyborg bot added automation This item relates to automation commons This item relates to the Commons Utility documentation Improvements or additions to documentation dependencies Changes that touch dependencies, e.g. Dependabot, etc. internal PRs that introduce changes in governance, tech debt and chores (linting setup, baseline, etc.) labels Sep 15, 2023
@pull-request-size pull-request-size bot added the size/L PRs between 100-499 LOC label Sep 15, 2023
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@dreamorosi
Copy link
Contributor Author

dreamorosi commented Sep 15, 2023

Successful e2e test run: https://github.com/aws-powertools/powertools-lambda-typescript/actions/runs/6197147946/job/16825788109

During the first run one test failed due to Tracer tests being fickle at times.

@dreamorosi dreamorosi merged commit fa24180 into main Sep 15, 2023
@dreamorosi dreamorosi deleted the 1684-maintenance-bump-dependencies branch September 15, 2023 11:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automation This item relates to automation commons This item relates to the Commons Utility dependencies Changes that touch dependencies, e.g. Dependabot, etc. documentation Improvements or additions to documentation internal PRs that introduce changes in governance, tech debt and chores (linting setup, baseline, etc.) size/L PRs between 100-499 LOC
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Maintenance: bump dependencies + add peerDependencies
1 participant