Skip to content

build(deps): bump the npm-all group across 1 directory with 17 updates - #85

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/services/core/packages/webclient/npm-all-2ed7a6c2d8
Open

build(deps): bump the npm-all group across 1 directory with 17 updates#85
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/services/core/packages/webclient/npm-all-2ed7a6c2d8

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the npm-all group with 17 updates in the /services/core/packages/webclient directory:

Package From To
@fontsource/roboto 5.2.10 5.3.0
dompurify 3.4.9 3.4.13
markdown-it 14.2.0 15.0.0
pinia 3.0.4 4.0.3
vue 3.5.38 3.5.41
vue-router 5.1.0 5.2.0
vuetify 4.1.1 4.1.9
@tsconfig/node22 22.0.5 22.0.6
@types/node 25.9.3 26.2.0
@vitejs/plugin-vue 6.0.7 6.0.8
eslint 10.4.1 10.8.1
eslint-config-vuetify 4.6.2 4.7.2
npm-run-all2 9.0.1 9.0.3
sass-embedded 1.100.0 1.102.0
typescript 6.0.3 7.0.2
unplugin-auto-import 21.0.0 21.1.0
vue-tsc 3.3.4 3.3.10

Updates @fontsource/roboto from 5.2.10 to 5.3.0

Commits

Updates dompurify from 3.4.9 to 3.4.13

Release notes

Sourced from dompurify's releases.

DOMPurify 3.4.13

  • Fixed an issue with hook removal during IN_PLACE sanitization, thanks @​koyokr
  • Fixed an issue with hooks potentially bypassing the clone guard, thanks @​AkshayjainG
  • Fixed an issue with DOM clobbering via ownerDocument during IN_PLACE, thanks @​AkshayjainG
  • Bumped several dependencies where possible

DOMPurify 3.4.12

  • Fixed an issue where a hook would not get called for custom elements, thanks @​Rikuxx0
  • Hardened the handling of hooks removing elements, @​mkrause-bee360
  • Added support for a few new SVG attributes, thanks @​cbn-falias & @​Develop-KIM
  • Hardened the handling of declarative partial updates
  • Updated the documentation is several spots, README, wiki, etc.
  • Bumped several dependencies where possible

DOMPurify 3.4.11

  • Fixed an issue with a leaky config for hooks via setConfig, thanks @​trace37labs
  • Bumped vulnerable development dependencies to arrive at plain 0 with npm audit
  • Updated the osv-scanner suppression list as no vulnerable dependencies are left for now
  • Updated up the linting tool-chain and removed now-redundant lint directives
  • Updated the documentation is several spots, README, wiki, etc.
  • Bumped several dependencies where possible

DOMPurify 3.4.10

  • Refactored codebase for clarity: extracted the public type declarations into types.ts
  • Decomposed the three largest sanitizer functions into focused helpers
  • Removed duplicated defaults and dead branches, consolidated SAFE_FOR_TEMPLATES scrubbing into single shared path
  • Improved per-node performance by hoisting the mXSS probe regexes and testing textContent before innerHTML
  • Added a deterministic micro-benchmark harness (npm run bench) with a --compare mode
  • Reduced CI cost by running the full three-engine browser suite once per PR
  • Refreshed the demos/ folder so every demo runs again, and added a SVG-via-<img> demo
  • Documented the bench and test:happydom scripts in the README
  • Completed the Attack Classes & Bypass History wiki page
  • Bumped several dependencies where possible
Commits

Updates markdown-it from 14.2.0 to 15.0.0

Changelog

Sourced from markdown-it's changelog.

[15.0.0] - 2026-07-30

Added

  • Exposed parser internals classes as static properties on markdownit.
  • Bundled TypeScript declarations. Remove @types/markdown-it if you used it.
  • Added the markdown-it/browser export with bundled ESM and UMD builds.
  • Added colored CLI help on supported terminals via argparse 3.
  • Added reference labels to link/image tokens, #938.
  • Added reference_definition tokens. They remain stripped by default for backwards compatibility, #1055. Also adjusted the line-break heuristic to keep output exactly the same.

Changed

  • [breaking] linkify-it => v6
    • No fuzzy links by default.
    • No auth part check by default.
    • Unicode punctuation terminates the link by default (should help with CJK).
    • See linkify-it changelog for other changes.
  • Package root now resolves to prebuilt ESM and CJS files instead of raw sources. Distribution files were reorganized under dist/ and dist/browser/.
  • Migrated to Typescript.
  • entities => v8. Can be rolled back to v7 if compatibility issues happen.
  • Moved validateLink, normalizeLink and normalizeLinkText from properties to prototype methods.
  • Reworked issue templates and contribution guidelines.

Removed

  • [breaking] Removed package-internal subpath exports (markdown-it/lib/* and similar). Use the static classes exposed on markdownit instead.
  • [breaking] Removed obsolete StateBlock#ddIndent, #1139. Update markdown-it-deflist to keep it working.

Fixed

  • Preserve a literal backslash before a terminating space in link destinations, matching CommonMark 6.3, #1188.
  • Recognize lowercase declarations as HTML blocks, matching CommonMark 4.6, #1189.
  • Require semicolons for named entities in all decoding paths, completing the fix for #1096.
  • Enhanced the text_join rule to process image alt text.
  • Include inline code content in image alt text, #1142.

[14.3.0] - 2026-07-02

Changed

  • Reworked build pipeline & tools.

... (truncated)

Commits
  • 157b33b 15..0.0 released
  • f73cb76 doc: rename files
  • 3bc8e2d Add TS types
  • 2620dce Update contribution guidelines and issue templates
  • 7d365fe doc: migration info
  • 5c9b7ce Update changelog
  • 5a996d5 doc: fix @example tags display
  • f5083f4 doc: continue restructuring & theme fixing
  • 54289c4 Show inline code content in image alt tag #1142
  • 974e2d7 text_join rule fix: process image alt content too (fixes lost escapes and...
  • Additional commits viewable in compare view

Updates pinia from 3.0.4 to 4.0.3

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for pinia since your current version.


Updates vue from 3.5.38 to 3.5.41

Release notes

Sourced from vue's releases.

v3.5.41

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

v3.5.40

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

v3.5.39

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.41 (2026-08-05)

Bug Fixes

3.5.40 (2026-07-16)

Bug Fixes

3.5.39 (2026-06-25)

Bug Fixes

... (truncated)

Commits

Updates vue-router from 5.1.0 to 5.2.0

Release notes

Sourced from vue-router's releases.

v5.2.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates vuetify from 4.1.1 to 4.1.9

Release notes

Sourced from vuetify's releases.

v4.1.9

🔧 Bug Fixes

  • rounded: restore classes for side/corner values containing 0 (27962f3), closes #23090
  • validation: consistently validate cleared fields (58b5537), closes #23084
  • VDataTableVirtual: height accounting when expanding multiple rows (6f5f04b), closes #23014
  • VSelect: focus correct item after opening with keyboard (Shadow DOM) (#23102) (8d15390), closes #23101
  • VVirtualScroll: ignore zero-height items when estimating spacer (abe744e)

v4.1.8

🔧 Bug Fixes

  • accept Vue 3.6 prereleases in the vue peer range (#23040) (831fb2d)
  • theme: correct color-scheme for light theme (#23071) (9df2c71), closes #22119
  • VFileUpload: avoid SSR hydration mismatch on empty file list (4cd5288), closes #23086
  • VNumberInput: strip grouping separator before parsing number (94e94a9), closes #23050
  • VOverlay: resolve ownership from the activator instead of aria-owns (a57ec6e), closes #23056
  • VOverlay: correct viewport size for "desktop view" on Android (8849b6b), closes #22124

v4.1.7

🔧 Bug Fixes

  • elevation: hover-elevation prop should not require elevation (378f593)
  • VAutocomplete,VCombobox: camelize item props for prepend icon and avatar (8a20623), closes #20989
  • VProgressLinear,VIconBtn: avoid Vite v8 dropping transition timing (f23af8a), closes #23046
  • VStepperVerticalItem: unnecessary error color to step content (fce4eaa), closes #23032
  • VStepperWindow/VTouch: guard against double teardown (#23030) (54a2b6a)
  • VTextField: respect hide-details="auto" with counter (#22620) (a94efe4), closes #19998

v4.1.6

🔧 Bug Fixes

  • defaults: keep nested root defaults through teleport reset (#23015) (3ad37e6), closes #23009 #22506 #21814
  • VDataTableVirtual: avoid scroll glitches with expanded rows (#23014) (bb6d1ef), closes #20457
  • VDialog: defer auto-focus until the inner field is focusable (8908e7e), closes #18456
  • VDialog/VField/etc.: correct focus resolution in Shadow DOM (#23027) (27504ff)
  • VImg: handle image ref deferred by Nuxt page transition (0f72baf), closes #23011
  • VList: resolve keyboard navigation inside an open Shadow DOM (#23024) (48628c6)
  • VListItem/VChip/VDatePickerHeader: only attach click when interactive (#23028) (47492b6), closes #22854
  • VOverlay: unnecessary target attribute for CSS transitions (#22190) (e56352a)
  • VSelect: release focus on first click outside (ff966d2), closes #22828
  • VSelect: only focus first item when menu is opened with keyboard (4bb9151), closes #22283
  • VSelect/VAutocomplete/VCombobox: reliable list with selection (#23029) (745dc9a), closes #22531 #22539 #21404 #20482
  • VVirtualScroll: trim leading items when appending to bottom (1ac7cb7), closes #20959
  • VVirtualScroll: recalculate visible items on item resize (#22938) (7bd046e), closes #22937

v4.1.5

🔧 Bug Fixes

  • types: preserve RouteLocationRaw in emitted declarations (d4d7b4b), closes #22615

... (truncated)

Commits
  • 83d7cd1 chore(release): publish v4.1.9
  • 8d15390 fix(VSelect): focus correct item after opening with keyboard (Shadow DOM) (#2...
  • 27962f3 fix(rounded): restore classes for side/corner values containing 0
  • e314a21 docs: minor grammar fixes in descriptions and comments (#23089)
  • 58b5537 fix(validation): consistently validate cleared fields
  • abe744e fix(VVirtualScroll): ignore zero-height items when estimating spacer
  • 6f5f04b fix(VDataTableVirtual): height accounting when expanding multiple rows
  • 0ccc125 chore(release): publish v4.1.8
  • a57ec6e fix(VOverlay): resolve ownership from the activator instead of aria-owns
  • 831fb2d fix: accept Vue 3.6 prereleases in the vue peer range (#23040)
  • Additional commits viewable in compare view

Updates @tsconfig/node22 from 22.0.5 to 22.0.6

Commits

Updates @types/node from 25.9.3 to 26.2.0

Commits

Updates @vitejs/plugin-vue from 6.0.7 to 6.0.8

Release notes

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

plugin-vue@6.0.8

Please refer to CHANGELOG.md for details.

Changelog

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

6.0.8 (2026-07-14)

Features

  • plugin-vue: add forced vapor mode option (#766) (d59c3c0)

Bug Fixes

  • deps: update all non-major dependencies (#781) (d369e5a)
Commits

Updates eslint from 10.4.1 to 10.8.1

Release notes

Sourced from eslint's releases.

v10.8.1

Bug Fixes

  • 18eb0a7 fix: prevent ASI hazard in no-unused-labels autofix (#21173) (dongkyu lee)
  • 151ba3f fix: false positives in getter-return and accessor-pairs (#21163) (Grit)
  • 6898df9 fix: ignore meta-property names in id-denylist (#21166) (Pixel)
  • 4d7db66 fix: ignore meta-property names in id-match (#21167) (Pixel)
  • 677214e fix: handle ASI hazards in no-unused-vars removeVar suggestion (#20935) (kuldeep kumar)

Documentation

  • 7d0cbf8 docs: Update README (GitHub Actions Bot)
  • 0a05812 docs: add missing backticks to no-duplicate-imports.js (#21183) (Lee Daeun)
  • 678c90b docs: Update README (GitHub Actions Bot)
  • 8a10424 docs: Update README (GitHub Actions Bot)
  • 69bb948 docs: Update README (GitHub Actions Bot)

Chores

  • 0a14800 chore: update github/codeql-action action to v4.37.4 (#21196) (renovate[bot])
  • 05adcb1 test: fix failing ecosystem test for eslint-plugin-unicorn (#21191) (Lazizbek Ergashev)
  • 5611035 test: add error locations info to no-void (#21185) (Lee Daeun)
  • ee47333 ci: bump github/codeql-action from 4 to 4.37.3 (#21176) (dependabot[bot])
  • f131c03 chore: improve ecosystem test failure reporting (#20937) (crimsonjay0)
  • 1f6edde chore: update ecosystem plugins (#21182) (ESLint Bot)
  • d3266fb chore: unpin webpack dependency (#21172) (Francesco Trotta)
  • 65a6519 chore: add allowScripts field to package.json (#21092) (GiHoon Noh)
  • 22e5256 ci: add triage:no label to Dependabot PRs (#21141) (lumir)
  • 55c9038 ci: bump actions/labeler from 6 to 7 (#21159) (dependabot[bot])
  • 7280e78 chore: update dependency prettier to v3.9.6 (#21162) (renovate[bot])
  • eddbad6 test: fix failing ecosystem test for eslint-plugin-unicorn (#21156) (Francesco Trotta)
  • 60a178d chore: update ecosystem plugins (#21150) (ESLint Bot)
  • f9f61dc test: add error locations to no-unreachable (#21151) (JIYEON)
  • d086293 test: add error locations to no-undef (#21147) (JIYEON)
  • cc01b67 test: add error locations to no-useless-catch (#21144) (devoil)
  • 688e75e chore: add missing backticks in JSDoc (#21143) (Bo Hyun Kim)
  • 7c1e175 test: add error locations to require-await (#21145) (Grit)
  • 588a26d test: add error locations to no-extra-label (#21139) (dongkyu lee)
  • 059aa89 test: add error locations to no-useless-concat (#21140) (dongkyu lee)
  • 5a452a8 test: add error locations to no-const-assign (#21138) (dongkyu lee)

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)

... (truncated)

Commits

Updates eslint-config-vuetify from 4.6.2 to 4.7.2

Release notes

Sourced from eslint-config-vuetify's releases.

v4.7.2

   🐞 Bug Fixes

    View changes on GitHub

v4.7.1

   🐞 Bug Fixes

  • Added missing package.json fields: bugs, homepage  -  by Omission Create Bot (5a8b2)
  • Point types field to emitted declaration  -  by @​luuhongyii (c3d37)
    View changes on GitHub

v4.7.0

   🚀 Features

    View changes on GitHub
Commits
  • 7b01025 chore: release v4.7.2
  • b569f10 fix(vue): correct condition for vue/block-lang
  • e04268a docs: update Discord invite link to discord.gg/vuetify
  • a85c42f chore: release v4.7.1
  • 11573de build: update deps and fix lint warning
  • c17d0ee style(utils): remove shebang and fix lint issues]
  • c3d3761 fix: point types field to emitted declaration
  • 5a8b24b fix: Added missing package.json fields: bugs, homepage
  • 562bf16 chore: release v4.7.0
  • 70b4926 feat(regexp): enable eslint-plugin-regexp flat/recommended (

Bumps the npm-all group with 17 updates in the /services/core/packages/webclient directory:

| Package | From | To |
| --- | --- | --- |
| [@fontsource/roboto](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/roboto) | `5.2.10` | `5.3.0` |
| [dompurify](https://github.com/cure53/DOMPurify) | `3.4.9` | `3.4.13` |
| [markdown-it](https://github.com/markdown-it/markdown-it) | `14.2.0` | `15.0.0` |
| [pinia](https://github.com/vuejs/pinia) | `3.0.4` | `4.0.3` |
| [vue](https://github.com/vuejs/core) | `3.5.38` | `3.5.41` |
| [vue-router](https://github.com/vuejs/router) | `5.1.0` | `5.2.0` |
| [vuetify](https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify) | `4.1.1` | `4.1.9` |
| [@tsconfig/node22](https://github.com/tsconfig/bases/tree/HEAD/bases) | `22.0.5` | `22.0.6` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.9.3` | `26.2.0` |
| [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) | `6.0.7` | `6.0.8` |
| [eslint](https://github.com/eslint/eslint) | `10.4.1` | `10.8.1` |
| [eslint-config-vuetify](https://github.com/vuetifyjs/eslint-config-vuetify) | `4.6.2` | `4.7.2` |
| [npm-run-all2](https://github.com/bcomnes/npm-run-all2) | `9.0.1` | `9.0.3` |
| [sass-embedded](https://github.com/sass/embedded-host-node) | `1.100.0` | `1.102.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `6.0.3` | `7.0.2` |
| [unplugin-auto-import](https://github.com/unplugin/unplugin-auto-import) | `21.0.0` | `21.1.0` |
| [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) | `3.3.4` | `3.3.10` |



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

Updates `dompurify` from 3.4.9 to 3.4.13
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](cure53/DOMPurify@3.4.9...3.4.13)

Updates `markdown-it` from 14.2.0 to 15.0.0
- [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md)
- [Commits](markdown-it/markdown-it@14.2.0...15.0.0)

Updates `pinia` from 3.0.4 to 4.0.3
- [Release notes](https://github.com/vuejs/pinia/releases)
- [Commits](vuejs/pinia@v3.0.4...v4.0.3)

Updates `vue` from 3.5.38 to 3.5.41
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.5.38...v3.5.41)

Updates `vue-router` from 5.1.0 to 5.2.0
- [Release notes](https://github.com/vuejs/router/releases)
- [Commits](vuejs/router@v5.1.0...v5.2.0)

Updates `vuetify` from 4.1.1 to 4.1.9
- [Release notes](https://github.com/vuetifyjs/vuetify/releases)
- [Commits](https://github.com/vuetifyjs/vuetify/commits/v4.1.9/packages/vuetify)

Updates `@tsconfig/node22` from 22.0.5 to 22.0.6
- [Commits](https://github.com/tsconfig/bases/commits/HEAD/bases)

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

Updates `@vitejs/plugin-vue` from 6.0.7 to 6.0.8
- [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/plugin-vue@6.0.8/packages/plugin-vue)

Updates `eslint` from 10.4.1 to 10.8.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v10.4.1...v10.8.1)

Updates `eslint-config-vuetify` from 4.6.2 to 4.7.2
- [Release notes](https://github.com/vuetifyjs/eslint-config-vuetify/releases)
- [Changelog](https://github.com/vuetifyjs/eslint-config-vuetify/blob/master/CHANGELOG.md)
- [Commits](vuetifyjs/eslint-config-vuetify@v4.6.2...v4.7.2)

Updates `npm-run-all2` from 9.0.1 to 9.0.3
- [Release notes](https://github.com/bcomnes/npm-run-all2/releases)
- [Changelog](https://github.com/bcomnes/npm-run-all2/blob/master/CHANGELOG.md)
- [Commits](bcomnes/npm-run-all2@v9.0.1...v9.0.3)

Updates `sass-embedded` from 1.100.0 to 1.102.0
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](sass/embedded-host-node@1.100.0...1.102.0)

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 `unplugin-auto-import` from 21.0.0 to 21.1.0
- [Release notes](https://github.com/unplugin/unplugin-auto-import/releases)
- [Commits](unplugin/unplugin-auto-import@v21.0.0...v21.1.0)

Updates `vue-tsc` from 3.3.4 to 3.3.10
- [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/v3.3.10/packages/tsc)

---
updated-dependencies:
- dependency-name: "@fontsource/roboto"
  dependency-version: 5.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-all
- dependency-name: dompurify
  dependency-version: 3.4.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: markdown-it
  dependency-version: 15.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-all
- dependency-name: pinia
  dependency-version: 4.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-all
- dependency-name: vue
  dependency-version: 3.5.41
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: vue-router
  dependency-version: 5.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-all
- dependency-name: vuetify
  dependency-version: 4.1.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@tsconfig/node22"
  dependency-version: 22.0.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@types/node"
  dependency-version: 26.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-all
- dependency-name: "@vitejs/plugin-vue"
  dependency-version: 6.0.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: eslint
  dependency-version: 10.8.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-all
- dependency-name: eslint-config-vuetify
  dependency-version: 4.7.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-all
- dependency-name: npm-run-all2
  dependency-version: 9.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: sass-embedded
  dependency-version: 1.102.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-all
- dependency-name: typescript
  dependency-version: 7.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-all
- dependency-name: unplugin-auto-import
  dependency-version: 21.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-all
- dependency-name: vue-tsc
  dependency-version: 3.3.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-all
...

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 Aug 19, 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