Skip to content

Commit

Permalink
Merge branch 'v2' into fix/2476
Browse files Browse the repository at this point in the history
  • Loading branch information
gioboa authored Jan 3, 2025
2 parents 440fbf4 + f9113c6 commit 81739ae
Show file tree
Hide file tree
Showing 4 changed files with 883 additions and 967 deletions.
2 changes: 1 addition & 1 deletion docs/1.guide/7.fetch.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ export default defineEventHandler(async (event) => {
})
```

In reality, no fetch request is made and the handler is directly called thanks to [unjs/unenv](https://unenv.unjs.io). This is useful to avoid making HTTP request overhead.
In reality, no fetch request is made and the handler is directly called, thanks to [unjs/unenv](https://unenv.unjs.io). This is useful to avoid making HTTP request overhead.
9 changes: 8 additions & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
import unjs from "eslint-config-unjs";

export default unjs({
ignores: ["**/.output", "**/.nitro", "**/.netlify", "**/.nuxt", "**/*.gen.*"],
ignores: [
"**/.output",
"**/.nitro",
"**/.netlify",
"**/.nuxt",
"**/*.gen.*",
"**/dist",
],
rules: {
"unicorn/no-null": 0,
"no-undef": 0,
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,15 +115,15 @@
"citty": "^0.1.6",
"compatx": "^0.1.8",
"confbox": "^0.1.8",
"consola": "^3.2.3",
"consola": "^3.3.3",
"cookie-es": "^1.2.2",
"croner": "^9.0.0",
"crossws": "^0.3.1",
"db0": "^0.2.1",
"defu": "^6.1.4",
"destr": "^2.0.3",
"dot-prop": "^9.0.0",
"esbuild": "^0.24.0",
"esbuild": "^0.24.2",
"escape-string-regexp": "^5.0.0",
"etag": "^1.8.1",
"fs-extra": "^11.2.0",
Expand All @@ -132,7 +132,7 @@
"h3": "^1.13.0",
"hookable": "^5.5.3",
"httpxy": "^0.1.5",
"ioredis": "^5.4.1",
"ioredis": "^5.4.2",
"jiti": "^2.4.2",
"klona": "^2.0.6",
"knitwork": "^1.2.0",
Expand All @@ -147,11 +147,11 @@
"openapi-typescript": "^7.4.4",
"pathe": "^1.1.2",
"perfect-debounce": "^1.0.0",
"pkg-types": "^1.2.1",
"pkg-types": "^1.3.0",
"pretty-bytes": "^6.1.1",
"radix3": "^1.1.2",
"rollup": "^4.28.1",
"rollup-plugin-visualizer": "^5.12.0",
"rollup": "^4.29.1",
"rollup-plugin-visualizer": "^5.13.1",
"scule": "^1.3.0",
"semver": "^7.6.3",
"serve-placeholder": "^2.0.2",
Expand All @@ -162,17 +162,17 @@
"unctx": "^2.4.1",
"unenv": "^1.10.0",
"unimport": "^3.14.5",
"unstorage": "^1.14.1",
"unstorage": "^1.14.4",
"untyped": "^1.5.2",
"unwasm": "^0.3.9"
},
"devDependencies": {
"@azure/functions": "^3.5.1",
"@azure/static-web-apps-cli": "^1.1.10",
"@cloudflare/workers-types": "^4.20241218.0",
"@azure/functions": "^4.6.0",
"@azure/static-web-apps-cli": "^2.0.2",
"@cloudflare/workers-types": "^4.20241230.0",
"@deno/types": "^0.0.1",
"@netlify/edge-functions": "^2.11.1",
"@scalar/api-reference": "^1.25.91",
"@scalar/api-reference": "^1.25.99",
"@types/archiver": "^6.0.3",
"@types/aws-lambda": "^8.10.146",
"@types/estree": "^1.0.6",
Expand All @@ -191,14 +191,14 @@
"eslint-config-unjs": "^0.4.2",
"execa": "^9.5.2",
"expect-type": "^1.1.0",
"firebase-admin": "^12.7.0",
"firebase-functions": "^4.9.0",
"firebase-admin": "^13.0.2",
"firebase-functions": "^6.2.0",
"get-port-please": "^3.1.2",
"miniflare": "^3.20241218.0",
"prettier": "^3.4.2",
"typescript": "^5.7.2",
"unbuild": "^3.0.1",
"undici": "^6.20.1",
"unbuild": "^3.2.0",
"undici": "^7.2.0",
"vitest": "^2.1.8",
"xml2js": "^0.6.2"
},
Expand All @@ -210,7 +210,7 @@
"optional": true
}
},
"packageManager": "pnpm@9.15.0",
"packageManager": "pnpm@9.15.2",
"engines": {
"node": "^16.11.0 || >=17.0.0"
},
Expand Down
Loading

0 comments on commit 81739ae

Please sign in to comment.