Skip to content

Bump the npm-minor-and-patch group with 5 updates - #322

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-minor-and-patch-6731b232ee
Open

Bump the npm-minor-and-patch group with 5 updates#322
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-minor-and-patch-6731b232ee

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the npm-minor-and-patch group with 5 updates:

Package From To
@capacitor/filesystem 8.1.2 8.1.3
@capacitor/local-notifications 8.2.1 8.3.1
@vitejs/plugin-react 6.0.5 6.1.0
vite 8.2.1 8.2.2
vitest 4.1.10 4.1.11

Updates @capacitor/filesystem from 8.1.2 to 8.1.3

Release notes

Sourced from @​capacitor/filesystem's releases.

v8.1.3

8.1.3 (2026-08-19)

Bug Fixes

  • android: only apply kotlin-android plugin if not already applied (#83) (3de47a3)

This release is also available on:

v8.1.3-next.1

8.1.3-next.1 (2026-07-23)


This release is also available on:

Changelog

Sourced from @​capacitor/filesystem's changelog.

8.1.3 (2026-08-19)

Bug Fixes

  • android: only apply kotlin-android plugin if not already applied (#83) (3de47a3)
Commits
  • adc1899 chore(release): 8.1.3 [skip ci]
  • 3de47a3 fix(android): only apply kotlin-android plugin if not already applied (#83)
  • 73cde0d chore: force semantic release to release on chore
  • ecb604f chore(ci): Check every maven central version for android publish (#78)
  • 6ef910a docs: minor contributing guide improvements (#77)
  • 2fa6e16 chore(ci): use Xcode 26 (#76)
  • 7ba8af9 chore(ci): fix npm version being installed (#75)
  • See full diff in compare view

Updates @capacitor/local-notifications from 8.2.1 to 8.3.1

Release notes

Sourced from @​capacitor/local-notifications's releases.

v8.3.1

8.3.1 (2026-08-19)

Bug Fixes

  • android: License for Native Publishing (#12) (b8ced9c)

This release is also available on:

v8.3.0

8.3.0 (2026-08-14)

Features

  • new Local Notifications Capacitor plugin (#1) (2bcb375), closes #2

This release is also available on:

Changelog

Sourced from @​capacitor/local-notifications's changelog.

8.3.1 (2026-08-19)

Bug Fixes

  • android: License for Native Publishing (#12) (b8ced9c)

8.3.0 (2026-08-14)

Features

  • new Local Notifications Capacitor plugin (#1) (2bcb375), closes #2

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

Commits
  • 0fbde48 chore(release): 8.3.1 [skip ci]
  • b8ced9c fix(android): License for Native Publishing (#12)
  • 4b0a91e docs: add "Errors" table to docs (#11)
  • 7253684 docs: clarify info about implicit permissions
  • e1eba40 ci: fix publish-script path depth and podspec tag format for standalone repo
  • b078223 chore(release): 8.3.0 [skip ci]
  • 2bcb375 feat: new Local Notifications Capacitor plugin (#1)
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​capacitor/local-notifications since your current version.

Install script changes

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


Updates @vitejs/plugin-react from 6.0.5 to 6.1.0

Release notes

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

plugin-react@6.1.0

Add experimental native React Compiler support (#1419)

Add experimental native React Compiler support.

You can use it by installing oxc-transform-react and enabling it via the compiler option:

npm install -D oxc-transform-react
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
export default defineConfig({
plugins: [
react({ compiler: true })
]
})

Changelog

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

6.1.0 (2026-08-19)

Add experimental native React Compiler support (#1419)

Add experimental native React Compiler support.

You can use it by installing oxc-transform-react and enabling it via the compiler option:

npm install -D oxc-transform-react
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
export default defineConfig({
plugins: [
react({ compiler: true })
]
})

Commits

Updates vite from 8.2.1 to 8.2.2

Release notes

Sourced from vite's releases.

plugin-legacy@8.2.2

Please refer to CHANGELOG.md for details.

v8.2.2

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

8.2.2 (2026-08-20)

Features

  • deps: widen @vitejs/devtools peer range to v0.5.0 (#23302) (495d9ff)

Bug Fixes

  • bundled-dev: handle lazy request error (#23291) (3ba026d)
  • bundled-dev: hot update through circular imports instead of reloading (#23259) (3dbddef)
  • config: resolve sourcemap paths against sourcemap location (#23239) (05a003e)
  • css: don't pass empty targets to lightningcss (#23295) (2804636)
  • define: fix match escaped dots to support $-prefixed define keys (#23249) (dcf88bd)
  • deps: update all non-major dependencies (#23217) (ba958bd)
  • deps: update rolldown-related dependencies (#23218) (83ecb2c)
  • module-runner: exclude completed modules from in-flight cycle detection (fix #22999) (#23009) (d9b10a9)
  • optimizer: close custom extension analysis bundles (#23207) (8fb7675)
  • reduce Windows 8.3-short-name detection false-positives (#23066) (02cffa9)
  • respect resolve.preserveSymlinks when resolving root (fix #23197) (#23198) (8413052)
  • ssr: rewrite computed key of destructing parameter (#23307) (9db0b61)
  • vite: update outdated upstream file links in license comments (#23285) (c0f2fc6)

Documentation

Miscellaneous Chores

Code Refactoring

  • use JSON import attributes instead of readFileSync in constants (#23258) (1d9fa39)
  • use named regex constants over inline literals (#22964) (5c1c6c6)

Tests

  • define: close rolldown bundler after generate (#23231) (b4d66fe)
  • module-runner: add TLA circular import case (#23299) (4a261f2)
  • module-runner: simplify server-hmr tests (#23300) (599b44b)
  • ssr: add destructing assignment case for moduleRunnerTransform (#23308) (cb77e2a)

Build System

  • use JSON import attributes instead of readFIleSync in rolldown configs (#23251) (d615bcd)
Commits
  • de1111a release: v8.2.2
  • cb77e2a test(ssr): add destructing assignment case for moduleRunnerTransform (#23308)
  • 9db0b61 fix(ssr): rewrite computed key of destructing parameter (#23307)
  • 8413052 fix: respect resolve.preserveSymlinks when resolving root (fix #23197) (#23...
  • 05a003e fix(config): resolve sourcemap paths against sourcemap location (#23239)
  • 495d9ff feat(deps): widen @vitejs/devtools peer range to v0.5.0 (#23302)
  • 1d9fa39 refactor: use JSON import attributes instead of readFileSync in constants (#2...
  • 2804636 fix(css): don't pass empty targets to lightningcss (#23295)
  • 599b44b test(module-runner): simplify server-hmr tests (#23300)
  • 4a261f2 test(module-runner): add TLA circular import case (#23299)
  • Additional commits viewable in compare view

Updates vitest from 4.1.10 to 4.1.11

Release notes

Sourced from vitest's releases.

v4.1.11

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 9bd8d46 chore: release v4.1.11 (#10995)
  • 9851dbc fix(browser): trigger playwright/chromium gc on lower disk availability [back...
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the npm-minor-and-patch group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@capacitor/filesystem](https://github.com/ionic-team/capacitor-filesystem) | `8.1.2` | `8.1.3` |
| [@capacitor/local-notifications](https://github.com/ionic-team/capacitor-local-notifications) | `8.2.1` | `8.3.1` |
| [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) | `6.0.5` | `6.1.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.2.1` | `8.2.2` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.10` | `4.1.11` |


Updates `@capacitor/filesystem` from 8.1.2 to 8.1.3
- [Release notes](https://github.com/ionic-team/capacitor-filesystem/releases)
- [Changelog](https://github.com/ionic-team/capacitor-filesystem/blob/main/CHANGELOG.md)
- [Commits](ionic-team/capacitor-filesystem@v8.1.2...v8.1.3)

Updates `@capacitor/local-notifications` from 8.2.1 to 8.3.1
- [Release notes](https://github.com/ionic-team/capacitor-local-notifications/releases)
- [Changelog](https://github.com/ionic-team/capacitor-local-notifications/blob/main/CHANGELOG.md)
- [Commits](ionic-team/capacitor-local-notifications@v8.2.1...v8.3.1)

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

Updates `vite` from 8.2.1 to 8.2.2
- [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.2.2/packages/vite)

Updates `vitest` from 4.1.10 to 4.1.11
- [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.11/packages/vitest)

---
updated-dependencies:
- dependency-name: "@capacitor/filesystem"
  dependency-version: 8.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor-and-patch
- dependency-name: "@capacitor/local-notifications"
  dependency-version: 8.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-and-patch
- dependency-name: "@vitejs/plugin-react"
  dependency-version: 6.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-and-patch
- dependency-name: vite
  dependency-version: 8.2.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-and-patch
- dependency-name: vitest
  dependency-version: 4.1.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Aug 23, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@github-actions

Copy link
Copy Markdown

Unit Test Coverage

Metric Coverage
Lines 100%
Statements 100%
Branches 98.66%
Functions 100%

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants