Skip to content

Bump tar and serverless#557

Closed
dependabot[bot] wants to merge 3 commits intomasterfrom
dependabot/npm_and_yarn/multi-fdab4dcfb7
Closed

Bump tar and serverless#557
dependabot[bot] wants to merge 3 commits intomasterfrom
dependabot/npm_and_yarn/multi-fdab4dcfb7

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

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

Removes tar

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](https://www.npmjs.com/~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 dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 11, 2026
@dependabot dependabot bot requested a review from IanButterworth as a code owner April 11, 2026 01:31
@dependabot dependabot bot mentioned this pull request Apr 11, 2026
Removes [tar](https://github.com/isaacs/node-tar). It's no longer used after updating ancestor dependency [serverless](https://github.com/serverless/serverless). These dependencies need to be updated together.


Removes `tar`

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: tar
  dependency-version: 
  dependency-type: indirect
- 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/multi-fdab4dcfb7 branch from 80b9a62 to c2fc47d Compare April 11, 2026 02:34
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 11, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@IanButterworth IanButterworth deleted the dependabot/npm_and_yarn/multi-fdab4dcfb7 branch April 11, 2026 18:15
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