Skip to content

chore(deps): Bump typescript from 5.9.3 to 6.0.2 in /nodejs#28

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/nodejs/typescript-6.0.2
Open

chore(deps): Bump typescript from 5.9.3 to 6.0.2 in /nodejs#28
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/nodejs/typescript-6.0.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 24, 2026

Copy link
Copy Markdown

Bumps typescript from 5.9.3 to 6.0.2.

Release notes

Sourced from typescript's releases.

TypeScript 6.0

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0 Beta

For release notes, check out the release announcement.

Downloads are available on:

Commits

Dependabot compatibility score

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)

Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.9.3...v6.0.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-version: 6.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Mar 24, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies, nodejs. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

yfedoseev added a commit that referenced this pull request Jun 11, 2026
…2023)

A Misra-Gries sketch has ℓ1-sensitivity k, so the naive DP release needs
Θ(k/ε) noise per counter. Lebeda & Tětek reduce this to O(1/ε) by
exploiting that, represented as (counts − mean, mean), neighbouring
sketches differ by < 2 in ℓ1: each counter is released as
ĉ_x = c_x + Lap_x + Lap_shared (independent per-counter noise + one
shared sample, both scale 1/ε), then counters below a threshold are
dropped so absent keys stay hidden.

Uses the discrete Laplace (two-sided geometric) mechanism — the
attack-resistant integer variant the paper recommends (§5.2) — with the
matching threshold τ = 1 + 2⌈ln(6e^ε/((e^ε+1)δ))⌉/ε, giving (ε,δ)-DP.
Mechanism + threshold transcribed against the paper PDF.

Caller-supplied RNG (CSPRNG in production); generic over
T: Hash + Eq + Clone. Opens DP heavy-hitters alongside the central-DP
DpCountMin and local-DP OlhFrequencyOracle/CountMeanSketch.

Roadmap Tier 3 (#28, DP Misra-Gries). Paper-verified.

5 unit tests + doctest; full lib suite 1051 passing; clippy -D warnings
(lib) and fmt clean.
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