Skip to content

chore(deps-dev): bump the npm-development group across 1 directory with 3 updates#514

Merged
brendanjryan merged 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-development-70b0a533e5
Jun 8, 2026
Merged

chore(deps-dev): bump the npm-development group across 1 directory with 3 updates#514
brendanjryan merged 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-development-70b0a533e5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm-development group with 3 updates in the / directory: file-type, rolldown and testcontainers.

Updates file-type from 21.3.2 to 22.0.1

Release notes

Sourced from file-type's releases.

v22.0.1

  • Fix: Work around esbuild resolving Node-only imports ce4262f

sindresorhus/file-type@v22.0.0...v22.0.1

v22.0.0

Breaking

  • Requires Node.js 22

  • Dropped Node.js stream.Readable support from fileTypeFromStream() and fileTypeStream()

    // Before
    import fs from 'node:fs';
    fileTypeFromStream(fs.createReadStream('file.mp4'));
    // After
    import fs from 'node:fs';
    import {Readable} from 'node:stream';
    fileTypeFromStream(Readable.toWeb(fs.createReadStream('file.mp4')));

  • Sub-exports (e.g. file-type/core) have been removed. Import everything from file-type directly.

  • The ReadableStreamWithFileType type has been removed. Use AnyWebReadableByteStreamWithFileType instead.

  • Several MIME types have been corrected or normalized:

    Type Old MIME New MIME
    lz application/x-lzip application/lzip
    lnk application/x.ms.shortcut application/x-ms-shortcut
    Apple Alias application/x.apple.alias application/x-ft-apple.alias
    fbx application/x.autodesk.fbx application/x-ft-fbx
    Draco application/vnd.google.draco application/x-ft-draco

    MIME subtypes prefixed with x-ft- are custom types defined by this package (not IANA-registered).

Improvements

  • Added detection for Apple iWork files: .key (Keynote), .pages (Pages), .numbers (Numbers)

Fixes

  • Fixed LibreOffice OOXML files being incorrectly detected as ZIP when reading from streams

sindresorhus/file-type@v21.3.4...v22.0.0

... (truncated)

Commits

Updates rolldown from 1.0.2 to 1.0.3

Release notes

Sourced from rolldown's releases.

v1.0.3

[1.0.3] - 2026-05-27

🚀 Features

🐛 Bug Fixes

🚜 Refactor

📚 Documentation

⚡ Performance

  • generate: thread ast_table by value into codegen consumer (#9555) by @​Boshen
  • finalizers: replace _reExport construction with a direct call to avoid calling clone_in (#9501) by @​Dunqing
  • reorder hot-path boolean checks to short-circuit on cheap predicates first (#9523) by @​Boshen

🧪 Testing

... (truncated)

Changelog

Sourced from rolldown's changelog.

[1.0.3] - 2026-05-27

🚀 Features

🐛 Bug Fixes

🚜 Refactor

📚 Documentation

⚡ Performance

  • generate: thread ast_table by value into codegen consumer (#9555) by @​Boshen
  • finalizers: replace _reExport construction with a direct call to avoid calling clone_in (#9501) by @​Dunqing
  • reorder hot-path boolean checks to short-circuit on cheap predicates first (#9523) by @​Boshen

🧪 Testing

... (truncated)

Commits
  • a287faa release: v1.0.3 (#9586)
  • e3b7756 feat(transform): respect decorator strictNullChecks option (#9580)
  • 8326121 chore(deps): upgrade oxc to 0.133.0 (#9563)
  • c7bbe2d fix(dev): onOutput called twice when initial build fails (#9552)
  • 95ed7ca fix(dev): make ensureCurrentBuildFinish not returning error when engine clo...
  • f06c2a0 fix(oxc-runtime): route require() to CJS helper variant (#9263) (#9526)
  • 1de499a feat: drop defer keyword (#9503)
  • e412df1 refactor: distinguish map: null vs map: undefined in transform hook outpu...
  • 47a0e3b docs(lazy-barrel): expand reasoning behind LARGE_BARREL_MODULES advice (#9477)
  • See full diff in compare view

Updates testcontainers from 12.0.0 to 12.0.1

Release notes

Sourced from testcontainers's releases.

v12.0.1

Changes

🐛 Bug Fixes

🧹 Maintenance

📦 Dependency Updates

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 8, 2026
@socket-security

socket-security Bot commented Jun 8, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedtestcontainers@​12.0.0 ⏵ 12.0.196 +110082 +193100

View full report

@pkg-pr-new

pkg-pr-new Bot commented Jun 8, 2026

Copy link
Copy Markdown

Open in StackBlitz

npm i https://pkg.pr.new/mppx@514

commit: 55a74b1

@brendanjryan

Copy link
Copy Markdown
Collaborator

@dependabot rebase

…th 3 updates

Bumps the npm-development group with 3 updates in the / directory: [file-type](https://github.com/sindresorhus/file-type), [rolldown](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) and [testcontainers](https://github.com/testcontainers/testcontainers-node).


Updates `file-type` from 21.3.2 to 22.0.1
- [Release notes](https://github.com/sindresorhus/file-type/releases)
- [Commits](sindresorhus/file-type@v21.3.2...v22.0.1)

Updates `rolldown` from 1.0.2 to 1.0.3
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.0.3/packages/rolldown)

Updates `testcontainers` from 12.0.0 to 12.0.1
- [Release notes](https://github.com/testcontainers/testcontainers-node/releases)
- [Commits](testcontainers/testcontainers-node@v12.0.0...v12.0.1)

---
updated-dependencies:
- dependency-name: file-type
  dependency-version: 22.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-development
- dependency-name: rolldown
  dependency-version: 1.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development
- dependency-name: testcontainers
  dependency-version: 12.0.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps-dev): bump the npm-development group with 3 updates chore(deps-dev): bump the npm-development group across 1 directory with 3 updates Jun 8, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/npm-development-70b0a533e5 branch from 2ad80f2 to 55a74b1 Compare June 8, 2026 16:56
@brendanjryan brendanjryan merged commit f0aa2b0 into main Jun 8, 2026
14 of 15 checks passed
@brendanjryan brendanjryan deleted the dependabot/npm_and_yarn/npm-development-70b0a533e5 branch June 8, 2026 21:51
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