Skip to content

Bump data-uri-to-buffer to 6.0.2 - #2395

Merged
Connor Peet (connor4312) merged 1 commit into
mainfrom
chrmarti/update-data-uri-to-buffer
Aug 14, 2026
Merged

Bump data-uri-to-buffer to 6.0.2#2395
Connor Peet (connor4312) merged 1 commit into
mainfrom
chrmarti/update-data-uri-to-buffer

Conversation

@chrmarti

@chrmarti Christof Marti (chrmarti) commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

Summary

  • update data-uri-to-buffer from 6.0.1 to 6.0.2
  • use the package's Node-specific implementation, which decodes base64 data URIs through the native Buffer API and improves handling of large inline source maps
  • apply the formatter-required wrapping in nodeLauncher.ts so the repository's pre-commit hook passes

Related to #1911.

Validation

  • npm run test:types
  • npm run test:unit -- --grep 'resourceProvider|SourceMapFactory'
  • targeted resourceProvider data URI tests (2 passing)
  • pre-commit test:lint and test:types
  • verified Node resolves data-uri-to-buffer/dist/node.js

Affected Insiders build

  • Version: 1.134.0-insider
  • Commit: 0f3c3b53028901b912211a99b23232b76017bcfc
  • Architecture: arm64

Use the Node-specific implementation that decodes base64 data URIs with the native Buffer API. Also apply the formatter-required wrapping needed for the repository's pre-commit hook.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@connor4312
Connor Peet (connor4312) marked this pull request as ready for review August 14, 2026 16:43
@connor4312
Connor Peet (connor4312) enabled auto-merge (squash) August 14, 2026 16:43
@connor4312
Connor Peet (connor4312) merged commit d40f8f6 into main Aug 14, 2026
12 checks passed
@connor4312
Connor Peet (connor4312) deleted the chrmarti/update-data-uri-to-buffer branch August 14, 2026 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants