Skip to content

chore(deps): update node - #89

Merged
arpad-csepi merged 1 commit into
mainfrom
renovate/node
Jul 29, 2026
Merged

chore(deps): update node#89
arpad-csepi merged 1 commit into
mainfrom
renovate/node

Conversation

@agntcy-automation

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@microsoft/api-extractor (source) 7.58.117.58.12 age confidence
prettier (source) 3.9.53.9.6 age confidence
typescript-eslint (source) 8.64.08.65.0 age confidence

Release Notes

microsoft/rushstack (@​microsoft/api-extractor)

v7.58.12

Compare Source

Tue, 21 Jul 2026 02:53:22 GMT

Patches
  • Improve the performance of the internal excerpt token condensing algorithm from O(n^2) to O(n) by eliminating repeated array splicing and per-merge bookkeeping.
prettier/prettier (prettier)

v3.9.6

Compare Source

diff

TypeScript: Preserve quotes for methods named new (#​19621 by @​kovsu)
// Input
interface Container {
  "new"(id: string): number;
}

// Prettier 3.9.5
interface Container {
  new(id: string): number;
}

// Prettier 3.9.6
interface Container {
  "new"(id: string): number;
}
TypeScript: Support import defer (#​19624, #​19675 by @​fisker)
// Input
import defer * as foo from "foo";

// Prettier 3.9.5
import * as foo from "foo";

// Prettier 3.9.6
import defer * as foo from "foo";
JavaScript: Added a new official plugin @prettier/plugin-yuku (#​19628, #​19629 by @​fisker)

@prettier/plugin-yuku is powered by Yuku (A high-performance JavaScript/TypeScript compiler toolchain written in Zig).

This plugin includes two new parsers: yuku (JavaScript syntax) and yuku-ts (TypeScript syntax).

To use this plugin:

  1. Install the plugin:

    yarn add --dev prettier @​prettier/plugin-yuku
  2. Add it to your .prettierrc:

    plugins:
      - "@​prettier/plugin-yuku"

Due to package size limitations, this plugin is not bundled with the main prettier package and must be installed separately.

For more information, check the package homepage.

Big thanks to @​arshad-yaseen for his excellent work.

typescript-eslint/typescript-eslint (typescript-eslint)

v8.65.0

Compare Source

🚀 Features
  • add warning when TS 7 is detected (#​12529)
❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

@agntcy-automation agntcy-automation Bot added the dependencies Pull requests that update a dependency file label Jul 29, 2026
@agntcy-automation
agntcy-automation Bot requested a review from a team as a code owner July 29, 2026 07:07
@agntcy-automation agntcy-automation Bot added the dependencies Pull requests that update a dependency file label Jul 29, 2026
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@arpad-csepi
arpad-csepi merged commit cf984f2 into main Jul 29, 2026
17 checks passed
@arpad-csepi
arpad-csepi deleted the renovate/node branch July 29, 2026 12:54
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.

2 participants