huang-julien / nitro-applicationinsights

Application insights plugin for nitro.
MIT License
10 stars 0 forks source link

chore(deps): update all non-major dependencies #88

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxt/devtools (source) ^1.3.3 -> ^1.3.7 age adoption passing confidence
@types/node (source) ^20.14.2 -> ^20.14.9 age adoption passing confidence
eslint (source) ^9.5.0 -> ^9.6.0 age adoption passing confidence
h3 >=1.11.1 -> >=1.12.0 age adoption passing confidence
nitropack 2.9.6 -> 2.9.7 age adoption passing confidence
nitropack >=2.9.6 -> >=2.9.7 age adoption passing confidence
typescript (source) ^5.4.5 -> ^5.5.3 age adoption passing confidence

Release Notes

nuxt/devtools (@​nuxt/devtools) ### [`v1.3.7`](https://togithub.com/nuxt/devtools/blob/HEAD/CHANGELOG.md#137-2024-06-27) [Compare Source](https://togithub.com/nuxt/devtools/compare/v1.3.6...v1.3.7) ##### Bug Fixes - OpenGraph layout ([#​685](https://togithub.com/nuxt/devtools/issues/685)) ([760f149](https://togithub.com/nuxt/devtools/commit/760f14920f5c02d1d88a43671795bef06afafa02)) - scrollable sidebar ([#​682](https://togithub.com/nuxt/devtools/issues/682)) ([df459f9](https://togithub.com/nuxt/devtools/commit/df459f9057bd8122c85540c87a53489e5bf9826b)) - **server-routes:** unable to clear all params ([#​684](https://togithub.com/nuxt/devtools/issues/684)) ([d88b003](https://togithub.com/nuxt/devtools/commit/d88b003fa244204b3c0c43b0cf250d790e4526f9)) ##### Features - use nuxt search api for showing docs ([#​681](https://togithub.com/nuxt/devtools/issues/681)) ([52b6468](https://togithub.com/nuxt/devtools/commit/52b6468df31d65528fbc3f0e58d189265523e11c)) ##### Performance Improvements - use `npm-registry-fetch` instead of `pacote` to deduce the package size ([a049c52](https://togithub.com/nuxt/devtools/commit/a049c5204debe7efeb8420cde4cb6b0aa1559b3f)) ### [`v1.3.6`](https://togithub.com/nuxt/devtools/blob/HEAD/CHANGELOG.md#136-2024-06-21) [Compare Source](https://togithub.com/nuxt/devtools/compare/v1.3.5...v1.3.6) ##### Features - migrate vue-devtools to v7.3 ([#​675](https://togithub.com/nuxt/devtools/issues/675)) ([79e6d35](https://togithub.com/nuxt/devtools/commit/79e6d3584e3868e46e76c616e089d67e9f24b39e)) ### [`v1.3.5`](https://togithub.com/nuxt/devtools/blob/HEAD/CHANGELOG.md#135-2024-06-21) [Compare Source](https://togithub.com/nuxt/devtools/compare/v1.3.4...v1.3.5) ##### Bug Fixes - downgrade module-builder ([de79dc4](https://togithub.com/nuxt/devtools/commit/de79dc494074bc7bb8e6ccfd711e57a6d533d95a)) ### [`v1.3.4`](https://togithub.com/nuxt/devtools/blob/HEAD/CHANGELOG.md#134-2024-06-21) [Compare Source](https://togithub.com/nuxt/devtools/compare/v1.3.3...v1.3.4) ##### Bug Fixes - color mode ([#​679](https://togithub.com/nuxt/devtools/issues/679)) ([d276b31](https://togithub.com/nuxt/devtools/commit/d276b314255a7601dbc0781527764f20e81e9558)) - navigate to pages with param ([#​678](https://togithub.com/nuxt/devtools/issues/678)) ([316bcd9](https://togithub.com/nuxt/devtools/commit/316bcd996b9c2c3ed1b760c1ddd4f83d4fd60a0f))
eslint/eslint (eslint) ### [`v9.6.0`](https://togithub.com/eslint/eslint/compare/v9.5.0...473d1bb7c3dfcf629ac048ca811f4b5eef04a692) [Compare Source](https://togithub.com/eslint/eslint/compare/v9.5.0...v9.6.0)
unjs/h3 (h3) ### [`v1.12.0`](https://togithub.com/unjs/h3/blob/HEAD/CHANGELOG.md#v1120) [Compare Source](https://togithub.com/unjs/h3/compare/v1.11.1...v1.12.0) [compare changes](https://togithub.com/unjs/h3/compare/v1.11.1...v1.12.0) ##### 🚀 Enhancements - Improve typed headers ([#​625](https://togithub.com/unjs/h3/pull/625)) - Export event-stream types ([112fa33](https://togithub.com/unjs/h3/commit/112fa33)) ##### 🩹 Fixes - **getRequestUrl:** Forward opts to `getRequestProtocol` ([#​776](https://togithub.com/unjs/h3/pull/776)) - **readRawBody:** Read chunked body ([#​652](https://togithub.com/unjs/h3/pull/652)) - **proxy:** Better error when upstream proxy fails ([#​746](https://togithub.com/unjs/h3/pull/746)) - **node:** Make sure `onBeforeResponse` and `onAfterResponse` are called with error code ([#​756](https://togithub.com/unjs/h3/pull/756)) - **sse:** Prevent `onClosed` from firing twice in `EventStream` ([#​704](https://togithub.com/unjs/h3/pull/704)) - **plain:** Avoid import from unenv internals ([#​781](https://togithub.com/unjs/h3/pull/781)) ##### 💅 Refactors - **session:** Remove unnecessary async for clear ([#​729](https://togithub.com/unjs/h3/pull/729)) - Update unenv import ([76736ea](https://togithub.com/unjs/h3/commit/76736ea)) ##### 📖 Documentation - Fix typo ([#​699](https://togithub.com/unjs/h3/pull/699)) - Fix typo ([#​707](https://togithub.com/unjs/h3/pull/707)) - Fix typo ([#​712](https://togithub.com/unjs/h3/pull/712)) - Fix typo ([#​730](https://togithub.com/unjs/h3/pull/730)) - Fix typo ([#​732](https://togithub.com/unjs/h3/pull/732)) - Remove extra space ([#​718](https://togithub.com/unjs/h3/pull/718)) - Add semi ([#​710](https://togithub.com/unjs/h3/pull/710)) - **event-handler:** Fix typo ([#​684](https://togithub.com/unjs/h3/pull/684)) - Add jsdoc examples for response utils ([#​677](https://togithub.com/unjs/h3/pull/677)) - Add note for getRequestIP return value ([#​726](https://togithub.com/unjs/h3/pull/726)) - Fix session example ([#​702](https://togithub.com/unjs/h3/pull/702)) - Add jsdoc examples for request utils ([#​680](https://togithub.com/unjs/h3/pull/680)) - Fix typo ([#​734](https://togithub.com/unjs/h3/pull/734)) - Correct zod validation example ([#​735](https://togithub.com/unjs/h3/pull/735)) - Fix typos ([#​738](https://togithub.com/unjs/h3/pull/738)) - Fix typo ([#​758](https://togithub.com/unjs/h3/pull/758)) - Add usage example for `handleCors` ([#​747](https://togithub.com/unjs/h3/pull/747)) - Fix typo for `text/html` content-type ([#​764](https://togithub.com/unjs/h3/pull/764)) - Update mogen example to use `combined` log format ([#​771](https://togithub.com/unjs/h3/pull/771)) - Fix typo for plain adapter example ([#​766](https://togithub.com/unjs/h3/pull/766)) - **examples:** Add cors example ([#​700](https://togithub.com/unjs/h3/pull/700)) - Fix `respondWith` event object ([#​775](https://togithub.com/unjs/h3/pull/775)) - Provide `async` for request body ([#​777](https://togithub.com/unjs/h3/pull/777)) - **error-handling:** Add string vs object errors and update `createError` jsdoc ([#​762](https://togithub.com/unjs/h3/pull/762)) ##### 🏡 Chore - Fix lint issue ([107ec8e](https://togithub.com/unjs/h3/commit/107ec8e)) - Update deps ([9777596](https://togithub.com/unjs/h3/commit/9777596)) - **docs:** Remove unnecessary asterisks ([#​724](https://togithub.com/unjs/h3/pull/724)) - Update eslint ([8ffe898](https://togithub.com/unjs/h3/commit/8ffe898)) - **docs:** Lint bun and deno page ([#​678](https://togithub.com/unjs/h3/pull/678)) - Fix typos ([23d9047](https://togithub.com/unjs/h3/commit/23d9047)) - Remove duplicate test ([53ee4fd](https://togithub.com/unjs/h3/commit/53ee4fd)) - Apply automated updates ([617c8cb](https://togithub.com/unjs/h3/commit/617c8cb)) - Update dependencies ([1776ac4](https://togithub.com/unjs/h3/commit/1776ac4)) - Lint ([5af045b](https://togithub.com/unjs/h3/commit/5af045b)) - Update supertest to v7 ([44db181](https://togithub.com/unjs/h3/commit/44db181)) - Fix typos ([#​772](https://togithub.com/unjs/h3/pull/772)) - Apply automated updates ([3249ca7](https://togithub.com/unjs/h3/commit/3249ca7)) - Prepare v1 branch ([9cb2537](https://togithub.com/unjs/h3/commit/9cb2537)) ##### 🤖 CI - Remove node 16 from test matrix ([458cfac](https://togithub.com/unjs/h3/commit/458cfac)) ##### ❤️ Contributors - Pooya Parsa ([@​pi0](http://github.com/pi0)) - Joshua Sosso ([@​joshmossas](http://github.com/joshmossas)) - Yusuf Mansur Özer - Daniel Slepov - Alexander Lichter ([@​manniL](http://github.com/manniL)) - Haruaki OTAKE - [@​beer](https://togithub.com/beer) ([@​iiio2](http://github.com/iiio2)) - Sébastien Chopin - Michael Brevard - Matthias Zaunseder - Torsten Dittmann - Guten - JoLo ([@​jolo-dev](http://github.com/jolo-dev)) - Xjccc ([@​xjccc](http://github.com/xjccc)) - Nozomu Ikuta ([@​NozomuIkuta](http://github.com/NozomuIkuta)) - Dog ([@​dgxo](http://github.com/dgxo)) - Israel Ortuño - Eckhardt (Kaizen) Dreyer - Estéban ([@​Barbapapazes](http://github.com/Barbapapazes)) - Mathieu Derelle - Deth - Michel Edighoffer - Evgenii Troinov - Kongmoumou ([@​kongmoumou](http://github.com/kongmoumou)) - Remonke ([@​remonke](http://github.com/remonke)) - Shyam Chen - KobZ ([@​devseckobz](http://github.com/devseckobz)) - \_lmmmmmm - Vladimir Kutepov ([@​frenzzy](http://github.com/frenzzy))
unjs/nitro (nitropack) ### [`v2.9.7`](https://togithub.com/unjs/nitro/releases/tag/v2.9.7) [Compare Source](https://togithub.com/unjs/nitro/compare/v2.9.6...v2.9.7) > \[!NOTE] > Release of [Nitro 2.10](https://togithub.com/unjs/nitro/issues/2522) might little bit take longer (after [Nitro 3.0](https://togithub.com/unjs/nitro/pull/2521) release) in order to make sure all major refactors are nonbreaking and tested enough. In the meantime, 2.9.7 adds important fixes. **Full changelog**: https://github.com/unjs/nitro/compare/v2.9.6...v2.9.7 ##### 🩹 Fixes - **github-pages:** Prerender `/` by default ([#​2334](https://togithub.com/unjs/nitro/pull/2334)) ([`8b5cbc5`](https://togithub.com/unjs/nitro/commit/8b5cbc590e3948b7abc5569dd06ab43b955a4ae8)) - Deduplicate plugins ([#​2391](https://togithub.com/unjs/nitro/pull/2391)) ([`4293b8b`](https://togithub.com/unjs/nitro/commit/4293b8b1db5e1d1a12778efeba852c5f07da8a3f)) - Add `.tsx` and `.jsx` to node-resolve extensions ([#​2398](https://togithub.com/unjs/nitro/pull/2398)) ([`d2c0d74`](https://togithub.com/unjs/nitro/commit/d2c0d74140b7b8f166d5937d736830b55177dd07)) - **typescript:** Set `compilerOptions.noEmit` to avoid `tsconfig.json` warning ([#​2402](https://togithub.com/unjs/nitro/pull/2402)) ([`6b6777e`](https://togithub.com/unjs/nitro/commit/6b6777eb73fde6337c87242ddf62406e06f0fcd3)) - **prerender:** Only try to add `/` after prerender:routes hook ([#​2348](https://togithub.com/unjs/nitro/pull/2348)) ([`fb88efd`](https://togithub.com/unjs/nitro/commit/fb88efdc614e3b3b1e9dd76dfb342f9f0aff229c)) - Pass custom entry filename when resolving prerenderer ([#​2461](https://togithub.com/unjs/nitro/pull/2461)) ([`9bd6622`](https://togithub.com/unjs/nitro/commit/9bd662258a3d727805248f69ea8280ccf8e31675)) - **public-assets:** Do not shadow paths that share prefix ([#​2516](https://togithub.com/unjs/nitro/pull/2516)) ([`72db848`](https://togithub.com/unjs/nitro/commit/72db8482e837c9fc50b5c928ff5636ba2cbb51cf)) - **openapi:** Update swagger-ui version to v5 for OpenAPI v3.1 support ([#​2343](https://togithub.com/unjs/nitro/pull/2343)) ([`9e2cd8a`](https://togithub.com/unjs/nitro/commit/9e2cd8af32b2ea803b52ca0df282c588356161a2)) - Convert `CapturedErrorContext` to interface to allow type augmentation ([#​2393](https://togithub.com/unjs/nitro/pull/2393)) ([`45ff175`](https://togithub.com/unjs/nitro/commit/45ff175ec9ce962ddc8cbe67925bb2136279c80b)) - **renderer:** Check full path for `/favicon.ico` placeholder ([#​2553](https://togithub.com/unjs/nitro/pull/2553)) ([`b86bb45`](https://togithub.com/unjs/nitro/commit/b86bb4580c2f6df855c9c7f184613877ebd7b58e)) - Use relative paths in `nitro-config.d.ts` ([#​2471](https://togithub.com/unjs/nitro/pull/2471)) ([`4d70b75`](https://togithub.com/unjs/nitro/commit/4d70b759e1d8c50bb6a43a471c77eaf205bcb760)) - **prerender:** Extract links from explicit html routes ([#​2517](https://togithub.com/unjs/nitro/pull/2517)) ([`e1f87c5`](https://togithub.com/unjs/nitro/commit/e1f87c590d6ca8ebb338ecd0d0b4d4b85eb75042)) - **cloudflare-pages:** Remove `.html` extension from generated `_routes.json` ([#​2498](https://togithub.com/unjs/nitro/pull/2498)) ([`79b85fe`](https://togithub.com/unjs/nitro/commit/79b85feec37c6c796df4ac453fcd4dd012d9be7b)) - **core:** Resolve modules with esm compatibility ([#​2514](https://togithub.com/unjs/nitro/pull/2514)) ([`4657ada`](https://togithub.com/unjs/nitro/commit/4657ada0e372cf36a78fec29de0b96b582923832)) - Update cli preset with esm module format ([#​2539](https://togithub.com/unjs/nitro/pull/2539)) ([`f6f2327`](https://togithub.com/unjs/nitro/commit/f6f23270c841514fa3f9d7162ece83f13ab4108c)) - **types:** Infer types correctly when method is omitted ([#​2551](https://togithub.com/unjs/nitro/pull/2551)) ([`f76d21b`](https://togithub.com/unjs/nitro/commit/f76d21be811766009757dd0eebf05ff8aa7e795f)) - **deno-server:** Explicitly remove cert/key from options if either is not set ([#​2373](https://togithub.com/unjs/nitro/pull/2373)) ([`d887f4a`](https://togithub.com/unjs/nitro/commit/d887f4a62a300be5c24dea7bfd1ede324a1dfe7a)) - **azure:** Correctly handle maxAge cookie option ([#​2403](https://togithub.com/unjs/nitro/pull/2403)) ([`aabdc9c`](https://togithub.com/unjs/nitro/commit/aabdc9c5c78c011a212c754058160ed23391361d)) - **netlify:** Ensure preview command is correct ([#​2561](https://togithub.com/unjs/nitro/pull/2561)) ([`d16a47b`](https://togithub.com/unjs/nitro/commit/d16a47bd4dac8674db8538ff8b6235131c75230f)) - **iis:** Deep merge configs ([#​2358](https://togithub.com/unjs/nitro/pull/2358)) ([`f03addd`](https://togithub.com/unjs/nitro/commit/f03addd248a85d0093b71e8ac8e2523c590a35d2)) - **iis:** Parse without explicitArray to allow merging `web.config` ([#​2457](https://togithub.com/unjs/nitro/pull/2457)) ([`6c3e080`](https://togithub.com/unjs/nitro/commit/6c3e0805d38c80fcad9430d1e5beeeee65bbbaa5)) - **vercel:** Support custom baseURL ([#​2464](https://togithub.com/unjs/nitro/pull/2464)) ([`61f2079`](https://togithub.com/unjs/nitro/commit/61f2079a605fca81b578894edfdbb0c328db12a3)) - Lower-case accepted handler method ([#​2382](https://togithub.com/unjs/nitro/pull/2382)) ([`e60e114`](https://togithub.com/unjs/nitro/commit/e60e114f33ce02866d931c70518268a5e94509ee)) - **defineCachedEventHandler:** Add `event.context.cache` ([#​2519](https://togithub.com/unjs/nitro/pull/2519)) ([`fc3968b`](https://togithub.com/unjs/nitro/commit/fc3968ba9993321cbe090c8818d22f3efa10e9d1)) ##### ❤️ Contributors - Pooya Parsa ([@​pi0](http://github.com/pi0)) - Sébastien Chopin ([@​Atinux](http://github.com/Atinux)) - Leex ([@​jsonleex](http://github.com/jsonleex)) - Daniel Roe ([@​danielroe](http://github.com/danielroe)) - Ariesly - Julien Blatecky ([@​julien1619](http://github.com/julien1619)) - Juho Rutila ([@​nice-game-hints](http://github.com/nice-game-hints)) - Maik Kowol ([@​94726](http://github.com/94726)) - Julien Huang - Yuurin ([@​byyuurin](http://github.com/byyuurin)) - Brandon Roberts ([@​brandonroberts](http://github.com/brandonroberts)) - Ígor Jacaúna ([@​igorjacauna](http://github.com/igorjacauna)) - Sby1ce ([@​sby1ce](http://github.com/sby1ce))
Microsoft/TypeScript (typescript) ### [`v5.5.3`](https://togithub.com/Microsoft/TypeScript/compare/v5.5.2...f0e992167440686f948965e5441a918b34251886) [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v5.5.2...v5.5.3) ### [`v5.5.2`](https://togithub.com/Microsoft/TypeScript/compare/v5.4.5...ce2e60e4ea15a65992e54a9e8877d16be9d42abb) [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v5.4.5...v5.5.2)

Configuration

📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.