Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

npm: bump the minor group in /vue3 with 19 updates #468

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 5, 2024

Bumps the minor group in /vue3 with 19 updates:

Package From To
@capacitor/local-notifications 5.0.6 5.0.7
@capacitor/preferences 5.0.6 5.0.7
vue 3.3.9 3.4.15
@babel/preset-env 7.23.3 7.23.9
@babel/types 7.23.4 7.23.9
@capacitor/cli 5.5.1 5.6.0
@rushstack/eslint-patch 1.6.0 1.7.2
@types/jest 29.5.10 29.5.12
@types/node 20.10.0 20.11.16
@vue/test-utils 2.4.2 2.4.4
@vue/tsconfig 0.4.0 0.5.1
eslint 8.54.0 8.56.0
eslint-plugin-vue 9.18.1 9.21.1
ts-jest 29.1.1 29.1.2
ts-node 10.9.1 10.9.2
typedoc 0.25.4 0.25.7
typescript 5.3.2 5.3.3
unplugin-vue-markdown 0.25.2 0.26.0
vite-plugin-dts 3.6.3 3.7.2

Updates @capacitor/local-notifications from 5.0.6 to 5.0.7

Release notes

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

@​capacitor/local-notifications@​5.0.7

5.0.7 (2024-01-29)

Note: Version bump only for package @​capacitor/local-notifications

Commits
  • d5483ce chore(release): publish [skip ci]
  • be9ff28 docs: fix addListener links (#2012)
  • d8540fe fix(screen-orientation) Add ScreenOrientationLockType (#2005)
  • e2cdf35 feat(browser): implement close() method for android
  • f9afbe9 fix(filesystem): requestPermissions not resolving (#1991)
  • c5aab48 chore(release): publish [skip ci]
  • 77dc373 fix(camera): reject promise on web input cancel event (#1964)
  • bf7ec33 feat(google-maps): Separate mapId for Google Maps Cloud IDs (#1943)
  • 3b520b8 fix(keyboard): Change keyboard style during setStyle (#1935)
  • e18f458 docs(screen-reader): Use stateChange event in example code (#1934)
  • Additional commits viewable in compare view

Updates @capacitor/preferences from 5.0.6 to 5.0.7

Release notes

Sourced from @​capacitor/preferences's releases.

@​capacitor/preferences@​5.0.7

5.0.7 (2024-01-29)

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

Commits
  • d5483ce chore(release): publish [skip ci]
  • be9ff28 docs: fix addListener links (#2012)
  • d8540fe fix(screen-orientation) Add ScreenOrientationLockType (#2005)
  • e2cdf35 feat(browser): implement close() method for android
  • f9afbe9 fix(filesystem): requestPermissions not resolving (#1991)
  • c5aab48 chore(release): publish [skip ci]
  • 77dc373 fix(camera): reject promise on web input cancel event (#1964)
  • bf7ec33 feat(google-maps): Separate mapId for Google Maps Cloud IDs (#1943)
  • 3b520b8 fix(keyboard): Change keyboard style during setStyle (#1935)
  • e18f458 docs(screen-reader): Use stateChange event in example code (#1934)
  • Additional commits viewable in compare view

Updates vue from 3.3.9 to 3.4.15

Release notes

Sourced from vue's releases.

v3.4.15

Please refer to CHANGELOG.md for details.

v3.4.14

Please refer to CHANGELOG.md for details.

v3.4.13

Please refer to CHANGELOG.md for details.

v3.4.12

Please refer to CHANGELOG.md for details.

v3.4.11

Please refer to CHANGELOG.md for details.

v3.4.10

Please refer to CHANGELOG.md for details.

v3.4.9

Please refer to CHANGELOG.md for details.

v3.4.8

Please refer to CHANGELOG.md for details.

v3.4.7

Please refer to CHANGELOG.md for details.

v3.4.6

Please refer to CHANGELOG.md for details.

v3.4.5

Please refer to CHANGELOG.md for details.

v3.4.4

Please refer to CHANGELOG.md for details.

v3.4.3

Please refer to CHANGELOG.md for details.

v3.4.2

Please refer to CHANGELOG.md for details.

v3.4.1

Please refer to CHANGELOG.md for details.

v3.4.0

Please refer to CHANGELOG.md for details.

v3.4.0-rc.3

Please refer to CHANGELOG.md for details.

... (truncated)

Changelog

Sourced from vue's changelog.

3.4.15 (2024-01-18)

Bug Fixes

  • compiler-sfc: fix type resolution for symlinked node_modules structure w/ pnpm (75e866b), closes #10121
  • correct url for production error reference links (c3087ff)
  • hydration: fix incorect mismatch warning for option with non-string value and inner text (d16a213)
  • reactivity: re-fix #10114 (#10123) (c2b274a)
  • runtime-core: should not warn out-of-render slot fn usage when mounting another app in setup (#10125) (6fa33e6), closes #10124

Performance Improvements

  • templateRef: avoid double render when using template ref on v-for (de4d2e2), closes #9908
  • v-model: optimize v-model multiple select w/ large lists (2ffb956), closes #10014

3.4.14 (2024-01-15)

Bug Fixes

  • compiler-sfc: enable prefixIdentifiers by default when reparsing on consumed AST (#10105) (48bf8e4)
  • deps: update dependency postcss to ^8.4.33 (#10110) (a557006)
  • reactivity: fix regression for computed with mutation (#10119) (20f62af), closes #10114

3.4.13 (2024-01-13)

Bug Fixes

3.4.12 (2024-01-13)

Reverts

3.4.11 (2024-01-12)

... (truncated)

Commits
  • ee4cd78 release: v3.4.15
  • de4d2e2 perf(templateRef): avoid double render when using template ref on v-for
  • c3087ff fix: correct url for production error reference links
  • 2ffb956 perf(v-model): optimize v-model multiple select w/ large lists
  • 75e866b fix(compiler-sfc): fix type resolution for symlinked node_modules structure w...
  • 6fa33e6 fix(runtime-core): should not warn out-of-render slot fn usage when mounting ...
  • 81d307a refactor: use shared isAttrRenderable logic between ssr and hydration
  • 492a720 chore: remove unused import
  • d16a213 fix(hydration): fix incorect mismatch warning for option with non-string valu...
  • e977c59 chore: replace -1 to PatchFlags.HOISTED (#10146)
  • Additional commits viewable in compare view

Updates @babel/preset-env from 7.23.3 to 7.23.9

Release notes

Sourced from @​babel/preset-env's releases.

v7.23.9 (2024-01-25)

🐛 Bug Fix

  • babel-helper-transform-fixture-test-runner, babel-plugin-transform-function-name, babel-plugin-transform-modules-systemjs, babel-preset-env
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-plugin-proposal-decorators, babel-plugin-transform-async-generator-functions, babel-plugin-transform-runtime, babel-preset-env
  • babel-traverse
  • Other

🏠 Internal

🏃‍♀️ Performance

🔬 Output optimization

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties, babel-plugin-transform-class-static-block, babel-plugin-transform-new-target, babel-plugin-transform-parameters, babel-plugin-transform-private-methods, babel-preset-env
  • babel-helpers, babel-plugin-proposal-explicit-resource-management, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

Committers: 4

v7.23.8 (2024-01-08)

🐛 Bug Fix

↩️ Revert

🔬 Output optimization

  • babel-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-function-name, babel-plugin-transform-parameters, babel-plugin-transform-react-jsx, babel-plugin-transform-runtime, babel-plugin-transform-spread, babel-plugin-transform-typescript, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

... (truncated)

Changelog

Sourced from @​babel/preset-env's changelog.

v7.23.9 (2024-01-25)

🐛 Bug Fix

  • babel-helper-transform-fixture-test-runner, babel-plugin-transform-function-name, babel-plugin-transform-modules-systemjs, babel-preset-env
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-plugin-proposal-decorators, babel-plugin-transform-async-generator-functions, babel-plugin-transform-runtime, babel-preset-env
  • babel-traverse
  • Other

🏠 Internal

🏃‍♀️ Performance

🔬 Output optimization

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties, babel-plugin-transform-class-static-block, babel-plugin-transform-new-target, babel-plugin-transform-parameters, babel-plugin-transform-private-methods, babel-preset-env
  • babel-helpers, babel-plugin-proposal-explicit-resource-management, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

v7.23.8 (2024-01-08)

🐛 Bug Fix

↩️ Revert

🔬 Output optimization

  • babel-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-function-name, babel-plugin-transform-parameters, babel-plugin-transform-react-jsx, babel-plugin-transform-runtime, babel-plugin-transform-spread, babel-plugin-transform-typescript, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

v7.23.7 (2023-12-29)

🐛 Bug Fix

  • babel-traverse
  • babel-helpers, babel-plugin-proposal-decorators

... (truncated)

Commits

Updates @babel/types from 7.23.4 to 7.23.9

Release notes

Sourced from @​babel/types's releases.

v7.23.9 (2024-01-25)

🐛 Bug Fix

  • babel-helper-transform-fixture-test-runner, babel-plugin-transform-function-name, babel-plugin-transform-modules-systemjs, babel-preset-env
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-plugin-proposal-decorators, babel-plugin-transform-async-generator-functions, babel-plugin-transform-runtime, babel-preset-env
  • babel-traverse
  • Other

🏠 Internal

🏃‍♀️ Performance

🔬 Output optimization

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties, babel-plugin-transform-class-static-block, babel-plugin-transform-new-target, babel-plugin-transform-parameters, babel-plugin-transform-private-methods, babel-preset-env
  • babel-helpers, babel-plugin-proposal-explicit-resource-management, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

Committers: 4

v7.23.8 (2024-01-08)

🐛 Bug Fix

↩️ Revert

🔬 Output optimization

  • babel-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-function-name, babel-plugin-transform-parameters, babel-plugin-transform-react-jsx, babel-plugin-transform-runtime, babel-plugin-transform-spread, babel-plugin-transform-typescript, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

... (truncated)

Changelog

Sourced from @​babel/types's changelog.

v7.23.9 (2024-01-25)

🐛 Bug Fix

  • babel-helper-transform-fixture-test-runner, babel-plugin-transform-function-name, babel-plugin-transform-modules-systemjs, babel-preset-env
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-plugin-proposal-decorators, babel-plugin-transform-async-generator-functions, babel-plugin-transform-runtime, babel-preset-env
  • babel-traverse
  • Other

🏠 Internal

🏃‍♀️ Performance

🔬 Output optimization

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties, babel-plugin-transform-class-static-block, babel-plugin-transform-new-target, babel-plugin-transform-parameters, babel-plugin-transform-private-methods, babel-preset-env
  • babel-helpers, babel-plugin-proposal-explicit-resource-management, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

v7.23.8 (2024-01-08)

🐛 Bug Fix

↩️ Revert

🔬 Output optimization

  • babel-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-function-name, babel-plugin-transform-parameters, babel-plugin-transform-react-jsx, babel-plugin-transform-runtime, babel-plugin-transform-spread, babel-plugin-transform-typescript, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

v7.23.7 (2023-12-29)

🐛 Bug Fix

  • babel-traverse
  • babel-helpers, babel-plugin-proposal-decorators

... (truncated)

Commits

Updates @capacitor/cli from 5.5.1 to 5.6.0

Release notes

Sourced from @​capacitor/cli's releases.

5.6.0

5.6.0 (2023-12-14)

Bug Fixes

  • cli: Use latest native-run (#7030) (1d948d4)
  • http: properly write form-urlencoded data on android request body (#7130) (a745a89)
  • http: set formdata boundary and body when content-type not explicitly set (#7133) (3862d6e)
  • ios: add some new cordova-ios classes used by Cordova plugins (#7115) (5fb902b)

Features

Changelog

Sourced from @​capacitor/cli's changelog.

5.6.0 (2023-12-14)

Bug Fixes

  • cli: Use latest native-run (#7030) (1d948d4)
  • http: properly write form-urlencoded data on android request body (#7130) (a745a89)
  • http: set formdata boundary and body when content-type not explicitly set (#7133) (3862d6e)
  • ios: add some new cordova-ios classes used by Cordova plugins (#7115) (5fb902b)

Features

Commits
  • 12cdab8 Release 5.6.0
  • 421d2c0 feat: support for Amazon Fire WebView (#6603) (#7129)
  • a745a89 fix(http): properly write form-urlencoded data on android request body (#7130)
  • dfc97ee docs(http): FormData and other complex types do not work on CapacitorHttp plu...
  • 3862d6e fix(http): set formdata boundary and body when content-type not explicitly se...
  • 5fb902b fix(ios): add some new cordova-ios classes used by Cordova plugins (#7115)
  • 7977a6d chore(android): Update json test dependency (#7102)
  • 13935f0 docs: add warning around androidScheme with Android webview 117 (#7098)
  • 8d97b80 chore(android): Mock Log class for tests (#7099)
  • 1d948d4 fix(cli): Use latest native-run (#7030)
  • Additional commits viewable in compare view

Updates @rushstack/eslint-patch from 1.6.0 to 1.7.2

Changelog

Sourced from @​rushstack/eslint-patch's changelog.

1.7.2

Thu, 25 Jan 2024 23:03:57 GMT

Patches

  • Some minor documentation updates

1.7.1

Wed, 24 Jan 2024 07:38:34 GMT

Patches

  • Update documentation

1.7.0

Tue, 16 Jan 2024 18:30:10 GMT

Minor changes

1.6.1

Fri, 15 Dec 2023 01:10:06 GMT

Patches

  • Fix bulk suppression patch's eslintrc detection in polyrepos
Commits

Updates @types/jest from 29.5.10 to 29.5.12

Commits

Updates @types/node from 20.10.0 to 20.11.16

Commits

Updates @vue/test-utils from 2.4.2 to 2.4.4

Release notes

Sourced from @​vue/test-utils's releases.

v2.4.4

What's Changed

New Contributors

Full Changelog: vuejs/test-utils@v2.4.3...v2.4.4

v2.4.3

What's Changed

Full Changelog: vuejs/test-utils@v2.4.2...v2.4.3

Commits
  • bd21a8e publish: release v2.4.4
  • 8f06516 chore(deps): update dependency husky to v9
  • 1ba42e3 chore(deps): update dependency @​types/node to v20.11.6
  • 3483dd2 chore(deps): update all non-major dependencies
  • c3cc713 feat: respect devtools definition (#2311)
  • ec63f82 chore(deps): update dependency vitepress to v1.0.0-rc.40
  • d27a685 chore(deps): update dependency jsdom to v24
  • 1e78d4e chore(deps): update dependency vite to v5.0.12 [security]
  • 67adfcf chore(deps): update all non-major dependencies
  • 0caacb5 chore(deps): update all non-major dependencies
  • Additional commits viewable in compare view

Updates @vue/tsconfig from 0.4.0 to 0.5.1

Commits

Updates eslint from 8.54.0 to 8.56.0

Release notes

Sourced from eslint's releases.

v8.56.0

Features

  • 0dd9704 feat: Support custom severity when reporting unused disable directives (#17212) (Bryan Mishkin)
  • 31a7e3f feat: fix no-restricted-properties false negatives with unknown objects (#17818) (Arka Pratim Chaudhuri)

Bug Fixes

  • 7d5e5f6 fix: TypeError: fs.exists is not a function on read-only file system (#17846) (Francesco Trotta)
  • 74739c8 fix: suggestion with invalid syntax in no-promise-executor-return rule (#17812) (Bryan Mishkin)

Documentation

Bumps the minor group in /vue3 with 19 updates:

| Package | From | To |
| --- | --- | --- |
| [@capacitor/local-notifications](https://github.com/ionic-team/capacitor-plugins) | `5.0.6` | `5.0.7` |
| [@capacitor/preferences](https://github.com/ionic-team/capacitor-plugins) | `5.0.6` | `5.0.7` |
| [vue](https://github.com/vuejs/core) | `3.3.9` | `3.4.15` |
| [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.23.3` | `7.23.9` |
| [@babel/types](https://github.com/babel/babel/tree/HEAD/packages/babel-types) | `7.23.4` | `7.23.9` |
| [@capacitor/cli](https://github.com/ionic-team/capacitor) | `5.5.1` | `5.6.0` |
| [@rushstack/eslint-patch](https://github.com/microsoft/rushstack/tree/HEAD/eslint/eslint-patch) | `1.6.0` | `1.7.2` |
| [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.10` | `29.5.12` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.10.0` | `20.11.16` |
| [@vue/test-utils](https://github.com/vuejs/test-utils) | `2.4.2` | `2.4.4` |
| [@vue/tsconfig](https://github.com/vuejs/tsconfig) | `0.4.0` | `0.5.1` |
| [eslint](https://github.com/eslint/eslint) | `8.54.0` | `8.56.0` |
| [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) | `9.18.1` | `9.21.1` |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.1.1` | `29.1.2` |
| [ts-node](https://github.com/TypeStrong/ts-node) | `10.9.1` | `10.9.2` |
| [typedoc](https://github.com/TypeStrong/TypeDoc) | `0.25.4` | `0.25.7` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.3.2` | `5.3.3` |
| [unplugin-vue-markdown](https://github.com/unplugin/unplugin-vue-markdown) | `0.25.2` | `0.26.0` |
| [vite-plugin-dts](https://github.com/qmhc/vite-plugin-dts) | `3.6.3` | `3.7.2` |


Updates `@capacitor/local-notifications` from 5.0.6 to 5.0.7
- [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/[email protected]...@capacitor/[email protected])

Updates `@capacitor/preferences` from 5.0.6 to 5.0.7
- [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/[email protected]...@capacitor/[email protected])

Updates `vue` from 3.3.9 to 3.4.15
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.3.9...v3.4.15)

Updates `@babel/preset-env` from 7.23.3 to 7.23.9
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.9/packages/babel-preset-env)

Updates `@babel/types` from 7.23.4 to 7.23.9
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.9/packages/babel-types)

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

Updates `@rushstack/eslint-patch` from 1.6.0 to 1.7.2
- [Changelog](https://github.com/microsoft/rushstack/blob/main/eslint/eslint-patch/CHANGELOG.md)
- [Commits](https://github.com/microsoft/rushstack/commits/@rushstack/eslint-patch_v1.7.2/eslint/eslint-patch)

Updates `@types/jest` from 29.5.10 to 29.5.12
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

Updates `@types/node` from 20.10.0 to 20.11.16
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@vue/test-utils` from 2.4.2 to 2.4.4
- [Release notes](https://github.com/vuejs/test-utils/releases)
- [Commits](vuejs/test-utils@v2.4.2...v2.4.4)

Updates `@vue/tsconfig` from 0.4.0 to 0.5.1
- [Commits](vuejs/tsconfig@v0.4.0...v0.5.1)

Updates `eslint` from 8.54.0 to 8.56.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.54.0...v8.56.0)

Updates `eslint-plugin-vue` from 9.18.1 to 9.21.1
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Commits](vuejs/eslint-plugin-vue@v9.18.1...v9.21.1)

Updates `ts-jest` from 29.1.1 to 29.1.2
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.1.1...v29.1.2)

Updates `ts-node` from 10.9.1 to 10.9.2
- [Release notes](https://github.com/TypeStrong/ts-node/releases)
- [Changelog](https://github.com/TypeStrong/ts-node/blob/main/development-docs/release-template.md)
- [Commits](TypeStrong/ts-node@v10.9.1...v10.9.2)

Updates `typedoc` from 0.25.4 to 0.25.7
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.25.4...v0.25.7)

Updates `typescript` from 5.3.2 to 5.3.3
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.3.2...v5.3.3)

Updates `unplugin-vue-markdown` from 0.25.2 to 0.26.0
- [Release notes](https://github.com/unplugin/unplugin-vue-markdown/releases)
- [Commits](unplugin/unplugin-vue-markdown@v0.25.2...v0.26.0)

Updates `vite-plugin-dts` from 3.6.3 to 3.7.2
- [Release notes](https://github.com/qmhc/vite-plugin-dts/releases)
- [Changelog](https://github.com/qmhc/vite-plugin-dts/blob/main/CHANGELOG.md)
- [Commits](qmhc/vite-plugin-dts@v3.6.3...v3.7.2)

---
updated-dependencies:
- dependency-name: "@capacitor/local-notifications"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@capacitor/preferences"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@babel/types"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@capacitor/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@rushstack/eslint-patch"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@vue/test-utils"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@vue/tsconfig"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: eslint-plugin-vue
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: ts-jest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: ts-node
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: typedoc
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: unplugin-vue-markdown
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: vite-plugin-dts
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team February 5, 2024 09:40
@dependabot dependabot bot added the chore Naming, organizing folder structure, and less impactful tasks. label Feb 5, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 12, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Feb 12, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/vue3/minor-3e526cae7a branch February 12, 2024 09:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
chore Naming, organizing folder structure, and less impactful tasks.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants