An open index of dependabot pull requests across open source projects.

Bump the dev-dependencies group across 1 directory with 3 updates

Merged
Number: #38
Type: Pull Request
State: Merged
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 0
Created: May 27, 2025 at 07:01 AM UTC
(6 months ago)
Updated: May 27, 2025 at 07:06 AM UTC
(6 months ago)
Merged: May 27, 2025 at 07:06 AM UTC
(6 months ago)
by SebRamsland
Time to Close: 5 minutes
Labels:
dependencies javascript
Description:

Bumps the dev-dependencies group with 3 updates in the /resources directory: @aws-sdk/client-s3, @types/node and esbuild.

Updates @aws-sdk/client-s3 from 3.804.0 to 3.817.0

Release notes

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

v3.817.0

3.817.0(2025-05-23)

Chores
New Features
  • clients: update client endpoints as of 2025-05-23 (8775c8f6)
  • client-security-ir: Update PrincipalId pattern documentation to reflect what user should receive back from the API call (24515931)
  • client-ec2: This release adds support for the C7i-flex, M7i-flex, I7i, I7ie, I8g, P6-b200, Trn2, C8gd, M8gd and R8gd instances (b99e6ed0)

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

v3.816.0

3.816.0(2025-05-22)

Chores
  • token-providers: add provider to retrieve token from env var (#7097) (6c961b60)
New Features
  • client-amp: Add QueryLoggingConfiguration APIs for Amazon Managed Prometheus (b889c42b)
  • client-auditmanager: With this release, the AssessmentControl description field has been deprecated, as of May 19, 2025. Additionally, the UpdateAssessment API can now return a ServiceQuotaExceededException when applicable service quotas are exceeded. (4d7233a5)
  • client-glue: This release supports additional ConversionSpec parameter as part of IntegrationPartition Structure in CreateIntegrationTableProperty API. This parameter is referred to apply appropriate column transformation for columns that are used for timestamp based partitioning (eeecd100)
  • client-dsql: Features: support for customer managed encryption keys (f5e3e093)

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

v3.815.0

3.815.0(2025-05-21)

Documentation Changes
  • client-application-auto-scaling: Doc only update that addresses a customer reported issue. (1076a5e6)
New Features
  • clients: update client endpoints as of 2025-05-21 (153ceba3)
  • client-bedrock-agent-runtime: Amazon Bedrock introduces asynchronous flows (in preview), which let you run flows for longer durations and yield control so that your application can perform other tasks and you don't have to actively monitor the flow's progress. (9128be8e)

... (truncated)

Changelog

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

3.817.0 (2025-05-23)

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

3.816.0 (2025-05-22)

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

3.815.0 (2025-05-21)

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

3.812.0 (2025-05-16)

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

3.810.0 (2025-05-14)

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

3.808.0 (2025-05-12)

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

3.806.0 (2025-05-08)

... (truncated)

Commits

Updates @types/node from 22.15.14 to 22.15.21

Commits

Updates esbuild from 0.25.4 to 0.25.5

Release notes

Sourced from esbuild's releases.

v0.25.5

  • Fix a regression with browser in package.json (#4187)

    The fix to #4144 in version 0.25.3 introduced a regression that caused browser overrides specified in package.json to fail to override relative path names that end in a trailing slash. That behavior change affected the axios@0.30.0 package. This regression has been fixed, and now has test coverage.

  • Add support for certain keywords as TypeScript tuple labels (#4192)

    Previously esbuild could incorrectly fail to parse certain keywords as TypeScript tuple labels that are parsed by the official TypeScript compiler if they were followed by a ? modifier. These labels included function, import, infer, new, readonly, and typeof. With this release, these keywords will now be parsed correctly. Here's an example of some affected code:

    type Foo = [
      value: any,
      readonly?: boolean, // This is now parsed correctly
    ]
    
  • Add CSS prefixes for the stretch sizing value (#4184)

    This release adds support for prefixing CSS declarations such as div { width: stretch }. That CSS is now transformed into this depending on what the --target= setting includes:

    div {
      width: -webkit-fill-available;
      width: -moz-available;
      width: stretch;
    }
    
Changelog

Sourced from esbuild's changelog.

0.25.5

  • Fix a regression with browser in package.json (#4187)

    The fix to #4144 in version 0.25.3 introduced a regression that caused browser overrides specified in package.json to fail to override relative path names that end in a trailing slash. That behavior change affected the axios@0.30.0 package. This regression has been fixed, and now has test coverage.

  • Add support for certain keywords as TypeScript tuple labels (#4192)

    Previously esbuild could incorrectly fail to parse certain keywords as TypeScript tuple labels that are parsed by the official TypeScript compiler if they were followed by a ? modifier. These labels included function, import, infer, new, readonly, and typeof. With this release, these keywords will now be parsed correctly. Here's an example of some affected code:

    type Foo = [
      value: any,
      readonly?: boolean, // This is now parsed correctly
    ]
    
  • Add CSS prefixes for the stretch sizing value (#4184)

    This release adds support for prefixing CSS declarations such as div { width: stretch }. That CSS is now transformed into this depending on what the --target= setting includes:

    div {
      width: -webkit-fill-available;
      width: -moz-available;
      width: stretch;
    }
    
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
Pull Request Statistics
Commits:
1
Files Changed:
2
Additions:
+434
Deletions:
-432
Package Dependencies
Package:
@types/node
Ecosystem:
npm
Version Change:
22.15.14 → 22.15.21
Update Type:
Patch
Ecosystem:
npm
Version Change:
3.804.0 → 3.817.0
Update Type:
Minor
Package:
esbuild
Ecosystem:
npm
Version Change:
0.25.4 → 0.25.5
Update Type:
Patch
Technical Details
ID: 679997
UUID: 2545517885
Node ID: PR_kwDOM-UdRc6XuYU9
Host: GitHub
Repository: skrastrek/terraform-modules-aws-lambda-s3-object-image-processor
Merge State: Unknown