Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2026

Bumps the dependencies group with 15 updates:

Package From To
@tsconfig/node24 24.0.3 24.0.4
remixicon 4.8.0 4.9.1
vue 3.5.26 3.5.27
vue-router 4.6.4 5.0.1
@types/node 25.0.3 25.2.0
@vitest/coverage-v8 4.0.16 4.0.18
@vitest/eslint-plugin 1.6.4 1.6.6
eslint-plugin-vue 10.6.2 10.7.0
happy-dom 20.0.11 20.4.0
plop 4.0.4 4.0.5
prettier 3.7.4 3.8.1
sass 1.97.1 1.97.3
vite 7.3.0 7.3.1
vitest 4.0.16 4.0.18
vue-tsc 3.2.1 3.2.4

Updates @tsconfig/node24 from 24.0.3 to 24.0.4

Commits

Updates remixicon from 4.8.0 to 4.9.1

Release notes

Sourced from remixicon's releases.

v4.9.1

🎉 ADD

Added 2 icons: connector;

💊 FIX

Fixed reddit-2-line and some other icons.

v4.9.0

🎉 ADD

Added 39 icons: brain-4 certificate-2 certificate cookie cursor-ai draw ghost-4 gitbook grok-ai hand-2 megaphone-2 microsoft-copilot mosaic qr-scan-ai qwen-ai reddit-2 sim-card-warning space-ship-2 subreddit zhipu-ai;

🌟 UPDATE

We have updated our license. Starting in January 2026, we will adopt the new Remixicon License v1.0.

Commits

Updates vue from 3.5.26 to 3.5.27

Release notes

Sourced from vue's releases.

v3.5.27

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.27 (2026-01-19)

Bug Fixes

  • compile-sfc: correctly handle variable shadowing in for loop for defineProps destructuring. (#14296) (6a1bb50), closes #14294
  • compiler-sfc: handle indexed access types in declare global blocks (#14260) (e4091fe), closes #14236
  • compiler-sfc: use correct scope when resolving indexed access types from external files (#14297) (f0f0a21), closes #14292
  • reactivity: collection iteration should inherit iterator instance methods (#12644) (3c8b2fc), closes #12615
  • runtime-core: skip patching reserved props for custom elements (#14275) (19cc7e2), closes #14274
  • server-renderer: use ssrRenderClass helper for className attribute (#14327) (a4708f3)
  • ssr: handle v-bind modifiers during render attrs (#14263) (c2f5964), closes #14262
Commits
  • aa9af1d release: v3.5.27
  • 35c3608 Revert "fix(runtime-core): resolve kebab-case slot names from in-DOM template...
  • 7e554bf fix(runtime-core): resolve kebab-case slot names from in-DOM templates (#14302)
  • 0596a5f types(jsx): improve autocomplete type (#14237)
  • 19cc7e2 fix(runtime-core): skip patching reserved props for custom elements (#14275)
  • c2f5964 fix(ssr): handle v-bind modifiers during render attrs (#14263)
  • 3c8b2fc fix(reactivity): collection iteration should inherit iterator instance method...
  • e4091fe fix(compiler-sfc): handle indexed access types in declare global blocks (#14260)
  • 6a1bb50 fix(compile-sfc): correctly handle variable shadowing in for loop for `define...
  • f0f0a21 fix(compiler-sfc): use correct scope when resolving indexed access types from...
  • Additional commits viewable in compare view

Updates vue-router from 4.6.4 to 5.0.1

Release notes

Sourced from vue-router's releases.

v5.0.1

   🐞 Bug Fixes

    View changes on GitHub

v5.0.0

Vue Router 5 is a boring release, it merges unplugin-vue-router into the core package with no breaking changes. The only exception is that the iife build no longer includes @vue/devtools-api because it has been upgraded to v8 and does not expose an IIFE build itself. You can track that change in this issue. See the migration guide for instructions on how to upgrade from unplugin-vue-router to Vue Router 5.

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v5.0.0-beta.2

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v5.0.0-beta.1

   🚨 Breaking Changes

... (truncated)

Commits

Updates @types/node from 25.0.3 to 25.2.0

Commits

Updates @vitest/coverage-v8 from 4.0.16 to 4.0.18

Release notes

Sourced from @​vitest/coverage-v8's releases.

v4.0.18

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub

v4.0.17

   🚀 Experimental Features

   🐞 Bug Fixes

... (truncated)

Commits

Updates @vitest/eslint-plugin from 1.6.4 to 1.6.6

Release notes

Sourced from @​vitest/eslint-plugin's releases.

v1.6.6

   🚀 Features

    View changes on GitHub

v1.6.5

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

What's Changed

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.6.4...v1.6.5

Commits
  • 472ba3d chore: release v1.6.6
  • 0829c0a feat: add require-test-timeout rule (#863)
  • 23b771e chore: release v1.6.5
  • e8ac615 docs: put rule descriptions after title (#861)
  • 01f6df9 feat: no-conditional-expect takes expect.assertions into account (#840)
  • 6beca38 refactor: Require rule name in createTestingLibraryRule return type and use r...
  • 9636ae8 fix(prefer-mock-return-shorthand): don't report mutable implementations (#190...
  • 1881ed0 fix(prefer-mock-return-shorthand): ignore async implementations (#857)
  • da4b6f7 fix(prefer-mock-return-shorthand): ignore use of update expressions (#858)
  • d15371f chore: update eslint-remote-tester (#859)
  • Additional commits viewable in compare view

Updates eslint-plugin-vue from 10.6.2 to 10.7.0

Release notes

Sourced from eslint-plugin-vue's releases.

v10.7.0

Minor Changes

Patch Changes

  • Fixed false positives in vue/define-props-destructuring rule when imported types are passed to defineProps (#2995)
  • Updated Vue 3 export names resources: added DirectiveModifiers (#2996)
  • Updated Vue 3 export names resources: added nodeOps and patchProp (#2986)
Changelog

Sourced from eslint-plugin-vue's changelog.

10.7.0

Minor Changes

Patch Changes

  • Fixed false positives in vue/define-props-destructuring rule when imported types are passed to defineProps (#2995)
  • Updated Vue 3 export names resources: added DirectiveModifiers (#2996)
  • Updated Vue 3 export names resources: added nodeOps and patchProp (#2986)
Commits

Updates happy-dom from 20.0.11 to 20.4.0

Release notes

Sourced from happy-dom's releases.

v20.4.0

🎨 Features

v20.3.9

👷‍♂️ Patch fixes

  • Accept Document nodes as valid boundary points in Selection API - By @​skoch13 in task #1952

v20.3.8

👷‍♂️ Patch fixes

  • The getters for the properties focusNode and focusOffset in the Selection API returned incorrect values - By @​skoch13 in task #1850

v20.3.7

👷‍♂️ Patch fixes

  • Updates README.md for the "@​happy-dom/server-renderer" package - By @​capricorn86 in task #2035

v20.3.6

👷‍♂️ Patch fixes

  • Fixes issue where it wasn't possible to toggle the "open" attribute of <details> by clicking on a child of the <summary> element - By @​Nxooah in task #1928

v20.3.5

👷‍♂️ Patch fixes

  • Use internal property for "location" in BrowserFrameURL to avoid mock interference - By @​marchaos in task #1964
  • Add optional chaining to the "hostname" and pathname" properties to check if they are undefined in CookieURLUtility - By @​marchaos in task #1968

v20.3.4

👷‍♂️ Patch fixes

v20.3.3

👷‍♂️ Patch fixes

v20.3.2

👷‍♂️ Patch fixes

... (truncated)

Commits
  • 18e56d0 feat: #2049 Adds support for caching the compiled code of EcmaScript module...
  • d8a50dc fix: #1952 Accept Document nodes as valid boundary points in Selection API ...
  • 77a6cd0 fix: #1850 Selection API focusNode and focusOffset returning incorrect valu...
  • aa2dbb8 fix: #2035 Updates README.md for the server-renderer package (#2037)
  • 4d1c023 fix: #1928 Support details click firing the onToggle event handler (#1929)
  • 92940f6 chore: #2032 Fixes vitest config (#2033)
  • 1f808cc fix: #1964 Use internal PropertySymbol.location in BrowserFrameURL to avoid...
  • 0a37555 fix: #1968 Add optional chaining to CookieURLUtility for undefined hostname...
  • 1ad9eb2 chore: upgrade vitest (#1970)
  • 28f36e1 fix: #1912 Preserve attribute name case in CSS selectors for XML documents ...
  • Additional commits viewable in compare view

Updates plop from 4.0.4 to 4.0.5

Release notes

Sourced from plop's releases.

plop@4.0.5

What's Changed

New Contributors

Full Changelog: https://github.com/plopjs/plop/compare/plop@4.0.4...plop@4.0.5

Changelog

Sourced from plop's changelog.

4.0.5

Patch Changes

  • #487 25e7e17 Thanks @​bjnewman! - Replace minimist with native Node.js util.parseArgs

    This removes the minimist dependency in favor of the built-in util.parseArgs API available in Node.js 18.3+. Since plop already requires Node >=18, this is a safe change that reduces the dependency footprint.

    The new args.js module provides a minimist-compatible interface, including handling of positional arguments after -- for generator bypass data.

Commits

Updates prettier from 3.7.4 to 3.8.1

Release notes

Sourced from prettier's releases.

3.8.1

🔗 Changelog

3.8.0

  • Support Angular v21.1

diff

🔗 Release note "Prettier 3.8: Support for Angular v21.1"

Changelog

Sourced from prettier's changelog.

3.8.1

diff

Include available printers in plugin type declarations (#18706 by @​porada)

// Input
import * as prettierPluginEstree from "prettier/plugins/estree";
// Prettier 3.8.0
// Property 'printers' does not exist on type 'typeof import("prettier/plugins/estree")'. ts(2339)
prettierPluginEstree.printers.estree; //=> any
// Prettier 3.8.1
prettierPluginEstree.printers.estree; //=> Printer
prettierPluginEstree.printers["estree-json"]; //=> Printer

3.8.0

diff

🔗 Release Notes

Commits

Updates sass from 1.97.1 to 1.97.3

Release notes

Sourced from sass's releases.

Dart Sass 1.97.3

To install Sass 1.97.3, download one of the packages below and

Bumps the dependencies group with 15 updates:

| Package | From | To |
| --- | --- | --- |
| [@tsconfig/node24](https://github.com/tsconfig/bases/tree/HEAD/bases) | `24.0.3` | `24.0.4` |
| [remixicon](https://github.com/Remix-Design/remixicon) | `4.8.0` | `4.9.1` |
| [vue](https://github.com/vuejs/core) | `3.5.26` | `3.5.27` |
| [vue-router](https://github.com/vuejs/router) | `4.6.4` | `5.0.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.0.3` | `25.2.0` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `4.0.16` | `4.0.18` |
| [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest) | `1.6.4` | `1.6.6` |
| [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) | `10.6.2` | `10.7.0` |
| [happy-dom](https://github.com/capricorn86/happy-dom) | `20.0.11` | `20.4.0` |
| [plop](https://github.com/plopjs/plop/tree/HEAD/packages/plop) | `4.0.4` | `4.0.5` |
| [prettier](https://github.com/prettier/prettier) | `3.7.4` | `3.8.1` |
| [sass](https://github.com/sass/dart-sass) | `1.97.1` | `1.97.3` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `7.3.0` | `7.3.1` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.0.16` | `4.0.18` |
| [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) | `3.2.1` | `3.2.4` |


Updates `@tsconfig/node24` from 24.0.3 to 24.0.4
- [Commits](https://github.com/tsconfig/bases/commits/HEAD/bases)

Updates `remixicon` from 4.8.0 to 4.9.1
- [Release notes](https://github.com/Remix-Design/remixicon/releases)
- [Commits](Remix-Design/RemixIcon@v4.8.0...v4.9.1)

Updates `vue` from 3.5.26 to 3.5.27
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.5.26...v3.5.27)

Updates `vue-router` from 4.6.4 to 5.0.1
- [Release notes](https://github.com/vuejs/router/releases)
- [Commits](vuejs/router@v4.6.4...v5.0.1)

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

Updates `@vitest/coverage-v8` from 4.0.16 to 4.0.18
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.18/packages/coverage-v8)

Updates `@vitest/eslint-plugin` from 1.6.4 to 1.6.6
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](vitest-dev/eslint-plugin-vitest@v1.6.4...v1.6.6)

Updates `eslint-plugin-vue` from 10.6.2 to 10.7.0
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Changelog](https://github.com/vuejs/eslint-plugin-vue/blob/master/CHANGELOG.md)
- [Commits](vuejs/eslint-plugin-vue@v10.6.2...v10.7.0)

Updates `happy-dom` from 20.0.11 to 20.4.0
- [Release notes](https://github.com/capricorn86/happy-dom/releases)
- [Commits](capricorn86/happy-dom@v20.0.11...v20.4.0)

Updates `plop` from 4.0.4 to 4.0.5
- [Release notes](https://github.com/plopjs/plop/releases)
- [Changelog](https://github.com/plopjs/plop/blob/main/packages/plop/CHANGELOG.md)
- [Commits](https://github.com/plopjs/plop/commits/plop@4.0.5/packages/plop)

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

Updates `sass` from 1.97.1 to 1.97.3
- [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.97.1...1.97.3)

Updates `vite` from 7.3.0 to 7.3.1
- [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/v7.3.1/packages/vite)

Updates `vitest` from 4.0.16 to 4.0.18
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.18/packages/vitest)

Updates `vue-tsc` from 3.2.1 to 3.2.4
- [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.2.4/packages/tsc)

---
updated-dependencies:
- dependency-name: "@tsconfig/node24"
  dependency-version: 24.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: remixicon
  dependency-version: 4.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: vue
  dependency-version: 3.5.27
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: vue-router
  dependency-version: 5.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-version: 25.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.0.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@vitest/eslint-plugin"
  dependency-version: 1.6.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: eslint-plugin-vue
  dependency-version: 10.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: happy-dom
  dependency-version: 20.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: plop
  dependency-version: 4.0.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: prettier
  dependency-version: 3.8.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: sass
  dependency-version: 1.97.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: vite
  dependency-version: 7.3.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: vitest
  dependency-version: 4.0.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: vue-tsc
  dependency-version: 3.2.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

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 Feb 1, 2026
@udebella udebella merged commit e0bd09d into main Feb 2, 2026
1 check passed
@udebella udebella deleted the dependabot/npm_and_yarn/dependencies-3cccc36d69 branch February 2, 2026 08:31
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.

1 participant