From f1a72ba19c2d8326695686db713171484659bb5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 20:43:34 +0000 Subject: [PATCH] chore(deps): bump the npm-minor-and-patch group across 1 directory with 6 updates Bumps the npm-minor-and-patch group with 6 updates in the /nuxt-module directory: | Package | From | To | | --- | --- | --- | | [@nuxt/kit](https://github.com/nuxt/nuxt/tree/HEAD/packages/kit) | `4.4.8` | `4.5.2` | | [usemods](https://github.com/LittleFoxCompany/usemods) | `1.16.0` | `1.17.0` | | [@nuxt/eslint-config](https://github.com/nuxt/eslint/tree/HEAD/packages/eslint-config) | `1.16.0` | `1.17.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `26.1.0` | `26.4.1` | | [eslint](https://github.com/eslint/eslint) | `10.6.0` | `10.9.1` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.9` | `4.1.11` | Updates `@nuxt/kit` from 4.4.8 to 4.5.2 - [Release notes](https://github.com/nuxt/nuxt/releases) - [Commits](https://github.com/nuxt/nuxt/commits/v4.5.2/packages/kit) Updates `usemods` from 1.16.0 to 1.17.0 - [Release notes](https://github.com/LittleFoxCompany/usemods/releases) - [Changelog](https://github.com/jrmybtlr/usemods/blob/main/CHANGELOG.md) - [Commits](https://github.com/LittleFoxCompany/usemods/compare/v1.16.0...v1.17.0) Updates `@nuxt/eslint-config` from 1.16.0 to 1.17.0 - [Release notes](https://github.com/nuxt/eslint/releases) - [Commits](https://github.com/nuxt/eslint/commits/v1.17.0/packages/eslint-config) Updates `@types/node` from 26.1.0 to 26.4.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint` from 10.6.0 to 10.9.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/compare/v10.6.0...v10.9.1) Updates `vitest` from 4.1.9 to 4.1.11 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.11/packages/vitest) --- updated-dependencies: - dependency-name: "@nuxt/kit" dependency-version: 4.5.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-minor-and-patch - dependency-name: usemods dependency-version: 1.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-minor-and-patch - dependency-name: "@nuxt/eslint-config" dependency-version: 1.17.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor-and-patch - dependency-name: "@types/node" dependency-version: 26.4.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor-and-patch - dependency-name: eslint dependency-version: 10.9.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor-and-patch - dependency-name: vitest dependency-version: 4.1.11 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor-and-patch ... Signed-off-by: dependabot[bot] --- nuxt-module/package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/nuxt-module/package.json b/nuxt-module/package.json index 766a407..58fc319 100644 --- a/nuxt-module/package.json +++ b/nuxt-module/package.json @@ -49,20 +49,20 @@ "test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit" }, "dependencies": { - "@nuxt/kit": "^3.15.4 || ^4.0.0", - "usemods": "1.16.0" + "@nuxt/kit": "^4.5.2", + "usemods": "1.17.0" }, "devDependencies": { - "@nuxt/eslint-config": "^1.15.2", + "@nuxt/eslint-config": "^1.17.0", "@nuxt/module-builder": "^1.0.2", "@nuxt/schema": "^4.5.1", "@nuxt/test-utils": "^4.0.0", - "@types/node": "^26.1.0", + "@types/node": "^26.4.1", "changelogen": "^0.6.2", - "eslint": "^10.1.0", + "eslint": "^10.9.1", "nuxt": "^4.5.1", "typescript": "^5.9.3", - "vitest": "^4.1.0", + "vitest": "^4.1.11", "vue-tsc": "^3.2.6" }, "overrides": {