PR #65 closed: build(deps-dev): bump the minor-and-patch group with 3 updates
Bumps the minor-and-patch group with 3 updates: @vitejs/plugin-vue, axios and vue.
Updates @vitejs/plugin-vue from 6.0.3 to 6.0.4
▶Release notes
Sourced from @vitejs/plugin-vue's releases.
[email protected]
Please refer to CHANGELOG.md for details.
▶Changelog
Sourced from @vitejs/plugin-vue's changelog.
6.0.4 (2026-02-02)
Bug Fixes
- deps: update all non-major dependencies (#709) (924b28e)
- deps: update all non-major dependencies (#722) (8a95809)
- deps: update all non-major dependencies (#726) (e69d751)
Miscellaneous Chores
▶Commits
5527bf4release: [email protected]e69d751fix(deps): update all non-major dependencies (#726)cd0c8a8chore(deps): update dependency rollup to ^4.57.1 (#733)239eb6achore: add metadata for vite-plugin-registry (#730)fa3ea0echore(deps): update upstream (#727)8a95809fix(deps): update all non-major dependencies (#722)924b28efix(deps): update all non-major dependencies (#709)- See full diff in compare view
Updates axios from 1.13.4 to 1.13.5
▶Release notes
Sourced from axios's releases.
v1.13.5
Release 1.13.5
Highlights
- Security: Fixed a potential Denial of Service issue involving the
__proto__key inmergeConfig. (PR #7369)- Bug fix: Resolved an issue where
AxiosErrorcould be missing thestatusfield on and after v1.13.3. (PR #7368)Changes
Security
- Fix Denial of Service via
__proto__key inmergeConfig. (PR #7369)Fixes
Features / Improvements
Documentation
- Clarify object-check comment. (PR #7323)
- Fix deprecated
Bufferconstructor usage and README formatting. (PR #7371)CI / Maintenance
- Chore: fix issues with YAML. (PR #7355)
- CI: update workflow YAMLs. (PR #7372)
- CI: fix run condition. (PR #7373)
- Dev deps: bump
karma-sourcemap-loaderfrom 0.3.8 to 0.4.0. (PR #7360)- Chore(release): prepare release 1.13.5. (PR #7379)
New Contributors
@sachin11063(first contribution — PR #7323)@asmitha-16(first contribution — PR #7326)Full Changelog: https://github.com/axios/axios/compare/v1.13.4...v1.13.5
▶Commits
29f7542chore(release): prepare release 1.13.5 (#7379)431c3a3ci: fix run condition (#7373)9ff3a78ci: update ymls (#7372)265b712docs: fix deprecated Buffer constructor and formatting issues in README (#7371)475e75afeat: add input validation to isAbsoluteURL (#7326)28c7215fix: Denial of Service via proto Key in mergeConfig (#7369)04cf019docs: clarify object check comment (#7323)696fa75fix: status is missing in AxiosError on and after v1.13.3 (#7368)569f028fix: added a option to choose between legacy and the new request/response int...44b7c9fchore(deps-dev): bump karma-sourcemap-loader (#7360)- Additional commits viewable in compare view
Updates vue from 3.5.27 to 3.5.28
▶Release notes
Sourced from vue's releases.
v3.5.28
For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the
minorbranch.
▶Changelog
Sourced from vue's changelog.
3.5.28 (2026-02-09)
Bug Fixes
- transition: avoid unexpected
cancelledparameter in transitiondonecallback (#14391) (6798853)- compiler-sfc: add resolution trying for
.mts/.ctsfiles (#14402) (c09d41f), closes vuejs/router#2611- compiler-sfc: no params were generated when using withDefaults (#12823) (b0a1f05), closes #12822
- reactivity: add
__v_skipflag toEffectScopeto prevent reactive conversion (#14359) (48b7552), closes #14357- runtime-core: avoid retaining el on cached text vnodes during static traversal (#14419) (4ace79a), closes #14134
- runtime-core: prevent child component updates when style remains unchanged (#12825) (57866b5), closes #12826
- runtime-core: properly handle async component update before resolve (#11619) (e71c26c), closes #11617
- runtime-dom: handle null/undefined handler in withModifiers (#14362) (261de54), closes #14361
- teleport: properly handling disabled teleport target anchor (#14417) (d7bcd85), closes #14412
- transition-group: correct move translation under scale via element rect (#14360) (0243a79), closes #14356
- useTemplateRef: don't update setup ref for useTemplateRef key (#12756) (fc40ca0), closes #12749
▶Commits
1bdeb33release: v3.5.28e71c26cfix(runtime-core): properly handle async component update before resolve (#11...57866b5fix(runtime-core): prevent child component updates when style remains unchang...b0a1f05fix(compiler-sfc): no params were generated when using withDefaults (#12823)48b7552fix(reactivity): add __v_skip flag to EffectScope to prevent reactive convers...0243a79fix(transition-group): correct move translation under scale via element rect ...261de54fix(runtime-dom): handle null/undefined handler in withModifiers (#14362)fc40ca0fix(useTemplateRef): don't update setup ref for useTemplateRef key (#12756)6798853fix: avoid unexpectedcancelledparameter in transitiondonecallback (#1...4ace79afix(runtime-core): avoid retaining el on cached text vnodes during static tra...- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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