Skip to content

chore(deps): bump the minor-updates group with 26 updates - #707

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot-npm_and_yarn-minor-updates-c087c1b7f9
Open

chore(deps): bump the minor-updates group with 26 updates#707
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot-npm_and_yarn-minor-updates-c087c1b7f9

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 5, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor-updates group with 26 updates:

Package From To
@microsoft/api-extractor 7.58.8 7.58.12
@vitest/eslint-plugin 1.6.20 1.6.24
knip 6.16.1 6.31.0
prettier 3.8.4 3.9.6
tsx 4.22.4 4.23.1
typescript-eslint 8.61.0 8.65.0
@clack/prompts 1.5.1 1.7.0
serialize-javascript 7.0.5 7.0.7
@docusaurus/core 3.10.1 3.10.2
@docusaurus/plugin-vercel-analytics 3.10.1 3.10.2
@docusaurus/preset-classic 3.10.1 3.10.2
@tailwindcss/postcss 4.3.0 4.3.3
postcss 8.5.15 8.5.25
tailwindcss 4.3.0 4.3.3
@docusaurus/module-type-aliases 3.10.1 3.10.2
@docusaurus/tsconfig 3.10.1 3.10.2
@docusaurus/types 3.10.1 3.10.2
@typescript-eslint/rule-tester 8.61.0 8.65.0
@typescript-eslint/utils 8.61.0 8.65.0
p-limit 7.3.0 7.3.1
tinyrainbow 3.1.0 3.1.1
yargs 18.0.0 18.1.0
typedoc 0.28.19 0.28.20
type-fest 5.7.0 5.8.0
@types/vscode 1.120.0 1.125.0
vscode-languageclient 10.0.0 10.1.0

Updates @microsoft/api-extractor from 7.58.8 to 7.58.12

Changelog

Sourced from @​microsoft/api-extractor's changelog.

7.58.12

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.

7.58.11

Fri, 17 Jul 2026 00:15:59 GMT

Version update only

7.58.10

Thu, 16 Jul 2026 00:16:13 GMT

Version update only

7.58.9

Sat, 13 Jun 2026 00:16:18 GMT

Version update only

Commits
  • f1c7396 Bump versions [skip ci]
  • 75089a6 Update changelogs [skip ci]
  • a0f04af [api-extractor] Fix O(n^2) condenseTokens cost (#5878)
  • 99e0e61 Forbid private static members and refactor existing usages to module scope ...
  • 5e32c62 chore: bump decoupled local dependencies (#5879)
  • 6bb6a2b Bump versions [skip ci]
  • b1b4b14 Update changelogs [skip ci]
  • ddfc8af chore: bump decoupled local dependencies (#5873)
  • 3cde295 Bump versions [skip ci]
  • 65b8144 Update changelogs [skip ci]
  • Additional commits viewable in compare view

Updates @vitest/eslint-plugin from 1.6.20 to 1.6.24

Release notes

Sourced from @​vitest/eslint-plugin's releases.

v1.6.24

   🐞 Bug Fixes

    View changes on GitHub

v1.6.23

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v1.6.22

   🐞 Bug Fixes

    View changes on GitHub

v1.6.21

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 1a0fdaf chore: release v1.6.24
  • 57e5389 fix(valid-expect): fix poll and element taking 1 or 2 arguments (#931)
  • 8ce9857 chore: release v1.6.23
  • 5e1e140 feat(prefer-expect-assertions): add disallowHasAssertions option (#929)
  • 792320a fix(valid-expect): handle static expect APIs (#930)
  • 394ddb6 fix: 8 warnings for unexpected node version input (#928)
  • 61bc715 chore: release v1.6.22
  • 3415709 fix: handle expect.any separately from Chai any flag (#925)
  • ffe3299 chore: release v1.6.21
  • af7ac0c Initial support for aroundEach and aroundAll hooks (#923)
  • Additional commits viewable in compare view

Updates knip from 6.16.1 to 6.31.0

Release notes

Sourced from knip's releases.

Release 6.31.0

  • feat: Add basic support for Marko 6 and 5 (#1914) (c6b151642701f9b4864ddb5ea8e40580623f59d1) - thanks @​caseycarroll!
  • Use Array.from in Marko compiler (5aadf47a22bdfd43bb8ad4082768e07fe37fc5ca)
  • Update release-it and fix release script flags (6fa9c269c65c0923965924226a5ccf0778842967)
  • Downgrade @​types/vscode to match extension engines range (6d8e9bf5200cf982d0bc801469c4e2be5627e5b8)

Release 6.30.0

  • docs: migrate to Starlight Blog plugin (#1854) (c89e3e3c9) - thanks @​trueberryless!
  • Include workspace dependencies in scoped runs (resolve #1901) (a75309eda)
  • Simplify workspace assembly (b3ac16411)
  • Document export declaration safety (ef98a7682)
  • Read object jsPlugin specifiers from Vite+ config (#1879) (3ea6a92d4) - thanks @​matchai!
  • Compile gitignore negations once (6884cdb20)
  • Cache Node test script detection (d970f67d8)
  • Track only enabled workspace plugins (67d48268a)
  • Skip unsupported Vite config command (545bb2d36)
  • Add SARIF reporter (ce11cf5d4)
  • Track catalog refs in pnpm dlx scripts (resolve #1885, close #1886) (102189a1a)
  • Report unresolved catalog references (b2b86c3e5)
  • Track catalog references across scoped runs (resolve #1905) (f0365bae0)
  • Track script catalog references across scoped runs (9b3ab3778)
  • Remove tsc from ignoreBinaries (a0a283040)
  • fix: detect dynamic imports in Svelte component templates (#1908) (aa303fb04) - thanks @​firatciftci!
  • fix(remark): support all types of dependency names (#1911) (3441bea3a) - thanks @​voxpelli!
  • Update sanity snapshot (d04aa04e5)
  • feat(stryker): add ts extensions (#1910) (cfc50886e) - thanks @​christopher-buss!
  • Adopt @​e18e/eslint-plugin (adf2511ab)
  • Remove Workleap from sponsors (d4f6af9ff)
  • Update dependencies (3f61542f6)
  • Add ES2023 array types to TypeScript 5 CI (360a47157)
  • Update sentry snapshot (7defc1853)
  • Analyze published type dependencies (resolve #1909) (#1912) (87d713e52)
  • Update TanStack and Code Forge logos (39ed8c82b)
  • Track assets referenced from SCSS URLs (resolve #1916) (cbe13bf87)
  • Consume only the default export of inline dynamic import loaders (resolve #1915) (b90a299e2)
  • Update ecosystem snapshots (3f6cdee15)
  • Update dependencies (6cdb3a6ac)

Release 6.29.0

  • fix(glob): do not follow symbolic links in async glob (#1900) (b7d5ce2f545d91953a97733aa1567e8728b20644) - thanks @​mogelbrod!
  • Add built-in compiler for tsrx (db05e0142a41fad2ad45d62ba5106e0d97c92b45)
  • Fix -u shortcut for --duration (932b9262af275d209923a5efab1b6f23067bb006)

Release 6.28.0

  • Update oxc-resolver (resolve #1889) (1444f6aaf04d42ad07ee0b88da4dfae0e116043a)
  • Keep entry-exported members public (resolve #1890) (94967c13a589a7e83408b1495c31323ac126fcab)
  • Don't un-ignore sibling paths on unrelated gitignore negations (resolve #1891) (5c026ba50c1e89804fc5094a52dc4c4c37d92bc2)
  • Memoize the gitignore shadowed-pattern check (a5fa3b0ebb7f84c107dba1c1ca9a9b73995f668f)
  • Ignore nested files under a gitignore dir/* pattern (404a53e3e49fa7c1f51b60bcb30ea50450f75aab)
  • Track types referenced by JSDoc imports (resolve #1888) (6ae48aadbe03952690c8608e6df42bd039cf6624)

... (truncated)

Commits

Updates prettier from 3.8.4 to 3.9.6

Release notes

Sourced from prettier's releases.

3.9.6

What's Changed

🔗 Changelog

3.9.5

🔗 Changelog

3.9.4

  • Angular: Format @content(name) -> @content (name) to align with other block syntax (#19499 by @​fisker)

🔗 Changelog

3.9.3

🔗 Changelog

3.9.1

🔗 Changelog

3.9.0

diff

🔗 Prettier 3.9: Major parser upgrades and Formatting improvements

3.8.5

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.9.6

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

... (truncated)

Commits

Updates tsx from 4.22.4 to 4.23.1

Release notes

Sourced from tsx's releases.

v4.23.1

4.23.1 (2026-07-13)

Bug Fixes

  • support tsImport after global preload (8d4ffc2)
  • watch: avoid clearing piped output (95d0672)
  • watch: treat script and dependency paths literally (79fddde)

Performance Improvements

  • index transform cache lazily (e818ad6)
  • load esbuild lazily in CLI (d067938)
  • map Node TypeScript formats directly (cdcc623)
  • use sync module hooks on Node v22.22.3+ (f8992f1)

This release is also available on:

v4.23.0

4.23.0 (2026-07-03)

Bug Fixes

Features


This release is also available on:

v4.22.5

4.22.5 (2026-07-02)

Bug Fixes

  • isolate hook state per async module.register() registration (a305f36)

This release is also available on:

Commits
  • 79fddde fix(watch): treat script and dependency paths literally
  • e818ad6 perf: index transform cache lazily
  • cdcc623 perf: map Node TypeScript formats directly
  • d067938 perf: load esbuild lazily in CLI
  • 95d0672 fix(watch): avoid clearing piped output
  • 6fd4607 docs: add per-page metadata
  • f4176d8 docs: generate sitemap
  • 8d4ffc2 fix: support tsImport after global preload
  • f0e89b2 docs: document Node's public type-stripping API vs internal loader path
  • f8992f1 perf: use sync module hooks on Node v22.22.3+
  • Additional commits viewable in compare view

Updates typescript-eslint from 8.61.0 to 8.65.0

Release notes

Sourced from typescript-eslint's releases.

v8.65.0

8.65.0 (2026-07-20)

🚀 Features

  • add warning when TS 7 is detected (#12529)
  • eslint-plugin: [no-restricted-imports] deprecate extension rule (#12527, #19562, #11889)
  • eslint-plugin: [no-shadow] specialized error on enum declaration and member shadowing (#12578)
  • parser: add onUnsupportedTypeScriptVersion option to error on unsupported TypeScript versions (#12465)
  • typescript-estree: throw for invalid import defer syntax (#12552)

🩹 Fixes

  • eslint-plugin: [prefer-string-starts-ends-with] handle escaped $ ending regex literals (#12515)
  • eslint-plugin: [unbound-method] report unbound methods accessed via member expression on union types (#12448)
  • eslint-plugin: [no-unnecessary-parameter-property-assignment] don't flag computed assignments with a variable key (#12568)

❤️ Thank You

See GitHub Releases for more information.

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

v8.64.0

8.64.0 (2026-07-13)

🚀 Features

  • support parsing import defer (#12513)
  • eslint-plugin: [no-loop-func] support using / await using declarations and deprecate the rule (#12500)
  • typescript-estree: throw for invalid definite assignment in class properties (#12543)

🩹 Fixes

  • eslint-plugin: [require-array-sort-compare] handle constrained arrays (#12512)

❤️ Thank You

See GitHub Releases for more information.

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

... (truncated)

Changelog

Sourced from typescript-eslint's changelog.

8.65.0 (2026-07-20)

🚀 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.

8.64.0 (2026-07-13)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

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

8.63.0 (2026-07-06)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

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

8.62.1 (2026-06-29)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

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

8.62.0 (2026-06-22)

🚀 Features

  • remove redundant package.json "files" (#12444)

❤️ Thank You

See GitHub Releases for more information.

... (truncated)

Commits

Updates @clack/prompts from 1.5.1 to 1.7.0

Release notes

Sourced from @​clack/prompts's releases.

@​clack/prompts@​1.7.0

Minor Changes

  • #574 8f1c380 Thanks @​dreyfus92! - Add showInstructions option to select, multiselect, and groupMultiselect. Keyboard hints remain shown by default; pass showInstructions: false to hide them.

Patch Changes

@​clack/prompts@​1.6.0

Minor Changes

  • #568 f87933f Thanks @​florian-lefebvre! - Updates default formatter of note() to note dim lines anymore

    If you want the old behavior, provide a format() function:

    import { note } from '@clack/prompts';
    +import { styleText } from 'node:util';
    note(
    'You can edit the file src/index.jsx',
    'Next steps.'
    
    { format: (text) => styleText('dim', text) }
    );
  • #567 cc6aab5 Thanks @​dreyfus92! - Add keyboard instruction footers to select, multiselect, and groupMultiselect in the active state, matching autocomplete. No option — always shown.

  • Patch Changes

    Changelog

    Sourced from @​clack/prompts's changelog.

    1.7.0

    Minor Changes

    • #574 8f1c380 Thanks @​dreyfus92! - Add showInstructions option to select, multiselect, and groupMultiselect. Keyboard hints remain shown by default; pass showInstructions: false to hide them.

    Patch Changes

    1.6.0

    Minor Changes

    • #568 f87933f Thanks @​florian-lefebvre! - Updates default formatter of note() to note dim lines anymore

      If you want the old behavior, provide a format() function:

      import { note } from '@clack/prompts';
      +import { styleText } from 'node:util';
      note(
      'You can edit the file src/index.jsx',
      'Next steps.'
      
      { format: (text) => styleText('dim', text) }
      );
  • #567 cc6aab5 Thanks @​dreyfus92! - Add keyboard instruction footers to select, multiselect, and groupMultiselect in the active state, matching autocomplete. No option — always shown.

  • Patch Changes

    Commits

    Updates serialize-javascript from 7.0.5 to 7.0.7

    Release notes

    Sourced from serialize-javascript's releases.

    v7.0.7

    What's Changed

    Full Changelog: yahoo/serialize-javascript@v7.0.6...v7.0.7

    v7.0.6

    What's Changed

    Full Changelog: yahoo/serialize-javascript@v7.0.5...v7.0.6

    Commits
    • 01bec60 release: v7.0.7
    • 5009715 fix: reject spoofed RegExp objects with non-string source property
    • 153eb43 release: v7.0.6
    • a83d2cb fix: reject spoofed URL objects with non-string toString() result
    • 451af65 build(deps-dev): bump lodash from 4.17.23 to 4.18.1 (#215)
    • See full diff in compare view

    Updates @docusaurus/core from 3.10.1 to 3.10.2

    Release notes

    Sourced from @​docusaurus/core's releases.

    3.10.2 (2026-07-10)

    Backport and cherry-pick commits from main for v3.10.2 patch release:

    Changelog

    Sourced from @​docusaurus/core's changelog.

    3.10.2 (2026-07-10)

    Backport and cherry-pick commits from main for v3.10.2 patch release:

    Commits
    • f37f903 v3.10.2
    • 2f5389d chore: cherry-pick commits for v3.10.2 patch release (#12265)
    • See full diff in

    Bumps the minor-updates group with 26 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [@microsoft/api-extractor](https://github.com/microsoft/rushstack/tree/HEAD/apps/api-extractor) | `7.58.8` | `7.58.12` |
    | [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest) | `1.6.20` | `1.6.24` |
    | [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) | `6.16.1` | `6.31.0` |
    | [prettier](https://github.com/prettier/prettier) | `3.8.4` | `3.9.6` |
    | [tsx](https://github.com/privatenumber/tsx) | `4.22.4` | `4.23.1` |
    | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.61.0` | `8.65.0` |
    | [@clack/prompts](https://github.com/bombshell-dev/clack/tree/HEAD/packages/prompts) | `1.5.1` | `1.7.0` |
    | [serialize-javascript](https://github.com/yahoo/serialize-javascript) | `7.0.5` | `7.0.7` |
    | [@docusaurus/core](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus) | `3.10.1` | `3.10.2` |
    | [@docusaurus/plugin-vercel-analytics](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-plugin-vercel-analytics) | `3.10.1` | `3.10.2` |
    | [@docusaurus/preset-classic](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic) | `3.10.1` | `3.10.2` |
    | [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss) | `4.3.0` | `4.3.3` |
    | [postcss](https://github.com/postcss/postcss) | `8.5.15` | `8.5.25` |
    | [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.3.0` | `4.3.3` |
    | [@docusaurus/module-type-aliases](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-module-type-aliases) | `3.10.1` | `3.10.2` |
    | [@docusaurus/tsconfig](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-tsconfig) | `3.10.1` | `3.10.2` |
    | [@docusaurus/types](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-types) | `3.10.1` | `3.10.2` |
    | [@typescript-eslint/rule-tester](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/rule-tester) | `8.61.0` | `8.65.0` |
    | [@typescript-eslint/utils](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/utils) | `8.61.0` | `8.65.0` |
    | [p-limit](https://github.com/sindresorhus/p-limit) | `7.3.0` | `7.3.1` |
    | [tinyrainbow](https://github.com/tinylibs/tinyrainbow) | `3.1.0` | `3.1.1` |
    | [yargs](https://github.com/yargs/yargs) | `18.0.0` | `18.1.0` |
    | [typedoc](https://github.com/TypeStrong/TypeDoc) | `0.28.19` | `0.28.20` |
    | [type-fest](https://github.com/sindresorhus/type-fest) | `5.7.0` | `5.8.0` |
    | [@types/vscode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/vscode) | `1.120.0` | `1.125.0` |
    | [vscode-languageclient](https://github.com/Microsoft/vscode-languageserver-node/tree/HEAD/client) | `10.0.0` | `10.1.0` |
    
    
    Updates `@microsoft/api-extractor` from 7.58.8 to 7.58.12
    - [Changelog](https://github.com/microsoft/rushstack/blob/main/apps/api-extractor/CHANGELOG.md)
    - [Commits](https://github.com/microsoft/rushstack/commits/@microsoft/api-extractor_v7.58.12/apps/api-extractor)
    
    Updates `@vitest/eslint-plugin` from 1.6.20 to 1.6.24
    - [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
    - [Commits](vitest-dev/eslint-plugin-vitest@v1.6.20...v1.6.24)
    
    Updates `knip` from 6.16.1 to 6.31.0
    - [Release notes](https://github.com/webpro-nl/knip/releases)
    - [Commits](https://github.com/webpro-nl/knip/commits/knip@6.31.0/packages/knip)
    
    Updates `prettier` from 3.8.4 to 3.9.6
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@3.8.4...3.9.6)
    
    Updates `tsx` from 4.22.4 to 4.23.1
    - [Release notes](https://github.com/privatenumber/tsx/releases)
    - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
    - [Commits](privatenumber/tsx@v4.22.4...v4.23.1)
    
    Updates `typescript-eslint` from 8.61.0 to 8.65.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.65.0/packages/typescript-eslint)
    
    Updates `@clack/prompts` from 1.5.1 to 1.7.0
    - [Release notes](https://github.com/bombshell-dev/clack/releases)
    - [Changelog](https://github.com/bombshell-dev/clack/blob/main/packages/prompts/CHANGELOG.md)
    - [Commits](https://github.com/bombshell-dev/clack/commits/@clack/prompts@1.7.0/packages/prompts)
    
    Updates `serialize-javascript` from 7.0.5 to 7.0.7
    - [Release notes](https://github.com/yahoo/serialize-javascript/releases)
    - [Commits](yahoo/serialize-javascript@v7.0.5...v7.0.7)
    
    Updates `@docusaurus/core` from 3.10.1 to 3.10.2
    - [Release notes](https://github.com/facebook/docusaurus/releases)
    - [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/facebook/docusaurus/commits/v3.10.2/packages/docusaurus)
    
    Updates `@docusaurus/plugin-vercel-analytics` from 3.10.1 to 3.10.2
    - [Release notes](https://github.com/facebook/docusaurus/releases)
    - [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/facebook/docusaurus/commits/v3.10.2/packages/docusaurus-plugin-vercel-analytics)
    
    Updates `@docusaurus/preset-classic` from 3.10.1 to 3.10.2
    - [Release notes](https://github.com/facebook/docusaurus/releases)
    - [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/facebook/docusaurus/commits/v3.10.2/packages/docusaurus-preset-classic)
    
    Updates `@tailwindcss/postcss` from 4.3.0 to 4.3.3
    - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
    - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.3.3/packages/@tailwindcss-postcss)
    
    Updates `postcss` from 8.5.15 to 8.5.25
    - [Release notes](https://github.com/postcss/postcss/releases)
    - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
    - [Commits](postcss/postcss@8.5.15...8.5.25)
    
    Updates `tailwindcss` from 4.3.0 to 4.3.3
    - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
    - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.3.3/packages/tailwindcss)
    
    Updates `@docusaurus/module-type-aliases` from 3.10.1 to 3.10.2
    - [Release notes](https://github.com/facebook/docusaurus/releases)
    - [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/facebook/docusaurus/commits/v3.10.2/packages/docusaurus-module-type-aliases)
    
    Updates `@docusaurus/tsconfig` from 3.10.1 to 3.10.2
    - [Release notes](https://github.com/facebook/docusaurus/releases)
    - [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/facebook/docusaurus/commits/v3.10.2/packages/docusaurus-tsconfig)
    
    Updates `@docusaurus/types` from 3.10.1 to 3.10.2
    - [Release notes](https://github.com/facebook/docusaurus/releases)
    - [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/facebook/docusaurus/commits/v3.10.2/packages/docusaurus-types)
    
    Updates `@typescript-eslint/rule-tester` from 8.61.0 to 8.65.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/rule-tester/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.65.0/packages/rule-tester)
    
    Updates `@typescript-eslint/utils` from 8.61.0 to 8.65.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/utils/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.65.0/packages/utils)
    
    Updates `p-limit` from 7.3.0 to 7.3.1
    - [Release notes](https://github.com/sindresorhus/p-limit/releases)
    - [Commits](sindresorhus/p-limit@v7.3.0...v7.3.1)
    
    Updates `tinyrainbow` from 3.1.0 to 3.1.1
    - [Release notes](https://github.com/tinylibs/tinyrainbow/releases)
    - [Commits](tinylibs/tinyrainbow@v3.1.0...v3.1.1)
    
    Updates `yargs` from 18.0.0 to 18.1.0
    - [Release notes](https://github.com/yargs/yargs/releases)
    - [Changelog](https://github.com/yargs/yargs/blob/main/CHANGELOG.md)
    - [Commits](yargs/yargs@v18.0.0...v18.1.0)
    
    Updates `typedoc` from 0.28.19 to 0.28.20
    - [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
    - [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
    - [Commits](TypeStrong/typedoc@v0.28.19...v0.28.20)
    
    Updates `type-fest` from 5.7.0 to 5.8.0
    - [Release notes](https://github.com/sindresorhus/type-fest/releases)
    - [Commits](sindresorhus/type-fest@v5.7.0...v5.8.0)
    
    Updates `@types/vscode` from 1.120.0 to 1.125.0
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/vscode)
    
    Updates `vscode-languageclient` from 10.0.0 to 10.1.0
    - [Release notes](https://github.com/Microsoft/vscode-languageserver-node/releases)
    - [Commits](https://github.com/Microsoft/vscode-languageserver-node/commits/release/client/10.1.0/client)
    
    ---
    updated-dependencies:
    - dependency-name: "@microsoft/api-extractor"
      dependency-version: 7.58.12
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: minor-updates
    - dependency-name: "@vitest/eslint-plugin"
      dependency-version: 1.6.24
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: minor-updates
    - dependency-name: knip
      dependency-version: 6.31.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: minor-updates
    - dependency-name: prettier
      dependency-version: 3.9.6
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: minor-updates
    - dependency-name: tsx
      dependency-version: 4.23.1
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: minor-updates
    - dependency-name: typescript-eslint
      dependency-version: 8.65.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: minor-updates
    - dependency-name: "@clack/prompts"
      dependency-version: 1.7.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: minor-updates
    - dependency-name: serialize-javascript
      dependency-version: 7.0.7
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: minor-updates
    - dependency-name: "@docusaurus/core"
      dependency-version: 3.10.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: minor-updates
    - dependency-name: "@docusaurus/plugin-vercel-analytics"
      dependency-version: 3.10.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: minor-updates
    - dependency-name: "@docusaurus/preset-classic"
      dependency-version: 3.10.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: minor-updates
    - dependency-name: "@tailwindcss/postcss"
      dependency-version: 4.3.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: minor-updates
    - dependency-name: postcss
      dependency-version: 8.5.25
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: minor-updates
    - dependency-name: tailwindcss
      dependency-version: 4.3.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: minor-updates
    - dependency-name: "@docusaurus/module-type-aliases"
      dependency-version: 3.10.2
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: minor-updates
    - dependency-name: "@docusaurus/tsconfig"
      dependency-version: 3.10.2
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: minor-updates
    - dependency-name: "@docusaurus/types"
      dependency-version: 3.10.2
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: minor-updates
    - dependency-name: "@typescript-eslint/rule-tester"
      dependency-version: 8.65.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: minor-updates
    - dependency-name: "@typescript-eslint/utils"
      dependency-version: 8.65.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: minor-updates
    - dependency-name: p-limit
      dependency-version: 7.3.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: minor-updates
    - dependency-name: tinyrainbow
      dependency-version: 3.1.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: minor-updates
    - dependency-name: yargs
      dependency-version: 18.1.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: minor-updates
    - dependency-name: typedoc
      dependency-version: 0.28.20
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: minor-updates
    - dependency-name: type-fest
      dependency-version: 5.8.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: minor-updates
    - dependency-name: "@types/vscode"
      dependency-version: 1.125.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: minor-updates
    - dependency-name: vscode-languageclient
      dependency-version: 10.1.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: minor-updates
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    @dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 5, 2026
    @netlify

    netlify Bot commented Aug 5, 2026

    Copy link
    Copy Markdown

    Deploy Preview for nadle failed.

    Name Link
    🔨 Latest commit 1ffa60c
    🔍 Latest deploy log https://app.netlify.com/projects/nadle/deploys/6a72b8ab950c570008959ca3

    @pkg-pr-new

    pkg-pr-new Bot commented Aug 5, 2026

    Copy link
    Copy Markdown

    Open in StackBlitz

    create-nadle

    npx https://pkg.pr.new/nadlejs/nadle/create-nadle@707
    

    eslint-plugin-nadle

    npx https://pkg.pr.new/nadlejs/nadle/eslint-plugin-nadle@707
    

    @nadle/kernel

    npx https://pkg.pr.new/nadlejs/nadle/@nadle/kernel@707
    

    @nadle/language-server

    npx https://pkg.pr.new/nadlejs/nadle/@nadle/language-server@707
    

    nadle

    npx https://pkg.pr.new/nadlejs/nadle@707
    

    @nadle/project-resolver

    npx https://pkg.pr.new/nadlejs/nadle/@nadle/project-resolver@707
    

    nadle-vscode-extension

    npx https://pkg.pr.new/nadlejs/nadle/nadle-vscode-extension@707
    

    commit: 1ffa60c

    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 javascript Pull requests that update javascript code

    Projects

    None yet

    Development

    Successfully merging this pull request may close these issues.

    0 participants