Skip to content

build(deps): bump data-structure-typed from 2.0.4 to 2.4.3#274

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/data-structure-typed-2.4.3
Open

build(deps): bump data-structure-typed from 2.0.4 to 2.4.3#274
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/data-structure-typed-2.4.3

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 20, 2026

Bumps data-structure-typed from 2.0.4 to 2.4.3.

Release notes

Sourced from data-structure-typed's releases.

v2.4.3

Full Changelog: zrwusa/data-structure-typed@v2.2.3...v2.4.3

v2.2.3

🚀 What's New in v2.2.3

This release focuses on improving the accuracy of performance benchmarks and enhancing community documentation for global contributors.

🧪 Performance Benchmarks (Critical Fix)

  • Fixed Dead Code Elimination: Resolved an issue where V8 JIT optimized away .get() operations in benchmarks, leading to unrealistic results (2ns/op). The benchmarks now measure true lookup latency.
  • Enhanced Metrics: The benchmark runner now reports professional-grade metrics:
    • Ops/Sec (Throughput)
    • Latency (μs/op)
    • Stability (Relative Mean Error %)

📚 Documentation & Community

  • Bilingual Support: Added zh-CN (Chinese) translations for all community guides:
    • CODE_OF_CONDUCT.md / CODE_OF_CONDUCT.zh-CN.md
    • CONTRIBUTING.md / CONTRIBUTING.zh-CN.md
    • COMMANDS.md / COMMANDS.zh-CN.md
  • Doc Fixes: Fixed broken relative links to ARCHITECTURE.md in README.

🛠 Maintenance

  • Optimized package.json scripts and single-suite-runner for better developer experience.

Full Changelog: zrwusa/data-structure-typed@v2.2.2...v2.2.3

v2.2.2

📚 Documentation

  • Introduced a comprehensive new documentation set
  • Added a complete Playground guide with NestJS + StackBlitz examples
  • Improved onboarding and usage clarity for new users

🧪 Examples

  • Added a fully working ranking demo using Red-Black Tree
  • Demonstrated real-world usage patterns and performance characteristics

No breaking changes.

Changelog

Sourced from data-structure-typed's changelog.

v2.4.3 (3 March 2026)

v2.2.3 (6 January 2026)

v2.2.2 (5 January 2026)

Changes

Commits
  • 1bb56bd feat: Add GitHub Actions auto-release + update README
  • 2e35d20 release: v2.4.3
  • 6949836 refactor(clone): Use isMapMode getter instead of type assertion
  • 7ca168c feat(TreeMap/TreeSet): Add clone() method
  • a3bdd7b fix(scripts): Update publish_docs.sh for new docs structure
  • f596f2b refactor: Reorganize docs directory structure
  • 4c270f2 refactor(perf): Rename 'classic' to 'DST classic' in benchmarks
  • 323cfaf feat(schema): Add 5 high-value QA templates (+92 pairs)
  • e68d982 feat(schema): Enhance QA generation quality (743 -> 2264 pairs)
  • d7b52aa feat(schema): Add retrieval chunks + knowledge graph triples
  • Additional commits viewable in compare view

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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 20, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 20, 2026 13:16
@dependabot dependabot bot requested a review from RitamAgrawal March 20, 2026 13:16
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 20, 2026
@kylewalke
Copy link
Contributor

@dependabot recreate

Bumps [data-structure-typed](https://github.com/zrwusa/data-structure-typed) from 2.0.4 to 2.4.3.
- [Release notes](https://github.com/zrwusa/data-structure-typed/releases)
- [Changelog](https://github.com/zrwusa/data-structure-typed/blob/main/CHANGELOG.md)
- [Commits](zrwusa/data-structure-typed@v2.0.4...v2.4.3)

---
updated-dependencies:
- dependency-name: data-structure-typed
  dependency-version: 2.4.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/data-structure-typed-2.4.3 branch from a522412 to dc6773c Compare March 21, 2026 01:31
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant