Skip to content

chore(deps): bump aws-sdk and serverless#1451

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/multi-4d6a78607d
Open

chore(deps): bump aws-sdk and serverless#1451
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/multi-4d6a78607d

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Removes aws-sdk. It's no longer used after updating ancestor dependency serverless. These dependencies need to be updated together.

Removes aws-sdk

Updates serverless from 3.40.0 to 4.34.0

Release notes

Sourced from serverless's releases.

4.34.0

Features

Serverless Framework

  • Added S3 Files support for Lambda file system configuration. Lambda functions can now mount Amazon S3 Files in addition to EFS via fileSystemConfig. The file system type is auto-detected from literal ARNs; for CloudFormation references, specify type: s3files explicitly. The framework automatically generates the correct IAM permissions (s3files:ClientMount/s3files:ClientWrite) and validates VPC configuration. Fully backward compatible — existing EFS configurations work unchanged. Read more in the docs. (#13493)
functions:
  hello:
    handler: handler.hello
    fileSystemConfig:
      localMountPath: /mnt/s3data
      arn: arn:aws:s3files:us-east-1:111111111111:file-system/fs-abc123/access-point/fsap-abc123
    vpc:
      securityGroupIds:
        - sg-xxx
      subnetIds:
        - subnet-xxx

When using CloudFormation references, set the type explicitly:

functions:
  hello:
    handler: handler.hello
    fileSystemConfig:
      localMountPath: /mnt/s3data
      arn: !GetAtt MyS3FilesAccessPoint.AccessPointArn
      type: s3files
    vpc:
      securityGroupIds:
        - sg-xxx
      subnetIds:
        - subnet-xxx

Bug Fixes

Serverless Framework

  • Fixed min-release-age not being applied during framework distribution builds. The root .npmrc was silently ignored by npm because it reads project config from the nearest package.json directory. Added per-package .npmrc files to packages/framework-dist and packages/sf-core-installer to enforce a 3-day cooldown on newly published dependencies. Also added check-latest: true to CI setup-node steps to ensure consistent npm versions across runners. (#13476)

Maintenance

... (truncated)

Commits
  • 730f8cc chore: release 4.34.0 (#13494)
  • 1a8498c feat: add S3 Files support for Lambda file system configuration (#13493)
  • b20c672 chore(deps): fix Go stdlib vulnerabilities in binary-installer (#13492)
  • 924ff7a chore(deps): fix hono, @​hono/node-server, and Pygments vulnerabilities (#13489)
  • 9884713 fix: add min-release-age to distributed package directories (#13476)
  • 80f6753 chore: add third-party license attributions for integrated plugins (#13487)
  • 15071ae chore(deps): upgrade eslint to v10 and @​eslint/js to v10 (#13477)
  • d21bb09 chore: release 4.33.3 (#13472)
  • 987afbb chore(deps): bump the aws-sdk group with 30 updates (#13473)
  • 8e7b077 chore(deps): bump the aws-sdk group (#13471)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for serverless since your current version.

Install script changes

This version modifies postinstall script that runs during installation. Review the package contents before updating.


@dependabot dependabot Bot added auto Opened by an automated process dependencies Pull request that updates a dependency file javascript Pull requests that update JavaScript code labels Apr 13, 2026
@dependabot dependabot Bot requested a review from devpow112 as a code owner April 13, 2026 09:50
@dependabot dependabot Bot added dependencies Pull request that updates a dependency file auto Opened by an automated process javascript Pull requests that update JavaScript code labels Apr 13, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/multi-4d6a78607d branch 2 times, most recently from 0a65db5 to 4b7a616 Compare April 19, 2026 22:12
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/multi-4d6a78607d branch from 4b7a616 to fe46fac Compare April 29, 2026 01:40
Removes [aws-sdk](https://github.com/aws/aws-sdk-js). It's no longer used after updating ancestor dependency [serverless](https://github.com/serverless/serverless). These dependencies need to be updated together.


Removes `aws-sdk`

Updates `serverless` from 3.40.0 to 4.34.0
- [Release notes](https://github.com/serverless/serverless/releases)
- [Changelog](https://github.com/serverless/serverless/blob/main/RELEASE_PROCESS.md)
- [Commits](https://github.com/serverless/serverless/compare/v3.40.0...sf-core@4.34.0)

---
updated-dependencies:
- dependency-name: aws-sdk
  dependency-version: 
  dependency-type: indirect
- dependency-name: serverless
  dependency-version: 4.34.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/multi-4d6a78607d branch from fe46fac to 5a4667c Compare April 30, 2026 00:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto Opened by an automated process dependencies Pull request that updates a dependency file javascript Pull requests that update JavaScript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants