Skip to content

chore(deps-dev): bump the dev-dependencies group across 1 directory with 6 updates #169

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 22, 2025

Bumps the dev-dependencies group with 6 updates in the / directory:

Package From To
@fontsource/nunito 5.2.5 5.2.6
@types/node 20.17.48 20.19.1
@vue/compiler-sfc 3.5.14 3.5.17
@vue/runtime-core 3.5.14 3.5.17
laravel-vite-plugin 1.2.0 1.3.0
naive-ui 2.41.0 2.42.0

Updates @fontsource/nunito from 5.2.5 to 5.2.6

Commits

Updates @types/node from 20.17.48 to 20.19.1

Commits

Updates @vue/compiler-sfc from 3.5.14 to 3.5.17

Release notes

Sourced from @​vue/compiler-sfc's releases.

v3.5.17

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

v3.5.16

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

v3.5.15

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/compiler-sfc's changelog.

3.5.17 (2025-06-18)

Bug Fixes

  • compat: allow v-model built in modifiers on component (#12654) (cb14b86), closes #12652
  • compile-sfc: handle mapped types work with omit and pick (#12648) (4eb46e4), closes #12647
  • compiler-core: do not increase newlines in InEntity state (#13362) (f05a8d6)
  • compiler-core: ignore whitespace when matching adjacent v-if (#12321) (10ebcef), closes #9173
  • compiler-core: prevent comments from blocking static node hoisting (#13345) (55dad62), closes #13344
  • compiler-sfc: improved type resolution for function type aliases (#13452) (f3479aa), closes #13444
  • custom-element: ensure configureApp is applied to async component (#12607) (5ba1afb), closes #12448
  • custom-element: prevent injecting child styles if shadowRoot is false (#12769) (73055d8), closes #12630
  • reactivity: add __v_skip flag to Dep to prevent reactive conversion (#12804) (e8d8f5f), closes #12803
  • runtime-core: unset old ref during patching when new ref is absent (#12900) (47ddf98), closes #12898
  • slots: make cache indexes marker non-enumerable (#13469) (919c447), closes #13468
  • ssr: handle initial selected state for select with v-model + v-for/v-if option (#13487) (1552095), closes #13486
  • types: typo of vOnce and vSlot (#13343) (762fae4)

3.5.16 (2025-05-29)

Reverts

  • Revert "fix(compiler-sfc): add scoping tag to trailing universal selector" (#13406) (19f23b1), closes #13406
  • Revert "fix(compiler-sfc): add error handling for defineModel() without variable" (#13390) (42f879f), closes #13390

3.5.15 (2025-05-26)

Bug Fixes

... (truncated)

Commits
  • 5f8314c release: v3.5.17
  • f3479aa fix(compiler-sfc): improved type resolution for function type aliases (#13452)
  • 9818456 fix(deps): update compiler (#13480)
  • a6e2032 chore(deps): update all non-major dependencies (#13451)
  • e416f84 chore(deps): update all non-major dependencies (#13426)
  • 4aa7a4a chore(shared): update patch flag name (#12831)
  • 4eb46e4 fix(compile-sfc): handle mapped types work with omit and pick (#12648)
  • 62f2aa1 test(compiler-sfc): direct descendant wildcard rule selector (#13411)
  • e738176 release: v3.5.16
  • 19f23b1 Revert "fix(compiler-sfc): add scoping tag to trailing universal selector (#1...
  • Additional commits viewable in compare view

Updates @vue/runtime-core from 3.5.14 to 3.5.17

Release notes

Sourced from @​vue/runtime-core's releases.

v3.5.17

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

v3.5.16

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

v3.5.15

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/runtime-core's changelog.

3.5.17 (2025-06-18)

Bug Fixes

  • compat: allow v-model built in modifiers on component (#12654) (cb14b86), closes #12652
  • compile-sfc: handle mapped types work with omit and pick (#12648) (4eb46e4), closes #12647
  • compiler-core: do not increase newlines in InEntity state (#13362) (f05a8d6)
  • compiler-core: ignore whitespace when matching adjacent v-if (#12321) (10ebcef), closes #9173
  • compiler-core: prevent comments from blocking static node hoisting (#13345) (55dad62), closes #13344
  • compiler-sfc: improved type resolution for function type aliases (#13452) (f3479aa), closes #13444
  • custom-element: ensure configureApp is applied to async component (#12607) (5ba1afb), closes #12448
  • custom-element: prevent injecting child styles if shadowRoot is false (#12769) (73055d8), closes #12630
  • reactivity: add __v_skip flag to Dep to prevent reactive conversion (#12804) (e8d8f5f), closes #12803
  • runtime-core: unset old ref during patching when new ref is absent (#12900) (47ddf98), closes #12898
  • slots: make cache indexes marker non-enumerable (#13469) (919c447), closes #13468
  • ssr: handle initial selected state for select with v-model + v-for/v-if option (#13487) (1552095), closes #13486
  • types: typo of vOnce and vSlot (#13343) (762fae4)

3.5.16 (2025-05-29)

Reverts

  • Revert "fix(compiler-sfc): add scoping tag to trailing universal selector" (#13406) (19f23b1), closes #13406
  • Revert "fix(compiler-sfc): add error handling for defineModel() without variable" (#13390) (42f879f), closes #13390

3.5.15 (2025-05-26)

Bug Fixes

... (truncated)

Commits
  • 5f8314c release: v3.5.17
  • 919c447 fix(slots): make cache indexes marker non-enumerable (#13469)
  • cb14b86 fix(compat): allow v-model built in modifiers on component (#12654)
  • 47ddf98 fix(runtime-core): unset old ref during patching when new ref is absent (#12900)
  • 73055d8 fix(custom-element): prevent injecting child styles if shadowRoot is false (#...
  • e53a4ff chore(hydration): reuse existing variable (#13412)
  • e738176 release: v3.5.16
  • d9bd436 chore: fix typos
  • d5ada3d release: v3.5.15
  • 5179d32 fix(types): exclude undefined from inferred prop types with default values ...
  • Additional commits viewable in compare view

Updates laravel-vite-plugin from 1.2.0 to 1.3.0

Release notes

Sourced from laravel-vite-plugin's releases.

v1.3.0

Changelog

Sourced from laravel-vite-plugin's changelog.

v1.3.0 - 2025-06-03

Commits

Updates naive-ui from 2.41.0 to 2.42.0

Changelog

Sourced from naive-ui's changelog.

2.42.0

2025-06-17

Breaking Changes

  • Fix n-date-picker's time-picker-format prop doesn't work, the prop is misspelled as timer-picker-format before, closes #6820.

Fixes

  • Fix n-input-otp event bindings not removed when elements are disabled (disabled/readonly), fix width style specificity conflict.
  • Fix n-date-picker's shortcuts' time value will be overrided if default-time is set in with type="datetimerange", closes #6902, #6901.
  • Fix n-radio, n-radio-button can't use n-popover inside, closes #6837, #6832.
  • Fix scrolling performance issue caused by too many layers, closes #6887.

Features

  • n-anchor-link adds title slot, closes #6845.

2.41.1

2025-06-08

Fixes

  • Fix n-tabs's type exception of the tab slots in TabPane.
  • Fix n-data-table missing css variable of sorting cells, closes #6521.

Features

  • 🌟 Adds n-input-otp component, closes #1385, #5681, #6222.
  • n-upload adds custom-download, closes #5946, #6800.
  • n-upload adds uploadDownload util method.
  • n-tree-select adds indent prop.
Commits
  • a6f5e12 2.42.0
  • de3f2aa Merge branch 'docs'
  • 2dba0f3 docs: update changelog
  • 5acd56a fix(date-picker):time-picker-format prop do not work. (#6836)
  • b967dbc docs: update changelog
  • b143529 perf: remove unnecessary transforms to reduce layer count and improve scrolli...
  • 319b0ad fix(radio): can't use n-popover inside, closes #6837, closes #6832.
  • 3e83a82 fix(date-picker): shortcuts' time value will be overrided if default-time...
  • 07e0090 refactor(input-otp): fix disabled & readonly related events
  • 276a79d docs(back-top): change to setup api (#6907)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…ith 6 updates

Bumps the dev-dependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@fontsource/nunito](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/nunito) | `5.2.5` | `5.2.6` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.17.48` | `20.19.1` |
| [@vue/compiler-sfc](https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc) | `3.5.14` | `3.5.17` |
| [@vue/runtime-core](https://github.com/vuejs/core/tree/HEAD/packages/runtime-core) | `3.5.14` | `3.5.17` |
| [laravel-vite-plugin](https://github.com/laravel/vite-plugin) | `1.2.0` | `1.3.0` |
| [naive-ui](https://github.com/tusen-ai/naive-ui) | `2.41.0` | `2.42.0` |



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

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

Updates `@vue/compiler-sfc` from 3.5.14 to 3.5.17
- [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.5.17/packages/compiler-sfc)

Updates `@vue/runtime-core` from 3.5.14 to 3.5.17
- [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.5.17/packages/runtime-core)

Updates `laravel-vite-plugin` from 1.2.0 to 1.3.0
- [Release notes](https://github.com/laravel/vite-plugin/releases)
- [Changelog](https://github.com/laravel/vite-plugin/blob/1.x/CHANGELOG.md)
- [Commits](laravel/vite-plugin@v1.2.0...v1.3.0)

Updates `naive-ui` from 2.41.0 to 2.42.0
- [Changelog](https://github.com/tusen-ai/naive-ui/blob/main/CHANGELOG.en-US.md)
- [Commits](tusen-ai/naive-ui@v2.41.0...v2.42.0)

---
updated-dependencies:
- dependency-name: "@fontsource/nunito"
  dependency-version: 5.2.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@types/node"
  dependency-version: 20.19.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@vue/compiler-sfc"
  dependency-version: 3.5.17
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@vue/runtime-core"
  dependency-version: 3.5.17
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: laravel-vite-plugin
  dependency-version: 1.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: naive-ui
  dependency-version: 2.42.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 22, 2025
@github-actions github-actions bot added the enhancement New feature or request label Jun 22, 2025
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 enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants