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 /vue2 with 23 updates #493

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2024

Bumps the minor group in /vue2 with 23 updates:

Package From To
@capacitor/local-notifications 5.0.6 5.0.7
@capacitor/preferences 5.0.6 5.0.7
vue-template-compiler 2.7.14 2.7.16
@babel/types 7.23.0 7.24.0
@capacitor/cli 5.5.0 5.7.4
@rushstack/eslint-patch 1.5.1 1.10.1
@tsconfig/node18 18.2.2 18.2.4
@types/jest 29.5.6 29.5.12
@types/markdown-it 13.0.4 13.0.7
@types/node 20.8.7 20.12.2
@types/showdown 2.0.3 2.0.6
@vitejs/plugin-vue2 2.2.0 2.3.1
@vue/tsconfig 0.4.0 0.5.1
eslint 8.52.0 8.57.0
eslint-plugin-vue 9.17.0 9.24.0
ts-jest 29.1.1 29.1.2
ts-node 10.9.1 10.9.2
typedoc 0.25.2 0.25.12
typescript 5.2.2 5.4.3
unplugin-vue-markdown 0.24.3 0.26.0
vite 5.1.4 5.2.7
vite-plugin-dts 3.6.0 3.8.1
vue-tsc 1.8.20 1.8.27

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-template-compiler from 2.7.14 to 2.7.16

Release notes

Sourced from vue-template-compiler's releases.

v2.7.16 "Swan Song"

This is the final release for Vue 2.

Vue 2 will reach End of Life on December 31st, 2023. For more details, please read this blog post.

Please refer to CHANGELOG.md for details.

v2.7.16-beta.2

Please refer to CHANGELOG.md for details.

v2.7.16-beta.1

Please refer to CHANGELOG.md for details.

v2.7.15

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vue-template-compiler's changelog.

2.7.16 Swan Song (2023-12-24)

Bug Fixes

  • lifecycle: esnure component effect scopes are disconnected (56ce7f8), closes #13134

2.7.16-beta.2 (2023-12-14)

Bug Fixes

2.7.16-beta.1 (2023-12-08)

Bug Fixes

2.7.15 (2023-10-23)

Bug Fixes

  • compiler-sfc: add semicolon after defineProps statement (#12879) (51fef2c)
  • compiler-sfc: fix macro usage in multi-variable declaration (#12873) (d27c128)
  • compiler-sfc: Optimize the value of emitIdentifier (#12851) (bb59751)
  • compiler-sfc: Resolve object expression parsing errors in v-on (#12862) (b8c8b3f)
  • lifecycle: scope might changed when call hook (#13070) (74ca5a1)

... (truncated)

Commits
  • 13f4e7d release: v2.7.16
  • 56ce7f8 fix(lifecycle): esnure component effect scopes are disconnected
  • 305e4ae release: v2.7.16-beta.2
  • 3e1037e chore: bump vitest to 1.0.4
  • db9c566 fix: account for nested render calls
  • 895669f fix(types): export more types for v3 alignment (jsx / component options)
  • 73bdf14 release: v2.7.16-beta.1
  • e0747f4 fix(keep-alive): fix memory leak without breaking transition tests
  • 2632249 fix(keep-alive): fix keep-alive memory leak
  • 3650c12 fix(types): provide types for built-in components
  • Additional commits viewable in compare view

Updates @babel/types from 7.23.0 to 7.24.0

Release notes

Sourced from @​babel/types's releases.

v7.24.0 (2024-02-28)

Thanks @​ajihyf for your first PR!

Release post with summary and highlights: https://babeljs.io/7.24.0

🚀 New Feature

  • babel-standalone
  • babel-core, babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-transform-class-properties
  • babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-proposal-decorators, babel-plugin-proposal-pipeline-operator, babel-plugin-syntax-decorators, babel-plugin-transform-class-properties, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-preset-flow
  • babel-helper-import-to-platform-api, babel-plugin-proposal-import-wasm-source, babel-plugin-proposal-json-modules, babel-standalone
  • babel-plugin-transform-runtime
  • babel-parser, babel-types

🐛 Bug Fix

  • babel-plugin-proposal-do-expressions, babel-traverse
  • babel-helper-create-class-features-plugin, babel-plugin-transform-private-methods, babel-plugin-transform-private-property-in-object
  • babel-helper-create-class-features-plugin, babel-plugin-transform-private-methods
  • babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-proposal-decorators
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-transform-async-generator-functions, babel-plugin-transform-private-methods, babel-plugin-transform-private-property-in-object, babel-plugin-transform-typescript, babel-preset-env
  • babel-helpers
  • babel-helpers, babel-plugin-proposal-decorators

💅 Polish

  • babel-core, babel-helper-create-class-features-plugin, babel-preset-env

🏠 Internal

... (truncated)

Changelog

Sourced from @​babel/types's changelog.

v7.24.0 (2024-02-28)

🚀 New Feature

  • babel-standalone
  • babel-core, babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-transform-class-properties
  • babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-proposal-decorators, babel-plugin-proposal-pipeline-operator, babel-plugin-syntax-decorators, babel-plugin-transform-class-properties, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-preset-flow
  • babel-helper-import-to-platform-api, babel-plugin-proposal-import-wasm-source, babel-plugin-proposal-json-modules, babel-standalone
  • babel-plugin-transform-runtime
  • babel-parser, babel-types

🐛 Bug Fix

  • babel-plugin-proposal-do-expressions, babel-traverse
  • babel-helper-create-class-features-plugin, babel-plugin-transform-private-methods, babel-plugin-transform-private-property-in-object
  • babel-helper-create-class-features-plugin, babel-plugin-transform-private-methods
  • babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-proposal-decorators
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-transform-async-generator-functions, babel-plugin-transform-private-methods, babel-plugin-transform-private-property-in-object, babel-plugin-transform-typescript, babel-preset-env
  • babel-helpers
  • babel-helpers, babel-plugin-proposal-decorators

💅 Polish

  • babel-core, babel-helper-create-class-features-plugin, babel-preset-env

🏠 Internal

  • babel-helper-transform-fixture-test-runner

🔬 Output optimization

... (truncated)

Commits

Updates @capacitor/cli from 5.5.0 to 5.7.4

Release notes

Sourced from @​capacitor/cli's releases.

5.7.4

5.7.4 (2024-03-20)

Bug Fixes

  • http: change proxy url generation (30a32f4)

5.7.3

5.7.3 (2024-03-15)

Bug Fixes

5.7.2

5.7.2 (2024-03-06)

Bug Fixes

  • android: prevent crash on script injection if the script is too long (#7316) (67c00e2)
  • cli: Attempt to verify non-cjs modules exist if cjs resolution fails (#7310) (#7313) (28e7f08)

5.7.1

5.7.1 (2024-03-01)

Bug Fixes

5.7.0

5.7.0 (2024-02-07)

Bug Fixes

... (truncated)

Changelog

Sourced from @​capacitor/cli's changelog.

5.7.4 (2024-03-20)

Bug Fixes

  • http: change proxy url generation (30a32f4)

5.7.3 (2024-03-15)

Bug Fixes

5.7.2 (2024-03-06)

Bug Fixes

  • android: prevent crash on script injection if the script is too long (#7316) (67c00e2)
  • cli: Attempt to verify non-cjs modules exist if cjs resolution fails (#7310) (#7313) (28e7f08)

5.7.1 (2024-03-01)

Bug Fixes

5.7.0 (2024-02-07)

Bug Fixes

  • cli: correctly build and sign Android apps using Flavors (#7211) (af97904)
  • http: better handling of active requests and shutting down gracefully (a56e845)

Features

  • webview: add setServerAssetPath method (4e8449c)

5.6.0 (2023-12-14)

Bug Fixes

... (truncated)

Commits

Updates @rushstack/eslint-patch from 1.5.1 to 1.10.1

Changelog

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

1.10.1

Fri, 29 Mar 2024 05:46:41 GMT

Patches

  • Fix an issue where the eslint-bulk prune command would crash if a bulk suppressions file exists that speicifies no suppressions.
  • Exit with success under normal conditions.

1.10.0

Thu, 28 Mar 2024 18:11:12 GMT

Minor changes

  • Delete the .eslint-bulk-suppressions.json file during pruning if all suppressions have been eliminated.

Patches

  • Fix an issue with running eslint-bulk prune in a project with suppressions that refer to deleted files.

1.9.0

Wed, 27 Mar 2024 19:47:21 GMT

Minor changes

  • Fix an issue where eslint-bulk prune does not work if there are no files to lint in the project root.

1.8.0

Wed, 20 Mar 2024 02:09:14 GMT

Minor changes

  • Refactor the bulk-suppressions feature to fix some performance issues.

Patches

  • Fix an issue where linting issues that were already suppressed via suppression comments were recorded in the bulk suppressions list.

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

... (truncated)

Commits
  • 323fddb Bump versions [skip ci]
  • 165cb01 Update changelogs [skip ci]
  • fce27bb Clean up a logging message.
  • 11d0146 Exit with success under normal conditions.
  • d7fb39a Fix an issue where 'eslint-bulk prune' crashes if there aren't any suppressions.
  • c09b14c Bump versions [skip ci]
  • e51a2c0 Update changelogs [skip ci]
  • 96d5dc4 Delete suppressions file if all issues have been resolved.
  • dc3ec45 Fix an issue with pruning a project with deleted files that had suppressions
  • e548e6e Bump versions [skip ci]
  • Additional commits viewable in compare view

Updates @tsconfig/node18 from 18.2.2 to 18.2.4

Commits

Updates @types/jest from 29.5.6 to 29.5.12

Commits

Updates @types/markdown-it from 13.0.4 to 13.0.7

Commits

Updates @types/node from 20.8.7 to 20.12.2

Commits

Updates @types/showdown from 2.0.3 to 2.0.6

Commits

Updates @vitejs/plugin-vue2 from 2.2.0 to 2.3.1

Release notes

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

v2.3.1

Please refer to CHANGELOG.md for details.

v2.3.0

Please refer to CHANGELOG.md for details.

Commits
Maintainer changes

This version was pushed to npm by sxzz, a new releaser for @​vitejs/plugin-vue2 since your current version.


Updates @vue/tsconfig from 0.4.0 to 0.5.1

Commits

Updates eslint from 8.52.0 to 8.57.0

Release notes

Sourced from eslint's releases.

v8.57.0

Features

  • 1120b9b feat: Add loadESLint() API method for v8 (#18098) (Nicholas C. Zakas)
  • dca7d0f feat: Enable eslint.config.mjs and eslint.config.cjs (#18066) (Nitin Kumar)

Bug Fixes

  • 2196d97 fix: handle absolute file paths in FlatRuleTester (#18064) (Nitin Kumar)
  • 69dd1d1 fix: Ensure config keys are printed for config errors (#18067) (Nitin Kumar)
  • 9852a31 fix: deep merge behavior in flat config (#18065) (Nitin Kumar)
  • 4c7e9b0 fix: allow circular references in config (#18056) (Milos Djermanovic)

Documentation

  • 84922d0 docs: Show prerelease version in dropdown (#18139) (Nicholas C. Zakas)
  • 5b8c363 docs: Switch to Ethical Ads (#18117) (Milos Djermanovic)
  • 77dbfd9 docs: show NEXT in version selectors (#18052) (Milos Djermanovic)

Chores

  • 1813aec chore: upgrade @​eslint/js@​8.57.0 (#18143) (Milos Djermanovic)
  • 5c356bb chore: package.json update for @​eslint/js release (Jenkins)
  • f4a1fe2 test: add more tests for ignoring files and directories (#18068) (Nitin Kumar)
  • 42c0aef ci: Enable CI for v8.x branch (#18047) (Milos Djermanovic)

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

  • 9007719 docs: update link in ways-to-extend.md (#17839) (Amel SELMANE)
  • 3a22236 docs: Update README (GitHub Actions Bot)
  • 54c3ca6 docs: fix migration-guide example (#17829) (Tanuj Kanti)
  • 4391b71 docs: check config comments in rule examples (#17815) (Francesco Trotta)
  • fd28363 docs: remove mention about ESLint stylistic rules in readme (#17810) (Zwyx)
  • 48ed5a6 docs: Update README (GitHub Actions Bot)

Chores

  • ba6af85 chore: upgrade @​eslint/js@​8.56.0 (#17864) (Milos Djermanovic)
  • 60a531a chore: package.json update for @​eslint/js release (Jenkins)
  • ba87a06 chore: update dependency markdownlint to ^0.32.0 (#17783) (renovate[bot])
  • 9271d10 chore: add GitHub issue template for docs issues ...

    Description has been truncated

Bumps the minor group in /vue2 with 23 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-template-compiler](https://github.com/vuejs/vue) | `2.7.14` | `2.7.16` |
| [@babel/types](https://github.com/babel/babel/tree/HEAD/packages/babel-types) | `7.23.0` | `7.24.0` |
| [@capacitor/cli](https://github.com/ionic-team/capacitor) | `5.5.0` | `5.7.4` |
| [@rushstack/eslint-patch](https://github.com/microsoft/rushstack/tree/HEAD/eslint/eslint-patch) | `1.5.1` | `1.10.1` |
| [@tsconfig/node18](https://github.com/tsconfig/bases/tree/HEAD/bases) | `18.2.2` | `18.2.4` |
| [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.6` | `29.5.12` |
| [@types/markdown-it](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/markdown-it) | `13.0.4` | `13.0.7` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.8.7` | `20.12.2` |
| [@types/showdown](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/showdown) | `2.0.3` | `2.0.6` |
| [@vitejs/plugin-vue2](https://github.com/vitejs/vite-plugin-vue2/tree/HEAD/packages/plugin-vue) | `2.2.0` | `2.3.1` |
| [@vue/tsconfig](https://github.com/vuejs/tsconfig) | `0.4.0` | `0.5.1` |
| [eslint](https://github.com/eslint/eslint) | `8.52.0` | `8.57.0` |
| [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) | `9.17.0` | `9.24.0` |
| [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.2` | `0.25.12` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.2.2` | `5.4.3` |
| [unplugin-vue-markdown](https://github.com/unplugin/unplugin-vue-markdown) | `0.24.3` | `0.26.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.1.4` | `5.2.7` |
| [vite-plugin-dts](https://github.com/qmhc/vite-plugin-dts) | `3.6.0` | `3.8.1` |
| [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) | `1.8.20` | `1.8.27` |


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-template-compiler` from 2.7.14 to 2.7.16
- [Release notes](https://github.com/vuejs/vue/releases)
- [Changelog](https://github.com/vuejs/vue/blob/main/CHANGELOG.md)
- [Commits](vuejs/vue@v2.7.14...v2.7.16)

Updates `@babel/types` from 7.23.0 to 7.24.0
- [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.24.0/packages/babel-types)

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

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

Updates `@tsconfig/node18` from 18.2.2 to 18.2.4
- [Commits](https://github.com/tsconfig/bases/commits/HEAD/bases)

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

Updates `@types/markdown-it` from 13.0.4 to 13.0.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/markdown-it)

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

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

Updates `@vitejs/plugin-vue2` from 2.2.0 to 2.3.1
- [Release notes](https://github.com/vitejs/vite-plugin-vue2/releases)
- [Commits](https://github.com/vitejs/vite-plugin-vue2/commits/v2.3.1/packages/plugin-vue)

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

Updates `eslint` from 8.52.0 to 8.57.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.52.0...v8.57.0)

Updates `eslint-plugin-vue` from 9.17.0 to 9.24.0
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Commits](vuejs/eslint-plugin-vue@v9.17.0...v9.24.0)

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.2 to 0.25.12
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.25.2...v0.25.12)

Updates `typescript` from 5.2.2 to 5.4.3
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.2.2...v5.4.3)

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

Updates `vite` from 5.1.4 to 5.2.7
- [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/v5.2.7/packages/vite)

Updates `vite-plugin-dts` from 3.6.0 to 3.8.1
- [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.0...v3.8.1)

Updates `vue-tsc` from 1.8.20 to 1.8.27
- [Release notes](https://github.com/vuejs/language-tools/releases)
- [Changelog](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/language-tools/commits/v1.8.27/packages/tsc)

---
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-template-compiler
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@babel/types"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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: "@tsconfig/node18"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@types/markdown-it"
  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: "@types/showdown"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@vitejs/plugin-vue2"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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-minor
  dependency-group: minor
- dependency-name: unplugin-vue-markdown
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: vite
  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
- dependency-name: vue-tsc
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team April 1, 2024 09:35
@dependabot dependabot bot added the chore Naming, organizing folder structure, and less impactful tasks. label Apr 1, 2024
@ricardobrg ricardobrg closed this Apr 1, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 1, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/vue2/minor-18e083b69c branch April 1, 2024 11:57
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.

1 participant