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 dependencies tar, serverless and storybook. These dependencies need to be updated together.

Removes tar

Updates serverless from 3.33.0 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.


Updates storybook from 7.6.10 to 10.1.11

Release notes

Sourced from storybook's releases.

v10.1.11

10.1.11

v10.1.10

10.1.10

v10.1.9

10.1.9

v10.1.8

10.1.8

v10.1.7

10.1.7

v10.1.6

10.1.6

  • Manager: Do not display non-existing shortcuts in the settings page - #32711, thanks @​DKER2!
  • Preview: Enforce inert body if manager is focus-trapped - #33186, thanks @​Sidnioulz!
  • Telemetry: Await pending operations in getLastEvents to prevent race conditions - #33285, thanks @​valentinpalkovic!
  • UI: Fix keyboard navigation bug for "reset" option in `Select` - #33268, thanks @​Sidnioulz!

v10.1.5

10.1.5

v10.1.4

10.1.4

... (truncated)

Changelog

Sourced from storybook's changelog.

10.1.11

10.1.10

10.1.9

10.1.8

10.1.7

10.1.6

  • Manager: Do not display non-existing shortcuts in the settings page - #32711, thanks @​DKER2!
  • Preview: Enforce inert body if manager is focus-trapped - #33186, thanks @​Sidnioulz!
  • Telemetry: Await pending operations in getLastEvents to prevent race conditions - #33285, thanks @​valentinpalkovic!
  • UI: Fix keyboard navigation bug for "reset" option in Select - #33268, thanks @​Sidnioulz!

10.1.5

10.1.4

10.1.3

... (truncated)

Commits
  • 9a9f538 Bump version from "10.1.10" to "10.1.11" [skip ci]
  • e8dbaa8 Merge pull request #33381 from storybookjs/sidnioulz/issue-33352
  • 443ca2b Merge pull request #33354 from storybookjs/kasper/empty-story-factory
  • cf9d347 Bump version from "10.1.9" to "10.1.10" [skip ci]
  • e0c2fec Merge pull request #33383 from storybookjs/jeppe/fix-env-var-2
  • 1de75c4 Bump version from "10.1.8" to "10.1.9" [skip ci]
  • 936e44f Merge pull request #33356 from storybookjs/valentin/telemetry-instance-of-check
  • 7cd0cbc Bump version from "10.1.7" to "10.1.8" [skip ci]
  • 33c8fdb Bump version from "10.1.6" to "10.1.7" [skip ci]
  • bed24a5 Merge pull request #33323 from storybookjs/valentin/fix-telemetry-last-event
  • 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 storybook 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 dependencies [tar](https://github.com/isaacs/node-tar), [serverless](https://github.com/serverless/serverless) and [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core). These dependencies need to be updated together.


Removes `tar`

Updates `serverless` from 3.33.0 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/v3.33.0...sf-core@4.31.0)

Updates `storybook` from 7.6.10 to 10.1.11
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.1.11/code/core)

---
updated-dependencies:
- dependency-name: tar
  dependency-version: 
  dependency-type: indirect
- dependency-name: serverless
  dependency-version: 4.31.0
  dependency-type: direct:production
- dependency-name: storybook
  dependency-version: 10.1.11
  dependency-type: direct:production
...

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 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