Skip to content

Bump the development-dependencies group across 1 directory with 21 updates - #122

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

Bump the development-dependencies group across 1 directory with 21 updates#122
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/development-dependencies-a11d924f73

Conversation

@dependabot

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

Copy link
Copy Markdown

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

Package From To
@capacitor/android 8.4.1 8.4.2
@capacitor/app 8.1.0 8.1.1
@capacitor/cli 8.4.1 8.4.2
@capacitor/core 8.4.1 8.4.2
@capacitor/device 8.0.2 8.0.3
@capacitor/ios 8.4.1 8.4.2
@capacitor/status-bar 8.0.2 8.0.3
@lingui/babel-plugin-lingui-macro 6.4.0 6.6.0
@lingui/cli 6.4.0 6.6.0
@lingui/swc-plugin 6.5.1 6.6.0
@lingui/vite-plugin 6.4.0 6.6.0
@vitejs/plugin-react-swc 4.3.1 4.3.2
@vitest/coverage-v8 4.1.9 4.1.10
eslint 10.6.0 10.8.0
prettier 3.9.4 3.9.6
svgo 4.0.1 4.0.2
tsx 4.22.4 4.23.1
typescript 6.0.3 7.0.2
typescript-eslint 8.62.1 8.65.0
vite 8.1.2 8.1.5

Updates @capacitor/android from 8.4.1 to 8.4.2

Release notes

Sourced from @​capacitor/android's releases.

8.4.2

8.4.2 (2026-07-14)

Bug Fixes

  • android: explicitly grant URI permissions for image capture intent (#8526) (6f2d328)
Changelog

Sourced from @​capacitor/android's changelog.

8.4.2 (2026-07-14)

Bug Fixes

  • android: explicitly grant URI permissions for image capture intent (#8526) (6f2d328)
Commits

Updates @capacitor/app from 8.1.0 to 8.1.1

Release notes

Sourced from @​capacitor/app's releases.

@​capacitor/app@​8.1.1

8.1.1 (2026-07-15)

Note: Version bump only for package @​capacitor/app

Commits

Updates @capacitor/cli from 8.4.1 to 8.4.2

Release notes

Sourced from @​capacitor/cli's releases.

8.4.2

8.4.2 (2026-07-14)

Bug Fixes

  • android: explicitly grant URI permissions for image capture intent (#8526) (6f2d328)
Changelog

Sourced from @​capacitor/cli's changelog.

8.4.2 (2026-07-14)

Bug Fixes

  • android: explicitly grant URI permissions for image capture intent (#8526) (6f2d328)
Commits

Updates @capacitor/core from 8.4.1 to 8.4.2

Release notes

Sourced from @​capacitor/core's releases.

8.4.2

8.4.2 (2026-07-14)

Bug Fixes

  • android: explicitly grant URI permissions for image capture intent (#8526) (6f2d328)
Changelog

Sourced from @​capacitor/core's changelog.

8.4.2 (2026-07-14)

Bug Fixes

  • android: explicitly grant URI permissions for image capture intent (#8526) (6f2d328)
Commits

Updates @capacitor/device from 8.0.2 to 8.0.3

Release notes

Sourced from @​capacitor/device's releases.

@​capacitor/device@​8.0.3

8.0.3 (2026-07-15)

Note: Version bump only for package @​capacitor/device

Commits

Updates @capacitor/ios from 8.4.1 to 8.4.2

Release notes

Sourced from @​capacitor/ios's releases.

8.4.2

8.4.2 (2026-07-14)

Bug Fixes

  • android: explicitly grant URI permissions for image capture intent (#8526) (6f2d328)
Changelog

Sourced from @​capacitor/ios's changelog.

8.4.2 (2026-07-14)

Bug Fixes

  • android: explicitly grant URI permissions for image capture intent (#8526) (6f2d328)
Commits

Updates @capacitor/status-bar from 8.0.2 to 8.0.3

Release notes

Sourced from @​capacitor/status-bar's releases.

@​capacitor/status-bar@​8.0.3

8.0.3 (2026-07-15)

Note: Version bump only for package @​capacitor/status-bar

Commits

Updates @lingui/babel-plugin-lingui-macro from 6.4.0 to 6.6.0

Release notes

Sourced from @​lingui/babel-plugin-lingui-macro's releases.

v6.6.0

6.6.0 (2026-07-24)

Features

  • babel-plugin-lingui-macro: add nested msg and t support (#2625) (eb1fbec)
  • babel-plugin: support Babel 8 via peer dependencies (#2623) (c979f86)

Bug Fixes

  • babel-plugin-lingui-macro: unwrap non-null assertion (x!) and satisfies in placeholders (#2622) (d0479ad)
  • cli: preserve bracketed names in catalog globs (#2621) (3c2f987)
  • improved error message for "useLingui hook was used without I18nProvider" (#2624) (bcee1df)
  • react: use sync external store for i18n provider (#2612) (b4be90d)

v6.5.0

6.5.0 (2026-07-06)

Features

Bug Fixes

  • don't warn about missing id when a spread is present (#2581) (b1b9480)
Changelog

Sourced from @​lingui/babel-plugin-lingui-macro's changelog.

6.6.0 (2026-07-24)

Bug Fixes

  • babel-plugin-lingui-macro: unwrap non-null assertion (x!) and satisfies in placeholders (#2622) (d0479ad)

Features

  • babel-plugin-lingui-macro: add nested msg and t support (#2625) (eb1fbec)
  • babel-plugin: support Babel 8 via peer dependencies (#2623) (c979f86)

6.5.0 (2026-07-06)

Note: Version bump only for package @​lingui/babel-plugin-lingui-macro

Commits
  • 665a198 chore(release): published v6.6.0 [skip ci] (#2626)
  • eb1fbec feat(babel-plugin-lingui-macro): add nested msg and t support (#2625)
  • c979f86 feat(babel-plugin): support Babel 8 via peer dependencies (#2623)
  • d0479ad fix(babel-plugin-lingui-macro): unwrap non-null assertion (x!) and `satisfi...
  • b5da8cf docs: add deprecation and add vite rolldown docs (#2611)
  • 9687149 chore(release): published v6.5.0 [skip ci] (#2608)
  • 0e48243 chore: bump the root-and-package-dev-dependencies group across 4 directories ...
  • See full diff in compare view

Updates @lingui/cli from 6.4.0 to 6.6.0

Release notes

Sourced from @​lingui/cli's releases.

v6.6.0

6.6.0 (2026-07-24)

Features

  • babel-plugin-lingui-macro: add nested msg and t support (#2625) (eb1fbec)
  • babel-plugin: support Babel 8 via peer dependencies (#2623) (c979f86)

Bug Fixes

  • babel-plugin-lingui-macro: unwrap non-null assertion (x!) and satisfies in placeholders (#2622) (d0479ad)
  • cli: preserve bracketed names in catalog globs (#2621) (3c2f987)
  • improved error message for "useLingui hook was used without I18nProvider" (#2624) (bcee1df)
  • react: use sync external store for i18n provider (#2612) (b4be90d)

v6.5.0

6.5.0 (2026-07-06)

Features

Bug Fixes

  • don't warn about missing id when a spread is present (#2581) (b1b9480)
Changelog

Sourced from @​lingui/cli's changelog.

6.6.0 (2026-07-24)

Bug Fixes

  • cli: preserve bracketed names in catalog globs (#2621) (3c2f987)

6.5.0 (2026-07-06)

Features

  • add pseudolocalize options (#2583) (3547688)
  • experimental-extractor: pluggable bundler interface + rolldown support (#2572) (06940ed)
Commits
  • 665a198 chore(release): published v6.6.0 [skip ci] (#2626)
  • 3c2f987 fix(cli): preserve bracketed names in catalog globs (#2621)
  • 9687149 chore(release): published v6.5.0 [skip ci] (#2608)
  • 0e48243 chore: bump the root-and-package-dev-dependencies group across 4 directories ...
  • 3547688 feat: add pseudolocalize options (#2583)
  • 8aa816a chore(cli): raise esbuild dependency floor (#2604)
  • 06940ed feat(experimental-extractor): pluggable bundler interface + rolldown support ...
  • See full diff in compare view

Updates @lingui/swc-plugin from 6.5.1 to 6.6.0

Commits

Updates @lingui/vite-plugin from 6.4.0 to 6.6.0

Release notes

Sourced from @​lingui/vite-plugin's releases.

v6.6.0

6.6.0 (2026-07-24)

Features

  • babel-plugin-lingui-macro: add nested msg and t support (#2625) (eb1fbec)
  • babel-plugin: support Babel 8 via peer dependencies (#2623) (c979f86)

Bug Fixes

  • babel-plugin-lingui-macro: unwrap non-null assertion (x!) and satisfies in placeholders (#2622) (d0479ad)
  • cli: preserve bracketed names in catalog globs (#2621) (3c2f987)
  • improved error message for "useLingui hook was used without I18nProvider" (#2624) (bcee1df)
  • react: use sync external store for i18n provider (#2612) (b4be90d)

v6.5.0

6.5.0 (2026-07-06)

Features

Bug Fixes

  • don't warn about missing id when a spread is present (#2581) (b1b9480)
Changelog

Sourced from @​lingui/vite-plugin's changelog.

6.6.0 (2026-07-24)

Features

  • babel-plugin: support Babel 8 via peer dependencies (#2623) (c979f86)

6.5.0 (2026-07-06)

Features

Commits
  • 665a198 chore(release): published v6.6.0 [skip ci] (#2626)
  • c979f86 feat(babel-plugin): support Babel 8 via peer dependencies (#2623)
  • 9687149 chore(release): published v6.5.0 [skip ci] (#2608)
  • 0e48243 chore: bump the root-and-package-dev-dependencies group across 4 directories ...
  • 3547688 feat: add pseudolocalize options (#2583)
  • See full diff in compare view

Updates @vitejs/plugin-react-swc from 4.3.1 to 4.3.2

Release notes

Sourced from @​vitejs/plugin-react-swc's releases.

plugin-react-swc@4.3.2

Don't apply React Refresh wrapper for non JSX files #1226

Fixes #1225.

Changelog

Sourced from @​vitejs/plugin-react-swc's changelog.

4.3.2 (2026-07-22)

Don't apply React Refresh wrapper for non JSX files #1226

Fixes #1225.

Commits

Updates @vitest/coverage-v8 from 4.1.9 to 4.1.10

Release notes

Sourced from @​vitest/coverage-v8's releases.

v4.1.10

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates eslint from 10.6.0 to 10.8.0

Release notes

Sourced from eslint's releases.

v10.8.0

Features

  • 2fee9bb feat: export ConfigObject from eslint/config (#21082) (sethamus)

Bug Fixes

  • 6b8d2f7 fix: escape reserved characters in rule id in html formatter (#21129) (Francesco Trotta)
  • 9091071 fix: prevent no-unreachable-loop crash when all loop types are ignored (#21116) (Pixel)
  • e23fafe fix: prefer-object-spread add semicolon when adding parenthesis (#21081) (synthex-byte)
  • 20b5ad0 fix: quadratic-time regex in prefer-template (#21096) (Milos Djermanovic)
  • 8b6f6c0 fix: apply ignore configs to computed methods in class-methods-use-this (#21094) (Pixel)
  • b2c608c fix: NewExpression with parenthesized callee in preserve-caught-error (#21083) (Francesco Trotta)

Documentation

  • 6ddf858 docs: fix broken Specify Parser Options anchor link (#21106) (Minsu)
  • 784dfbe docs: Clarify no-eq-null description (#21120) (Park Harin)
  • 7ec733a docs: Fix typos and grammar in glossary (#21095) (Marry (Subin Yang))
  • 92bb13f docs: replace quake link (#21108) (Jung Hyeon Jun)
  • 68eb4a5 docs: fix broken Specify Globals anchor links in rule pages (#21103) (Minsu)
  • d28f697 docs: replace Code Climate CLI links with Qlty CLI links (#21099) (Jung Hyeon Jun)
  • eccc68d docs: correct --suppressions-location option description (#21093) (Ga eun Lee)
  • c5963f7 docs: Update README (GitHub Actions Bot)

Chores

  • 4fbf46d test: pin webpack version to 5.108.4 (#21137) (Francesco Trotta)
  • 2d063e2 chore: update HTTP URLs to HTTPS in JSDoc and comments (#21101) (Bo Hyun Kim)
  • eccbe7b test: add error locations to no-class-assign (#21123) (devoil)
  • e7d1e43 ci: bump actions/setup-go from 6 to 7 (#21118) (dependabot[bot])
  • e9d66d0 ci: bump actions/setup-node from 6 to 7 (#21119) (dependabot[bot])
  • ee225b6 test: Add error location details to no-eq-null rule (#21117) (Park Harin)
  • 044a627 chore: update minimatch to ^10.2.5 (#21107) (김채영)
  • fb09aa8 chore: update ecosystem plugins (#21115) (ESLint Bot)
  • 5abd878 test: add error locations to no-proto (#21114) (Gihyeon Jeong / 정기현)
  • 9715887 test: Add error location details to no-div-regex (#21110) (Park Harin)
  • a746ec6 test: add error locations to no-new-wrappers (#21109) (Gihyeon Jeong / 정기현)
  • 8dde645 test: add error locations to no-ex-assign (#21102) (devoil)
  • 13ab0ec test: add error locations to no-label-var (#21098) (Gihyeon Jeong / 정기현)
  • a99906f test: Add error location details to no-delete-var rule (#21105) (Park Harin)
  • c47e8dc chore: add missing backticks to languages/js/index.js (#21104) (beeen)
  • 0174428 chore: add missing backticks to translate-cli-options.js (#21097) (dongkyu lee)
  • 3d36589 chore: add missing backticks to serialization.js (#21091) (이규환)
  • dcc9312 test: add error locations to eqeqeq (#21090) (Ga eun Lee)
  • 2710b18 ci: Add explicit permissions to rebuild-docs-sites workflow (#21089) (Marry (Subin Yang))
  • 5d2f866 chore: update dependency prettier to v3.9.5 (#21086) (renovate[bot])
  • d584e31 chore: fix failing ecosystem test for eslint-plugin-unicorn (#21084) (Francesco Trotta)
  • bf3eda0 chore: update ecosystem plugins (#21079) (ESLint Bot)

v10.7.0

Features

  • cf2a9bf feat: add errorClassNames option to preserve-caught-error rule (#21032) (sethamus)
  • f8b873a feat: max-nested-callbacks option for constructor callbacks (#21063) (fnx)

... (truncated)

Commits

Updates prettier from 3.9.4 to 3.9.6

Release notes

Sourced from prettier's releases.

3.9.6

What's Changed

🔗 Changelog

3.9.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 svgo from 4.0.1 to 4.0.2

Release notes

Sourced from svgo's releases.

v4.0.2

What's Changed

Security

Bug Fixes

Performance

Other Changes

Description has been truncated

…dates

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

| Package | From | To |
| --- | --- | --- |
| [@capacitor/android](https://github.com/ionic-team/capacitor) | `8.4.1` | `8.4.2` |
| [@capacitor/app](https://github.com/ionic-team/capacitor-plugins) | `8.1.0` | `8.1.1` |
| [@capacitor/cli](https://github.com/ionic-team/capacitor) | `8.4.1` | `8.4.2` |
| [@capacitor/core](https://github.com/ionic-team/capacitor) | `8.4.1` | `8.4.2` |
| [@capacitor/device](https://github.com/ionic-team/capacitor-plugins) | `8.0.2` | `8.0.3` |
| [@capacitor/ios](https://github.com/ionic-team/capacitor) | `8.4.1` | `8.4.2` |
| [@capacitor/status-bar](https://github.com/ionic-team/capacitor-plugins) | `8.0.2` | `8.0.3` |
| [@lingui/babel-plugin-lingui-macro](https://github.com/lingui/js-lingui/tree/HEAD/packages/babel-plugin-lingui-macro) | `6.4.0` | `6.6.0` |
| [@lingui/cli](https://github.com/lingui/js-lingui/tree/HEAD/packages/cli) | `6.4.0` | `6.6.0` |
| [@lingui/swc-plugin](https://github.com/lingui/swc-plugin/tree/HEAD/packages/lingui-macro) | `6.5.1` | `6.6.0` |
| [@lingui/vite-plugin](https://github.com/lingui/js-lingui/tree/HEAD/packages/vite-plugin) | `6.4.0` | `6.6.0` |
| [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react-swc) | `4.3.1` | `4.3.2` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `4.1.9` | `4.1.10` |
| [eslint](https://github.com/eslint/eslint) | `10.6.0` | `10.8.0` |
| [prettier](https://github.com/prettier/prettier) | `3.9.4` | `3.9.6` |
| [svgo](https://github.com/svg/svgo) | `4.0.1` | `4.0.2` |
| [tsx](https://github.com/privatenumber/tsx) | `4.22.4` | `4.23.1` |
| [typescript](https://github.com/microsoft/TypeScript) | `6.0.3` | `7.0.2` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.62.1` | `8.65.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.1.2` | `8.1.5` |



Updates `@capacitor/android` from 8.4.1 to 8.4.2
- [Release notes](https://github.com/ionic-team/capacitor/releases)
- [Changelog](https://github.com/ionic-team/capacitor/blob/main/CHANGELOG.md)
- [Commits](ionic-team/capacitor@8.4.1...8.4.2)

Updates `@capacitor/app` from 8.1.0 to 8.1.1
- [Release notes](https://github.com/ionic-team/capacitor-plugins/releases)
- [Changelog](https://github.com/ionic-team/capacitor-plugins/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/app@8.1.0...@capacitor/app@8.1.1)

Updates `@capacitor/cli` from 8.4.1 to 8.4.2
- [Release notes](https://github.com/ionic-team/capacitor/releases)
- [Changelog](https://github.com/ionic-team/capacitor/blob/main/CHANGELOG.md)
- [Commits](ionic-team/capacitor@8.4.1...8.4.2)

Updates `@capacitor/core` from 8.4.1 to 8.4.2
- [Release notes](https://github.com/ionic-team/capacitor/releases)
- [Changelog](https://github.com/ionic-team/capacitor/blob/main/CHANGELOG.md)
- [Commits](ionic-team/capacitor@8.4.1...8.4.2)

Updates `@capacitor/device` from 8.0.2 to 8.0.3
- [Release notes](https://github.com/ionic-team/capacitor-plugins/releases)
- [Changelog](https://github.com/ionic-team/capacitor-plugins/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/device@8.0.2...@capacitor/device@8.0.3)

Updates `@capacitor/ios` from 8.4.1 to 8.4.2
- [Release notes](https://github.com/ionic-team/capacitor/releases)
- [Changelog](https://github.com/ionic-team/capacitor/blob/main/CHANGELOG.md)
- [Commits](ionic-team/capacitor@8.4.1...8.4.2)

Updates `@capacitor/status-bar` from 8.0.2 to 8.0.3
- [Release notes](https://github.com/ionic-team/capacitor-plugins/releases)
- [Changelog](https://github.com/ionic-team/capacitor-plugins/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/status-bar@8.0.2...@capacitor/status-bar@8.0.3)

Updates `@lingui/babel-plugin-lingui-macro` from 6.4.0 to 6.6.0
- [Release notes](https://github.com/lingui/js-lingui/releases)
- [Changelog](https://github.com/lingui/js-lingui/blob/main/packages/babel-plugin-lingui-macro/CHANGELOG.md)
- [Commits](https://github.com/lingui/js-lingui/commits/v6.6.0/packages/babel-plugin-lingui-macro)

Updates `@lingui/cli` from 6.4.0 to 6.6.0
- [Release notes](https://github.com/lingui/js-lingui/releases)
- [Changelog](https://github.com/lingui/js-lingui/blob/main/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/lingui/js-lingui/commits/v6.6.0/packages/cli)

Updates `@lingui/swc-plugin` from 6.5.1 to 6.6.0
- [Release notes](https://github.com/lingui/swc-plugin/releases)
- [Commits](https://github.com/lingui/swc-plugin/commits/6.6.0/packages/lingui-macro)

Updates `@lingui/vite-plugin` from 6.4.0 to 6.6.0
- [Release notes](https://github.com/lingui/js-lingui/releases)
- [Changelog](https://github.com/lingui/js-lingui/blob/main/packages/vite-plugin/CHANGELOG.md)
- [Commits](https://github.com/lingui/js-lingui/commits/v6.6.0/packages/vite-plugin)

Updates `@vitejs/plugin-react-swc` from 4.3.1 to 4.3.2
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react-swc/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/v4.3.2/packages/plugin-react-swc)

Updates `@vitest/coverage-v8` from 4.1.9 to 4.1.10
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.10/packages/coverage-v8)

Updates `eslint` from 10.6.0 to 10.8.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v10.6.0...v10.8.0)

Updates `prettier` from 3.9.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.9.4...3.9.6)

Updates `svgo` from 4.0.1 to 4.0.2
- [Release notes](https://github.com/svg/svgo/releases)
- [Commits](svg/svgo@v4.0.1...v4.0.2)

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` from 6.0.3 to 7.0.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/commits)

Updates `typescript-eslint` from 8.62.1 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.2 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 `vitest` from 4.1.9 to 4.1.10
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.10/packages/vitest)

---
updated-dependencies:
- dependency-name: "@capacitor/android"
  dependency-version: 8.4.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@capacitor/app"
  dependency-version: 8.1.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@capacitor/cli"
  dependency-version: 8.4.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@capacitor/core"
  dependency-version: 8.4.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@capacitor/device"
  dependency-version: 8.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@capacitor/ios"
  dependency-version: 8.4.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@capacitor/status-bar"
  dependency-version: 8.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@lingui/babel-plugin-lingui-macro"
  dependency-version: 6.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@lingui/cli"
  dependency-version: 6.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@lingui/swc-plugin"
  dependency-version: 6.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@lingui/vite-plugin"
  dependency-version: 6.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@vitejs/plugin-react-swc"
  dependency-version: 4.3.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.1.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: eslint
  dependency-version: 10.8.0
  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: svgo
  dependency-version: 4.0.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: tsx
  dependency-version: 4.23.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: typescript
  dependency-version: 7.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  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: vitest
  dependency-version: 4.1.10
  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 27, 2026
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