Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (main) (#26157)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
  • Loading branch information
renovate[bot] and danielroe committed Mar 8, 2024
1 parent dd1cdbc commit e1b3c5e
Show file tree
Hide file tree
Showing 6 changed files with 92 additions and 55 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"happy-dom": "13.7.0",
"jiti": "1.21.0",
"markdownlint-cli": "0.39.0",
"nitropack": "2.9.1",
"nitropack": "2.9.2",
"nuxi": "3.10.1",
"nuxt": "workspace:*",
"nuxt-content-twoslash": "0.0.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@types/lodash-es": "4.17.12",
"@types/semver": "7.5.8",
"lodash-es": "4.17.21",
"nitropack": "2.9.1",
"nitropack": "2.9.2",
"unbuild": "latest",
"vite": "5.1.5",
"vitest": "1.3.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,15 +89,15 @@
"knitwork": "^1.0.0",
"magic-string": "^0.30.8",
"mlly": "^1.6.1",
"nitropack": "^2.9.1",
"nitropack": "^2.9.2",
"nuxi": "^3.10.1",
"nypm": "^0.3.8",
"ofetch": "^1.3.3",
"ohash": "^1.1.3",
"pathe": "^1.1.2",
"perfect-debounce": "^1.0.0",
"pkg-types": "^1.0.3",
"radix3": "^1.1.0",
"radix3": "^1.1.1",
"scule": "^1.3.0",
"std-env": "^3.7.0",
"strip-literal": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"esbuild-loader": "4.1.0",
"h3": "1.11.1",
"ignore": "5.3.1",
"nitropack": "2.9.1",
"nitropack": "2.9.2",
"ofetch": "1.3.3",
"unbuild": "latest",
"unctx": "2.3.1",
Expand Down
135 changes: 86 additions & 49 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/nuxt/composables.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ describe.skipIf(process.env.TEST_MANIFEST === 'manifest-off')('app manifests', (
})
it('isPrerendered', async () => {
expect(await isPrerendered('/specific-prerendered')).toBeTruthy()
expect(await isPrerendered('/prerendered/test')).toBeTruthy()
expect(await isPrerendered('/prerendered/test')).toBeFalsy()
expect(await isPrerendered('/test')).toBeFalsy()
expect(await isPrerendered('/pre/test')).toBeFalsy()
expect(await isPrerendered('/pre/thing')).toBeTruthy()
Expand Down

0 comments on commit e1b3c5e

Please sign in to comment.