Skip to content

chore(deps-dev): update serverless requirement from ^4.33.3 to ^4.34.0 in /examples/deploy-aws-lambda#2874

Merged
mwbrooks merged 2 commits intomainfrom
dependabot/npm_and_yarn/examples/deploy-aws-lambda/serverless-tw-4.34.0
Apr 17, 2026
Merged

chore(deps-dev): update serverless requirement from ^4.33.3 to ^4.34.0 in /examples/deploy-aws-lambda#2874
mwbrooks merged 2 commits intomainfrom
dependabot/npm_and_yarn/examples/deploy-aws-lambda/serverless-tw-4.34.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 17, 2026

Updates the requirements on serverless to permit the latest version.

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)
  • See full diff in compare view

@dependabot dependabot bot added area:examples issues related to example or sample code dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 17, 2026
@dependabot dependabot bot requested a review from a team as a code owner April 17, 2026 15:55
@dependabot dependabot bot added area:examples issues related to example or sample code dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 17, 2026
@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Apr 17, 2026

⚠️ No Changeset found

Latest commit: 7cb7279

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 17, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.59%. Comparing base (28eb36d) to head (7cb7279).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2874   +/-   ##
=======================================
  Coverage   93.59%   93.59%           
=======================================
  Files          44       44           
  Lines        7855     7855           
  Branches      687      687           
=======================================
  Hits         7352     7352           
  Misses        498      498           
  Partials        5        5           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/examples/deploy-aws-lambda/serverless-tw-4.34.0 branch from 0f2dee6 to e130b1a Compare April 17, 2026 15:58
Updates the requirements on [serverless](https://github.com/serverless/serverless) to permit the latest version.
- [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/sf-core@4.33.3...sf-core@4.34.0)

---
updated-dependencies:
- dependency-name: serverless
  dependency-version: 4.34.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/examples/deploy-aws-lambda/serverless-tw-4.34.0 branch from e130b1a to 4982c3b Compare April 17, 2026 16:03
@mwbrooks mwbrooks merged commit 29167c5 into main Apr 17, 2026
26 checks passed
@mwbrooks mwbrooks deleted the dependabot/npm_and_yarn/examples/deploy-aws-lambda/serverless-tw-4.34.0 branch April 17, 2026 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:examples issues related to example or sample code 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