Skip to content

fix(deps): update external fixes - #363

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate-external-fixes
Sep 12, 2026
Merged

renovate[bot] merged 1 commit into
mainfrom
renovate-external-fixes

Conversation

@renovate

@renovate renovate Bot commented Sep 12, 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.1127.03.1131.0 age confidence dependencies minor
@aws-sdk/client-lambda (source) 3.1127.03.1131.0 age confidence dependencies minor
@aws-sdk/client-s3 (source) 3.1127.03.1131.0 age confidence dependencies minor
@aws-sdk/client-sqs (source) 3.1127.03.1131.0 age confidence dependencies minor
@aws-sdk/credential-provider-node (source) 3.972.823.972.83 age confidence dependencies patch
@redocly/cli 2.51.22.52.1 age confidence devDependencies minor
@typescript-eslint/eslint-plugin (source) 8.69.08.70.0 age confidence devDependencies minor
@typescript-eslint/parser (source) 8.69.08.70.0 age confidence devDependencies minor
lint-staged 17.5.017.5.1 age confidence devDependencies patch
mocha-multi-reporters 1.5.11.5.2 age confidence devDependencies patch
node (source) 24.20.024.21.0 age confidence minor
yaml (source) 2.9.02.9.1 age confidence devDependencies patch

Release Notes

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

v3.1131.0

Compare Source

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

v3.1130.0

Compare Source

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

v3.1129.0

Compare Source

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

v3.1128.0

Compare Source

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

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

v3.1131.0

Compare Source

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

v3.1130.0

Compare Source

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

v3.1129.0

Compare Source

Features
  • client-lambda: Updates documentation for lambda function timeout. (f268e06)

v3.1128.0

Compare Source

3.1128.0(2026-09-08)
New Features
  • clients: update client endpoints as of 2026-09-08 (bdcc40a7)
  • client-ec2: Adds the InterfaceTypes field to NetworkCardInfo in the DescribeInstanceTypes response. This field identifies the network interface types supported by each network card. (9336e689)
  • client-appflow: Amazon AppFlow now supports key pair (RSA private key) authentication for the Snowflake connector. You can provide a privateKey in SnowflakeConnectorProfileCredentials, and password is no longer required. This is a non-breaking, additive change available via the AWS SDK and CLI. (ec8753ad)
  • client-sagemaker: Add support for InstancePreferences list for multiple instance type input support on SageMaker Training and Processing (45153f6c)
  • client-cloudtrail: Adds support for the RecursiveLogging trail setting, which suppresses recursive events generated when CloudTrail delivers logs to a trail's destinations. (62a43c78)
  • client-s3: Adds support for Amazon S3 Object Lock variable retention. Existing S3 APIs that support S3 Object Lock parameters now support two new parameters EventHold and EventHoldDuration at the object level, and DefaultEventHoldDuration at the bucket level. (8b589875)
  • client-s3-control: Adds support for Amazon S3 Object Lock variable retention. Existing S3 APIs that support S3 Object Lock parameters now support two new parameters EventHold and EventHoldDuration at the object level, and DefaultEventHoldDuration at the bucket level. (5765b68b)
  • client-omics: Added support for session policies in AWS HealthOmics Workflows, allowing customers to scope down IAM permissions for individual workflow runs without modifying the service role. (ad55dcd6)
  • client-connect: Releasing workload types feature. A proper launch announcement or details will follow up. (63ded7ae)
  • client-pinpoint-sms-voice-v2: This feature will allow customers to specify an area-code when requesting a 10DLC number. Why it matters- Customers can now select a number that matches where their business is located. (7aac3447)
  • client-mgn: This release adds support for configuring the EBS volume initialization rate and delete on termination behavior in launch configuration template (bb780670)
Bug Fixes
  • lib-storage: fix symlink stream sizing and abort on part-count mismatch (#​8300) (aa58831c)

For list of updated packages, view updated-packages.md in assets-3.1128.0.zip

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

v3.1131.0

Compare Source

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

v3.1130.0

Compare Source

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

v3.1129.0

Compare Source

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

v3.1128.0

Compare Source

Features
  • client-s3: Adds support for Amazon S3 Object Lock variable retention. Existing S3 APIs that support S3 Object Lock parameters now support two new parameters EventHold and EventHoldDuration at the object level, and DefaultEventHoldDuration at the bucket level. (8b58987)
aws/aws-sdk-js-v3 (@​aws-sdk/client-sqs)

v3.1131.0

Compare Source

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

v3.1130.0

Compare Source

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

v3.1129.0

Compare Source

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

v3.1128.0

Compare Source

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

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

v3.972.83

Chores
  • credential-provider-node: update dependencies.
Redocly/redocly-cli (@​redocly/cli)

v2.52.1

Compare Source

Patch Changes
  • Updated redoc to the 2.5.4 version to fix accessibility problems in the HTML produced by build-docs.
    Added the lang attribute to the default build-docs template.

v2.52.0

Compare Source

Minor Changes
  • Added agent skills for AI coding assistants: redocly-cli for everyday CLI usage, redocly-lint-rules for writing configurable rules and custom plugins.
    Install them with npx skills add https://redocly.com.
  • Added an experimental inspect-node-types command to navigate the Redocly's node type tree of an API description.
    inspect-node-types helps pick the correct subject types for a configurable rule or the correct visitor for a custom plugin.
  • Added a strategy option to the component-name-unique rule, matching the --component-names-strategy option of the bundle command.
  • Added an experimental introspect-mcp command that analyzes a running MCP server and records its tools, prompts, resources, and capabilities.
    introspect-mcp records its findings in the x-mcp extension of an OpenAPI description.
Patch Changes
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.70.0

Compare Source

🚀 Features
  • eslint-plugin: [no-generated-empty-object-type] add rule (#​12730)
🩹 Fixes
  • eslint-plugin: [no-deprecated] report deprecated imported values used in object shorthand properties (#​12780)
  • eslint-plugin: [no-unnecessary-condition] no false positive on RHS of a nested logical expression (#​12728)
  • eslint-plugin: [member-ordering] don't report fields that read fields declared before them (#​12729)
❤️ 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.70.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.5.1

Compare Source

Patch Changes
  • #​1852 bfcca94 - Fix TypeScript issue TS1254 from defineConfig() by changing the signature from const to a function:

    A 'const' initializer in an ambient context must be a string or numeric literal or literal enum reference.

stanleyhlng/mocha-multi-reporters (mocha-multi-reporters)

v1.5.2

Compare Source

nodejs/node (node)

v24.21.0: 2026-09-08, Version 24.21.0 'Krypton' (LTS), @​aduh95

Compare Source

Notable Changes
  • [71106e1f17] - crypto: update root certificates to NSS 3.126 (Node.js GitHub Bot) #​65495
  • [afca0a912d] - (SEMVER-MINOR) crypto: support loading private keys through STORE loaders (Filip Skokan) #​63949
  • [6274fccbd9] - deps: update OpenSSL to 3.5.8 (Node.js GitHub Bot) #​65542
  • [53cba013c7] - deps: update Undici to 7.29.1 (Node.js GitHub Bot) #​65789
  • [0529772798] - (SEMVER-MINOR) lib,src: improve histogram implementation (James M Snell) #​65024
  • [41c7062b81] - (SEMVER-MINOR) net: improve performance of net.BlockList (James M Snell) #​64974
  • [5197b5a3c5] - (SEMVER-MINOR) perf_hooks: add statistical hypothesis testing to histogram (James M Snell) #​65416
  • [35c635b032] - (SEMVER-MINOR) util: add non-throwing MIMEType.parse (James M Snell) #​64965
Commits

Important

✂ 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.

@codecov

codecov Bot commented Sep 12, 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 deployed to dev-branches September 12, 2026 14:52 Active
@renovate
renovate Bot merged commit 424d5e1 into main Sep 12, 2026
18 checks passed
@renovate
renovate Bot deleted the renovate-external-fixes branch September 12, 2026 18:49
solaris007 pushed a commit that referenced this pull request Sep 12, 2026
## [1.16.21](v1.16.20...v1.16.21) (2026-09-12)

### Bug Fixes

* **deps:** update external fixes ([#363](#363)) ([424d5e1](424d5e1))
@solaris007

Copy link
Copy Markdown
Member

🎉 This PR is included in version 1.16.21 🎉

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