Skip to content

chore(deps): bump the npm group with 6 updates#74

Merged
glitchedmob merged 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-979d6b3963
May 17, 2026
Merged

chore(deps): bump the npm group with 6 updates#74
glitchedmob merged 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-979d6b3963

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 16, 2026

Bumps the npm group with 6 updates:

Package From To
better-sqlite3 12.9.0 12.10.0
nuxt 4.4.4 4.4.5
vue-router 5.0.6 5.0.7
@types/node 25.6.2 25.8.0
eslint 10.3.0 10.4.0
vue-tsc 3.2.8 3.2.9

Updates better-sqlite3 from 12.9.0 to 12.10.0

Release notes

Sourced from better-sqlite3's releases.

v12.10.0

What's Changed

Full Changelog: WiseLibs/better-sqlite3@v12.9.1...v12.10.0

v12.9.1

⚠️CAUTION: NOT A VIABLE RELEASE

Electron v39+ prebuilds are not building successfully at the moment. Stick to v12.9.0 for now.

What's Changed

New Contributors

Full Changelog: WiseLibs/better-sqlite3@v12.9.0...v12.9.1

Commits

Updates nuxt from 4.4.4 to 4.4.5

Release notes

Sourced from nuxt's releases.

v4.4.5

4.4.5 is the next patch release.

👉 Changelog

compare changes

🔥 Performance

  • kit: Cache layer roots and short-circuit isIgnored relative (#35015)

🩹 Fixes

  • vite: Resolve vite clientServer with ssr: false (#34959)
  • nitro: Correct payload route rule for / + override ssr: true (#34990)
  • nitro: Break recursive rendering deadlocks during prerender (#34939)
  • vite: Drop redundant css link when entry styles are inlined (#34950)
  • vite: Sort optimizeDeps.include in pre-bundle hint (#34976)
  • nuxt: Only force suspense remount after first resolve (#34949)
  • kit: Read .env before resolving nuxt schema (#34958)
  • nitro: Preserve serverHandlers array after nitro:config (#34985)
  • nuxt: Cast partial nitro handlers when prepending to server arrays (61dcde4db)
  • vite: Only consider CSS inlined when styles are actually emitted (#35006)
  • nuxt: Dedupe getCachedData for concurrent callers sharing a key (#34999)
  • nuxt: Respect factory fetch/baseURL options in server useFetch (#35003)
  • nuxt: Handle string presets in auto-imports (#35013)
  • nuxt: Correct island transform for server pages and 'deep' mode (#35005)
  • vite: Inline css for non-island children of server components (#35001)
  • nuxt: Defer head DOM updates until page transition finishes (#35016)
  • nuxt: Explicitly freeze head during island plugin phase (#35010)
  • vite: Inline css imported from non-vue js modules (#35020)

📖 Documentation

  • Add warning about routing in server components (#34994)

🏡 Chore

✅ Tests

  • Extract server components fixture + add some failing tests (#34995)
  • Isolate buildDir per matrix project for shared fixtures (#35007)
  • Remove tests for 5.x runtimeBaseURL fature (816c25487)

❤️ Contributors

Commits
  • 08f34b5 v4.4.5
  • adc9ebf fix(nuxt): explicitly freeze head during island plugin phase (#35010)
  • 16fde3a fix(nuxt): defer head DOM updates until page transition finishes (#35016)
  • d01928e fix(nuxt): correct island transform for server pages and 'deep' mode (#35005)
  • 151f918 fix(nuxt): handle string presets in auto-imports (#35013)
  • d1f7c8a fix(nuxt): respect factory fetch/baseURL options in server useFetch (#35003)
  • ddbd34d fix(nuxt): dedupe getCachedData for concurrent callers sharing a key (#34999)
  • 61dcde4 fix(nuxt): cast partial nitro handlers when prepending to server arrays
  • 9974078 fix(nitro): preserve serverHandlers array after nitro:config (#34985)
  • 887628e fix(nuxt): only force suspense remount after first resolve (#34949)
  • Additional commits viewable in compare view

Updates vue-router from 5.0.6 to 5.0.7

Release notes

Sourced from vue-router's releases.

v5.0.7

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • ddd20c3 release: vue-router@5.0.7
  • 91cdec3 feat(param-parsers): add include/exclude options
  • 8af50c9 fix(volar): drop runtime @vue/language-core import (#2710)
  • b840cd6 chore(ci): set least-privilege workflow token permissions (#2708)
  • 51c1672 chore(release): use @​clack/prompts
  • af77a7c chore: playground param type
  • 641200a refactor(param-parsers): simplify defineParamParser
  • 9b9896e chore: comments
  • d41897b refactor: wip of defineParamParser
  • 17d51fb chore: logs
  • Additional commits viewable in compare view

Updates @types/node from 25.6.2 to 25.8.0

Commits

Updates eslint from 10.3.0 to 10.4.0

Release notes

Sourced from eslint's releases.

v10.4.0

Features

  • 1a45ec5 feat: check sequence expressions in for-direction (#20701) (kuldeep kumar)
  • 450040b feat: add includeIgnoreFile() to eslint/config (#20735) (Kirk Waiblinger)

Bug Fixes

  • 544c0c3 fix: escape code path DOT labels in debug output (#20866) (Pixel998)
  • 6799431 fix: update dependency @​eslint/config-helpers to ^0.6.0 (#20850) (renovate[bot])
  • f078fef fix: handle non-array deprecated rule replacements (#20825) (xbinaryx)

Documentation

  • 7e52a71 docs: add mention of @eslint-react/eslint-plugin (#20869) (Pavel)
  • db3468b docs: tweak wording around ambiguous CJS-vs-ESM config (#20865) (Kirk Waiblinger)
  • 9084664 docs: Update README (GitHub Actions Bot)
  • 9cc7387 docs: Update README (GitHub Actions Bot)
  • 3d7b548 docs: Update README (GitHub Actions Bot)
  • 191ec3c docs: Update README (GitHub Actions Bot)

Chores

  • 6616856 chore: upgrade knip to v6 (#20875) (Pixel998)
  • d13b084 ci: ensure auto-created PRs run CI (#20860) (lumir)
  • e71c7af ci: bump pnpm/action-setup from 6.0.5 to 6.0.7 (#20862) (dependabot[bot])
  • d84393d test: add unit tests for SuppressionsService.applySuppressions() (#20863) (kuldeep kumar)
  • 24db8cb test: add tests for SuppressionsService.save() (#20802) (kuldeep kumar)
  • 2ef0549 chore: update ecosystem plugins (#20857) (github-actions[bot])
  • a429791 ci: remove eslint-webpack-plugin types integration test (#20668) (Milos Djermanovic)
  • 9e37386 chore: replace recast with range approach in code-sample-minimizer (#20682) (Copilot)
  • 0dd1f9f test: disable warning for vm.constants.USE_MAIN_CONTEXT_DEFAULT_LOADER (#20845) (Francesco Trotta)
  • 9da3c7b refactor: remove deprecated meta.language and migrate meta.dialects (#20716) (Pixel998)
  • 2099ed1 refactor: add meta.defaultOptions to more rules, enable linting (#20800) (xbinaryx)
  • f1dfbc9 chore: update ecosystem plugins (#20836) (github-actions[bot])
  • c759413 ci: bump pnpm/action-setup from 6.0.3 to 6.0.5 (#20843) (dependabot[bot])
  • 5b817d6 test: add unit tests for lib/shared/ast-utils (#20838) (kuldeep kumar)
  • 1c13ae3 test: add unit tests for lib/shared/severity (#20835) (kuldeep kumar)
Commits

Updates vue-tsc from 3.2.8 to 3.2.9

Release notes

Sourced from vue-tsc's releases.

v3.2.9

language-core

  • fix: do not process inline markdown syntax in semantic-aware segments (#6038) - Thanks to @​KazariEX!
  • perf: rewrite a subset of template node transforms (#5769) - Thanks to @​KazariEX!

vscode

  • fix: trigger file rename edits when moving folders with Vue files (#6046) - Thanks to @​KazariEX!

workspace

Our Sponsors ❤️

... (truncated)

Changelog

Sourced from vue-tsc's changelog.

3.2.9 (2026-05-14)

language-core

  • fix: do not process inline markdown syntax in semantic-aware segments (#6038) - Thanks to @​KazariEX!
  • perf: rewrite a subset of template node transforms (#5769) - Thanks to @​KazariEX!

vscode

  • fix: trigger file rename edits when moving folders with Vue files (#6046) - Thanks to @​KazariEX!

workspace

Commits

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 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

Bumps the npm group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [better-sqlite3](https://github.com/WiseLibs/better-sqlite3) | `12.9.0` | `12.10.0` |
| [nuxt](https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt) | `4.4.4` | `4.4.5` |
| [vue-router](https://github.com/vuejs/router) | `5.0.6` | `5.0.7` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.6.2` | `25.8.0` |
| [eslint](https://github.com/eslint/eslint) | `10.3.0` | `10.4.0` |
| [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) | `3.2.8` | `3.2.9` |


Updates `better-sqlite3` from 12.9.0 to 12.10.0
- [Release notes](https://github.com/WiseLibs/better-sqlite3/releases)
- [Commits](WiseLibs/better-sqlite3@v12.9.0...v12.10.0)

Updates `nuxt` from 4.4.4 to 4.4.5
- [Release notes](https://github.com/nuxt/nuxt/releases)
- [Commits](https://github.com/nuxt/nuxt/commits/v4.4.5/packages/nuxt)

Updates `vue-router` from 5.0.6 to 5.0.7
- [Release notes](https://github.com/vuejs/router/releases)
- [Commits](vuejs/router@v5.0.6...v5.0.7)

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

Updates `eslint` from 10.3.0 to 10.4.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v10.3.0...v10.4.0)

Updates `vue-tsc` from 3.2.8 to 3.2.9
- [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.9/packages/tsc)

---
updated-dependencies:
- dependency-name: better-sqlite3
  dependency-version: 12.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: nuxt
  dependency-version: 4.4.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: vue-router
  dependency-version: 5.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@types/node"
  dependency-version: 25.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: eslint
  dependency-version: 10.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: vue-tsc
  dependency-version: 3.2.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
...

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 May 16, 2026
@glitchedmob glitchedmob merged commit 3ec6e80 into main May 17, 2026
1 check passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/npm-979d6b3963 branch May 17, 2026 13:40
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