Skip to content

fix(deps): update external fixes - #353

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate-external-fixes
Aug 29, 2026
Merged

fix(deps): update external fixes#353
renovate[bot] merged 1 commit into
mainfrom
renovate-external-fixes

Conversation

@renovate

@renovate renovate Bot commented Aug 29, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@aws-sdk/client-cloudwatch-logs (source) 3.1116.03.1121.0 age confidence dependencies minor
@aws-sdk/client-lambda (source) 3.1116.03.1121.0 age confidence dependencies minor
@aws-sdk/client-s3 (source) 3.1116.03.1121.0 age confidence dependencies minor
@aws-sdk/client-sqs (source) 3.1116.03.1121.0 age confidence dependencies minor
@redocly/cli 2.47.02.49.0 age confidence devDependencies minor
@typescript-eslint/eslint-plugin (source) 8.67.08.68.0 age confidence devDependencies minor
@typescript-eslint/parser (source) 8.67.08.68.0 age confidence devDependencies minor
lint-staged 17.3.017.4.1 age confidence devDependencies minor
node (source) 24.19.024.20.0 age confidence minor

Release Notes

aws/aws-sdk-js-v3 (@​aws-sdk/client-cloudwatch-logs)

v3.1121.0

Compare Source

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

v3.1120.0

Compare Source

Features
  • client-cloudwatch-logs: Added resultCount to QueryStatistics in GetQueryResults. This field returns the total number of output rows in the final result set, helping customers programmatically determine whether a query produced results after all operations including post-aggregation filters. (0e4d242)

v3.1119.0

Compare Source

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

v3.1118.0

Compare Source

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

v3.1117.0

Compare Source

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

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

v3.1121.0

Compare Source

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

v3.1120.0

Compare Source

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

v3.1119.0

Compare Source

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

v3.1118.0

Compare Source

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

v3.1117.0

Compare Source

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

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

v3.1121.0

Compare Source

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

v3.1120.0

Compare Source

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

v3.1119.0

Compare Source

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

v3.1118.0

Compare Source

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

v3.1117.0

Compare Source

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

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

v3.1121.0

Compare Source

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

v3.1120.0

Compare Source

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

v3.1119.0

Compare Source

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

v3.1118.0

Compare Source

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

v3.1117.0

Compare Source

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

Redocly/redocly-cli (@​redocly/cli)

v2.49.0

Compare Source

Minor Changes
  • Added the no-illogical-composition-keywords rule.

    Note: the rule is set to warn in the recommended ruleset and to error in recommended-strict. Existing API descriptions may report new problems.

Patch Changes
  • Fixed an issue where telemetry silently failed to send when npm was not available.
  • Updated @​redocly/openapi-core to v2.49.0.

v2.48.0

Compare Source

Minor Changes
  • Added agent-friendly client generation: python, go, php, and cli generators beside the TypeScript client, each self-documenting with --docs, configurable per generator, and available as source in your own repository through eject-generator.
Patch Changes
  • Fixed an issue where the bundle command didn't resolve $refs inside an AsyncAPI 3 Multi Format Schema Object.
  • Fixed an issue where respect --har-output recorded an empty postData for every request.
    Request bodies are written to the HAR.
    Captures replayed through drift can have their request bodies validated instead of silently passing.
  • Updated @​redocly/client-generator to v0.4.0.
  • Updated @​redocly/openapi-core to v2.48.0.
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.68.0

Compare Source

🚀 Features
  • eslint-plugin: [strict-void-return] add fix suggestions (#​12086)
🩹 Fixes
  • eslint-plugin: [no-empty-object-type] ignore suggestions that result in invalid interfaces and export defaults (#​12739)
  • eslint-plugin: [no-floating-promises] setting ignoreVoid: false results in false negative in ArrowFunctionExpression (#​12646)
  • eslint-plugin: [no-unnecessary-type-assertion] prevent stack overflow in recursive types (#​12711)
  • eslint-plugin: [unified-signatures] report identical signatures (#​12678)
  • eslint-plugin: [return-await] prevent autofix from breaking code in arrow-functions (#​12707)
  • eslint-plugin: [unified-signatures] deduplicate types in report (#​12656)
❤️ Thank You

See GitHub Releases for more information.

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

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

v8.68.0

Compare Source

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

See GitHub Releases for more information.

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

lint-staged/lint-staged (lint-staged)

v17.4.1

Compare Source

Patch Changes
  • #​1840 efe5b63 - This is a version-bump-only release because the previous version 17.4.0 was not published to npmjs.com due to problems with GitHub Actions and Changesets.
nodejs/node (node)

v24.20.0: 2026-08-26, Version 24.20.0 'Krypton' (LTS), @​aduh95

Compare Source

Notable Changes
Commits

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Europe/Zurich)

  • Branch creation
    • "after 2pm on Saturday"
  • 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.

@github-actions

Copy link
Copy Markdown

This PR will trigger a patch release when merged.

@renovate
renovate Bot deployed to dev-branches August 29, 2026 15:38 Active
@codecov

codecov Bot commented Aug 29, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@renovate
renovate Bot merged commit d7814cf into main Aug 29, 2026
18 checks passed
@renovate
renovate Bot deleted the renovate-external-fixes branch August 29, 2026 19:39
solaris007 pushed a commit that referenced this pull request Aug 29, 2026
## [1.16.15](v1.16.14...v1.16.15) (2026-08-29)

### Bug Fixes

* **deps:** update external fixes ([#353](#353)) ([d7814cf](d7814cf))
@solaris007

Copy link
Copy Markdown
Member

🎉 This PR is included in version 1.16.15 🎉

The release is available on GitHub release

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