Skip to content

chore: bump the development-dependencies group across 1 directory with 12 updates - #8969

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/development-dependencies-3a8af63a70
Open

chore: bump the development-dependencies group across 1 directory with 12 updates#8969
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/development-dependencies-3a8af63a70

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 23, 2026

Copy link
Copy Markdown
Contributor

Bumps the development-dependencies group with 12 updates in the / directory:

Package From To
@lerna-lite/cli 5.4.0 5.4.1
@lerna-lite/publish 5.4.0 5.4.1
@swc-node/register 1.11.1 1.12.1
prettier 3.9.5 3.9.6
tsdown 0.22.5 0.22.14
typescript-eslint 8.63.0 8.65.0
vite 8.1.4 8.1.5
@typescript-eslint/parser 8.63.0 8.65.0
@typescript-eslint/types 8.63.0 8.65.0
webpack 5.108.4 5.109.0
sass 1.101.0 1.101.7
typedoc 0.28.19 0.28.20

Updates @lerna-lite/cli from 5.4.0 to 5.4.1

Release notes

Sourced from @​lerna-lite/cli's releases.

v5.4.1

5.4.1 (2026-07-13)

Bug Fixes

Released by Lerna-Lite 🤖 Is the project useful? Give it a star ⭐

Changelog

Sourced from @​lerna-lite/cli's changelog.

5.4.1 (2026-07-13)

Note: Version bump only for package @​lerna-lite/cli

Commits
  • 1bae730 chore(release): publish new version v5.4.1
  • 8e336e0 chore(deps): switch from TS native preview to TypeScript 7 RC (#1359)
  • See full diff in compare view

Updates @lerna-lite/publish from 5.4.0 to 5.4.1

Release notes

Sourced from @​lerna-lite/publish's releases.

v5.4.1

5.4.1 (2026-07-13)

Bug Fixes

Released by Lerna-Lite 🤖 Is the project useful? Give it a star ⭐

Changelog

Sourced from @​lerna-lite/publish's changelog.

5.4.1 (2026-07-13)

Note: Version bump only for package @​lerna-lite/publish

Commits
  • 1bae730 chore(release): publish new version v5.4.1
  • 8e336e0 chore(deps): switch from TS native preview to TypeScript 7 RC (#1359)
  • See full diff in compare view

Updates @swc-node/register from 1.11.1 to 1.12.1

Commits
  • 8fdebc5 chore(release): publish
  • b2663d0 chore(deps): update pnpm to v11.14.0 (#1061)
  • 986094d fix(register): always inline source maps in auto mode so debuggers work (#1062)
  • eec0e8c chore(register): replace json-stable-stringify (#1060)
  • f3462b2 chore(release): publish
  • 0ee7282 chore: migrate to workspace versions
  • fd2a91f chore: remove useless npm version script
  • 9729f75 chore(deps): update dependency ava to v8 (#1033)
  • 1f1c80b chore(deps): update pnpm to v11.13.1 (#1058)
  • e249b6d fix(@​swc-node/register): import of dynamically loaded files; fixes #883 (#965)
  • Additional commits viewable in compare view

Updates prettier from 3.9.5 to 3.9.6

Release notes

Sourced from prettier's releases.

3.9.6

What's Changed

🔗 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 tsdown from 0.22.5 to 0.22.14

Release notes

Sourced from tsdown's releases.

v0.22.14

   🚀 Features

  • Add CLI build concurrency option  -  by @​sxzz and Jeroen Zwartepoorte (8a14c)
    View changes on GitHub

v0.22.13

   🚀 Features

  • deps: Support neverBundle: true to externalize all dependencies  -  by @​sxzz (d30a7)

   🐞 Bug Fixes

    View changes on GitHub

v0.22.12

   🚨 Breaking Changes

    View changes on GitHub

v0.22.11

   🚀 Features

    View changes on GitHub

v0.22.10

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v0.22.9

   🚀 Features

   🐞 Bug Fixes

... (truncated)

Commits
  • ff3bdbd chore: release v0.22.14
  • 8a14c35 feat: add CLI build concurrency option
  • 0525465 docs: add note about cjsDefault only applying to explicit entry modules
  • a3a3551 refactor: fix lint
  • 3dec506 refactor: use native Promise.withResolvers
  • e0266c1 docs: add tsdown users image
  • a733505 refactor: upgrade verkit, simplify version parse
  • e5fe2ca style: format
  • 3e1fc63 chore: release v0.22.13
  • a6c8734 chore: upgrade deps
  • Additional commits viewable in compare view

Updates typescript-eslint from 8.63.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.

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.

Commits

Updates vite from 8.1.4 to 8.1.5

Release notes

Sourced from vite's releases.

v8.1.5

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

8.1.5 (2026-07-16)

Bug Fixes

  • bundled-dev: avoid duplicated buildEnd (#22931) (8100320)
  • client: overlay error message format align rolldown (#22869) (5a72b87)
  • deps: update all non-major dependencies (#22921) (fef682d)
  • deps: update rolldown-related dependencies (#22922) (3c345e4)
  • module-runner: don't crash stack-trace source mapping when globalThis.Buffer is absent (#22945) (f8b38e3)
  • optimizer: respect importer module format for dynamic import interop with CJS deps (#22951) (6c08c39)
  • ssr: scope switch-case declarations to the switch, not the function (#22893) (b59a73f)

Documentation

  • build: fix incorrect @default for build.cssMinify (#22948) (c88c236)
  • build: fix incorrect @default for build.lib.formats (#22911) (369ed60)

Tests

  • avoid scanner scanning all files under __tests__ (#22912) (c961cae)
Commits
  • 5e7fe12 release: v8.1.5
  • 6c08c39 fix(optimizer): respect importer module format for dynamic import interop wit...
  • 5a72b87 fix(client): overlay error message format align rolldown (#22869)
  • f8b38e3 fix(module-runner): don't crash stack-trace source mapping when globalThis.Bu...
  • 8100320 fix(bundled-dev): avoid duplicated buildEnd (#22931)
  • c88c236 docs(build): fix incorrect @default for build.cssMinify (#22948)
  • b59a73f fix(ssr): scope switch-case declarations to the switch, not the function (#22...
  • fef682d fix(deps): update all non-major dependencies (#22921)
  • 3c345e4 fix(deps): update rolldown-related dependencies (#22922)
  • 369ed60 docs(build): fix incorrect @default for build.lib.formats (#22911)
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 8.63.0 to 8.65.0

Release notes

Sourced from @​typescript-eslint/parser'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.

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.65.0 (2026-07-20)

🚀 Features

  • add warning when TS 7 is detected (#12529)
  • parser: add onUnsupportedTypeScriptVersion option to error on unsupported TypeScript versions (#12465)

❤️ 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 parser 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.

Commits
  • 63ba81b chore(release): publish 8.65.0
  • eaf4576 feat: add warning when TS 7 is detected (#12529)
  • d8f1044 feat(parser): add onUnsupportedTypeScriptVersion option to error on unsupport...
  • 0d06406 chore: add attw validation to repo (#12437)
  • c2386e4 chore(deps): update dependency prettier to v3.9.5 (#12486)
  • 414d9ab chore(release): publish 8.64.0
  • See full diff in compare view

Updates @typescript-eslint/types from 8.63.0 to 8.65.0

Release notes

Sourced from @​typescript-eslint/types'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.

Changelog

Sourced from @​typescript-eslint/types's changelog.

8.65.0 (2026-07-20)

🚀 Features

  • parser: add onUnsupportedTypeScriptVersion option to error on unsupported TypeScript versions (#12465)

❤️ 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 types 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.

Commits
  • 63ba81b chore(release): publish 8.65.0
  • d8f1044 feat(parser): add onUnsupportedTypeScriptVersion option to error on unsupport...
  • 0d06406 chore: add attw validation to repo (#12437)
  • c2386e4 chore(deps): update dependency prettier to v3.9.5 (#12486)
  • 414d9ab chore(release): publish 8.64.0
  • See full diff in compare view

Updates webpack from 5.108.4 to 5.109.0

Release notes

Sourced from webpack's releases.

v5.109.0

Minor Changes

  • Default experiments.typescript to "auto", enabling built-in TypeScript support on Node.js >= 22.6 when no TypeScript loader is registered. (by @​alexander-akait in #21477)

  • Default experiments.css, experiments.html and experiments.asyncWebAssembly to "auto", enabling built-in support unless a loader is registered for those files; modules with inline or hook-injected loaders (e.g. html-webpack-plugin templates) keep being parsed as JavaScript. (by @​alexander-akait in #21477)

  • Add output.resourceHints to emit resource hints (preload/prefetch/modulepreload/preconnect), on by default for ESM output, plus module.parser.<type>.urlHints, css.fontPreload and javascript.dynamicImportCssPreload. (by @​alexander-akait in #21477)

  • Add built-in build progress via infrastructureLogging.progress, plus estimatedTime, phaseTimings, progress bar width and progressBar: "auto" on ProgressPlugin. (by @​alexander-akait in #21477)

  • Concatenate CommonJS modules with statically analyzable exports; opt out via optimization.concatenateModules: { commonjs: false }. (by @​alexander-akait in #21477)

  • Wrap "weird" CommonJS modules into module concatenation instead of bailing out. (by @​alexander-akait in #21477)

  • Add output.html.inline (true | "script" | "style") and the webpackInline magic comment to inline chunk content into HTML. (by @​alexander-akait in #21477)

  • Add output.html.inject to control where chunk tags are injected. (by @​alexander-akait in #21477)

  • Add output.html.title, output.html.meta and output.html.base options for head generation. (by @​alexander-akait in #21477)

  • Support per-icon link attributes (sizes, media, color, type, crossorigin) and arrays in output.html.favicon. (by @​alexander-akait in #21487)

  • Add output.html.manifest to generate and link a web app manifest with hashed icons. (by @​alexander-akait in #21487)

  • Add output.html.csp to inject a Content-Security-Policy meta with inline-content hashes and an optional nonce. (by @​alexander-akait in #21487)

  • Add the output.html injectTags compilation hook to inject tags (script/link/meta/…) with injectTo placement. (by @​alexander-akait in #21487)

  • Add the output.html transformTags compilation hook to mutate, remove, or move (between <head> and <body>) a page's existing <script>/<link>/<style>/<meta> tags. (by @​alexander-akait in #21487)

  • Extend the HTML pipeline with html link sources (bundled as their own emitted page) and rel="preload"/"prefetch" links bundled as chunks. (by @​alexander-akait in #21477)

  • Recognize more asset-bearing HTML sources: the twitter:player:stream meta, legacy SVG references, and Web App Manifest icons/screenshots/shortcuts URLs. (by @​alexander-akait in #21477)

  • Add module.parser.html.as to parse HTML as a document or an element fragment. (by @​alexander-akait in #21477)

  • Allow disabling a built-in HTML parser source via type: false in sources. (by @​alexander-akait in #21477)

  • Export webpack.html.HtmlModulesPlugin with transformHtml/htmlEmitted compilation hooks. (by @​alexander-akait in #21477)

  • Resolve @custom-media (including media-type values) and @custom-selector in native CSS. (by @​alexander-akait in #21477)

  • Scope view-transition-name/-group/-class names and ::view-transition-*() pseudo references in CSS modules under customIdents. (by @​alexander-akait in #21486)

  • Add import.meta.glob support, with a caseSensitive option and consistent hidden/node_modules matching. (by @​alexander-akait in #21477)

  • Resolve import.meta.resolve("./asset") to the emitted asset URL via the importMeta.resolve parser option. (by @​alexander-akait in #21477)

  • Add import.meta.env defaults: MODE, DEV, PROD, SSR and BASE_URL. (by @​alexander-akait in #21477)

... (truncated)

Changelog

Sourced from webpack's changelog.

5.109.0

Minor Changes

  • Default experiments.typescript to "auto", enabling built-in TypeScript support on Node.js >= 22.6 when no TypeScript loader is registered. (by @​alexander-akait in #21477)

  • Default experiments.css, experiments.html and experiments.asyncWebAssembly to "auto", enabling built-in support unless a loader is registered for those files; modules with inline or hook-injected loaders (e.g. html-webpack-plugin templates) keep being parsed as JavaScript. (by @​alexander-akait in #21477)

  • Add output.resourceHints to emit resource hints (preload/prefetch/modulepreload/preconnect), on by default for ESM output, plus module.parser.<type>.urlHints, css.fontPreload and javascript.dynamicImportCssPreload. (by @​alexander-akait in #21477)

  • Add built-in build progress via infrastructureLogging.progress, plus estimatedTime, phaseTimings, progress bar width and progressBar: "auto" on ProgressPlugin. (by @​alexander-akait in #21477)

  • Concatenate CommonJS modules with statically analyzable exports; opt out via optimization.concatenateModules: { commonjs: false }. (by @​alexander-akait in #21477)

  • Wrap "weird" CommonJS modules into module concatenation instead of bailing out. (by @​alexander-akait in #21477)

  • Add output.html.inline (true | "script" | "style") and the webpackInline magic comment to inline chunk content into HTML. (by @​alexander-akait in #21477)

  • Add output.html.inject to control where chunk tags are injected. (by @​alexander-akait in #21477)

  • Add output.html.title, output.html.meta and output.html.base options for head generation. (by @​alexander-akait in #21477)

  • Support per-icon link attributes (sizes, media, color, type, crossorigin) and arrays in output.html.favicon. (by @​alexander-akait in #21487)

  • Add output.html.manifest to generate and link a web app manifest with hashed icons. (by @​alexander-akait in #21487)

  • Add output.html.csp to inject a Content-Security-Policy meta with inline-content hashes and an optional nonce. (by @​alexander-akait in #21487)

  • Add the output.html injectTags compilation hook to inject tags (script/link/meta/…) with injectTo placement. (by @​alexander-akait in #21487)

  • Add the output.html transformTags compilation hook to mutate, remove, or move (between <head> and <body>) a page's existing <script>/<link>/<style>/<meta> tags. (by @​alexander-akait in #21487)

  • Extend the HTML pipeline with html link sources (bundled as their own emitted page) and rel="preload"/"prefetch" links bundled as chunks. (by @​alexander-akait in #21477)

  • Recognize more asset-bearing HTML sources: the twitter:player:stream meta, legacy SVG references, and Web App Manifest icons/screenshots/shortcuts URLs. (by @​alexander-akait in #21477)

  • Add module.parser.html.as to parse HTML as a document or an element fragment. (by @​alexander-akait in #21477)

  • Allow disabling a built-in HTML parser source via type: false in sources. (by @​alexander-akait in #21477)

  • Export webpack.html.HtmlModulesPlugin with transformHtml/htmlEmitted compilation hooks. (by @​alexander-akait in #21477)

  • Resolve @custom-media (including media-type values) and @custom-selector in native CSS. (by @​alexander-akait in #21477)

  • Scope view-transition-name/-group/-class names and ::view-transition-*() pseudo references in CSS modules under customIdents. (by @​alexander-akait in

…h 12 updates

Bumps the development-dependencies group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@lerna-lite/cli](https://github.com/lerna-lite/lerna-lite/tree/HEAD/packages/cli) | `5.4.0` | `5.4.1` |
| [@lerna-lite/publish](https://github.com/lerna-lite/lerna-lite/tree/HEAD/packages/publish) | `5.4.0` | `5.4.1` |
| [@swc-node/register](https://github.com/swc-project/swc-node) | `1.11.1` | `1.12.1` |
| [prettier](https://github.com/prettier/prettier) | `3.9.5` | `3.9.6` |
| [tsdown](https://github.com/rolldown/tsdown) | `0.22.5` | `0.22.14` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.63.0` | `8.65.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.1.4` | `8.1.5` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.63.0` | `8.65.0` |
| [@typescript-eslint/types](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/types) | `8.63.0` | `8.65.0` |
| [webpack](https://github.com/webpack/webpack) | `5.108.4` | `5.109.0` |
| [sass](https://github.com/sass/dart-sass) | `1.101.0` | `1.101.7` |
| [typedoc](https://github.com/TypeStrong/TypeDoc) | `0.28.19` | `0.28.20` |



Updates `@lerna-lite/cli` from 5.4.0 to 5.4.1
- [Release notes](https://github.com/lerna-lite/lerna-lite/releases)
- [Changelog](https://github.com/lerna-lite/lerna-lite/blob/main/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/lerna-lite/lerna-lite/commits/v5.4.1/packages/cli)

Updates `@lerna-lite/publish` from 5.4.0 to 5.4.1
- [Release notes](https://github.com/lerna-lite/lerna-lite/releases)
- [Changelog](https://github.com/lerna-lite/lerna-lite/blob/main/packages/publish/CHANGELOG.md)
- [Commits](https://github.com/lerna-lite/lerna-lite/commits/v5.4.1/packages/publish)

Updates `@swc-node/register` from 1.11.1 to 1.12.1
- [Release notes](https://github.com/swc-project/swc-node/releases)
- [Commits](https://github.com/swc-project/swc-node/compare/@swc-node/register@1.11.1...@swc-node/register@1.12.1)

Updates `prettier` from 3.9.5 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.9.5...3.9.6)

Updates `tsdown` from 0.22.5 to 0.22.14
- [Release notes](https://github.com/rolldown/tsdown/releases)
- [Commits](rolldown/tsdown@v0.22.5...v0.22.14)

Updates `typescript-eslint` from 8.63.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 `vite` from 8.1.4 to 8.1.5
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v8.1.5/packages/vite)

Updates `@typescript-eslint/parser` from 8.63.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/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.65.0/packages/parser)

Updates `@typescript-eslint/types` from 8.63.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/types/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.65.0/packages/types)

Updates `webpack` from 5.108.4 to 5.109.0
- [Release notes](https://github.com/webpack/webpack/releases)
- [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md)
- [Commits](webpack/webpack@v5.108.4...v5.109.0)

Updates `sass` from 1.101.0 to 1.101.7
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.101.0...1.101.7)

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)

---
updated-dependencies:
- dependency-name: "@lerna-lite/cli"
  dependency-version: 5.4.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@lerna-lite/publish"
  dependency-version: 5.4.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@swc-node/register"
  dependency-version: 1.12.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: prettier
  dependency-version: 3.9.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: tsdown
  dependency-version: 0.22.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.65.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: vite
  dependency-version: 8.1.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.65.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@typescript-eslint/types"
  dependency-version: 8.65.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: webpack
  dependency-version: 5.109.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: sass
  dependency-version: 1.101.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: typedoc
  dependency-version: 0.28.20
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

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 Jul 23, 2026
@github-actions github-actions Bot added the chore label Jul 23, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Performance Report

Daily Performance
xychart-beta
    title Files Per Second by Day
    y-axis Files per Second
    x-axis Date [Jul-5, Jul-13, Jul-23]
    bar [186.85, 192.31, 190.10]
    line [19.46, 17.82, 19.70]
    line [102.97, 94.47, 91.51]
    line [121.46, 97.93, 102.20]
    line [92.06, 82.41, 84.21]
    line [249.74, 302.24, 252.25]
    line [37.33, 48.47, 36.60]
    line [233.42, 277.07, 266.29]
    line [6.57, 6.29, 6.03]
    line [209.98, 208.19, 220.15]
    line [247.09, 238.39, 248.40]
    line [249.94, 209.39, 209.64]
    line [118.72, 158.48, 123.95]
    line [210.72, 204.20, 210.19]
    line [147.25, 153.81, 152.11]
    line [127.24, 120.84, 123.93]
    line [23.61, 23.34, 19.73]
    line [25.58, 25.88, 25.85]
    line [147.06, 146.76, 150.00]
    line [14.44, 17.18, 21.65]
    line [192.47, 201.45, 192.14]
    line [166.99, 176.39, 161.28]
    line [104.04, 96.02, 80.83]
    line [410.40, 374.43, 380.76]
    line [75.44, 76.00, 80.66]
    line [225.39, 298.01, 224.60]
    line [144.57, 148.29, 138.75]
    line [163.07, 221.06, 164.84]
    line [220.82, 259.46, 221.31]
    line [130.91, 129.95, 129.11]
    line [50.17, 50.42, 61.47]
    line [340.70, 330.04, 584.11]
    line [55.28, 68.71, 56.65]
    line [169.94, 169.41, 168.76]
    line [94.49, 126.09, 97.79]
    line [150.47, 155.87, 151.05]
    line [93.33, 116.87, 91.80]
    line [177.29, 174.01, 185.97]
    line [243.88, 243.47, 236.01]
    line [26.00, 18.90, 21.65]
    line [251.57, 250.26, 254.78]
    line [68.91, 64.41, 99.63]
    line [401.72, 395.07, 551.14]
    line [266.02, 266.63, 280.00]
    line [124.96, 119.39, 161.34]
    line [320.66, 328.06, 215.52]
    line [101.09, 107.84, 128.54]
    line [47.14, 43.65, 44.96]
    line [33.94, 33.78, 35.56]
    line [209.38, 218.96, 215.00]
    line [191.84, 169.05, 217.26]
Loading
Time to Process Files
Repository Elapsed Min/Avg/Max SD SD Graph
AdaDoom3/AdaDoom3 2.81 2.1 / 2.6 / 2.8 0.28 ┣━━┻━━╋━●┻━━┫
alexiosc/megistos 6.92 5.3 / 6.6 / 7.1 0.74 ┣━━━┻━━╋━●┻━━━┫
apollographql/apollo-server 2.50 1.5 / 2.3 / 2.6 0.45 ┣━━┻━━╋●━┻━━┫
aspnetboilerplate/aspnetboilerplate 9.07 7.6 / 8.8 / 9.3 0.71 ┣━━━┻━━╋●━┻━━━┫
aws-amplify/docs 11.13 10.7 / 12.2 / 13.3 0.94 ┣━━●━━━╋━━━┻━━┫
Azure/azure-rest-api-specs 10.15 9.9 / 10.2 / 10.4 0.25 ┣━━━┻━━●━━┻━━━┫
bitjson/typescript-starter 1.02 0.9 / 1.1 / 1.3 0.16 ┣━━┻━●╋━━┻━━┫
caddyserver/caddy 3.52 2.7 / 3.2 / 3.4 0.32 ┣━━┻━━╋━━●━━┫
canada-ca/open-source-logiciel-libre 1.16 1.0 / 1.1 / 1.1 0.03 ┣━┻━━╋━━┻━┫ ●
chef/chef 4.70 4.9 / 4.9 / 5.0 0.02 ● ┣┻╋┻┫
dart-lang/sdk 59.98 57.0 / 59.1 / 63.1 2.33 ┣━━━┻━━━╋━●━┻━━━┫
django/django 13.97 8.6 / 12.8 / 14.6 2.42 ┣━━━┻━━━╋━●━┻━━━┫
eslint/eslint 9.90 9.6 / 10.0 / 10.2 0.22 ┣━━━┻━●╋━━┻━━━┫
exonum/exonum 3.40 2.7 / 3.3 / 3.7 0.39 ┣━━┻━━╋●━┻━━┫
flutter/samples 11.15 11.0 / 11.4 / 11.6 0.22 ┣━━●┻━━╋━━┻━━━┫
gitbucket/gitbucket 3.36 3.2 / 3.3 / 3.5 0.08 ┣━━┻━━╋━●┻━━┫
googleapis/google-cloud-cpp 125.16 124.3 / 125.5 / 126.1 0.72 ┣━━━┻━●━╋━━━┻━━━┫
graphql/express-graphql 1.32 1.1 / 1.1 / 1.2 0.03 ┣┻━╋━┻┫ ●
graphql/graphql-js 3.67 3.6 / 3.7 / 3.9 0.10 ┣━━┻●━╋━━┻━━┫
graphql/graphql-relay-js 1.08 1.1 / 1.1 / 1.1 0.02 ┣━┻━●╋━━┻━┫
graphql/graphql-spec 0.88 1.1 / 1.3 / 1.3 0.10 ● ┣━┻━━╋━━┻━┫
iluwatar/java-design-patterns 12.95 11.8 / 12.3 / 12.6 0.30 ┣━━━┻━━╋━━┻━━━●
ktaranov/sqlserver-kit 6.06 3.5 / 5.0 / 5.8 0.88 ┣━━━┻━━╋━━┻●━━┫
liriliri/licia 3.78 3.0 / 3.6 / 3.8 0.35 ┣━━┻━━╋●━┻━━┫
MartinThoma/LaTeX-examples 6.27 4.7 / 5.9 / 6.4 0.68 ┣━━━┻━━╋━●┻━━━┫
mdx-js/mdx 1.72 1.8 / 1.8 / 1.9 0.03 ● ┣━━┻━╋━┻━━┫
microsoft/TypeScript-Website 5.51 5.2 / 5.3 / 5.5 0.13 ┣━━┻━━╋━━┻━━●
MicrosoftDocs/PowerShell-Docs 24.21 23.5 / 23.9 / 24.6 0.41 ┣━━┻━━━╋━●━┻━━┫
neovim/nvim-lspconfig 5.26 3.9 / 4.9 / 5.5 0.61 ┣━━━┻━━╋━●┻━━━┫
pagekit/pagekit 3.35 2.9 / 3.2 / 3.4 0.22 ┣━━┻━━╋━●┻━━┫
php/php-src 23.64 18.3 / 22.9 / 24.8 2.69 ┣━━━┻━━━╋●━━┻━━━┫
plasticrake/tplink-smarthome-api 1.01 1.0 / 1.3 / 1.5 0.15 ┣●━┻━━╋━━┻━━┫
prettier/prettier 4.53 7.4 / 7.8 / 8.1 0.24 ● ┣┻╋┻┫
pycontribs/jira 1.41 1.2 / 1.4 / 1.6 0.15 ┣━━┻━━╋●━┻━━┫
RustPython/RustPython 9.30 7.1 / 8.4 / 8.9 0.78 ┣━━━┻━━╋━━┻●━━┫
shoelace-style/shoelace 2.91 2.8 / 2.9 / 3.0 0.05 ┣━━┻━━╋●━┻━━┫
slint-ui/slint 14.72 13.8 / 14.0 / 14.2 0.15 ┣━┻━╋━┻━┫ ●
SoftwareBrothers/admin-bro 2.37 2.4 / 2.5 / 2.7 0.10 ┣━●┻━━╋━━┻━━┫
sveltejs/svelte 16.17 21.7 / 22.3 / 22.5 0.31 ● ┣╋┫
TheAlgorithms/Python 5.54 5.4 / 5.6 / 5.8 0.16 ┣━━┻●━╋━━┻━━┫
twbs/bootstrap 1.18 1.7 / 1.7 / 1.8 0.05 ● ┣┻╋┻┫
typescript-cheatsheets/react 1.11 0.7 / 1.0 / 1.3 0.22 ┣━━┻━━╋●━┻━━┫
typescript-eslint/typescript-eslint 4.01 3.9 / 4.1 / 4.3 0.16 ┣━━┻●━╋━━┻━━┫
vitest-dev/vitest 9.73 10.1 / 10.3 / 10.5 0.17 ● ┣━━┻━━╋━━┻━━┫
w3c/aria-practices 2.58 3.2 / 3.4 / 3.5 0.14 ● ┣━┻━╋━┻━┫
w3c/specberus 1.48 1.8 / 1.9 / 2.1 0.13 ● ┣━━┻━━╋━━┻━━┫
webdeveric/webpack-assets-manifest 1.22 1.1 / 1.2 / 1.3 0.04 ┣━┻━━╋━●┻━┫
webpack/webpack 5.80 5.6 / 5.8 / 6.1 0.15 ┣━━┻━●╋━━┻━━┫
wireapp/wire-desktop 1.38 1.3 / 1.3 / 1.4 0.05 ┣━━┻━━╋━━┻━●┫
wireapp/wire-webapp 11.14 11.9 / 12.6 / 13.9 0.74 ●━━┻━━━╋━━━┻━━┫

Note:

  • Elapsed time is in seconds.
Files per Second over Time
Repository Files Sec Fps Rel Trend Fps N
AdaDoom3/AdaDoom3 103 2.81 36.60 -8.76% ▃▃▂█▂ 4
alexiosc/megistos 583 6.92 84.21 -6.06% █▂▃▂▃ 4
apollographql/apollo-server 256 2.50 102.20 -11.58% █▁▂▂▂ 4
aspnetboilerplate/aspnetboilerplate 2288 9.07 252.25 -4.04% ▃▃▄█▃ 4
aws-amplify/docs 2965 11.13 266.29 8.99% ▃▄▄█▇ 4
Azure/azure-rest-api-specs 2522 10.15 248.40 1.42% ██▆▅▇ 4
bitjson/typescript-starter 20 1.02 19.70 3.38% █▅▂▄▅ 4
caddyserver/caddy 322 3.52 91.51 -9.26% ▂▃█▃▂ 4
canada-ca/open-source-logiciel-libre 7 1.16 6.03 -7.20% █▆█▅▃ 4
chef/chef 1034 4.70 220.15 5.07% ▆▆▆▅█ 4
dart-lang/sdk 11524 59.98 192.14 -1.32% ▄▇▇█▆ 4
django/django 2929 13.97 209.64 -12.58% ▂▁█▂▂ 4
eslint/eslint 2080 9.90 210.19 0.53% █▇▆▅▇ 4
exonum/exonum 421 3.40 123.95 -3.66% ▃▂▃█▃ 4
flutter/samples 1696 11.15 152.11 2.16% ▆▆▆██ 4
gitbucket/gitbucket 417 3.36 123.93 -1.36% ▇██▅▆ 4
googleapis/google-cloud-cpp 21123 125.16 168.76 -0.62% ▇█▇▇▇ 4
graphql/express-graphql 26 1.32 19.73 -16.19% ▇▅█▆ 4
graphql/graphql-js 550 3.67 150.00 2.05% ▇▅█▇█ 4
graphql/graphql-relay-js 28 1.08 25.85 0.76% █▆███ 4
graphql/graphql-spec 19 0.88 21.65 43.13% ▂▂▂▄█ 4
iluwatar/java-design-patterns 2089 12.95 161.28 -4.76% ▅▆▆█▄ 4
ktaranov/sqlserver-kit 490 6.06 80.83 -20.78% ▂█▂▃▁ 4
liriliri/licia 1438 3.78 380.76 -5.14% █▃▃▃▃ 4
MartinThoma/LaTeX-examples 1409 6.27 224.60 -7.78% ▂▃▂█▃ 4
mdx-js/mdx 139 1.72 80.66 6.72% ▄▅▆▆█ 4
microsoft/TypeScript-Website 765 5.51 138.75 -4.64% ▅▇██▅ 4
MicrosoftDocs/PowerShell-Docs 3126 24.21 129.11 -1.20% ██▆▇▇ 4
neovim/nvim-lspconfig 867 5.26 164.84 -7.17% ▃▂▃█▃ 4
pagekit/pagekit 741 3.35 221.31 -3.98% ▃▄▃█▃ 4
php/php-src 2312 23.64 97.79 -4.49% ▃▂▂█▃ 4
plasticrake/tplink-smarthome-api 62 1.01 61.47 22.37% ▂█▄▄█ 4
prettier/prettier 2645 4.53 584.11 72.80% ▂▂▁▁█ 4
pycontribs/jira 80 1.41 56.65 -3.40% ▄▂▄█▄ 4
RustPython/RustPython 854 9.30 91.80 -7.47% ▃▃▃█▂ 4
shoelace-style/shoelace 440 2.91 151.05 -0.51% ▇▆▇█▆ 4
slint-ui/slint 3475 14.72 236.01 -3.19% ██▆▇▆ 4
SoftwareBrothers/admin-bro 441 2.37 185.97 5.39% █▇▄▆█ 4
sveltejs/svelte 8913 16.17 551.14 37.76% ▃▂▂▂█ 4
TheAlgorithms/Python 1411 5.54 254.78 1.41% █▅▆▆▇ 4
twbs/bootstrap 118 1.18 99.63 46.98% ▃▂▂▂█ 4
typescript-cheatsheets/react 24 1.11 21.65 -10.63% ▂▂█▁▂ 4
typescript-eslint/typescript-eslint 865 4.01 215.52 -33.17% ▅█▄▇ 4
vitest-dev/vitest 2725 9.73 280.00 5.20% ▅▆▇▆█ 4
w3c/aria-practices 417 2.58 161.34 30.57% ▄▂▄▂█ 4
w3c/specberus 190 1.48 128.54 25.07% ▄▄▂▅█ 4
webdeveric/webpack-assets-manifest 55 1.22 44.96 -2.84% ▇▇█▄▆ 4
webpack/webpack 1247 5.80 215.00 1.52% ▇▇▅█▇ 4
wireapp/wire-desktop 49 1.38 35.56 4.89% █▇▄▆█ 4
wireapp/wire-webapp 2421 11.14 217.26 16.72% ▆▅▅▂█ 4
Data Throughput
Repository Files Sec Kps Rel Trend Kps N
AdaDoom3/AdaDoom3 103 2.81 777.94 -8.76% ▃▃▂█▂ 4
alexiosc/megistos 583 6.92 661.73 -6.06% █▂▃▂▃ 4
apollographql/apollo-server 256 2.50 841.52 -11.88% █▁▂▂▂ 4
aspnetboilerplate/aspnetboilerplate 2288 9.07 616.61 -4.04% ▃▃▄█▃ 4
aws-amplify/docs 2965 11.13 963.69 9.07% ▃▄▄█▇ 4
Azure/azure-rest-api-specs 2522 10.15 757.91 1.19% ██▆▅▇ 4
bitjson/typescript-starter 20 1.02 78.79 3.38% █▅▂▄▅ 4
caddyserver/caddy 322 3.52 832.94 -8.83% ▂▃█▃▂ 4
canada-ca/open-source-logiciel-libre 7 1.16 49.98 -7.20% █▆█▅▃ 4
chef/chef 1034 4.70 1080.75 5.07% ▆▆▆▅█ 4
dart-lang/sdk 11524 59.98 1312.24 -1.31% ▄▇▇█▆ 4
django/django 2929 13.97 1345.89 -12.58% ▂▁█▂▂ 4
eslint/eslint 2080 9.90 1472.04 0.99% █▇▆▅▇ 4
exonum/exonum 421 3.40 1185.62 -3.66% ▃▂▃█▃ 4
flutter/samples 1696 11.15 910.13 2.16% ▆▆▆██ 4
gitbucket/gitbucket 417 3.36 592.00 -1.36% ▇██▅▆ 4
googleapis/google-cloud-cpp 21123 125.16 1465.12 -0.27% ▇█▇▇▇ 4
graphql/express-graphql 26 1.32 90.31 -16.19% ▇▅█▆ 4
graphql/graphql-js 550 3.67 1116.81 2.13% ▇▅█▇█ 4
graphql/graphql-relay-js 28 1.08 101.55 0.76% █▆███ 4
graphql/graphql-spec 19 0.88 724.68 43.13% ▂▂▂▄█ 4
iluwatar/java-design-patterns 2089 12.95 497.03 -4.75% ▅▆▆█▄ 4
ktaranov/sqlserver-kit 490 6.06 1224.46 -20.78% ▂█▂▃▁ 4
liriliri/licia 1438 3.78 454.37 -5.14% █▃▃▃▃ 4
MartinThoma/LaTeX-examples 1409 6.27 463.86 -7.78% ▂▃▂█▃ 4
mdx-js/mdx 139 1.72 380.08 7.71% ▄▅▆▅█ 4
microsoft/TypeScript-Website 765 5.51 956.53 -4.64% ▅▇██▅ 4
MicrosoftDocs/PowerShell-Docs 3126 24.21 1377.54 -1.12% ██▆▇▇ 4
neovim/nvim-lspconfig 867 5.26 482.94 -7.12% ▃▂▃█▃ 4
pagekit/pagekit 741 3.35 461.44 -3.98% ▃▄▃█▃ 4
php/php-src 2312 23.64 1717.46 -4.48% ▃▂▂█▃ 4
plasticrake/tplink-smarthome-api 62 1.01 332.16 22.37% ▂█▄▄█ 4
prettier/prettier 2645 4.53 829.45 72.49% ▂▂▁▁█ 4
pycontribs/jira 80 1.41 400.06 -3.40% ▄▂▄█▄ 4
RustPython/RustPython 854 9.30 2007.93 -9.15% ▃▃▃█▂ 4
shoelace-style/shoelace 440 2.91 729.52 -0.51% ▇▆▇█▆ 4
slint-ui/slint 3475 14.72 1249.68 -2.56% ██▆▇▆ 4
SoftwareBrothers/admin-bro 441 2.37 409.90 5.39% █▇▄▆█ 4
sveltejs/svelte 8913 16.17 376.95 37.74% ▃▂▂▂█ 4
TheAlgorithms/Python 1411 5.54 651.30 1.41% █▅▆▆▇ 4
twbs/bootstrap 118 1.18 817.31 46.98% ▃▂▂▂█ 4
typescript-cheatsheets/react 24 1.11 195.73 -10.63% ▂▂█▁▂ 4
typescript-eslint/typescript-eslint 865 4.01 722.56 -59.10% ▅█▄▇ 4
vitest-dev/vitest 2725 9.73 785.54 4.83% ▅▆▇▆█ 4
w3c/aria-practices 417 2.58 1517.07 30.57% ▄▂▄▂█ 4
w3c/specberus 190 1.48 420.12 25.38% ▄▄▂▅█ 4
webdeveric/webpack-assets-manifest 55 1.22 102.99 -2.84% ▇▇█▄▆ 4
webpack/webpack 1247 5.80 1211.73 6.19% ▆▆▄▇█ 4
wireapp/wire-desktop 49 1.38 155.30 1.79% █▇▄▆▇ 4
wireapp/wire-webapp 2421 11.14 898.47 16.58% ▆▅▅▂█ 4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore 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