unjs / nitro-deploys

Continues Nitro deployments for end-to-end testing deployment providers.
https://nitro.unjs.io
47 stars 8 forks source link

chore(deps): update devdependency nitropack to v2 - autoclosed #40

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
nitropack ^1.0.0 -> ^2.2.2 age adoption passing confidence

Release Notes

unjs/nitro ### [`v2.2.2`](https://togithub.com/unjs/nitro/blob/HEAD/CHANGELOG.md#v222) [Compare Source](https://togithub.com/unjs/nitro/compare/v2.2.1...v2.2.2) [compare changes](https://togithub.com/unjs/nitro/compare/v2.2.1...v2.2.2) ##### 🩹 Fixes - Correct `access-control-allow-methods` cors header name ([#​944](https://togithub.com/unjs/nitro/pull/944)) - Allow overriding assets `maxAge` using route rules ([db6e6c2](https://togithub.com/unjs/nitro/commit/db6e6c2)) - **rollup:** Use mlly as fallback resolver when externals disabled ([#​948](https://togithub.com/unjs/nitro/pull/948)) - Don't render json response if url contains `/api/` ([#​951](https://togithub.com/unjs/nitro/pull/951)) ##### 🏑 Chore - Update unjs dependencies ([b852c23](https://togithub.com/unjs/nitro/commit/b852c23)) - Update jiti dependency ([716dc1a](https://togithub.com/unjs/nitro/commit/716dc1a)) - Updare unbuild ([044bb6a](https://togithub.com/unjs/nitro/commit/044bb6a)) ##### βœ… Tests - **vercel:** Move custom test to additional tests ([fb361f8](https://togithub.com/unjs/nitro/commit/fb361f8)) ##### ❀️ Contributors - Pooya Parsa - Daniel Roe ### [`v2.2.1`](https://togithub.com/unjs/nitro/blob/HEAD/CHANGELOG.md#v221) [Compare Source](https://togithub.com/unjs/nitro/compare/v2.2.0...v2.2.1) [compare changes](https://togithub.com/unjs/nitro/compare/v2.2.0...v2.2.1) ##### 🩹 Fixes - **static:** Remove `cache-control` headers when asset is not found ([e3d57fc](https://togithub.com/unjs/nitro/commit/e3d57fc)) - Avoid circular imports ([#​936](https://togithub.com/unjs/nitro/pull/936)) ##### 🏑 Chore - Update changelog ([8dde296](https://togithub.com/unjs/nitro/commit/8dde296)) ##### ❀️ Contributors - Pooya Parsa ### [`v2.2.0`](https://togithub.com/unjs/nitro/blob/HEAD/CHANGELOG.md#v220) [Compare Source](https://togithub.com/unjs/nitro/compare/v2.1.2...v2.2.0) [compare changes](https://togithub.com/unjs/nitro/compare/v2.1.2...v2.2.0) ##### ⭐ What is new? - Runtime proxy support using route rules ([learn more](https://togithub.com/unjs/nitro/pull/926)) - Nested fetch calls with incoming headers and context in event context ([learn more](https://togithub.com/unjs/nitro/pull/930)) - Binary and Raw storage operations support ([learn more](https://togithub.com/unjs/unstorage/pull/141)) - \[Cloudflare] Exposed `event.context.cf` ([learn more](https://togithub.com/unjs/nitro/pull/927)) - Built-in session support ([learn more](https://togithub.com/unjs/h3/pull/315)) ##### πŸš€ Enhancements - Support runtime proxy using route rules ([#​926](https://togithub.com/unjs/nitro/pull/926)) - **cloudflare:** `cacheControl` support for public assets with with `maxAge` ([#​922](https://togithub.com/unjs/nitro/pull/922)) - **cloudflare:** Expose `event.context.cf` ([#​927](https://togithub.com/unjs/nitro/pull/927)) - **firebase:** Use nodejs 18 as default runtime ([#​925](https://togithub.com/unjs/nitro/pull/925)) - Support `event.fetch` and `event.$fetch` ([#​930](https://togithub.com/unjs/nitro/pull/930)) - **vercel:** Auto-detect runtime version ([#​879](https://togithub.com/unjs/nitro/pull/879)) ##### 🩹 Fixes - Apply cached rules to overlaping wildcard patterns ([#​906](https://togithub.com/unjs/nitro/pull/906)) - **cloudflare:** Use full mime db ([#​933](https://togithub.com/unjs/nitro/pull/933)) ##### ❀️ Contributors - Pooya Parsa - Shohei Maeda - Luke Nelson - Oleg Khalin - Daniel Roe ### [`v2.1.2`](https://togithub.com/unjs/nitro/blob/HEAD/CHANGELOG.md#v212) [Compare Source](https://togithub.com/unjs/nitro/compare/v2.1.1...v2.1.2) [compare changes](https://togithub.com/unjs/nitro/compare/v2.1.1...v2.1.2) ##### 🩹 Fixes - **types:** Allow narrowing of the method option in `NitroFetchOptions` ([#​883](https://togithub.com/unjs/nitro/pull/883)) - **vercel-edge:** Add temporary workaround for ‍`process.cwd‍` usage ([#​898](https://togithub.com/unjs/nitro/pull/898)) - **dev:** Don't overwrite proxy headers if already set ([#​896](https://togithub.com/unjs/nitro/pull/896)) - Provide fallback string values for undefined `runtimeConfig` ([#​907](https://togithub.com/unjs/nitro/pull/907)) - **vercel:** Allow non-glob cache rules to apply to `/` ([#​908](https://togithub.com/unjs/nitro/pull/908)) - **externals:** Use stable dependency tree ([#​909](https://togithub.com/unjs/nitro/pull/909)) - **dev:** Mount `src` and `root` as read-only by default ([#​920](https://togithub.com/unjs/nitro/pull/920)) ##### πŸ“– Documentation - Fix heroku typo ([#​900](https://togithub.com/unjs/nitro/pull/900)) - Fix stormkit images path ([#​903](https://togithub.com/unjs/nitro/pull/903)) - Fix path for server assets ([#​917](https://togithub.com/unjs/nitro/pull/917)) ##### 🏑 Chore - Update dependencies ([dbb89a1](https://togithub.com/unjs/nitro/commit/dbb89a1)) - Update unenv ([91c32c9](https://togithub.com/unjs/nitro/commit/91c32c9)) ##### βœ… Tests - Update fixture ([e7209cb](https://togithub.com/unjs/nitro/commit/e7209cb)) - Fix type test only ([e1e686f](https://togithub.com/unjs/nitro/commit/e1e686f)) ##### ❀️ Contributors - Pooya Parsa - SerKo - Daniel Roe - Renato Lacerda - Chad Lew - Mike Laumann Bellika - Harlan Wilton - Dany Sluijk ### [`v2.1.1`](https://togithub.com/unjs/nitro/blob/HEAD/CHANGELOG.md#v211) [Compare Source](https://togithub.com/unjs/nitro/compare/v2.1.0...v2.1.1) [compare changes](https://togithub.com/unjs/nitro/compare/v2.1.0...v2.1.1) ##### 🩹 Fixes - Resolve server assets dir relative to `srcDir` ([#​893](https://togithub.com/unjs/nitro/pull/893)) - **prerender:** Encode urls passed to local fetch ([#​891](https://togithub.com/unjs/nitro/pull/891)) ##### 🏑 Chore - Update unenv ([b77f082](https://togithub.com/unjs/nitro/commit/b77f082)) - Format code ([50e1a8f](https://togithub.com/unjs/nitro/commit/50e1a8f)) ##### ❀️ Contributors - Pooya Parsa - Manh-gntvn - Daniel Roe ### [`v2.1.0`](https://togithub.com/unjs/nitro/blob/HEAD/CHANGELOG.md#v210) [Compare Source](https://togithub.com/unjs/nitro/compare/v2.0.0...v2.1.0) [compare changes](https://togithub.com/unjs/nitro/compare/v2.0.0...v2.1.0) ##### πŸš€ Enhancements - Add `shouldBypassCache` option to cache utils ([#​874](https://togithub.com/unjs/nitro/pull/874)) - **cache:** Allow async `getKey` option ([#​878](https://togithub.com/unjs/nitro/pull/878)) ##### 🩹 Fixes - **scan:** Do not dedup middleware handlers ([#​880](https://togithub.com/unjs/nitro/pull/880)) - **externals:** Use portable symlinks ([#​882](https://togithub.com/unjs/nitro/pull/882)) ##### πŸ“– Documentation - **deployment:** Heroku with nginx ([#​873](https://togithub.com/unjs/nitro/pull/873)) - **netlify:** Clarify placement of `_redirects` file ([#​870](https://togithub.com/unjs/nitro/pull/870)) - **digitalocean:** Update deployment guide ([#​862](https://togithub.com/unjs/nitro/pull/862)) ##### 🏑 Chore - Update dependencies ([963c587](https://togithub.com/unjs/nitro/commit/963c587)) ##### ❀️ Contributors - Pooya Parsa - Daniel Roe - MiniDigger < Martin> - Christopher Lis - Ola Alsaker - Adeyemi Adetayo ### [`v2.0.0`](https://togithub.com/unjs/nitro/blob/HEAD/CHANGELOG.md#v200) [Compare Source](https://togithub.com/unjs/nitro/compare/v1.0.0...v2.0.0) [compare changes](https://togithub.com/unjs/nitro/compare/v2.0.0-rc.1...v2.0.0) ##### 🩹 Fixes - Add node16 compatible type declaration ([#​868](https://togithub.com/unjs/nitro/pull/868)) - **externals:** Improve multi version handling ([#​871](https://togithub.com/unjs/nitro/pull/871)) ##### ❀️ Contributors - Pooya Parsa - Daniel Roe

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



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

netlify[bot] commented 1 year ago

Deploy Preview for nitro-deployment ready!

Name Link
Latest commit dbc31d3005b074fc02521212fe7bacc25372558c
Latest deploy log https://app.netlify.com/sites/nitro-deployment/deploys/63f4c3b182b92b00083c4a6c
Deploy Preview https://deploy-preview-40--nitro-deployment.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

netlify[bot] commented 1 year ago

Deploy Preview for nitro-deployment-edge ready!

Name Link
Latest commit dbc31d3005b074fc02521212fe7bacc25372558c
Latest deploy log https://app.netlify.com/sites/nitro-deployment-edge/deploys/63f4c3b1694e360007d30f3c
Deploy Preview https://deploy-preview-40--nitro-deployment-edge.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.