From: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 01:26:06 +0000 (+0000) Subject: chore(deps): update all non-major dependencies X-Git-Tag: v3.14.2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=424dc4598f46a41529af3a23d339fbb1706ed165;p=thirdparty%2Fvuejs%2Fcreate-vue.git chore(deps): update all non-major dependencies --- diff --git a/package.json b/package.json index d950f287..2a6a63d4 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "3.14.1", "description": "🛠️ The recommended way to start a Vite-powered Vue project", "type": "module", - "packageManager": "pnpm@10.2.0", + "packageManager": "pnpm@10.3.0", "bin": { "create-vue": "outfile.cjs" }, @@ -50,7 +50,7 @@ "husky": "^9.1.7", "kleur": "^4.1.5", "lint-staged": "^15.4.3", - "prettier": "^3.4.2", + "prettier": "^3.5.0", "prompts": "^2.4.2", "vitest": "^3.0.5", "zx": "^8.3.2" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f016b88c..c18d1407 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -45,8 +45,8 @@ importers: specifier: ^15.4.3 version: 15.4.3 prettier: - specifier: ^3.4.2 - version: 3.4.2 + specifier: ^3.5.0 + version: 3.5.0 prompts: specifier: ^2.4.2 version: 2.4.2 @@ -76,8 +76,8 @@ importers: template/config/cypress: devDependencies: cypress: - specifier: ^14.0.1 - version: 14.0.1 + specifier: ^14.0.2 + version: 14.0.2 start-server-and-test: specifier: ^2.0.10 version: 2.0.10 @@ -89,8 +89,8 @@ importers: version: 3.5.13(typescript@5.7.3) devDependencies: cypress: - specifier: ^14.0.1 - version: 14.0.1 + specifier: ^14.0.2 + version: 14.0.2 template/config/jsx: dependencies: @@ -1623,8 +1623,8 @@ packages: csstype@3.1.3: resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==} - cypress@14.0.1: - resolution: {integrity: sha512-gBAvKZE3f6eBaW1v8OtrwAFP90rjNZjjOO40M2KvOvmwVXk96Ps5Yjyck1EzGkXmNCaC/8kXFOY/1KD/wsaWpQ==} + cypress@14.0.2: + resolution: {integrity: sha512-3qqTU2JoVY262qkYg9I2nohwxcfsJk0dSVp/LXAjD94Jz2y6411Mf/l5uHEHiaANrOmMcHbzYgOd/ueDsZlS7A==} engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} hasBin: true @@ -3096,8 +3096,8 @@ packages: resolution: {integrity: sha512-6oz2beyjc5VMn/KV1pPw8fliQkhBXrVn1Z3TVyqZxU8kZpzEKhBdmCFqI6ZbmGtamQvQGuU1sgPTk8ZrXDD7jQ==} engines: {node: ^10 || ^12 || >=14} - prettier@3.4.2: - resolution: {integrity: sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==} + prettier@3.5.0: + resolution: {integrity: sha512-quyMrVt6svPS7CjQ9gKb3GLEX/rl3BCL2oa/QkNcXv4YNVBC9olt3s+H7ukto06q7B1Qz46PbrKLO34PR6vXcA==} engines: {node: '>=14'} hasBin: true @@ -5315,7 +5315,7 @@ snapshots: csstype@3.1.3: {} - cypress@14.0.1: + cypress@14.0.2: dependencies: '@cypress/request': 3.0.6 '@cypress/xvfb': 1.2.4(supports-color@8.1.1) @@ -6850,7 +6850,7 @@ snapshots: picocolors: 1.1.1 source-map-js: 1.2.1 - prettier@3.4.2: {} + prettier@3.5.0: {} pretty-bytes@5.6.0: {} diff --git a/template/config/cypress-ct/package.json b/template/config/cypress-ct/package.json index bec99b52..ec909c88 100644 --- a/template/config/cypress-ct/package.json +++ b/template/config/cypress-ct/package.json @@ -7,6 +7,6 @@ "vue": "^3.5.13" }, "devDependencies": { - "cypress": "^14.0.1" + "cypress": "^14.0.2" } } diff --git a/template/config/cypress/package.json b/template/config/cypress/package.json index 4714685a..2d3bd35a 100644 --- a/template/config/cypress/package.json +++ b/template/config/cypress/package.json @@ -5,7 +5,7 @@ "test:e2e:dev": "start-server-and-test 'vite dev --port 4173' http://localhost:4173 'cypress open --e2e'" }, "devDependencies": { - "cypress": "^14.0.1", + "cypress": "^14.0.2", "start-server-and-test": "^2.0.10" } } diff --git a/template/eslint/package.json b/template/eslint/package.json index 5716d526..05badeac 100644 --- a/template/eslint/package.json +++ b/template/eslint/package.json @@ -1,6 +1,6 @@ { "devDependencies": { - "@vitest/eslint-plugin": "1.1.25", + "@vitest/eslint-plugin": "1.1.28", "eslint-plugin-cypress": "^4.1.0", "eslint-plugin-playwright": "^2.2.0" }