Skip to content

build(deps): bump file-type, @nestjs/common and @swc/cli in /samples/server/petstore/typescript-nestjs-server#24466

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/samples/server/petstore/typescript-nestjs-server/multi-9c2a3b282c
Open

build(deps): bump file-type, @nestjs/common and @swc/cli in /samples/server/petstore/typescript-nestjs-server#24466
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/samples/server/petstore/typescript-nestjs-server/multi-9c2a3b282c

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 26, 2026

Copy link
Copy Markdown
Contributor

Bumps file-type to 21.3.4 and updates ancestor dependencies file-type, @nestjs/common and @swc/cli. These dependencies need to be updated together.

Updates file-type from 19.6.0 to 21.3.4

Release notes

Sourced from file-type's releases.

v21.3.4

  • Harden parser more aec20a0

sindresorhus/file-type@v21.3.3...v21.3.4

v21.3.3

  • Harden parser c48c90b 135f91b

sindresorhus/file-type@v21.3.2...v21.3.3

v21.3.2

  • Fix ZIP bomb in known-size ZIP probing (GHSA-j47w-4g3g-c36v) a155cd7
  • Fix bound recursive BOM and ID3 detection 370ed91

sindresorhus/file-type@v21.3.1...v21.3.2

v21.3.1


sindresorhus/file-type@v21.3.0...v21.3.1

v21.3.0

  • Add support for Mach-O Universal (aka "Fat") binaries and additional architectures (#779) d223491

sindresorhus/file-type@v21.2.0...v21.3.0

v21.2.0

  • Add support for SPSS data files (#787) 889f638
  • Add support for JMP (#784) 093dba0

sindresorhus/file-type@v21.1.1...v21.2.0

v21.1.1

  • Fix handling of partial Gunzip file (#783) 710e053

sindresorhus/file-type@v21.1.0...v21.1.1

... (truncated)

Commits

Updates @nestjs/common from 11.1.3 to 11.1.28

Release notes

Sourced from @​nestjs/common's releases.

v11.1.28 (2026-07-08)

Bug fixes

  • core
    • #17239 fix(core): trigger teardown of SSE producer Observable on client disconnect with interceptor (@​jyx-07)
  • common
    • #17257 fix(common): Add missing exception classes to HttpErrorByCode (@​Se3do)
  • websockets
    • #17188 fix(websockets): correct type guard to check value not key (@​Se3do)

Enhancements

  • core
    • #17241 feat(core): include auto-converted route in legacy route path warning (@​ronielli)

Dependencies

Committers: 4

v11.1.27

What's Changed

Full Changelog: nestjs/nest@v11.1.26...v11.1.27

v11.1.26

What's Changed

Full Changelog: nestjs/nest@v11.1.25...v11.1.26

v11.1.25

What's Changed

New Contributors

... (truncated)

Commits
  • dfaa376 chore(release): publish v11.1.28 release
  • a5e86d8 fix(common): Add missing exception classes to HttpErrorByCode
  • 660a124 chore(release): publish v11.1.27 release
  • aa5c4f1 chore: update readme and package.json
  • 9ff83d5 chore(release): publish v11.1.26 release
  • 02f8041 chore(release): publish v11.1.25 release
  • 1634915 test(common): Add unit tests for cli-colors utility
  • 380bf5c Merge pull request #17058 from Se3do/test/extend-metadata
  • af4542b test(common): Add unit tests for assignCustomParameterMetadata
  • b67aea1 test(common): Add unit tests for extendArrayMetadata
  • Additional commits viewable in compare view

Updates @swc/cli from 0.6.0 to 0.8.1

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​swc/cli 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 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.

Summary by cubic

Upgrade the TypeScript NestJS petstore sample to @nestjs/common 11.1.28, @swc/cli 0.8.1, and file-type 21.3.4. This pulls in parser security fixes and recent NestJS bug fixes.

  • Dependencies

    • file-type 21.3.4: parser hardening; fixes ZIP bomb and malformed input issues.
    • @nestjs/common 11.1.28: adds missing HttpErrorByCode entries; improves SSE teardown.
    • @swc/cli 0.8.1: requires Node >=20.19; updates internals (e.g., tinyglobby, bin-wrapper).
  • Migration

    • Use Node 20.19+ for dev/build in this sample.
    • If using SWC watch mode, install chokidar@^5 (peer dependency).

Written for commit 82db2a6. Summary will update on new commits.

Review in cubic

Bumps [file-type](https://github.com/sindresorhus/file-type) to 21.3.4 and updates ancestor dependencies [file-type](https://github.com/sindresorhus/file-type), [@nestjs/common](https://github.com/nestjs/nest/tree/HEAD/packages/common) and [@swc/cli](https://github.com/swc-project/pkgs). These dependencies need to be updated together.


Updates `file-type` from 19.6.0 to 21.3.4
- [Release notes](https://github.com/sindresorhus/file-type/releases)
- [Commits](sindresorhus/file-type@v19.6.0...v21.3.4)

Updates `@nestjs/common` from 11.1.3 to 11.1.28
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.1.28/packages/common)

Updates `@swc/cli` from 0.6.0 to 0.8.1
- [Commits](https://github.com/swc-project/pkgs/commits)

---
updated-dependencies:
- dependency-name: file-type
  dependency-version: 21.3.4
  dependency-type: indirect
- dependency-name: "@nestjs/common"
  dependency-version: 11.1.28
  dependency-type: direct:production
- dependency-name: "@swc/cli"
  dependency-version: 0.8.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 Jul 26, 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