Skip to content

fix(deps): update dependency pako to v3#24

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/pako-3.x
Open

fix(deps): update dependency pako to v3#24
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/pako-3.x

Conversation

@renovate

@renovate renovate Bot commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
pako ^2.1.0^3.0.0 age confidence

Release Notes

nodeca/pako (pako)

v3.0.0

Compare Source

Added
  • Generated type definitions.
  • Low-level zlib API exports.
  • .onStart() hooks for advanced stream setup.
Changed
  • Switched sources to TypeScript, and tests, examples and benchmarks to ESM.
  • Changed exports to named-only. Use import * as pako from 'pako' instead of
    default import if you need the whole API as an object.
  • Changed package files layout. See package.json for supported entry points.
  • legacyHash default is now false. Binary output is now compatible with
    nodejs by default.
  • dictionary option now accepts only Uint8Array / ArrayBuffer
    (no String anymore).
  • .onEnd() now only assembles output chunks into result, and no longer sets
    the err / msg fields.
  • Use native TextEncoder / TextDecoder for string conversion. Removed shims.
  • Replaced { to: 'string' }) with { toText: true }) for UTF-8 text output in
    high-level helpers (inflate, inflateRaw, ungzip).
  • Build dist/ on publish instead of keeping generated bundles in git.
  • Inflate.push() after stream end returns the decode result, not always
    false.
Removed
  • Default export. import pako from 'pako' is no longer supported.
  • { to: 'string' }) option from the streaming Inflate class. It now always
    emits byte chunks.
  • Automatic gzip header collection in Inflate. Use .onStart() with
    zlibInflateGetHeader() to read gzip metadata.
  • Prebuilt dist/ bundles from repository.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jun 26, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
❌ Deployment failed
View logs
earthapp-cloud 99ac355 Jun 26 2026, 06:05 AM

@codecov

codecov Bot commented Jun 26, 2026

Copy link
Copy Markdown

❌ 12 Tests Failed:

Tests completed Failed Passed Skipped
779 12 767 0
View the top 3 failed test(s) by shortest run time
tests/user/quests/tracking.spec.ts > enrichProgressEntries > enriches binary entries with the expected data URL MIME prefixes
Stack Traces | 0.001s run time
TypeError: Cannot read properties of undefined (reading 'deflate')
 ❯ Module.deflate src/util/util.ts:333:26
 ❯ putEncryptedObject .../user/quests/tracking.spec.ts:34:27
 ❯ .../user/quests/tracking.spec.ts:86:4
tests/user/quests/tracking.spec.ts > quest lifecycle helpers > archives completed quest progress and exposes it via history APIs
Stack Traces | 0.001s run time
TypeError: Cannot read properties of undefined (reading 'deflate')
 ❯ deflate src/util/util.ts:333:26
 ❯ encryptForR2 .../user/quests/tracking.ts:117:27
 ❯ archiveCompletedQuest .../user/quests/tracking.ts:355:24
 ❯ doArchive .../user/quests/tracking.ts:483:9
 ❯ Module.maybeArchiveCompletedQuest .../user/quests/tracking.ts:500:9
 ❯ .../user/quests/tracking.spec.ts:747:3
tests/util/util.spec.ts > deflate > compresses byte payloads
Stack Traces | 0.001s run time
TypeError: Cannot read properties of undefined (reading 'deflate')
 ❯ deflate src/util/util.ts:333:26
 ❯ tests/util/util.spec.ts:254:28
tests/util/util.spec.ts > inflate > round-trips compressed data
Stack Traces | 0.001s run time
TypeError: Cannot read properties of undefined (reading 'deflate')
 ❯ deflate src/util/util.ts:333:26
 ❯ tests/util/util.spec.ts:263:28
tests/user/quests/tracking.spec.ts > downloadStepData > decrypts and returns stored binary payloads
Stack Traces | 0.006s run time
TypeError: Cannot read properties of undefined (reading 'deflate')
 ❯ Module.deflate src/util/util.ts:333:26
 ❯ putEncryptedObject .../user/quests/tracking.spec.ts:34:27
 ❯ .../user/quests/tracking.spec.ts:65:9
View the full list of 7 ❄️ flaky test(s)
tests/user/quests/tracking.spec.ts > updateQuestProgress > persists successful progress updates and archives completed quests

Flake rate in main: 27.27% (Passed 24 times, Failed 9 times)

Stack Traces | 0.004s run time
TypeError: Cannot read properties of undefined (reading 'deflate')
 ❯ deflate src/util/util.ts:333:26
 ❯ encryptForR2 .../user/quests/tracking.ts:117:27
 ❯ archiveCompletedQuest .../user/quests/tracking.ts:355:24
 ❯ Module.updateQuestProgress .../user/quests/tracking.ts:1150:7
 ❯ .../user/quests/tracking.spec.ts:635:28
tests/user/timer.spec.ts > UserTimer > allows starting again after a successful stop

Flake rate in main: 100.00% (Passed 0 times, Failed 1 times)

Stack Traces | 0.001s run time
TypeError: this.state.waitUntil is not a function
 ❯ UserTimer.fetch src/user/timer.ts:270:16
 ❯ tests/user/timer.spec.ts:171:24
tests/user/timer.spec.ts > UserTimer > honors administrator rank to bypass step delay on auto-advance

Flake rate in main: 100.00% (Passed 0 times, Failed 1 times)

Stack Traces | 0.009s run time
TypeError: this.state.waitUntil is not a function
 ❯ UserTimer.fetch src/user/timer.ts:270:16
 ❯ tests/user/timer.spec.ts:277:25
tests/user/timer.spec.ts > UserTimer > preserves metadata on activity_read_time trackers and completes matching read-time quests

Flake rate in main: 100.00% (Passed 0 times, Failed 1 times)

Stack Traces | 0.003s run time
TypeError: this.state.waitUntil is not a function
 ❯ UserTimer.fetch src/user/timer.ts:270:16
 ❯ tests/user/timer.spec.ts:410:25
tests/user/timer.spec.ts > UserTimer > respects step delay when no rank is supplied to the timer

Flake rate in main: 100.00% (Passed 0 times, Failed 1 times)

Stack Traces | 0.098s run time
TypeError: this.state.waitUntil is not a function
 ❯ UserTimer.fetch src/user/timer.ts:270:16
 ❯ tests/user/timer.spec.ts:341:25
tests/user/timer.spec.ts > UserTimer > stops a running timer and applies badge tracker updates

Flake rate in main: 100.00% (Passed 0 times, Failed 1 times)

Stack Traces | 0.007s run time
TypeError: this.state.waitUntil is not a function
 ❯ UserTimer.fetch src/user/timer.ts:270:16
 ❯ tests/user/timer.spec.ts:123:15
tests/user/timer.spec.ts > UserTimer > stops successfully without metadata by falling back to field id

Flake rate in main: 100.00% (Passed 0 times, Failed 1 times)

Stack Traces | 0.001s run time
TypeError: this.state.waitUntil is not a function
 ❯ UserTimer.fetch src/user/timer.ts:270:16
 ❯ tests/user/timer.spec.ts:209:24

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

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.

0 participants