Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 14, 2025

Removes js-yaml. It's no longer used after updating ancestor dependencies js-yaml, serverless and serverless-offline. These dependencies need to be updated together.

Removes js-yaml

Updates serverless from 3.40.0 to 4.23.0

Release notes

Sourced from serverless's releases.

4.23.0

Features

Bux Fixes

  • Serverless Framework
    • Fixed logging of packager output in cases where external dependency installation fails when using the built-in esbuild (serverless/serverless#13149)

Maintenance

  • Serverless Framework
    • Improved authentication performance
    • Improved and cleaned up debug logs

4.22.0

Features

  • Serverless Framework
    • serverless-python-requirements plugin is now included in the Serverless Framework. You can remove it from the plugins list in your configuration file and from your package.json. The integration activates automatically whenever custom.pythonRequirements is present, so keep or add that block. It is fully backward-compatible and comes with uv support! Learn more in the docs.

Bug Fixes

  • Serverless Framework
    • Unused stages are now pruned from the service config (serverless/serverless#13138)
    • Fixed an issue where a null app name was sent during authentication
    • Improved input validation
    • Ensured the print command returns a config without $ref references when no cycles exist

Maintenance

  • Serverless Framework
    • The WebSocket module is now lazy-loaded to reduce startup dependencies

4.21.1

Bug Fixes

  • Serverless Framework
    • Added support for the --config flag in version pinning (frameworkVersion property)
    • Added handling for the 403 Forbidden error during Docker authentication (#13116) (serverless/serverless#12895)
    • Fixed invoke local when using Docker and lambda/provided AWS Lambda images; added log capture and proper exit codes for function errors (#12921)
    • Replaced manual path manipulation with path.basename to improve Windows support (#13120)
    • Fixed an issue where named AWS resolver properties were not resolved before the resolver was instantiated (serverless/serverless#13133)
    • Improved error logging for easier debugging (#13121)

4.21.0

Features

... (truncated)

Commits

Updates serverless-offline from 13.9.0 to 14.4.0

Release notes

Sourced from serverless-offline's releases.

v14.4.0

Features

Bug Fixes

  • update jsonpath-plus to close vulnerability (#1835) (903340a)

New Contributors

Full Changelog: dherault/serverless-offline@v14.3.4...v14.4.0

v14.3.4

Maintenance Updates

  • Removed sponsor logging

Full Changelog: dherault/serverless-offline@v14.3.3...v14.3.4

v14.3.3

Bug Fixes

Full Changelog: dherault/serverless-offline@v14.3.2...v14.3.3

v14.3.2

What's Changed

  • Updated the v14 release to use the latest npm tag for better alignment with current package.

Full Changelog: dherault/serverless-offline@v14.3.1...v14.3.2

v14.3.1

Bug Fixes

  • Revert return 500 Internal Server Error on python error (#1796)

Full Changelog: dherault/serverless-offline@v14.3.0...v14.3.1

v14.3.0

Features

  • Add preLoadModules option to import modules on main thread (#1777)

Bug Fixes

  • handle result structure without body (#1814)
  • return 500 Internal Server Error on python error (#1796)

... (truncated)

Changelog

Sourced from serverless-offline's changelog.

14.4.0 (2024-12-09)

Features

Bug Fixes

  • update jsonpath-plus to close vulnerability (#1835) (903340a)

14.3.4 (2024-11-06)

Maintenance Updates

  • Removed sponsor logging

14.3.3 (2024-10-17)

Bug Fixes

14.3.2 (2024-08-30)

Maintenance Updates

  • Updated the v14 release to use the latest npm tag for better alignment with current package.

14.3.1 (2024-08-30)

Bug Fixes

  • Revert return 500 Internal Server Error on python error (#1796)

14.3.0 (2024-08-30)

Features

  • Add preLoadModules option to import modules on main thread (#1777)

Bug Fixes

  • handle result structure without body (#1814)
  • return 500 Internal Server Error on python error (#1796)

14.2.0 (2024-08-22)

Features

  • Add sponsoring message at plugin start (#1811)

... (truncated)

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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.

Removes [js-yaml](https://github.com/nodeca/js-yaml). It's no longer used after updating ancestor dependencies [js-yaml](https://github.com/nodeca/js-yaml), [serverless](https://github.com/serverless/serverless) and [serverless-offline](https://github.com/dherault/serverless-offline). These dependencies need to be updated together.


Removes `js-yaml`

Updates `serverless` from 3.40.0 to 4.23.0
- [Release notes](https://github.com/serverless/serverless/releases)
- [Changelog](https://github.com/serverless/serverless/blob/main/CHANGELOG.md)
- [Commits](serverless/serverless@v3.40.0...v4.23.0)

Updates `serverless-offline` from 13.9.0 to 14.4.0
- [Release notes](https://github.com/dherault/serverless-offline/releases)
- [Changelog](https://github.com/dherault/serverless-offline/blob/master/CHANGELOG.md)
- [Commits](dherault/serverless-offline@v13.9.0...v14.4.0)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 
  dependency-type: indirect
- dependency-name: serverless
  dependency-version: 4.23.0
  dependency-type: direct:development
- dependency-name: serverless-offline
  dependency-version: 14.4.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 14, 2025
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