Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 17, 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 2.72.3 to 4.31.0

Release notes

Sourced from serverless's releases.

4.31.0

Features

Serverless Framework

  • Integrated serverless-prune-plugin functionality. Lambda version and layer pruning is now built directly into the Serverless Framework. Use the sls prune command to manually remove old function versions, or enable automatic pruning after deployments via the custom.prune configuration. Read more in our docs. (#13244)

    Thanks to @​claygregory for creating the original plugin and to all contributors!

    custom:
      prune:
        automatic: true
        number: 3           # Keep 3 most recent versions
        includeLayers: true # Also prune layer versions
    # Manual pruning
    sls prune -n 3
  • Added support for AWS Asia Pacific (Taipei) region ap-east-2. (#13260, #13257)

    provider:
      name: aws
      region: ap-east-2

[!NOTE] The serverless dev command is not supported in ap-east-2 because AWS IoT Core is not currently available in that region.

Bug Fixes

Serverless Framework

  • Fixed esbuild sourcemap configuration error. Setting build.esbuild.sourcemap.setNodeOptions: false no longer throws "sourcemap" must be a string or a boolean. The framework now correctly defaults to sourcemap: true when only setNodeOptions is specified. (#13246)

  • Fixed AppSync schema empty on Windows. Resolved an issue where .graphql schema files using glob patterns (e.g., Schema/*.graphql) were not found on Windows due to path separator incompatibility with globby. (#13242, #13240)

  • Fixed Windows CI/CD intermittent failures. Resolved EPERM: operation not permitted, rename errors on Windows by using the system temp directory for AJV cache and adding retry logic with exponential backoff for file operations. (#13243, #13264)

Maintenance

  • Updated multiple dependencies:
    • Upgraded dotenv to v17.2.3 (#13259)
    • Upgraded chokidar to v4.0.3 (#13251)
    • Upgraded jest to v30.2.0 (#13250)
    • Upgraded globby to v14 (#13236)

... (truncated)

Changelog

Sourced from serverless's changelog.

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.38.0 (2023-11-21)

Features

3.37.0 (2023-11-16)

Features

Bug Fixes

3.36.0 (2023-10-23)

Features

  • Improved dashboard documentation and gitignore (#12176) (eb462ed)

Bug Fixes

  • Dashboard documentation improvements (bb4d7c8)
  • Fix menu for dashboard documentation (8f266af)
  • Improve dashboard documentation (ad8bbf1)
  • Improve dashboard documentation (f67df7f)
  • Minor dashboard doc improvements (#12177) (f1fa19c)

3.35.2 (2023-09-16)

Bug Fixes

3.35.1 (2023-09-16)

Bug Fixes

3.35.0 (2023-09-15)

Features

... (truncated)

Commits
  • 9699b8b chore: release 4.31.0 (#13266)
  • 202a341 refactor: move prune command to global commands schema (#13267)
  • 372463b feat: integrate serverless-prune-plugin functionality (#13244)
  • 3d8c4a5 chore(ci): optimize integration test execution for Ubuntu runners with maxWor...
  • 9e83b10 fix: add retry logic with exponential backoff to handle Windows EPERM errors ...
  • 325f1f1 chore(deps): bump @​graphql-tools/merge from 8.4.2 to 9.1.7 (#13263)
  • 49df6d2 feat: add support for ap-east-2 region (#13260)
  • 8e9a6ba chore(deps): upgrade dotenv to v17.2.3 and remove unused loadDotEnvFile uti...
  • e1b03b6 chore(deps): add glob v11 compatibility exclusion for Node.js 18 in dependabo...
  • 2022059 chore(deps): bump the aws-sdk group with 31 updates (#13253)
  • 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.


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 [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 2.72.3 to 4.31.0
- [Release notes](https://github.com/serverless/serverless/releases)
- [Changelog](https://github.com/serverless/serverless/blob/main/CHANGELOG.md)
- [Commits](https://github.com/serverless/serverless/compare/[email protected])

---
updated-dependencies:
- dependency-name: tar
  dependency-version: 
  dependency-type: indirect
- dependency-name: serverless
  dependency-version: 4.31.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 Jan 17, 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.

1 participant