Skip to content
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(deps): update external fixes #470

Merged
merged 1 commit into from
Nov 16, 2024
Merged

fix(deps): update external fixes #470

merged 1 commit into from
Nov 16, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 16, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@aws-sdk/client-lambda (source) 3.688.0 -> 3.693.0 age adoption passing confidence dependencies minor
@aws-sdk/client-s3 (source) 3.688.0 -> 3.693.0 age adoption passing confidence dependencies minor
@aws-sdk/client-secrets-manager (source) 3.687.0 -> 3.693.0 age adoption passing confidence dependencies minor
@aws-sdk/client-sqs (source) 3.687.0 -> 3.693.0 age adoption passing confidence dependencies minor
@aws-sdk/credential-provider-node (source) 3.687.0 -> 3.693.0 age adoption passing confidence dependencies minor
@typescript-eslint/eslint-plugin (source) 8.13.0 -> 8.14.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 8.13.0 -> 8.14.0 age adoption passing confidence devDependencies minor
aws-xray-sdk (source) 3.10.1 -> 3.10.2 age adoption passing confidence dependencies patch
codecov 5.0.2 -> 5.0.3 age adoption passing confidence orb patch

Release Notes

aws/aws-sdk-js-v3 (@​aws-sdk/client-lambda)

v3.693.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-lambda

v3.692.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-lambda

v3.691.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-lambda

v3.689.0

Compare Source

Features
  • client-lambda: Add Python 3.13 (python3.13) support to AWS Lambda (e88b05c)
aws/aws-sdk-js-v3 (@​aws-sdk/client-s3)

v3.693.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-s3

v3.692.0

Compare Source

Features
  • client-s3: This release updates the ListBuckets API Reference documentation in support of the new 10,000 general purpose bucket default quota on all AWS accounts. To increase your bucket quota from 10,000 to up to 1 million buckets, simply request a quota increase via Service Quotas. (1e42456)

v3.691.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-s3

v3.689.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-s3

aws/aws-sdk-js-v3 (@​aws-sdk/client-secrets-manager)

v3.693.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-secrets-manager

v3.692.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-secrets-manager

v3.691.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-secrets-manager

aws/aws-sdk-js-v3 (@​aws-sdk/client-sqs)

v3.693.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-sqs

v3.692.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-sqs

v3.691.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-sqs

v3.689.0

Compare Source

Features
aws/aws-sdk-js-v3 (@​aws-sdk/credential-provider-node)

v3.693.0

Compare Source

Note: Version bump only for package @​aws-sdk/credential-provider-node

v3.692.0

Compare Source

Note: Version bump only for package @​aws-sdk/credential-provider-node

v3.691.0

Compare Source

Note: Version bump only for package @​aws-sdk/credential-provider-node

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.14.0

Compare Source

🚀 Features
  • eslint-plugin: [await-thenable] report unnecessary await using statements (#​10209)
  • eslint-plugin: [no-confusing-void-expression] add an option to ignore void<->void (#​10067)
🩹 Fixes
  • scope-manager: fix asserted increments not being marked as write references (#​10271)
  • eslint-plugin: [no-misused-promises] improve report loc for methods (#​10216)
  • eslint-plugin: [no-unnecessary-condition] improve error message for literal comparisons (#​10194)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.14.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

aws/aws-xray-sdk-node (aws-xray-sdk)

v3.10.2

Compare Source

View the latest changes

  • aws-xray-sdk-core updated to 3.10.2
    • No further changes.
  • aws-xray-sdk-mysql updated to 3.10.2
    • No further changes.
  • aws-xray-sdk-express updated to 3.10.2
    • No further changes.
  • aws-xray-sdk-postgres updated to 3.10.2
    • No further changes.
  • aws-xray-sdk-restify updated to 3.10.2
    • No further changes.
  • aws-xray-sdk-fastify updated to 3.10.2
    • Add default export and named export for fastify plugin
  • aws-xray-sdk-koa2 updated to 3.10.2
    • No further changes.
  • aws-xray-sdk-hapi updated to 3.10.2
    • No further changes.
  • aws-xray-sdk-fetch updated to 3.10.2
    • Fix missing X-Ray headers for fetch, add export for fetch enableCapture utility

Configuration

📅 Schedule: Branch creation - "after 2pm on Saturday" in timezone Europe/Zurich, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

This PR will trigger a patch release when merged.

@renovate renovate bot merged commit 0567b29 into main Nov 16, 2024
4 checks passed
@renovate renovate bot deleted the renovate-external-fixes branch November 16, 2024 19:42
solaris007 pushed a commit that referenced this pull request Nov 16, 2024
## [1.32.17](v1.32.16...v1.32.17) (2024-11-16)

### Bug Fixes

* **deps:** update external fixes ([#470](#470)) ([0567b29](0567b29))
@solaris007
Copy link
Member

🎉 This PR is included in version 1.32.17 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant