Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 30, 2025

Bumps the prod-minor-updates group with 7 updates:

Package From To
@aws-sdk/client-s3 3.908.0 3.920.0
axios 1.12.2 1.13.1
eslint 9.37.0 9.38.0
express-rate-limit 8.1.0 8.2.0
lucide-react 0.545.0 0.548.0
next-intl 4.3.12 4.4.0
resend 6.1.3 6.3.0

Updates @aws-sdk/client-s3 from 3.908.0 to 3.920.0

Release notes

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

v3.920.0

3.920.0(2025-10-29)

Chores
  • add exception to eslint rule for import paths (#7465) (2c77b1fb)
Documentation Changes
  • credential-providers: doc update for credentials (#7464) (c094d90b)
New Features
  • client-bedrock-runtime: Add support for system tool and web citation response. (2e60dda3)
Bug Fixes
  • credential-providers: use modified region resolver for inner STS clients (#7456) (4960a92d)
Tests
  • middleware-sdk-s3: increase randomness of e2e test (#7463) (01786244)

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

v3.919.0

3.919.0(2025-10-28)

Chores
  • middleware-recursion-detection: update version of lambda invoke store (#7462) (9fa89eb9)
  • clients: remove QLDB, RoboMaker, LookoutMetrics, LookoutVision, IoTFleetHub, and AppTest (#7461) (45f629d4)
New Features
  • client-marketplace-deployment: Update endpoint ruleset parameters casing (18bd6edc)
  • client-lambda: Added SerializedRequestEntityTooLargeException to Lambda Invoke API (2a5606e9)
  • client-codeconnections: Update endpoint ruleset parameters casing (e739472b)
  • client-cloudwatch-events: Update endpoint ruleset parameters casing (bf6a5663)
  • client-ec2: This released the DescribeCapacityReservationTopology API. (245f5dab)
  • client-s3-control: Update endpoint ruleset parameters casing (cdf2915d)
  • client-apigatewayv2: Update endpoint ruleset parameters casing (8a36bd0d)
  • client-security-ir: Update endpoint ruleset parameters casing (cc4df02c)
  • client-sagemaker: Amazon SageMaker now supports deleting training and processing jobs in a terminal status. (92883b1f)
  • client-kafkaconnect: Update endpoint ruleset parameters casing (9f896714)
  • client-detective: Update endpoint ruleset parameters casing (c6c310dd)
  • client-cloud9: Update endpoint ruleset parameters casing (2cb95dc7)

... (truncated)

Changelog

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

3.920.0 (2025-10-29)

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

3.919.0 (2025-10-28)

Features

  • client-s3: Amazon Simple Storage Service / Features: Add conditional writes in CopyObject on destination key to prevent unintended object modifications. (2533edc)

3.918.0 (2025-10-27)

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

3.917.0 (2025-10-24)

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

3.916.0 (2025-10-23)

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

3.914.0 (2025-10-21)

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

... (truncated)

Commits

Updates axios from 1.12.2 to 1.13.1

Release notes

Sourced from axios's releases.

Release v1.13.1

Release notes:

Bug Fixes

  • http: fixed a regression that caused the data stream to be interrupted for responses with non-OK HTTP statuses; (#7193) (bcd5581)

Contributors to this release

Release v1.13.0

Release notes:

Bug Fixes

  • fetch: prevent TypeError when config.env is undefined (#7155) (015faec)
  • resolve issue #7131 (added spacing in mergeConfig.js) (#7133) (9b9ec98)

Features

Contributors to this release

Changelog

Sourced from axios's changelog.

1.13.1 (2025-10-28)

Bug Fixes

  • http: fixed a regression that caused the data stream to be interrupted for responses with non-OK HTTP statuses; (#7193) (bcd5581)

Contributors to this release

1.13.0 (2025-10-27)

Bug Fixes

  • fetch: prevent TypeError when config.env is undefined (#7155) (015faec)
  • resolve issue #7131 (added spacing in mergeConfig.js) (#7133) (9b9ec98)

Features

Contributors to this release

Commits
  • 1ef8e72 chore(release): v1.13.1 (#7194)
  • bcd5581 fix(http): fixed a regression that caused the data stream to be interrupted f...
  • c9b3371 chore: enhance styling and responsiveness in client.html (#7173)
  • 9ead04d [Release] v1.13.0 (#7189)
  • d000fbf fix(http2): fix possible race condition when handling http2 stream on almost ...
  • 08db960 docs: added example for improved network error handling (with Wrapper/Middlew...
  • 46e1981 refactor: form data handling in index.html (#7170)
  • 889f8ef docs: fix mismatched return type (#7172)
  • 7b197ef fix: sandbox ui updated (#7175)
  • 6dff629 chore: fix typos in examples (#7166)
  • Additional commits viewable in compare view

Updates eslint from 9.37.0 to 9.38.0

Release notes

Sourced from eslint's releases.

v9.38.0

Features

  • ce40f74 feat: update complexity rule to only highlight function header (#20048) (Atul Nair)
  • e37e590 feat: correct no-loss-of-precision false positives with e notation (#20187) (Francesco Trotta)

Bug Fixes

  • 50c3dfd fix: improve type support for isolated dependencies in pnpm (#20201) (Francesco Trotta)
  • a1f06a3 fix: correct SourceCode typings (#20114) (Pixel998)

Documentation

  • 462675a docs: improve web accessibility by hiding non-semantic character (#20205) (루밀LuMir)
  • c070e65 docs: correct formatting in no-irregular-whitespace rule documentation (#20203) (루밀LuMir)
  • b39e71a docs: Update README (GitHub Actions Bot)
  • cd39983 docs: move custom-formatters type descriptions to nodejs-api (#20190) (Percy Ma)

Chores

  • d17c795 chore: upgrade @​eslint/js@​9.38.0 (#20221) (Milos Djermanovic)
  • 25d0e33 chore: package.json update for @​eslint/js release (Jenkins)
  • c82b5ef refactor: Use types from @​eslint/core (#20168) (Nicholas C. Zakas)
  • ff31609 ci: add Node.js 25 to ci.yml (#20220) (루밀LuMir)
  • 004577e ci: bump github/codeql-action from 3 to 4 (#20211) (dependabot[bot])
  • eac71fb test: remove use of nodejsScope option of eslint-scope from tests (#20206) (Milos Djermanovic)
  • 4168a18 chore: fix typo in legacy-eslint.js (#20202) (Sweta Tanwar)
  • 205dbd2 chore: fix typos (#20200) (ntnyq)
  • dbb200e chore: use team member's username when name is not available in data (#20194) (Milos Djermanovic)
  • 8962089 chore: mark deprecated rules as available until v11.0.0 (#20184) (Pixel998)
Commits

Updates express-rate-limit from 8.1.0 to 8.2.0

Release notes

Sourced from express-rate-limit's releases.

v8.2.0

You can view the changelog here.

Commits
  • 3734733 8.2.0
  • 962d737 feat: Unknown Options validation check (#578)
  • 992c15c chore(deps-dev): bump the development-dependencies group with 3 updates (#579)
  • 449a28a chore(deps-dev): bump the development-dependencies group across 1 directory w...
  • ceaff6f chore(deps-dev): bump @​biomejs/biome from 2.2.5 to 2.2.6 (#574)
  • 4fccb9e chore(deps-dev): bump lint-staged from 16.2.4 to 16.2.5 (#573)
  • b597770 Rework dependabot grouping
  • 03e8336 chore(deps-dev): bump mintlify from 4.2.114 to 4.2.175 (#572)
  • 314807b chore(deps-dev): bump esbuild from 0.25.9 to 0.25.10 (#570)
  • da9e0ef chore(deps-dev): bump @​types/node from 24.5.0 to 24.7.2 (#568)
  • Additional commits viewable in compare view

Updates lucide-react from 0.545.0 to 0.548.0

Release notes

Sourced from lucide-react's releases.

Version 0.548.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.547.0...0.548.0

Version 0.547.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.546.0...0.547.0

Version 0.546.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.545.0...0.546.0

Commits

Updates next-intl from 4.3.12 to 4.4.0

Release notes

Sourced from next-intl's releases.

v4.4.0

Changes

  • Bump peer dependency for Next.js 16
  • Update examples for Next.js 16
  • Update docs to cover proxy.ts

🌐 learn.next-intl.dev has been updated for Next.js 16 as well (changelog)


#2054 by @​amannn

Changelog

Sourced from next-intl's changelog.

4.4.0 (2025-10-22)

Features

Commits

Updates resend from 6.1.3 to 6.3.0

Release notes

Sourced from resend's releases.

v6.3.0

What's Changed

Full Changelog: resend/resend-node@v6.2.2...v6.3.0

v6.2.2

What's Changed

Full Changelog: resend/resend-node@v6.2.1...v6.2.2

v6.2.1

What's Changed

Full Changelog: resend/resend-node@v6.2.0...v6.2.1

v6.2.0

What's Changed

Full Changelog: resend/resend-node@v6.1.3...v6.2.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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 30, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/prod-minor-updates-04724226c2 branch from cd9dfba to 3d9bb3d Compare October 30, 2025 04:17
Bumps the prod-minor-updates group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.908.0` | `3.920.0` |
| [axios](https://github.com/axios/axios) | `1.12.2` | `1.13.1` |
| [eslint](https://github.com/eslint/eslint) | `9.37.0` | `9.38.0` |
| [express-rate-limit](https://github.com/express-rate-limit/express-rate-limit) | `8.1.0` | `8.2.0` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.545.0` | `0.548.0` |
| [next-intl](https://github.com/amannn/next-intl) | `4.3.12` | `4.4.0` |
| [resend](https://github.com/resendlabs/resend-node) | `6.1.3` | `6.3.0` |


Updates `@aws-sdk/client-s3` from 3.908.0 to 3.920.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-s3/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.920.0/clients/client-s3)

Updates `axios` from 1.12.2 to 1.13.1
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.12.2...v1.13.1)

Updates `eslint` from 9.37.0 to 9.38.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.37.0...v9.38.0)

Updates `express-rate-limit` from 8.1.0 to 8.2.0
- [Release notes](https://github.com/express-rate-limit/express-rate-limit/releases)
- [Commits](express-rate-limit/express-rate-limit@v8.1.0...v8.2.0)

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

Updates `next-intl` from 4.3.12 to 4.4.0
- [Release notes](https://github.com/amannn/next-intl/releases)
- [Changelog](https://github.com/amannn/next-intl/blob/main/CHANGELOG.md)
- [Commits](amannn/next-intl@v4.3.12...v4.4.0)

Updates `resend` from 6.1.3 to 6.3.0
- [Release notes](https://github.com/resendlabs/resend-node/releases)
- [Commits](resend/resend-node@v6.1.3...v6.3.0)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-s3"
  dependency-version: 3.920.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-minor-updates
- dependency-name: axios
  dependency-version: 1.13.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-minor-updates
- dependency-name: eslint
  dependency-version: 9.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-minor-updates
- dependency-name: express-rate-limit
  dependency-version: 8.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-minor-updates
- dependency-name: lucide-react
  dependency-version: 0.548.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-minor-updates
- dependency-name: next-intl
  dependency-version: 4.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-minor-updates
- dependency-name: resend
  dependency-version: 6.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-minor-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/prod-minor-updates-04724226c2 branch from 3d9bb3d to e1fb5e9 Compare October 30, 2025 04:22
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