Skip to content

chore(deps): update frontend non-major dependencies

Alexandre Boucey requested to merge renovate/frontend-minor-patch into main

This MR contains the following updates:

Package Type Update Change
@rushstack/eslint-patch (source) devDependencies patch 1.10.1 -> 1.10.3
@types/node (source) devDependencies minor 20.12.5 -> 20.14.2
@unhead/vue (source) dependencies patch 1.9.4 -> 1.9.12
@vitejs/plugin-vue (source) devDependencies patch 5.0.4 -> 5.0.5
@vueuse/core (source) dependencies minor 10.9.0 -> 10.10.0
@vueuse/integrations (source) dependencies minor 10.9.0 -> 10.10.0
@vueuse/router (source) dependencies minor 10.9.0 -> 10.10.0
dayjs (source) dependencies patch 1.11.10 -> 1.11.11
eslint-plugin-vue (source) devDependencies minor 9.24.0 -> 9.26.0
ky dependencies minor 1.2.3 -> 1.3.0
naive-ui (source) dependencies patch 2.38.1 -> 2.38.2
npm-run-all2 devDependencies minor 6.1.2 -> 6.2.0
prettier (source) devDependencies minor 3.2.5 -> 3.3.1
sass devDependencies minor 1.74.1 -> 1.77.4
typescript (source) devDependencies patch 5.4.4 -> 5.4.5
unplugin-vue-components devDependencies minor ^0.26.0 -> ^0.27.0
unplugin-vue-router devDependencies minor ^0.8.5 -> ^0.9.0
vite (source) devDependencies patch 5.2.8 -> 5.2.13
vue (source) dependencies patch 3.4.21 -> 3.4.27
vue-router dependencies patch 4.3.0 -> 4.3.2
yarn (source) packageManager minor 4.1.1 -> 4.2.2

Release Notes

microsoft/rushstack (@​rushstack/eslint-patch)

v1.10.3

Compare Source

Fri, 17 May 2024 00:10:40 GMT

Patches
  • [eslint-patch] Allow use of ESLint v9

v1.10.2

Compare Source

Wed, 10 Apr 2024 21:59:39 GMT

Patches
  • Bump maximum supported ESLint version for the bulk-suppressions tool to 8.57.0.
unjs/unhead (@​unhead/vue)

v1.9.12

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v1.9.11

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.9.10

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.9.9

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.9.8

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.9.7

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.9.6

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v1.9.5

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v5.0.5

vueuse/vueuse (@​vueuse/core)

v10.10.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
iamkun/dayjs (dayjs)

v1.11.11

Compare Source

Bug Fixes
vuejs/eslint-plugin-vue (eslint-plugin-vue)

v9.26.0

Compare Source

v9.25.0

Compare Source

Enhancements

🐛 Bug Fixes

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.24.1...v9.25.0

v9.24.1

Compare Source

️ Updates

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.24.0...v9.24.1

sindresorhus/ky (ky)

v1.3.0

Compare Source

v1.2.4

Compare Source

tusen-ai/naive-ui (naive-ui)

v2.38.2

Compare Source

bcomnes/npm-run-all2 (npm-run-all2)

v6.2.0

Compare Source

Merged
  • Placeholder that unfolds into multiple tasks #134
  • 📝 add compatibility note for pnpm. #136
  • Upgrade: Bump codecov/codecov-action from 3 to 4 #131
prettier/prettier (prettier)

v3.3.1

Compare Source

diff

Preserve empty lines in front matter (#​16347 by @​fisker)
<!-- Input -->
---
foo:
  - bar1

  - bar2

  - bar3
---
Markdown

<!-- Prettier 3.3.0 -->

---
foo:
  - bar1
  - bar2
  - bar3
---

Markdown

<!-- Prettier 3.3.1 -->
---
foo:
  - bar1

  - bar2

  - bar3
---

Markdown
Preserve explicit language in front matter (#​16348 by @​fisker)
<!-- Input -->
---yaml
title: Hello
slug: home
---

<!-- Prettier 3.3.0 -->
---
title: Hello
slug: home
---

<!-- Prettier 3.3.1 -->
---yaml
title: Hello
slug: home
---
Avoid line breaks in import attributes (#​16349 by @​fisker)
// Input
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" };

// Prettier 3.3.0
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type:
  "json" };

// Prettier 3.3.1
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" };

v3.3.0

Compare Source

diff

🔗 Release Notes

sass/dart-sass (sass)

v1.77.4

Compare Source

Embedded Sass
  • Support passing Version input for fatalDeprecations as string over embedded protocol.

  • Fix a bug in the JS Embedded Host where Version could be incorrectly accepted as input for silenceDeprecations and futureDeprecations in pure JS.

v1.77.3

Compare Source

Dart API
  • Deprecation.duplicateVariableFlags has been deprecated and replaced with Deprecation.duplicateVarFlags to make it consistent with the duplicate-var-flags name used on the command line and in the JS API.

v1.77.2

Compare Source

  • Don't emit deprecation warnings for functions and mixins beginning with __.

  • Allow user-defined functions whose names begin with _ and otherwise look like vendor-prefixed functions with special CSS syntax.

Command-Line Interface
  • Properly handle the --silence-deprecation flag.

  • Handle the --fatal-deprecation and --future-deprecation flags for --interactive mode.

v1.77.1

Compare Source

  • Fix a crash that could come up with importers in certain contexts.

v1.77.0

Compare Source

  • Don't throw errors for at-rules in keyframe blocks.

v1.76.0

Compare Source

  • Throw errors for misplaced statements in keyframe blocks.

  • Mixins and functions whose names begin with -- are now deprecated for forwards-compatibility with the in-progress CSS functions and mixins spec. This deprecation is named css-function-mixin.

v1.75.0

Compare Source

  • Fix a bug in which stylesheet canonicalization could be cached incorrectly when custom importers or the Node.js package importer made decisions based on the URL of the containing stylesheet.
JS API
  • Allow importer to be passed without url in StringOptionsWithImporter.
Microsoft/TypeScript (typescript)

v5.4.5: TypeScript 5.4.5

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

unplugin/unplugin-vue-components (unplugin-vue-components)

v0.27.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
posva/unplugin-vue-router (unplugin-vue-router)

v0.9.1

Compare Source

Bug Fixes

v0.9.0

Compare Source

Bug Fixes
  • move extension handling outside of tree (85d8472), closes #​400
  • remove wrong error log during HMR (c511082)
  • require explicit routes import to avoid cyclic imports (63788f6), closes #​132
Code Refactoring
  • pkg: migrate package to type=module (f1e4ca5)
BREAKING CHANGES
  • createRouter() now requires the explicit router property to be set and imported:
import { createRouter, createWebHistory } from 'vue-router/auto'
+import { routes } from 'vue-router/auto-routes'

createRouter({
  history: createWebHistory(),
+  routes
})

This also means that runtime extendRoutes() option is not needed. It has been deprecated and will be removed in the next major release.

  • Tree and PrefixTree insert method expects a path without the file extension. They also expect the fullpath of the file as a second argument (it used to be optional). This aligns better with their responsibility as they shouldn't be trimming the extension like they used to.
// replace
tree.insert('file.vue')
// with
tree.insert('file', resolve('file.vue'))

This shouldn't affect most users as the Tree implementation is used internally to represent the folder structure.

  • pkg: The package is now of "type": "module". It shouldn't break anything for users but this is just in case, we all know how fragile this js ecosystem is sometimes...

0.8.8 (2024-05-22)

Bug Fixes
  • watch all extensions not just root (74ac22b)

0.8.7 (2024-05-20)

Bug Fixes
Features
  • add an option to disable file watching (#​387) (13f93fc)
  • add component alias to EditableTreeNode (fc8ae27)

0.8.6 (2024-04-12)

Bug Fixes
  • data-loaders: tracked properties with an object in key (58aa516)

0.8.5 (2024-03-14)

Bug Fixes
  • avoid invalid modules with definePage query (25bbec3), closes #​338

0.8.4 (2024-02-24)

This patch contains the necessary fixes to allow importing the data loaders. However, they cannot be imported from vue-router/auto nor from unplugin-vue-router/runtime. Instead, they should be imported from unplugin-vue-router/data-loaders/.... This is needed as some of the loaders depends on extra packages that not all users have installed. At the moment, there are two data loaders

Bug Fixes

0.8.3 (2024-02-22)

Bug Fixes

0.8.2 (2024-02-22)

Bug Fixes
  • data-loaders: fix types references (6558fa8)
  • types: typed router (8ff1984)

0.8.1 (2024-02-22)

Bug Fixes
  • upgrade peer dep on vue-router to 4.3.0 (746ad8f)

v0.8.8

Compare Source

Bug Fixes
  • watch all extensions not just root (74ac22b)

v0.8.7

Compare Source

Bug Fixes
Features
  • add an option to disable file watching (#​387) (13f93fc)
  • add component alias to EditableTreeNode (fc8ae27)

v0.8.6

Compare Source

Bug Fixes
  • data-loaders: tracked properties with an object in key (58aa516)
vitejs/vite (vite)

v5.2.13

Compare Source

Please refer to CHANGELOG.md for details.

v5.2.12

Compare Source

v5.2.11

Compare Source

v5.2.10

Compare Source

v5.2.9

Compare Source

vuejs/core (vue)

v3.4.27

Compare Source

Bug Fixes

v3.4.26

Compare Source

Bug Fixes

v3.4.25

Compare Source

Bug Fixes

v3.4.24

Compare Source

Bug Fixes

v3.4.23

Compare Source

Bug Fixes
  • runtime-core: fix regression for $attrs tracking in slots (6930e60), closes #​10710
  • runtime-core: use same internal object mechanism for slots (6df53d8), closes #​10709

v3.4.22

Compare Source

Bug Fixes
Performance Improvements
  • add __NO_SIDE_EFFECTS__ comments (#​9053) (d46df6b)
  • optimize component props/slots internal object checks (6af733d)
  • ssr: avoid calling markRaw on component instance proxy (4bc9f39)
  • ssr: optimize setup context creation for ssr in v8 (ca84316)
vuejs/router (vue-router)

v4.3.2

Compare Source

Please refer to CHANGELOG.md for details.

v4.3.1

Compare Source

Please refer to CHANGELOG.md for details.

yarnpkg/berry (yarn)

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This MR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by Alexandre Boucey

Merge request reports