Skip to content

build(deps): bump the production group with 3 updates#119

Merged
WhiteMuush merged 2 commits into
mainfrom
dependabot/npm_and_yarn/production-8e40968bb2
Jul 15, 2026
Merged

build(deps): bump the production group with 3 updates#119
WhiteMuush merged 2 commits into
mainfrom
dependabot/npm_and_yarn/production-8e40968bb2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor

Bumps the production group with 3 updates: @aws-sdk/client-identitystore, ldapts and lucide-react.

Updates @aws-sdk/client-identitystore from 3.1080.0 to 3.1086.0

Release notes

Sourced from @​aws-sdk/client-identitystore's releases.

v3.1086.0

3.1086.0(2026-07-13)

New Features
  • clients: update client endpoints as of 2026-07-13 (22a3bc51)
  • client-guardduty: GuardDuty AI Protection is now publicly available. Findings include Bedrock guardrail details, model details, observation numbers, and continuous scan details. GuardrailArn and GuardrailVersion are deprecated in favor of the guardrails list. (7456befb)
  • client-gamelift: Amazon GameLift Servers now includes fleet expiration for managed fleets. A managed fleet expires one year after creation, transitioning to EXPIRED status, emitting a FLEET EXPIRED event, and scaling to zero instances. Expired fleets cannot host new game sessions or increase capacity. (ca1487ca)
  • client-redshift-serverless: Add support for preserving datasharing, zero-ETL and S3 event integrations on snapshot restore to serverless namespace. (0ed5e330)
  • client-elasticsearch-service: Adds support for the EngineMode and UseCase parameters on Amazon Elasticsearch Service domains, enabling GENERAL or OPTIMIZED engine modes and SEARCH, VECTOR, OBSERVABILITY, or MIXED usecases when creating and updating domain configurations. (f8248f27)
  • client-lambda: Add Java 8, 11 and 17 on AL2023 (java8.al2023, java11.al2023, java17.al2023) support to AWS Lambda. (b9cd8db4)
Bug Fixes
  • credential-providers: memoization in fromNodeProviderChain (#8185) (1f878bad)

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

v3.1085.0

3.1085.0(2026-07-10)

New Features
  • clients: update client endpoints as of 2026-07-10 (dffbeab0)
  • client-quicksight: Provides CreateKnowledgeBase and UpdateKnowledgeBase APIs (42de5523)
  • client-inspector2: Support for 3 day and 7 day ECR re-scan durations (4b0b5c86)
  • client-lambda: Added TelemetryConfig support for Managed Instances Capacity Provider, enabling customers to configure system log level and custom log group for managed instance logging. (63388139)
  • client-sagemaker: Release support for g4d, c6g, c7g, c8g instance types for SageMaker HyperPod (800976de)
  • client-ec2: New Amazon EC2 instances. M9g, M9gd, C9g, and C9gd on AWS Graviton5. C8in, M8in, and R8in add 600 Gbps network. C8ib, M8ib, and R8ib add 300 Gbps EBS. C8ine, M8ine, M8idn, R8idn, M8idb, and R8idb round out Intel Xeon 6. Mac-m3ultra with Apple M3 Ultra. G7 with NVIDIA RTX PRO 4500 Blackwell GPUs. (35aaf387)
  • client-license-manager: Added the ResetUsage field to the CreateLicenseVersion API. When set to true, the entitlement usage counts for the license are reset to 0. If it is false or not specified, entitlement usage is left unchanged. (52f1c9c0)
  • client-cloudwatch: CloudWatch now assigns a unique identifier to each anomaly detector. PutAnomalyDetector and DescribeAnomalyDetectors return this AnomalyDetectorId, which you can use to describe or delete a specific anomaly detector directly. (36fc0ee5)

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

v3.1084.0

3.1084.0(2026-07-09)

New Features
  • client-connect: Amazon Connect - Added DeleteContactData API to support PII deletion of customer endpoint, additional email recipients and email subject. (87f4ae0e)
  • client-guardduty: Adding "AI Analyst" enum value for detector (20518a4f)
  • client-synthetics: CloudWatch Synthetics adds support for customer managed KMS keys for canary environment variables. Customers can now encrypt their canary's Lambda function environment variables at rest using their own AWS KMS key, providing additional control over data protection. (c7379151)
  • client-ec2: Added support for additional override parameters in CreateFleet, including LaunchTemplateSpecificationUserData, KeyName, IamInstanceProfile, and MetadataOptions. The CreateFleet response now also includes SubnetId, AvailabilityZone, and AvailabilityZoneId for launched instances. (6fcc95d1)
  • client-ivs: adds support for AWS IVS ad configuration APIs to allow for a postRollConfiguration object on the ad configuration resource (7dd93c48)

... (truncated)

Changelog

Sourced from @​aws-sdk/client-identitystore's changelog.

3.1086.0 (2026-07-13)

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

3.1085.0 (2026-07-10)

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

3.1084.0 (2026-07-09)

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

3.1083.0 (2026-07-08)

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

3.1082.0 (2026-07-08)

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

3.1081.0 (2026-07-07)

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

Commits

Updates ldapts from 8.1.8 to 9.0.0

Release notes

Sourced from ldapts's releases.

v9.0.0

9.0.0 (2026-07-11)

BREAKING CHANGES

  • Node.js >= 22 is now required.

  • The deprecated Filter#escape instance method has been removed. Use the static Filter.escape() instead.

  • docs: fix terminology in connection factory docs

  • fix: allow lint-staged to commit ignored yaml files like pnpm-lock.yaml

oxfmt exits non-zero when every file passed on the command line is excluded by ignore rules, which made any commit that staged pnpm-lock.yaml fail the pre-commit hook.

v8.2.0

8.2.0 (2026-07-11)

Bug Fixes

  • make Filter.escape() work as intended and document it (#141) (#401) (eb17d99)
  • release with a GitHub App token so the changelog commit can push to main (#440) (379a1aa)

Features

Changelog

Sourced from ldapts's changelog.

9.0.0 (2026-07-11)

BREAKING CHANGES

  • Node.js >= 22 is now required.

  • The deprecated Filter#escape instance method has been removed. Use the static Filter.escape() instead.

  • docs: fix terminology in connection factory docs

  • fix: allow lint-staged to commit ignored yaml files like pnpm-lock.yaml

oxfmt exits non-zero when every file passed on the command line is excluded by ignore rules, which made any commit that staged pnpm-lock.yaml fail the pre-commit hook.

8.2.0 (2026-07-11)

Bug Fixes

  • make Filter.escape() work as intended and document it (#141) (#401) (eb17d99)
  • release with a GitHub App token so the changelog commit can push to main (#440) (379a1aa)

Features

Commits
  • 91d5f4e chore: release 9.0.0 [skip ci]
  • bc1b4d4 chore!: require Node.js 22 or newer and remove deprecated Filter#escape shim ...
  • 5c65a8c chore: release 8.2.0 [skip ci]
  • 379a1aa fix: release with a GitHub App token so the changelog commit can push to main...
  • 8b36980 feat: add escapeFilter tagged template literal (#141) (#436)
  • a02278d feat: optionally rebind automatically after reconnecting (#348) (#435)
  • 952aa6c feat: allow custom connection factories (#269) (#434)
  • fd7c948 chore(deps): lock file maintenance (#426)
  • a69683b chore: consolidate tooling on Vite+ and upgrade to TypeScript 7 (#433)
  • 08a1dcd chore(deps): update dependency @​typescript/native-preview to v7.0.0-dev.20260...
  • Additional commits viewable in compare view

Updates lucide-react from 1.23.0 to 1.24.0

Release notes

Sourced from lucide-react's releases.

Version 1.24.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.23.0...1.24.0

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the production group with 3 updates: [@aws-sdk/client-identitystore](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-identitystore), [ldapts](https://github.com/ldapts/ldapts) and [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react).


Updates `@aws-sdk/client-identitystore` from 3.1080.0 to 3.1086.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-identitystore/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.1086.0/clients/client-identitystore)

Updates `ldapts` from 8.1.8 to 9.0.0
- [Release notes](https://github.com/ldapts/ldapts/releases)
- [Changelog](https://github.com/ldapts/ldapts/blob/main/CHANGELOG.md)
- [Commits](ldapts/ldapts@v8.1.8...v9.0.0)

Updates `lucide-react` from 1.23.0 to 1.24.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/1.24.0/packages/lucide-react)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-identitystore"
  dependency-version: 3.1086.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: ldapts
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production
- dependency-name: lucide-react
  dependency-version: 1.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 13, 2026
@dependabot dependabot Bot requested a review from WhiteMuush as a code owner July 13, 2026 22:36
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 13, 2026
@WhiteMuush WhiteMuush merged commit b6ada3c into main Jul 15, 2026
12 checks passed
@WhiteMuush WhiteMuush deleted the dependabot/npm_and_yarn/production-8e40968bb2 branch July 15, 2026 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant