Skip to content
This repository was archived by the owner on Sep 9, 2026. It is now read-only.

Bump serverless from 4.41.0 to 4.41.1 - #19

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/serverless-4.41.1
Open

Bump serverless from 4.41.0 to 4.41.1#19
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/serverless-4.41.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 5, 2026

Copy link
Copy Markdown
Contributor

Bumps serverless from 4.41.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)
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)
  • See full diff in compare view

Dependabot compatibility score

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)

Bumps [serverless](https://github.com/serverless/serverless) from 4.41.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/sf-core@4.41.0...sf-core@4.41.1)

---
updated-dependencies:
- dependency-name: serverless
  dependency-version: 4.41.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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 Sep 5, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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