Skip to content

chore(deps): bump tar, npm and serverless - #748

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/multi-280b4b111a
Open

chore(deps): bump tar, npm and serverless#748
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/multi-280b4b111a

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 28, 2026

Copy link
Copy Markdown
Contributor

Bumps tar to 7.5.22 and updates ancestor dependencies tar, npm and serverless. These dependencies need to be updated together.

Updates tar from 7.5.15 to 7.5.22

Commits

Updates npm from 11.16.0 to 11.19.1

Release notes

Sourced from npm's releases.

v11.19.1

11.19.1 (2026-08-25)

Bug Fixes

Dependencies

v11.19.0

11.19.0 (2026-07-28)

Features

Bug Fixes

Dependencies

v11.18.0

11.18.0 (2026-06-29)

Features

Bug Fixes

Documentation

... (truncated)

Changelog

Sourced from npm's changelog.

11.19.1 (2026-08-25)

Bug Fixes

Dependencies

11.19.0 (2026-07-28)

Features

Bug Fixes

Dependencies

11.18.0 (2026-06-29)

Features

Bug Fixes

Documentation

Dependencies

... (truncated)

Commits

Updates serverless from 3.40.0 to 4.41.1

Release notes

Sourced from serverless's releases.

4.41.1

Bug Fixes

  • Fixed packaging producing a different artifact on every run. When using the built-in build system, repeated serverless package runs of an unchanged service produced artifacts with different checksums, so change detection could see phantom diffs and redeploy unchanged services. Artifacts are now byte-for-byte identical across runs. (#13794)

  • Fixed package.patterns exclusions being ignored in packaged artifacts. When using the built-in build system, negation patterns (!...) are now honored when packaging function artifacts — both for combined-service packaging and with package.individually. Function-level patterns are merged after service-level patterns, so function settings win on conflict, matching classic packaging behavior. (#13795)

Maintenance

  • Framework-managed custom resources now run on Node.js 24. Deployments that use existing S3 buckets, existing Cognito User Pools, EventBridge events, or the API Gateway CloudWatch role pick up the nodejs24.x runtime automatically on the next deploy. No action is needed. Thanks @​Hiroki-Aoki for raising this! (#13802, #13807)
  • Bumped the AWS SDK group with 37 updates (#13796)
  • Upgraded esbuild to v0.28.2 (#13798)
  • Upgraded tsx to v4.23.11 (#13798)
  • Upgraded ws to v8.21.3 (#13798)
  • Upgraded eslint to v10.8.1 (#13797)
  • Upgraded lint-staged to v17.3.0 (#13797)
  • Upgraded hono to v4.13.1 (#13797)
  • Upgraded globals to v17.9.0 (#13797)

4.41.0

Features

  • Host MCP servers on AWS Lambda. A new mcp section in serverless.yml deploys official MCP TypeScript SDK servers behind API Gateway with response streaming. You write one SDK module; the Framework owns the endpoint, streaming, packaging, and the OAuth protected-resource discovery document. Servers can be protected with your own API Gateway authorizers or with the MCP SDK's built-in in-server token verification, and each server behaves as an ordinary function — logs, invoke, metrics, rollback, and deploy function work unchanged. MCP servers share one REST API, stage, and custom domain with each other and with http functions. Optional sealed request state lets tools round-trip data across elicitation retries without server-side storage. (#13778, #13784) Read more in the MCP servers guide and explore the MCP examples. A bundled serverless-mcp Agent Skill teaches AI coding agents (Claude Code, Codex, Cursor) how to build and operate MCP servers with the Framework — install it into your service with the agent skills install command:
serverless agent skills install
mcp:
  servers:
    crm:
      server: src/server.mjs
      authorizer:
        name: verifyToken
      oauthDiscovery:
        issuer: https://example.us.auth0.com
functions:
verifyToken:
handler: src/authorizer.handler

Bug Fixes

  • Per-function artifacts are now included in change detection. Deployments that only changed a prebuilt per-function package.artifact were silently skipped, so new code never shipped; the artifact content now participates in the change hash. (#13771)
  • Compose package and print no longer wipe deployed service state. Running a read-only command in a Compose project cleared the recorded outputs of already-deployed services, breaking later cross-service references and removals. Thanks @​tmatilai for the detailed report. (#13437, #13792)
  • Files named like code modules no longer hijack project detection. A template.mjs in the project root made the CLI treat the directory as a SAM/CloudFormation project and hide normal commands; detection is now restricted to SAM-supported template extensions. Thanks @​tomchiverton for the report. (#13738, #13739)

... (truncated)

Commits
  • b2ec453 chore: release 4.41.1 (#13816)
  • abb5f38 chore: bump internal custom-resource runtime to nodejs24.x (#13807)
  • b9d7ea5 chore(deps): bump the patch-updates group across 1 directory with 3 updates (...
  • 5351338 chore(deps-dev): bump the dev-dependencies group across 1 directory with 4 up...
  • 882817d chore(deps): bump the aws-sdk group across 1 directory with 37 updates (#13796)
  • 0580679 fix(esbuild): honor package.patterns negations in packaged artifacts (#13795)
  • 52f6e27 fix(esbuild): make packaged zip entry order deterministic (#13794)
  • d20837c chore: release 4.41.0 (#13793)
  • 7c8c59f fix(compose): stop package and print from wiping deployed service state (#13792)
  • d9d6868 ci(binary-installer): sign windows binary with Azure Artifact Signing (#13791)
  • 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 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [tar](https://github.com/isaacs/node-tar) to 7.5.22 and updates ancestor dependencies [tar](https://github.com/isaacs/node-tar), [npm](https://github.com/npm/cli) and [serverless](https://github.com/serverless/serverless). These dependencies need to be updated together.


Updates `tar` from 7.5.15 to 7.5.22
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-tar@v7.5.15...v7.5.22)

Updates `npm` from 11.16.0 to 11.19.1
- [Release notes](https://github.com/npm/cli/releases)
- [Changelog](https://github.com/npm/cli/blob/v11.19.1/CHANGELOG.md)
- [Commits](npm/cli@v11.16.0...v11.19.1)

Updates `serverless` from 3.40.0 to 4.41.1
- [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.41.1)

---
updated-dependencies:
- dependency-name: tar
  dependency-version: 7.5.22
  dependency-type: indirect
- dependency-name: npm
  dependency-version: 11.19.1
  dependency-type: indirect
- dependency-name: serverless
  dependency-version: 4.41.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 28, 2026
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.

0 participants