Skip to content

Commit 9b473c1

Browse files
Bump @nuxt/test-utils from 3.14.1 to 3.14.2 (#201)
Bumps [@nuxt/test-utils](https://github.com/nuxt/test-utils) from 3.14.1 to 3.14.2. - [Release notes](https://github.com/nuxt/test-utils/releases) - [Changelog](https://github.com/nuxt/test-utils/blob/main/CHANGELOG.md) - [Commits](nuxt/test-utils@v3.14.1...v3.14.2) --- updated-dependencies: - dependency-name: "@nuxt/test-utils" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f874505 commit 9b473c1

File tree

2 files changed

+23
-18
lines changed

2 files changed

+23
-18
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"devDependencies": {
1313
"@nuxt/devtools": "latest",
14-
"@nuxt/test-utils": "^3.7.1",
14+
"@nuxt/test-utils": "^3.14.2",
1515
"@nuxtjs/seo": "^2.0.0-rc.10",
1616
"@pinia-plugin-persistedstate/nuxt": "^1.1.1",
1717
"@vitejs/plugin-vue": "^5.1.2",

yarn.lock

+22-17
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,7 @@
856856
which "^3.0.1"
857857
ws "^8.18.0"
858858

859-
"@nuxt/[email protected]", "@nuxt/kit@^3.11.2", "@nuxt/kit@^3.12.2", "@nuxt/kit@^3.12.3", "@nuxt/kit@^3.12.4", "@nuxt/kit@^3.13.0", "@nuxt/kit@^3.9.0":
859+
"@nuxt/[email protected]", "@nuxt/kit@^3.11.2", "@nuxt/kit@^3.12.2", "@nuxt/kit@^3.12.3", "@nuxt/kit@^3.13.0", "@nuxt/kit@^3.13.1", "@nuxt/kit@^3.9.0":
860860
version "3.13.1"
861861
resolved "https://registry.yarnpkg.com/@nuxt/kit/-/kit-3.13.1.tgz#69501efc661ba861f45ed947918efb3e84838365"
862862
integrity sha512-FkUL349lp/3nVfTIyws4UDJ3d2jyv5Pk1DC1HQUCOkSloYYMdbRcQAUcb4fe2TCLNWvHM+FhU8jnzGTzjALZYA==
@@ -882,7 +882,7 @@
882882
unimport "^3.11.1"
883883
untyped "^1.4.2"
884884

885-
"@nuxt/[email protected]", "@nuxt/schema@^3.12.4", "@nuxt/schema@^3.13.0":
885+
"@nuxt/[email protected]", "@nuxt/schema@^3.13.0", "@nuxt/schema@^3.13.1":
886886
version "3.13.1"
887887
resolved "https://registry.yarnpkg.com/@nuxt/schema/-/schema-3.13.1.tgz#a60ccb53457dec085b4aa69b6b5a6683618af328"
888888
integrity sha512-ishbhzVGspjshG9AG0hYnKYY6LWXzCtua7OXV7C/DQ2yA7rRcy1xHpzKZUDbIRyxCHHCAcBd8jfHEUmEuhEPrA==
@@ -923,19 +923,18 @@
923923
rc9 "^2.1.2"
924924
std-env "^3.7.0"
925925

926-
"@nuxt/test-utils@>=3.13.1", "@nuxt/test-utils@^3.7.1":
927-
version "3.14.1"
928-
resolved "https://registry.yarnpkg.com/@nuxt/test-utils/-/test-utils-3.14.1.tgz#bea285e2030124d0b6bb7102f8c2a57101a1d5d8"
929-
integrity sha512-D8F18hnOHQSarKnzsLORRXzFPlI9Y5fcQFRKwJgGhnejlIRX6sFvVnyl2SDgCvoV+F2x2czQsdGkwg51iWAshA==
926+
"@nuxt/test-utils@>=3.13.1", "@nuxt/test-utils@^3.14.2":
927+
version "3.14.2"
928+
resolved "https://registry.yarnpkg.com/@nuxt/test-utils/-/test-utils-3.14.2.tgz#05a767e432f2f0874987581b4f148c87c86aa14b"
929+
integrity sha512-n5soEpHom9aL9sMwrBiD3xGR+oXbx+O8zL2NF9aelWOTSzPPNN+Qo3cBEECMc6NYQi1a4LbCKkPjQfbtPvaqkg==
930930
dependencies:
931-
"@nuxt/kit" "^3.12.4"
932-
"@nuxt/schema" "^3.12.4"
933-
c12 "^1.11.1"
931+
"@nuxt/kit" "^3.13.1"
932+
"@nuxt/schema" "^3.13.1"
933+
c12 "^1.11.2"
934934
consola "^3.2.3"
935935
defu "^6.1.4"
936936
destr "^2.0.3"
937937
estree-walker "^3.0.3"
938-
execa "^8.0.1"
939938
fake-indexeddb "^6.0.0"
940939
get-port-please "^3.1.2"
941940
local-pkg "^0.5.0"
@@ -947,10 +946,11 @@
947946
radix3 "^1.1.2"
948947
scule "^1.3.0"
949948
std-env "^3.7.0"
949+
tinyexec "^0.3.0"
950950
ufo "^1.5.4"
951951
unenv "^1.10.0"
952-
unplugin "^1.12.1"
953-
vitest-environment-nuxt "^1.0.0"
952+
unplugin "^1.14.0"
953+
vitest-environment-nuxt "^1.0.1"
954954

955955
956956
version "3.13.1"
@@ -5670,6 +5670,11 @@ tinybench@^2.8.0:
56705670
resolved "https://registry.yarnpkg.com/tinybench/-/tinybench-2.9.0.tgz#103c9f8ba6d7237a47ab6dd1dcff77251863426b"
56715671
integrity sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==
56725672

5673+
tinyexec@^0.3.0:
5674+
version "0.3.0"
5675+
resolved "https://registry.yarnpkg.com/tinyexec/-/tinyexec-0.3.0.tgz#ed60cfce19c17799d4a241e06b31b0ec2bee69e6"
5676+
integrity sha512-tVGE0mVJPGb0chKhqmsoosjsS+qUnJVGJpZgsHYQcGoPlG3B51R3PouqTgEGH2Dc9jjFyOqOpix6ZHNMXp1FZg==
5677+
56735678
[email protected], tinyglobby@^0.2.5:
56745679
version "0.2.5"
56755680
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.5.tgz#8cdd1df1b155bf2a3c4d5ea2581489f967a38318"
@@ -5885,10 +5890,10 @@ unplugin-vue-router@^0.10.7:
58855890
unplugin "^1.12.1"
58865891
yaml "^2.5.0"
58875892

5888-
unplugin@^1.10.0, unplugin@^1.10.1, unplugin@^1.12.1, unplugin@^1.12.2, unplugin@^1.12.3, unplugin@^1.3.1:
5889-
version "1.13.1"
5890-
resolved "https://registry.yarnpkg.com/unplugin/-/unplugin-1.13.1.tgz#d33e338374bfb80755a3789ed7de25b8f006131c"
5891-
integrity sha512-6Kq1iSSwg7KyjcThRUks9LuqDAKvtnioxbL9iEtB9ctTyBA5OmrB8gZd/d225VJu1w3UpUsKV7eGrvf59J7+VA==
5893+
unplugin@^1.10.0, unplugin@^1.10.1, unplugin@^1.12.1, unplugin@^1.12.2, unplugin@^1.12.3, unplugin@^1.14.0, unplugin@^1.3.1:
5894+
version "1.14.0"
5895+
resolved "https://registry.yarnpkg.com/unplugin/-/unplugin-1.14.0.tgz#4455bdff958a0f29fbbb82bc143fd61688ff40d9"
5896+
integrity sha512-cfkZeALGyW7tKYjZbi0G+pn0XnUFa0QvLIeLJEUUlnU0R8YYsBQnt5+h9Eu1B7AB7KETld+UBFI5lOeBL+msoQ==
58925897
dependencies:
58935898
acorn "^8.12.1"
58945899
webpack-virtual-modules "^0.6.2"
@@ -6065,7 +6070,7 @@ vite@^5.0.0, vite@^5.4.3:
60656070
optionalDependencies:
60666071
fsevents "~2.3.3"
60676072

6068-
vitest-environment-nuxt@^1.0.0:
6073+
vitest-environment-nuxt@^1.0.1:
60696074
version "1.0.1"
60706075
resolved "https://registry.yarnpkg.com/vitest-environment-nuxt/-/vitest-environment-nuxt-1.0.1.tgz#e3308454af1947dbc315ce2a805a9d4fe4d1c49a"
60716076
integrity sha512-eBCwtIQriXW5/M49FjqNKfnlJYlG2LWMSNFsRVKomc8CaMqmhQPBS5LZ9DlgYL9T8xIVsiA6RZn2lk7vxov3Ow==

0 commit comments

Comments
 (0)