Skip to content

chore(deps-dev): bump the tooling group across 1 directory with 18 updates - #6414

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/tooling-6b2188a086
Open

chore(deps-dev): bump the tooling group across 1 directory with 18 updates#6414
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/tooling-6b2188a086

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the tooling group with 18 updates in the / directory:

Package From To
@pmmmwh/react-refresh-webpack-plugin 0.5.10 0.6.2
esbuild-plugin-react-virtualized 1.0.4 1.0.6
eslint-import-resolver-webpack 0.13.10 0.13.11
eslint-plugin-compat 6.0.2 6.2.1
eslint-plugin-prettier 5.5.1 5.5.6
eslint-plugin-promise 7.2.1 7.3.0
html-webpack-plugin 5.6.4 5.6.8
prettier 3.5.2 3.9.6
react-refresh 0.9.0 0.18.0
terser-webpack-plugin 5.5.0 5.6.1
ts-loader 9.5.1 9.6.2
tsconfig-paths-webpack-plugin 4.1.0 4.2.0
vite-bundle-visualizer 1.0.1 1.2.1
vite-plugin-ejs 1.7.0 1.8.0
vite-plugin-electron 0.28.6 0.29.1
vite-plugin-electron-renderer 0.14.6 0.14.7
vite-plugin-istanbul 7.1.0 7.2.1
webpack 5.104.1 5.109.2

Updates @pmmmwh/react-refresh-webpack-plugin from 0.5.10 to 0.6.2

Release notes

Sourced from @​pmmmwh/react-refresh-webpack-plugin's releases.

v0.6.2

0.6.2 (26 Nov 2025)

Fixes

  • Relaxed peer dependency requirement on type-fest to allow v5.x (#934)

v0.6.1

0.6.1 (26 Jun 2025)

Fixes

  • Ensure this propagates into module factory properly (#921)

v0.6.0

0.6.0 (28 Apr 2025)

BREAKING

  • Minimum required Node.js version has been bumped to 18.12.0.
  • Minimum required webpack version has been bumped to 5.2.0.
  • Minimum supported webpack-dev-server version has been bumped to 4.8.0.
  • Minimum supported webpack-plugin-serve version has been bumped to 1.0.0.
  • overlay.sockHost, overlay.sockPath, overlay.sockPort, overlay.sockProtocol and overlay.useURLPolyfill have all been removed (#850). It was necessary to support WDS below 4.8.0 (published in April 2022). It is no-longer necessary as a direct integration with WDS is now possible.

Features

  • Added helper script to better support use cases where React and/or React-DOM are externalized (#852)

Fixes

  • Ensure plugin injected entries are no-op in production (#900)

Internal

  • Dropped support for Webpack 4 / WDS 3 (#850, #904)
  • Migrated from ansi-html to anser in error overlay (#854)
  • Bumped all development dependencies (#905)

v0.5.17

0.5.17 (26 Jun 2025)

Fixes

  • Ensure this propagates into module factory properly (#922)

v0.5.16

... (truncated)

Changelog

Sourced from @​pmmmwh/react-refresh-webpack-plugin's changelog.

0.6.2 (26 Nov 2025)

Fixes

  • Relaxed peer dependency requirement on type-fest to allow v5.x (#934)

0.6.1 (26 Jun 2025)

Fixes

  • Ensure this propagates into module factory properly (#921)

0.6.0 (28 Apr 2025)

BREAKING

  • Minimum required Node.js version has been bumped to 18.12.0.

  • Minimum required webpack version has been bumped to 5.2.0.

  • Minimum supported webpack-dev-server version has been bumped to 4.8.0.

  • Minimum supported webpack-plugin-serve version has been bumped to 1.0.0.

  • overlay.sockHost, overlay.sockPath, overlay.sockPort, overlay.sockProtocol and overlay.useURLPolyfill have all been removed. (#850)

    It was necessary to support WDS below 4.8.0 (published in April 2022).

    It is no-longer necessary as a direct integration with WDS is now possible.

Features

  • Added helper script to better support use cases where React and/or React-DOM are externalized (#852)

Fixes

  • Ensure plugin injected entries are no-op in production (#900)

Internal

  • Dropped support for Webpack 4 / WDS 3 (#850, #904)

  • Migrated from ansi-html to anser in error overlay

... (truncated)

Commits
  • 94732e7 chore: release v0.6.2 (#935)
  • 41d5635 chore: bump deps and allow type-fest v5 (#934)
  • 324f4db chore(deps): bump js-yaml in /examples/typescript-with-tsc (#933)
  • b148bff chore(deps): bump js-yaml in /examples/typescript-with-swc (#932)
  • a7dcbcd chore(deps): bump tar-fs from 3.0.9 to 3.1.1 (#930)
  • 0c62f46 chore(deps): bump form-data from 4.0.2 to 4.0.4 (#927)
  • 90d783a docs: link to PRs from changelog (#924)
  • aff7545 chore: release v0.6.1 (#923)
  • b863d17 fix: ensure this propagates through module execution interceptor (#921)
  • c40ad99 doc: fix typo in README.md (#919)
  • Additional commits viewable in compare view

Updates esbuild-plugin-react-virtualized from 1.0.4 to 1.0.6

Release notes

Sourced from esbuild-plugin-react-virtualized's releases.

v1.0.6

1.0.6 (2026-02-28)

Miscellaneous Chores

  • migrate toolchain to pnpm, husky, biome, and tsdown (#356) (208bcbf)

v1.0.5

1.0.5 (2025-05-26)

Bug Fixes

  • update regex for broken import in react-virtualized plugin (#283) (f8ff113)
Changelog

Sourced from esbuild-plugin-react-virtualized's changelog.

1.0.6 (2026-02-28)

Miscellaneous Chores

  • migrate toolchain to pnpm, husky, biome, and tsdown (#356) (208bcbf)

1.0.5 (2025-05-26)

Bug Fixes

  • update regex for broken import in react-virtualized plugin (#283) (f8ff113)
Commits
  • 5b5ce24 chore(master): release 1.0.6 (#357)
  • 208bcbf chore: migrate toolchain to pnpm, husky, biome, and tsdown (#356)
  • ffc2e42 chore(deps-dev): bump prettier from 3.7.4 to 3.8.1 (#346)
  • d7fcadd chore(deps-dev): bump esbuild from 0.27.0 to 0.27.2 (#343)
  • 866cf3f chore(deps-dev): bump prettier from 3.7.3 to 3.7.4 (#342)
  • 0bdf314 chore(deps): bump actions/checkout from 5 to 6 (#341)
  • ec4a584 chore(deps-dev): bump esbuild from 0.25.11 to 0.27.0 (#339)
  • f84c4a7 chore(deps-dev): bump lint-staged from 16.2.6 to 16.2.7 (#340)
  • e8828ed chore(deps-dev): bump prettier from 3.6.2 to 3.7.3 (#338)
  • 7cb10b2 chore(deps-dev): bump @​types/node from 24.9.2 to 24.10.1 (#337)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for esbuild-plugin-react-virtualized since your current version.


Updates eslint-import-resolver-webpack from 0.13.10 to 0.13.11

Changelog

Sourced from eslint-import-resolver-webpack's changelog.

0.13.11 - 2026-04-01

  • [deps] update is-core-module, is-regex, lodash, resolve
Commits
  • 364c941 [resolvers/webpack] v0.13.11
  • 17bd6a9 [resolvers] [webpack] [meta] only apps should have lockfiles
  • a440156 [resolvers] [webpack] [deps] update is-core-module, is-regex, lodash, `...
  • See full diff in compare view

Updates eslint-plugin-compat from 6.0.2 to 6.2.1

Release notes

Sourced from eslint-plugin-compat's releases.

v6.2.1

6.2.1 (2026-02-25)

Bug Fixes

  • case-insensitive match for lowercase browser globals (#649) (#681) (367fc02)
  • format test files with prettier (4f47dd4)

Performance Improvements

v6.2.0

6.2.0 (2026-02-18)

Features

v6.1.0

6.1.0 (2026-01-23)

Bug Fixes

  • correct event name check in release workflow (1b573c6)
  • fix CI failures and improve test/release workflow separation (#662) (2b62f0e)

Features

Changelog

Sourced from eslint-plugin-compat's changelog.

6.2.1 (2026-02-25)

Bug Fixes

  • case-insensitive match for lowercase browser globals (#649) (#681) (367fc02)
  • format test files with prettier (4f47dd4)

Performance Improvements

6.2.0 (2026-02-18)

Features

6.1.0 (2026-01-23)

Bug Fixes

  • correct event name check in release workflow (1b573c6)
  • fix CI failures and improve test/release workflow separation (#662) (2b62f0e)

Features

6.1.0 (2026-01-23)

Bug Fixes

  • correct event name check in release workflow (1b573c6)
  • fix CI failures and improve test/release workflow separation (#662) (2b62f0e)

Features

... (truncated)

Commits
  • 0596805 chore(release): 6.2.1 [skip ci]
  • df995ff chore: drop ESLint 8 from CI test matrix
  • cebfaee chore: update dependencies and tests
  • 4f47dd4 fix: format test files with prettier
  • 9c21fdd perf: compat (#680)
  • 367fc02 fix: case-insensitive match for lowercase browser globals (#649) (#681)
  • dc68830 chore(release): 6.2.0 [skip ci]
  • 6aaec34 feat: eslint 10 support (#677)
  • 6388a9b chore(release): 6.1.0 [skip ci]
  • 2ea37e0 chore(release): 6.1.0 [skip ci]
  • Additional commits viewable in compare view
Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


Updates eslint-plugin-prettier from 5.5.1 to 5.5.6

Release notes

Sourced from eslint-plugin-prettier's releases.

v5.5.6

Patch Changes

v5.5.5

Patch Changes

v5.5.4

Patch Changes

v5.5.3

republish the latest version

Full Changelog: prettier/eslint-plugin-prettier@v5.5.2...v5.5.3

v5.5.2

republish the latest version

Full Changelog: prettier/eslint-plugin-prettier@v5.5.1...v5.5.2

Changelog

Sourced from eslint-plugin-prettier's changelog.

5.5.6

Patch Changes

5.5.5

Patch Changes

5.5.4

Patch Changes

Commits
  • 4f33ea5 chore: release eslint-plugin-prettier (#792)
  • 4745b54 ci: declare workflow-level contents: read on 2 workflows (#790)
  • b5c96a3 chore: bump all (dev)Dependencies (#791)
  • e867680 chore(deps): update all dependencies (#766)
  • e8e2f7f chore: testing eslint v10 (#779)
  • ca076d9 chore: update dev dependencies (#780)
  • 42e6369 build(deps): Bump the actions group with 2 updates (#778)
  • 53ff214 Remove empty NPM_TOKEN from release.yml
  • e2c154a chore: release eslint-plugin-prettier (#773)
  • 6795c1a build(deps): Bump the actions group across 1 directory with 2 updates (#774)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for eslint-plugin-prettier since your current version.


Updates eslint-plugin-promise from 7.2.1 to 7.3.0

Release notes

Sourced from eslint-plugin-promise's releases.

v7.3.0

7.3.0 (2026-04-27)

🌟 Features

  • no-promise-in-callback: add exemptDeclarations option (#513) (550524f)
  • add support for ESLint v10 (#617) (6096821)

🩹 Fixes

  • no-native: fix to report Promise usage in eslint v9 or later (#619) (1230ced)

🧹 Chores

  • add missing 'use strict' directive (#593) (4cd7ea1)
  • deps-dev: update eslint-plugin-eslint-plugin to v6.4.0 (#583) (45385a3)
  • deps-dev: update eslint-plugin-jest to v28.11.0 (#585) (a33ffb6)
  • deps-dev: update eslint-plugin-n to v17.14.0 (#575) (fad9049)
  • deps-dev: update eslint-plugin-prettier to v5.2.3 (#586) (b2095cb)
  • deps-dev: update eslint-plugin-prettier to v5.2.4 (#600) (fad5029)
  • deps-dev: update lint-staged to v15.4.3 (#582) (d1e23e5)
  • deps-dev: update prettier to v3.4.1 (#578) (3fae241)
  • deps-dev: update prettier to v3.4.2 (#580) (7219528)
  • deps-dev: update prettier to v3.5.0 (#588) (5da83c4)
  • deps: update globals to v15.13.0 (#579) (75defcf)
  • deps: update globals to v15.14.0 (#584) (846ad48)
  • deps: update typescript to v5.7.3 (#589) (79b0eff)
  • package: explicitly declare js module type (#592) (b19e133)
  • update typescript to ~5.7.0 (#577) (04d0b2b)
Changelog

Sourced from eslint-plugin-promise's changelog.

7.3.0 (2026-04-27)

🌟 Features

  • no-promise-in-callback: add exemptDeclarations option (#513) (550524f)
  • add support for ESLint v10 (#617) (6096821)

🩹 Fixes

  • no-native: fix to report Promise usage in eslint v9 or later (#619) (1230ced)

🧹 Chores

  • add missing 'use strict' directive (#593) (4cd7ea1)
  • deps-dev: update eslint-plugin-eslint-plugin to v6.4.0 (#583) (45385a3)
  • deps-dev: update eslint-plugin-jest to v28.11.0 (#585) (a33ffb6)
  • deps-dev: update eslint-plugin-n to v17.14.0 (#575) (fad9049)
  • deps-dev: update eslint-plugin-prettier to v5.2.3 (#586) (b2095cb)
  • deps-dev: update eslint-plugin-prettier to v5.2.4 (#600) (fad5029)
  • deps-dev: update lint-staged to v15.4.3 (#582) (d1e23e5)
  • deps-dev: update prettier to v3.4.1 (#578) (3fae241)
  • deps-dev: update prettier to v3.4.2 (#580) (7219528)
  • deps-dev: update prettier to v3.5.0 (#588) (5da83c4)
  • deps: update globals to v15.13.0 (#579) (75defcf)
  • deps: update globals to v15.14.0 (#584) (846ad48)
  • deps: update typescript to v5.7.3 (#589) (79b0eff)
  • package: explicitly declare js module type (#592) (b19e133)
  • update typescript to ~5.7.0 (#577) (04d0b2b)
Commits
  • f1dd605 chore(main): release 7.3.0 (#576)
  • 6096821 feat: add support for ESLint v10 (#617)
  • 1230ced fix(no-native): fix to report Promise usage in eslint v9 or later (#619)
  • 6cf7adb ci: trusted publishing (#610)
  • fad5029 chore(deps-dev): update eslint-plugin-prettier to v5.2.4 (#600)
  • 4cd7ea1 chore: add missing 'use strict' directive (#593)
  • b19e133 chore(package): explicitly declare js module type (#592)
  • 5da83c4 chore(deps-dev): update prettier to v3.5.0 (#588)
  • d1e23e5 chore(deps-dev): update lint-staged to v15.4.3 (#582)
  • b2095cb chore(deps-dev): update eslint-plugin-prettier to v5.2.3 (#586)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for eslint-plugin-promise since your current version.


Updates html-webpack-plugin from 5.6.4 to 5.6.8

Changelog

Sourced from html-webpack-plugin's changelog.

5.6.8 (2026-07-25)

Bug Fixes

  • extend @​rspack/core peer dependency range (#1893) (8057b14)

5.6.7 (2026-04-17)

Bug Fixes

5.6.6 (2026-01-16)

Bug Fixes

5.6.5 (2025-11-18)

Bug Fixes

Commits

Updates prettier from 3.5.2 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

3.8.4

🔗 Changelog

3.8.3

🔗 Changelog

... (truncated)

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
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for prettier since your current version.


Updates react-refresh from 0.9.0 to 0.18.0

Release notes

Sourced from react-refresh's releases.

0.14.10 (October 14, 2020)

React

v0.14.8

React

  • Fixed memory leak when rendering on the server

v0.14.7

React

  • Fixed bug with <option> tags when using dangerouslySetInnerHTML
  • Fixed memory leak in synthetic event system

React TestUtils Add-on

  • Fixed bug with...

    Description has been truncated


    [!NOTE]
    Medium Risk
    Medium risk because it upgrades core bundlers (webpack/Vite/Electron plugins) and a large Prettier jump, which can break builds or shift formatted output even though runtime dependencies are untouched.

    Overview
    This PR only updates package.json and package-lock.json—no application or config source changes beyond declared devDependency versions.

    It refreshes the build and lint toolchain: webpack (5.104 → 5.109), html-webpack-plugin, terser-webpack-plugin, ts-loader, and tsconfig-paths-webpack-plugin; Vite-adjacent plugins (vite-plugin-electron, vite-plugin-ejs, vite-plugin-istanbul, vite-bundle-visualizer); and ESLint helpers (eslint-import-resolver-webpack, eslint-plugin-compat, eslint-plugin-prettier, eslint-plugin-promise). Prettier moves 3.5.2 → 3.9.6, and react-refresh (0.9 → 0.18) is paired with @pmmmwh/react-refresh-webpack-plugin (0.5 → 0.6), which drops some legacy overlay options and expects newer react-refresh peers.

    Reviewers should treat this as a “does CI still build, lint, Storybook, and desktop dev?” change rather than a product behavior change.

    Reviewed by Cursor Bugbot for commit c45bf7e. Bugbot is set up for automated code reviews on this repo. Configure here.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 13, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 13, 2026 12:48
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 13, 2026
…dates

Bumps the tooling group with 18 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@pmmmwh/react-refresh-webpack-plugin](https://github.com/pmmmwh/react-refresh-webpack-plugin) | `0.5.10` | `0.6.2` |
| [esbuild-plugin-react-virtualized](https://github.com/abemedia/esbuild-plugin-react-virtualized) | `1.0.4` | `1.0.6` |
| [eslint-import-resolver-webpack](https://github.com/import-js/eslint-plugin-import/tree/HEAD/resolvers/webpack) | `0.13.10` | `0.13.11` |
| [eslint-plugin-compat](https://github.com/amilajack/eslint-plugin-compat) | `6.0.2` | `6.2.1` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.5.1` | `5.5.6` |
| [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise) | `7.2.1` | `7.3.0` |
| [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) | `5.6.4` | `5.6.8` |
| [prettier](https://github.com/prettier/prettier) | `3.5.2` | `3.9.6` |
| [react-refresh](https://github.com/facebook/react/tree/HEAD/packages/react) | `0.9.0` | `0.18.0` |
| [terser-webpack-plugin](https://github.com/webpack/minimizer-webpack-plugin) | `5.5.0` | `5.6.1` |
| [ts-loader](https://github.com/TypeStrong/ts-loader) | `9.5.1` | `9.6.2` |
| [tsconfig-paths-webpack-plugin](https://github.com/dividab/tsconfig-paths-webpack-plugin) | `4.1.0` | `4.2.0` |
| [vite-bundle-visualizer](https://github.com/KusStar/vite-bundle-visualizer) | `1.0.1` | `1.2.1` |
| [vite-plugin-ejs](https://github.com/trapcodeio/vite-plugin-ejs) | `1.7.0` | `1.8.0` |
| [vite-plugin-electron](https://github.com/electron-vite/vite-plugin-electron) | `0.28.6` | `0.29.1` |
| [vite-plugin-electron-renderer](https://github.com/electron-vite/vite-plugin-electron-renderer) | `0.14.6` | `0.14.7` |
| [vite-plugin-istanbul](https://github.com/iFaxity/vite-plugin-istanbul) | `7.1.0` | `7.2.1` |
| [webpack](https://github.com/webpack/webpack) | `5.104.1` | `5.109.2` |



Updates `@pmmmwh/react-refresh-webpack-plugin` from 0.5.10 to 0.6.2
- [Release notes](https://github.com/pmmmwh/react-refresh-webpack-plugin/releases)
- [Changelog](https://github.com/pmmmwh/react-refresh-webpack-plugin/blob/main/CHANGELOG.md)
- [Commits](pmmmwh/react-refresh-webpack-plugin@v0.5.10...v0.6.2)

Updates `esbuild-plugin-react-virtualized` from 1.0.4 to 1.0.6
- [Release notes](https://github.com/abemedia/esbuild-plugin-react-virtualized/releases)
- [Changelog](https://github.com/abemedia/esbuild-plugin-react-virtualized/blob/master/CHANGELOG.md)
- [Commits](abemedia/esbuild-plugin-react-virtualized@v1.0.4...v1.0.6)

Updates `eslint-import-resolver-webpack` from 0.13.10 to 0.13.11
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/resolvers/webpack/CHANGELOG.md)
- [Commits](https://github.com/import-js/eslint-plugin-import/commits/resolvers/webpack/v0.13.11/resolvers/webpack)

Updates `eslint-plugin-compat` from 6.0.2 to 6.2.1
- [Release notes](https://github.com/amilajack/eslint-plugin-compat/releases)
- [Changelog](https://github.com/amilajack/eslint-plugin-compat/blob/main/CHANGELOG.md)
- [Commits](amilajack/eslint-plugin-compat@v6.0.2...v6.2.1)

Updates `eslint-plugin-prettier` from 5.5.1 to 5.5.6
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-plugin-prettier@v5.5.1...v5.5.6)

Updates `eslint-plugin-promise` from 7.2.1 to 7.3.0
- [Release notes](https://github.com/eslint-community/eslint-plugin-promise/releases)
- [Changelog](https://github.com/eslint-community/eslint-plugin-promise/blob/main/CHANGELOG.md)
- [Commits](eslint-community/eslint-plugin-promise@v7.2.1...v7.3.0)

Updates `html-webpack-plugin` from 5.6.4 to 5.6.8
- [Release notes](https://github.com/jantimon/html-webpack-plugin/releases)
- [Changelog](https://github.com/jantimon/html-webpack-plugin/blob/main/CHANGELOG.md)
- [Commits](jantimon/html-webpack-plugin@v5.6.4...v5.6.8)

Updates `prettier` from 3.5.2 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.5.2...3.9.6)

Updates `react-refresh` from 0.9.0 to 0.18.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/react)

Updates `terser-webpack-plugin` from 5.5.0 to 5.6.1
- [Release notes](https://github.com/webpack/minimizer-webpack-plugin/releases)
- [Changelog](https://github.com/webpack/minimizer-webpack-plugin/blob/main/CHANGELOG.md)
- [Commits](webpack/minimizer-webpack-plugin@v5.5.0...v5.6.1)

Updates `ts-loader` from 9.5.1 to 9.6.2
- [Release notes](https://github.com/TypeStrong/ts-loader/releases)
- [Changelog](https://github.com/TypeStrong/ts-loader/blob/main/CHANGELOG.md)
- [Commits](TypeStrong/ts-loader@v9.5.1...v9.6.2)

Updates `tsconfig-paths-webpack-plugin` from 4.1.0 to 4.2.0
- [Changelog](https://github.com/jonaskello/tsconfig-paths-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](jonaskello/tsconfig-paths-webpack-plugin@v4.1.0...v4.2.0)

Updates `vite-bundle-visualizer` from 1.0.1 to 1.2.1
- [Release notes](https://github.com/KusStar/vite-bundle-visualizer/releases)
- [Commits](https://github.com/KusStar/vite-bundle-visualizer/commits/v1.2.1)

Updates `vite-plugin-ejs` from 1.7.0 to 1.8.0
- [Release notes](https://github.com/trapcodeio/vite-plugin-ejs/releases)
- [Commits](https://github.com/trapcodeio/vite-plugin-ejs/commits)

Updates `vite-plugin-electron` from 0.28.6 to 0.29.1
- [Release notes](https://github.com/electron-vite/vite-plugin-electron/releases)
- [Changelog](https://github.com/electron-vite/vite-plugin-electron/blob/main/CHANGELOG-v0.md)
- [Commits](electron-vite/vite-plugin-electron@v0.28.6...v0.29.1)

Updates `vite-plugin-electron-renderer` from 0.14.6 to 0.14.7
- [Release notes](https://github.com/electron-vite/vite-plugin-electron-renderer/releases)
- [Changelog](https://github.com/electron-vite/vite-plugin-electron-renderer/blob/main/CHANGELOG-v0.md)
- [Commits](electron-vite/vite-plugin-electron-renderer@v0.14.6...v0.14.7)

Updates `vite-plugin-istanbul` from 7.1.0 to 7.2.1
- [Release notes](https://github.com/iFaxity/vite-plugin-istanbul/releases)
- [Changelog](https://github.com/iFaxity/vite-plugin-istanbul/blob/next/release.config.mjs)
- [Commits](iFaxity/vite-plugin-istanbul@v7.1.0...v7.2.1)

Updates `webpack` from 5.104.1 to 5.109.2
- [Release notes](https://github.com/webpack/webpack/releases)
- [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md)
- [Commits](webpack/webpack@v5.104.1...v5.109.2)

---
updated-dependencies:
- dependency-name: "@pmmmwh/react-refresh-webpack-plugin"
  dependency-version: 0.6.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: tooling
- dependency-name: esbuild-plugin-react-virtualized
  dependency-version: 1.0.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: tooling
- dependency-name: eslint-import-resolver-webpack
  dependency-version: 0.13.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: tooling
- dependency-name: eslint-plugin-compat
  dependency-version: 6.2.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: tooling
- dependency-name: eslint-plugin-prettier
  dependency-version: 5.5.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: tooling
- dependency-name: eslint-plugin-promise
  dependency-version: 7.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: tooling
- dependency-name: html-webpack-plugin
  dependency-version: 5.6.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: tooling
- dependency-name: prettier
  dependency-version: 3.9.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: tooling
- dependency-name: react-refresh
  dependency-version: 0.18.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: tooling
- dependency-name: terser-webpack-plugin
  dependency-version: 5.6.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: tooling
- dependency-name: ts-loader
  dependency-version: 9.6.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: tooling
- dependency-name: tsconfig-paths-webpack-plugin
  dependency-version: 4.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: tooling
- dependency-name: vite-bundle-visualizer
  dependency-version: 1.2.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: tooling
- dependency-name: vite-plugin-ejs
  dependency-version: 1.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: tooling
- dependency-name: vite-plugin-electron
  dependency-version: 0.29.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: tooling
- dependency-name: vite-plugin-electron-renderer
  dependency-version: 0.14.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: tooling
- dependency-name: vite-plugin-istanbul
  dependency-version: 7.2.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: tooling
- dependency-name: webpack
  dependency-version: 5.109.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: tooling
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps-dev): bump the tooling group with 18 updates chore(deps-dev): bump the tooling group across 1 directory with 18 updates Aug 16, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/tooling-6b2188a086 branch from 7f3b5da to c45bf7e Compare August 16, 2026 23:09
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