Skip to content

build(deps): update js-other - #2605

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/js-other
Open

renovate[bot] wants to merge 1 commit into
mainfrom
renovate/js-other

Conversation

@renovate

@renovate renovate Bot commented Sep 14, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@aws-cdk/toolkit-lib (source) 1.40.11.41.1 age confidence
@aws-sdk/client-cloudwatch-logs (source) 3.1127.03.1134.0 age confidence
@aws-sdk/client-lambda (source) 3.1127.03.1134.0 age confidence
@aws-sdk/client-sts (source) 3.1127.03.1134.0 age confidence
@types/node (source) 25.9.525.9.7 age confidence
@types/node (source) 24.13.324.13.5 age confidence
aws-cdk-lib (source) 2.268.02.269.0 age confidence
typescript-eslint (source) 8.69.08.70.0 age confidence
webpack 5.110.35.111.0 age confidence

Release Notes

aws/aws-cdk-cli (@​aws-cdk/toolkit-lib)

v1.41.1

Compare Source

1.41.1 (2026-09-16)

v1.41.0

Compare Source

1.41.0 (2026-09-09)

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

v3.1134.0

Compare Source

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

v3.1133.0

Compare Source

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

v3.1132.0

Compare Source

Note: Version bump only for package @​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.1134.0

Compare Source

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

v3.1133.0

Compare Source

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

v3.1132.0

Compare Source

Note: Version bump only for package @​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-sts)

v3.1134.0

Compare Source

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

v3.1133.0

Compare Source

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

v3.1132.0

Compare Source

Features
  • client-sts: Increases the maximum session token size to 4,096 bytes and removes the packed policy size limit. Adds SessionTokenSize and SessionTokenUtilization fields and a new MinimumSessionTokenSize parameter. PackedPolicySize is deprecated. (906e0db)

v3.1131.0

Compare Source

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

v3.1130.0

Compare Source

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

v3.1129.0

Compare Source

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

v3.1128.0

Compare Source

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

aws/aws-cdk (aws-cdk-lib)

v2.269.0

Compare Source

Features
Bug Fixes

Alpha modules (2.269.0-alpha.0)

⚠ BREAKING CHANGES
  • glue-alpha: Glue job constructs now reject construct-managed and Glue-reserved
    arguments passed through defaultArguments. Previously, a managed argument set via
    defaultArguments was silently honored in SparkJob and PythonShellJob (customer
    value won over the construct default) and silently ignored in RayJob (construct
    default won). Both behaviors let a caller bypass the construct's security and
    observability defaults with no error. Passing any of the following through
    defaultArguments now throws a ValidationError at synthesis time:
  • construct-managed arguments — --enable-continuous-cloudwatch-log,
    --continuous-log-logGroup, --continuous-log-logStreamPrefix,
    --continuous-log-conversionPattern, --enable-continuous-log-filter,
    --enable-metrics, --enable-observability-metrics, --enable-spark-ui,
    --spark-event-logs-path, --job-language, --class, --extra-jars,
    --user-jars-first, --extra-py-files, --extra-files, library-set
  • Glue-reserved arguments — --debug, --mode, --JOB_NAME, --endpoint

A managed argument is rejected whether or not the current configuration emits it, so a
disabled feature (e.g. enableMetrics: false) cannot be re-enabled through
defaultArguments. Configure these through their dedicated props instead
(continuousLogging, enableMetrics, enableObservabilityMetrics, sparkUI,
className, extraJars, extraJarsFirst, extraPythonFiles, extraFiles). For
example, replace defaultArguments: { '--enable-continuous-cloudwatch-log': 'false' }
with continuousLogging: { enabled: false }. Arguments without a dedicated prop (e.g.
--enable-glue-datacatalog) are unaffected and remain settable via defaultArguments.

The checkNoReservedArgs(defaultArguments?) method on the Job base class was removed.
It is replaced by two protected members: setManagedArgument(key, value?), which each
job class calls to declare (and, when a value is present, emit) a managed argument, and
mergeDefaultArguments(defaultArguments?), which validates the caller-supplied
defaultArguments against the accumulated reserved set and returns the merged map.

  • route53resolver-alpha: FirewallRuleGroupAssociation now honors the previously-ignored mutationProtection and name props. Stacks that set mutationProtection: true will enable mutation protection on redeploy (which blocks further CloudFormation update/delete until it is set back to false); stacks that set name will write it to the template, which may replace the association.
  • glue-alpha: trigger Action and Condition are no longer plain objects — use Action.job(...) / Action.crawler(...) and Condition.job(...) / Condition.crawler(...). Jobs are referenced via IJobRef and crawlers via ICrawlerRef (a CfnCrawler instance or CfnCrawler.fromCrawlerName(...)) instead of a CfnCrawler field or crawler-name string; IJob now extends the generated IJobRef. addDailyScheduledTrigger/addWeeklyScheduledTrigger/addCustomScheduledTrigger are replaced by addScheduledTrigger(id, { schedule, ... }) (use TriggerSchedule.daily()/weekly()/cron(...)). addNotifyEventTrigger is renamed addEventTrigger (NotifyEventTriggerOptionsEventTriggerOptions). All addXxxTrigger methods now return ITriggerRef instead of CfnTrigger.
  • glue-alpha: PartitionProjectionConfiguration's variant fields (integerRange, dateRange, interval, digits, format, intervalUnit, values) are no longer public; DATE projection now takes step: { interval, intervalUnit } instead of top-level interval/intervalUnit.
  • glue-alpha: ConnectionOptions no longer has subnet, vpc, or vpcSubnets; use network: ConnectionNetwork.subnet(...) or network: ConnectionNetwork.vpc(...) instead.
Features
Bug Fixes
  • route53resolver-alpha: association silently ignored mutationProtection and name (#​38795) (5ab40b2)
typescript-eslint/typescript-eslint (typescript-eslint)

v8.70.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-deprecated] report deprecated imported values used in object shorthand properties (#​12780)
❤️ Thank You

See GitHub Releases for more information.

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

webpack/webpack (webpack)

v5.111.0

Compare Source

Minor Changes
Patch Changes

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 8am on Monday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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.

@renovate
renovate Bot requested a review from a team as a code owner September 14, 2026 00:37
@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Sep 14, 2026
@github-actions github-actions Bot added javascript Pull requests that update Javascript code ci labels Sep 14, 2026
@renovate
renovate Bot force-pushed the renovate/js-other branch 4 times, most recently from 866250e to a62d769 Compare September 15, 2026 11:12
@renovate

renovate Bot commented Sep 15, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: integration-tests/package-lock.json
npm warn Unknown env config "store". This will error in a future major version of npm. See `npm help npmrc` for supported config options.
npm error code EALLOWREMOTE
npm error Fetching packages of type "remote" have been disabled
npm error Refusing to fetch "https://registry.npmjs.org/@aws-cdk/cloud-assembly-schema/-/cloud-assembly-schema-54.24.0.tgz"
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-09-19T20_43_06_283Z-debug-0.log

@renovate
renovate Bot force-pushed the renovate/js-other branch 2 times, most recently from f12fd61 to a885b77 Compare September 17, 2026 22:58
@github-project-automation github-project-automation Bot moved this from Todo to Need more Approval in Lambda Triage Sep 18, 2026
@renovate
renovate Bot force-pushed the renovate/js-other branch from a885b77 to e683992 Compare September 19, 2026 00:47
@renovate
renovate Bot force-pushed the renovate/js-other branch from e683992 to c66b08d Compare September 19, 2026 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

Status: Need more Approval

Development

Successfully merging this pull request may close these issues.

1 participant