Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the npm-deps group across 1 directory with 23 updates #414

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 15, 2024

Bumps the npm-deps group with 22 updates in the /frontend directory:

Package From To
@fontsource/roboto 5.0.13 5.0.14
apexcharts 3.50.0 3.52.0
core-js 3.37.1 3.38.0
pinia 2.1.7 2.2.1
vue 3.4.31 3.4.37
vue-codemirror6 1.3.2 1.3.4
vue-router 4.4.0 4.4.3
vuetify 3.6.12 3.6.14
@babel/types 7.24.7 7.25.2
@types/markdown-it 14.1.1 14.1.2
@types/node 20.14.10 22.3.0
@vitejs/plugin-vue 5.0.5 5.1.2
eslint 8.57.0 9.9.0
eslint-plugin-prettier 5.1.3 5.2.1
msw 2.3.1 2.3.5
prettier 3.3.2 3.3.3
sass 1.77.7 1.77.8
typescript 5.5.3 5.5.4
vite 5.3.3 5.4.0
vite-plugin-vuetify 2.0.3 2.0.4
vitest 2.0.1 2.0.5
vue-tsc 2.0.26 2.0.29

Updates @fontsource/roboto from 5.0.13 to 5.0.14

Commits

Updates apexcharts from 3.50.0 to 3.52.0

Release notes

Sourced from apexcharts's releases.

💎 Version 3.52.0

What's Changed

New Contributors

Full Changelog: apexcharts/apexcharts.js@v3.51.0...v3.52.0

v3.51.0

What's Changed

✨ More marker shapes

hswil69ah

Full Changelog: apexcharts/apexcharts.js@v3.50.0...v3.51.0

Commits

Updates core-js from 3.37.1 to 3.38.0

Changelog

Sourced from core-js's changelog.

3.38.0 - 2024.08.05
Commits
  • 4a322bf v3.38.0
  • 9408792 replace a regex with a simple comparison
  • 0595aaf simplify a regex
  • 269890f replace a regex with conditions
  • 4ce7d0c add Uint8Array.prototype.setFromBase64 and lastChunkHandling option
  • 8b10ea8 add feature detection to Promise.try
  • 19b1a68 add feature detection to RegExp.escape
  • 5b2874c move RegExp.escape to stage 3
  • 6250ccb rename internals/global -> internals/global-this
  • 25b5716 improve some cases of environment detection
  • Additional commits viewable in compare view

Updates pinia from 2.1.7 to 2.2.1

Release notes

Sourced from pinia's releases.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

Commits

Updates vue from 3.4.31 to 3.4.37

Release notes

Sourced from vue's releases.

v3.4.37

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.4.36

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.4.35

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.4.34

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.4.33

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.4.32

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

Changelog

Sourced from vue's changelog.

3.5.0-beta.1 (2024-08-08)

Bug Fixes

  • custom-element: delay mounting of custom elements with async parent (37ccb9b), closes #8127 #9341 #9351 #9351
  • custom-element: delete prop on attribute removal (506c4c5), closes #11276
  • custom-element: ignore scoped id (7f2c505)
  • custom-element: reflect prop default value on custom element (63689ed), closes #9006 #10537
  • custom-element: support early-set domProps for async custom elements (a07e7bf), closes #11081 #11082
  • types/custome-element: defineCustomElement props inference with array emits (#11384) (e94b01b), closes #11353
  • types: allow using InjectionKey as valid property key (321d807), closes #5089

Features

  • custom-element: expose this.$host in Options API (1ef8f46)
  • custom-element: inject child components styles to custom element shadow root (#11517) (56c76a8), closes #4662 #7941 #7942
  • custom-element: support configurable app instance in defineCustomElement (6758c3c), closes #4356 #4635
  • custom-element: support css :host selector by applying css vars on host element (#8830) (03a9ea2), closes #8826
  • custom-element: support emit with options (e181bff), closes #7605
  • custom-element: support for expose on customElement (#6256) (af838c1), closes #5540
  • custom-element: support nonce option for injected style tags (bb4a02a), closes #6530
  • custom-element: support passing custom-element-specific options via 2nd argument of defineCustomElement (60a88a2)
  • custom-element: support shadowRoot: false in defineCustomElement() (37d2ce5), closes #4314 #4404
  • custom-element: useHost() helper (775103a)
  • custom-element: useShadowRoot() helper (5a1a89b), closes #6113 #8195
  • hydration: allow fine tuning of lazy hydration strategy triggers (#11530) (261c8b1)
  • reactivity/watch: add pause/resume for ReactiveEffect, EffectScope, and WatchHandle (#9651) (267093c)
  • reactivity: store value cache on CustomRefs impls (#11539) (e044b6e)
  • runtime-dom: Trusted Types compatibility (#10844) (6d4eb94)
  • support specifying allowed keys via generic argument in useTemplateRef() (1fbfa69)
  • types: allow computed getter and setter types to be unrelated (#11472) (a01675e), closes #7271
  • types: export MultiWatchSources type (#9563) (998dca5)
  • types: provide internal options for using refs type in language tools (#11492) (5ffd1a8)
  • watch: support passing number to deep option to control the watch depth (#9572) (22f7d96)

3.5.0-alpha.5 (2024-07-31)

Features

  • hydration: support suppressing hydration mismatch via data-allow-mismatch (94fb2b8)
  • lazy hydration strategies for async components (#11458) (d14a11c)

3.5.0-alpha.4 (2024-07-24)

... (truncated)

Commits
  • 28db2e6 release: v3.4.37
  • 6be63e0 workflow: new release workflow
  • e333312 workflow: fix release script in actions
  • c6841bd test(compiler-sfc): add assertion for template functional (#11557)
  • f8ce86b chore(playground): support copying vue version (#11558)
  • 47cdf24 workflow: adjust release workflow
  • 32a1433 workflow: fix size report base branch
  • 236fb7a fix(compiler-core): use isProp.arg.loc instead of isProp.loc (#11547)
  • 29e4a11 workflow: force fetch all tags in release action
  • e042888 fix(defineModel): detect changes respect custom getter and setter (#11543)
  • Additional commits viewable in compare view

Updates vue-codemirror6 from 1.3.2 to 1.3.4

Commits

Updates vue-router from 4.4.0 to 4.4.3

Release notes

Sourced from vue-router's releases.

v4.4.3

Please refer to CHANGELOG.md for details.

v4.4.2

Please refer to CHANGELOG.md for details.

v4.4.1

Please refer to CHANGELOG.md for details.

Commits

Updates vuetify from 3.6.12 to 3.6.14

Release notes

Sourced from vuetify's releases.

v3.6.14

🔧 Bug Fixes

  • styles: support sass 1.77.7 (4fd811a), closes #20139
  • VAvatar: pass props.image as src to VImg defaults (c264ad4)
  • VBtn: allow passing custom ripple options (#20190) (0a31bf8), closes #20189
  • VFooter: useToggleScope for layout support (0bfaf12)
  • VListGroup: don't clear opened on unmount (#20215) (1e183ef), closes #20199
  • VMenu: check if element still exists before closing parent (#20249) (560362d), closes #20248
  • VSkeletonLoader: remove aria-label when loading finished (867b2ab)
  • VSnackbar: update countdown value on timeout change (3cc2763), closes #20196

🧪 Labs

v3.6.13

🔧 Bug Fixes

  • typescript: augment GlobalComponents in multiple vue modules (#20144) (bd1f63d)
  • VAppBar: scrollBehavior type for fully-hide (040fda8)
  • VBtn: allow stacked and block props to work together (#20162) (9969ebb)
  • VDataTable: use item.raw and columns in sorting transform (#20077) (e33b951), closes #20045
  • VDataTable: support groupBy when sorting is disabled (#20047) (8ac10e4), closes #20046
  • VDatePicker: programmatic start date with multiple range (#20169) (1a0d9b7), closes #20168
  • VOtpInput: slice value with length on paste (#20164) (0f8fd5d), closes #20158

🧪 Labs

🔄 Reverts

  • Revert "fix(VField/VInput): centerAffix prop for underlined/plain (#20064)" (#20173) (098f802)

3.7.0-beta.0

🚀 Features

  • validation: add eager and invalid-input options (7e730fa)
  • VAvatar: add border prop support (9dbc30a)

... (truncated)

Commits
  • 7993be1 chore(release): publish v3.6.14
  • 560362d fix(VMenu): check if element still exists before closing parent (#20249)
  • 867b2ab fix(VSkeletonLoader): remove aria-label when loading finished
  • 4fd811a fix(styles): support sass 1.77.7
  • 3cc2763 fix(VSnackbar): update countdown value on timeout change
  • 3a31086 fix(VNumberInput): prevent NaN & handle js number quirks (#20211)
  • 0a31bf8 fix(VBtn): allow passing custom ripple options (#20190)
  • c264ad4 fix(Avatar): pass props.image as src to VImg defaults
  • 0bfaf12 fix(VFooter): useToggleScope for layout support
  • e38231b chore: fix build script output paths on windows (#20223)
  • Additional commits viewable in compare view

Updates @babel/types from 7.24.7 to 7.25.2

Release notes

Sourced from @​babel/types's releases.

v7.25.2 (2024-07-30)

🐛 Bug Fix

Committers: 2

v7.25.1 (2024-07-28)

🐛 Bug Fix

  • babel-plugin-transform-function-name
  • babel-plugin-transform-react-constant-elements
    • #16582 fix plugin-transform-react-constant-elements transform JSXFrament but not add JSXExpressionContainer (@​keiseiTi)
  • babel-traverse

🏠 Internal

Committers: 4

v7.25.0 (2024-07-26)

Thanks @​davidtaylorhq and @​slatereax for your first PR!

You can find the release blog post with some highlights at https://babeljs.io/blog/2024/07/26/7.25.0.

👓 Spec Compliance

  • babel-helpers, babel-plugin-proposal-explicit-resource-management, babel-runtime-corejs3
  • babel-plugin-transform-typescript
    • #16602 Ensure enum members syntactically determinable to be strings do not get reverse mappings (@​liuxingbaoyu)

🚀 New Feature

  • babel-helper-create-class-features-plugin, babel-helper-function-name, babel-helper-plugin-utils, babel-helper-wrap-function, babel-plugin-bugfix-safari-class-field-initializer-scope, babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression, babel-plugin-transform-classes, babel-plugin-transform-function-name, babel-preset-env, babel-traverse, babel-types
  • babel-helper-hoist-variables, babel-helper-plugin-utils, babel-plugin-proposal-async-do-expressions, babel-plugin-transform-modules-systemjs, babel-traverse
  • babel-helper-create-class-features-plugin, babel-helper-module-transforms, babel-helper-plugin-utils, babel-helper-split-export-declaration, babel-plugin-transform-classes, babel-traverse, babel-types
  • babel-helper-create-class-features-plugin, babel-helper-environment-visitor, babel-helper-module-transforms, babel-helper-plugin-utils, babel-helper-remap-async-to-generator, babel-helper-replace-supers, babel-plugin-bugfix-firefox-class-in-computed-class-key, babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-plugin-transform-async-generator-functions, babel-plugin-transform-classes, babel-traverse

... (truncated)

Changelog

Sourced from @​babel/types's changelog.

v7.25.2 (2024-07-30)

🐛 Bug Fix

v7.25.1 (2024-07-28)

🐛 Bug Fix

  • babel-plugin-transform-function-name
  • babel-plugin-transform-react-constant-elements
    • #16582 fix plugin-transform-react-constant-elements transform JSXFrament but not add JSXExpressionContainer (@​keiseiTi)
  • babel-traverse

🏠 Internal

v7.25.0 (2024-07-26)

👓 Spec Compliance

  • babel-helpers, babel-plugin-proposal-explicit-resource-management, babel-runtime-corejs3
  • babel-plugin-transform-typescript
    • #16602 Ensure enum members syntactically determinable to be strings do not get reverse mappings (@​liuxingbaoyu)

🚀 New Feature

  • babel-helper-create-class-features-plugin, babel-helper-function-name, babel-helper-plugin-utils, babel-helper-wrap-function, babel-plugin-bugfix-safari-class-field-initializer-scope, babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression, babel-plugin-transform-classes, babel-plugin-transform-function-name, babel-preset-env, babel-traverse, babel-types
  • babel-helper-hoist-variables, babel-helper-plugin-utils, babel-plugin-proposal-async-do-expressions, babel-plugin-transform-modules-systemjs, babel-traverse
  • babel-helper-create-class-features-plugin, babel-helper-module-transforms, babel-helper-plugin-utils, babel-helper-split-export-declaration, babel-plugin-transform-classes, babel-traverse, babel-types
  • babel-helper-create-class-features-plugin, babel-helper-environment-visitor, babel-helper-module-transforms, babel-helper-plugin-utils, babel-helper-remap-async-to-generator, babel-helper-replace-supers, babel-plugin-bugfix-firefox-class-in-computed-class-key, babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-plugin-transform-async-generator-functions, babel-plugin-transform-classes, babel-traverse
  • babel-core, babel-parser
  • babel-compat-data, babel-plugin-bugfix-safari-class-field-initializer-scope, babel-preset-env
  • babel-plugin-transform-block-scoping, babel-traverse, babel-types
  • babel-helper-import-to-platform-api, babel-plugin-proposal-json-modules
  • babel-helper-transform-fixture-test-runner, babel-node
  • babel-compat-data, babel-helper-create-regexp-features-plugin, babel-plugin-proposal-duplicate-named-capturing-groups-regex, babel-plugin-transform-duplicate-named-capturing-groups-regex, babel-preset-env, babel-standalone

🐛 Bug Fix

... (truncated)

Commits

Updates @types/markdown-it from 14.1.1 to 14.1.2

Commits

Updates @types/node from 20.14.10 to 22.3.0

Commits

Updates @vitejs/plugin-vue from 5.0.5 to 5.1.2

Release notes

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

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

Changelog

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

5.1.2 (2024-08-01)

  • refactor(plugin-vue): add type field (a6b7e3f)
  • fix(plugin-vue): add deprecated script.propsDestructure option (1e24322), closes #431
  • chore(deps): update upstream (#432) (5d592cd), closes #432

5.1.1 (2024-07-27)

  • fix(plugin-vue): clear script cache if recall (f5eb5ac), closes #431

5.1.0 (2024-07-23)

  • fix(deps): update all non-major dependencies (#412) (8cb2ea9), closes #412
  • fix(plugin-vue): clear cache after build end (96dbb22)
  • chore: update documentation for new features option (7fc7994)
  • chore(deps): update upstream (#416) (02a3edd), closes #416
  • feat(plugin-vue): add features option (#419) (3e839e2), closes #419
Commits

Bumps the npm-deps group with 22 updates in the /frontend directory:

| Package | From | To |
| --- | --- | --- |
| [@fontsource/roboto](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/roboto) | `5.0.13` | `5.0.14` |
| [apexcharts](https://github.com/apexcharts/apexcharts.js) | `3.50.0` | `3.52.0` |
| [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) | `3.37.1` | `3.38.0` |
| [pinia](https://github.com/vuejs/pinia) | `2.1.7` | `2.2.1` |
| [vue](https://github.com/vuejs/core) | `3.4.31` | `3.4.37` |
| [vue-codemirror6](https://github.com/logue/vue-codemirror6) | `1.3.2` | `1.3.4` |
| [vue-router](https://github.com/vuejs/router) | `4.4.0` | `4.4.3` |
| [vuetify](https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify) | `3.6.12` | `3.6.14` |
| [@babel/types](https://github.com/babel/babel/tree/HEAD/packages/babel-types) | `7.24.7` | `7.25.2` |
| [@types/markdown-it](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/markdown-it) | `14.1.1` | `14.1.2` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.14.10` | `22.3.0` |
| [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) | `5.0.5` | `5.1.2` |
| [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.9.0` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.1.3` | `5.2.1` |
| [msw](https://github.com/mswjs/msw) | `2.3.1` | `2.3.5` |
| [prettier](https://github.com/prettier/prettier) | `3.3.2` | `3.3.3` |
| [sass](https://github.com/sass/dart-sass) | `1.77.7` | `1.77.8` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.5.3` | `5.5.4` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.3.3` | `5.4.0` |
| [vite-plugin-vuetify](https://github.com/vuetifyjs/vuetify-loader) | `2.0.3` | `2.0.4` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `2.0.1` | `2.0.5` |
| [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) | `2.0.26` | `2.0.29` |



Updates `@fontsource/roboto` from 5.0.13 to 5.0.14
- [Changelog](https://github.com/fontsource/font-files/blob/main/fonts/google/roboto/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/roboto)

Updates `apexcharts` from 3.50.0 to 3.52.0
- [Release notes](https://github.com/apexcharts/apexcharts.js/releases)
- [Commits](apexcharts/apexcharts.js@v3.50.0...v3.52.0)

Updates `core-js` from 3.37.1 to 3.38.0
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.38.0/packages/core-js)

Updates `pinia` from 2.1.7 to 2.2.1
- [Release notes](https://github.com/vuejs/pinia/releases)
- [Commits](https://github.com/vuejs/pinia/compare/[email protected]@2.2.1)

Updates `vue` from 3.4.31 to 3.4.37
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.4.31...v3.4.37)

Updates `vue-codemirror6` from 1.3.2 to 1.3.4
- [Release notes](https://github.com/logue/vue-codemirror6/releases)
- [Changelog](https://github.com/logue/vue-codemirror6/blob/master/CHANGELOG.md)
- [Commits](https://github.com/logue/vue-codemirror6/commits)

Updates `vue-router` from 4.4.0 to 4.4.3
- [Release notes](https://github.com/vuejs/router/releases)
- [Commits](vuejs/router@v4.4.0...v4.4.3)

Updates `vuetify` from 3.6.12 to 3.6.14
- [Release notes](https://github.com/vuetifyjs/vuetify/releases)
- [Commits](https://github.com/vuetifyjs/vuetify/commits/v3.6.14/packages/vuetify)

Updates `@babel/types` from 7.24.7 to 7.25.2
- [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.25.2/packages/babel-types)

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

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

Updates `@vitejs/plugin-vue` from 5.0.5 to 5.1.2
- [Release notes](https://github.com/vitejs/vite-plugin-vue/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-vue/blob/main/packages/plugin-vue/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-vue/commits/[email protected]/packages/plugin-vue)

Updates `@vue/compiler-sfc` from 3.4.31 to 3.4.37
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/commits/v3.4.37/packages/compiler-sfc)

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

Updates `eslint-plugin-prettier` from 5.1.3 to 5.2.1
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md)
- [Commits](prettier/eslint-plugin-prettier@v5.1.3...v5.2.1)

Updates `msw` from 2.3.1 to 2.3.5
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](mswjs/msw@v2.3.1...v2.3.5)

Updates `prettier` from 3.3.2 to 3.3.3
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.3.2...3.3.3)

Updates `sass` from 1.77.7 to 1.77.8
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.77.7...1.77.8)

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

Updates `vite` from 5.3.3 to 5.4.0
- [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/[email protected]/packages/vite)

Updates `vite-plugin-vuetify` from 2.0.3 to 2.0.4
- [Release notes](https://github.com/vuetifyjs/vuetify-loader/releases)
- [Commits](https://github.com/vuetifyjs/vuetify-loader/compare/[email protected]@2.0.4)

Updates `vitest` from 2.0.1 to 2.0.5
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.0.5/packages/vitest)

Updates `vue-tsc` from 2.0.26 to 2.0.29
- [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/HEAD/packages/tsc)

---
updated-dependencies:
- dependency-name: "@fontsource/roboto"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: apexcharts
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: core-js
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: pinia
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: vue-codemirror6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: vue-router
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: vuetify
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: "@babel/types"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: "@types/markdown-it"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-deps
- dependency-name: "@vitejs/plugin-vue"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: "@vue/compiler-sfc"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-deps
- dependency-name: eslint-plugin-prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: msw
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: vite-plugin-vuetify
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: vue-tsc
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 15, 2024
Copy link
Author

dependabot bot commented on behalf of github Aug 16, 2024

Superseded by #415.

@dependabot dependabot bot closed this Aug 16, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/frontend/npm-deps-e6243aa241 branch August 16, 2024 03:10
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