Skip to content

Lock file maintenance - #153

Merged
microbit-matt-hillsdon merged 2 commits into
mainfrom
renovate/lock-file-maintenance
Sep 7, 2026
Merged

Lock file maintenance#153
microbit-matt-hillsdon merged 2 commits into
mainfrom
renovate/lock-file-maintenance

Conversation

@microbit-renovate

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Update Change
lockFileMaintenance All locks refreshed

🔧 This Pull Request updates lock files to use the latest dependency versions.


Configuration

📅 Schedule: (in timezone Europe/London)

  • Branch creation
    • Between day 1 and 7 of the month, and on Monday (* * 1-7 * 1)
  • Automerge
    • At any time (no schedule defined)

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Mend Renovate CLI.

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Sep 7, 2026

Copy link
Copy Markdown

Deploying microbit-connection with  Cloudflare Pages  Cloudflare Pages

Latest commit: 5e1e11b
Status: ✅  Deploy successful!
Preview URL: https://545f0444.microbit-connection.pages.dev
Branch Preview URL: https://renovate-lock-file-maintenan.microbit-connection.pages.dev

View logs

The lock file refresh moves typescript 5.8.3 -> 5.9.3, whose DOM lib
narrows BufferSource from `ArrayBufferView | ArrayBuffer` to
`ArrayBufferView<ArrayBuffer> | ArrayBuffer`. A bare Uint8Array is
backed by ArrayBufferLike, so it may be a SharedArrayBuffer view and
crypto.subtle no longer accepts it. That broke tsc and typedoc alike.

nrf-intel-hex is the only loose edge here: slicePad is typed as a bare
Uint8Array but always allocates a plain ArrayBuffer. Assert once where
that value enters, in createAppBin, and carry Uint8Array<ArrayBuffer>
through the chain down to the digest call, so the requirement is stated
where it applies rather than papered over at the point of failure.

createLegacyInitPacketV1 keeps the wide parameter: it ignores the data
entirely, so it has no such requirement and still satisfies the call
site by contravariance.

None of these are exported from the package entry points, so the public
type surface is unchanged.
@microbit-matt-hillsdon
microbit-matt-hillsdon merged commit 82618e8 into main Sep 7, 2026
4 checks passed
@microbit-matt-hillsdon
microbit-matt-hillsdon deleted the renovate/lock-file-maintenance branch September 7, 2026 10:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant