nuxt-modules / robots

Tame the robots crawling and indexing your Nuxt site.
https://nuxtseo.com/robots
MIT License
424 stars 34 forks source link

chore(deps): update dependency h3 to v1 #81

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
h3 ^0.8.6 -> ^1.0.1 age adoption passing confidence

Release Notes

unjs/h3 ### [`v1.0.1`](https://togithub.com/unjs/h3/blob/HEAD/CHANGELOG.md#​101-httpsgithubcomunjsh3comparev100v101-2022-11-15) [Compare Source](https://togithub.com/unjs/h3/compare/v1.0.0...v1.0.1) ### [`v1.0.0`](https://togithub.com/unjs/h3/blob/HEAD/CHANGELOG.md#​100-httpsgithubcomunjsh3comparev086v100-2022-11-15) [Compare Source](https://togithub.com/unjs/h3/compare/v0.8.6...v1.0.0) ##### ⚠ BREAKING CHANGES - drop deprecated util aliases ##### Features - add `proxyRequest` util ([#​226](https://togithub.com/unjs/h3/issues/226)) ([501f0c6](https://togithub.com/unjs/h3/commit/501f0c6e623ea827d47691046f3c7319f5ac4651)) ##### Bug Fixes - import type from correct location ([#​219](https://togithub.com/unjs/h3/issues/219)) ([8b89f39](https://togithub.com/unjs/h3/commit/8b89f3927faed6cdd4cce6650f54d7b0ee77c229)) - **router:** throw 404 for intermediate matches ([43db151](https://togithub.com/unjs/h3/commit/43db151e32dece4d98a8a361de98a28b232efad9)) - drop deprecated util aliases ([dc8ee81](https://togithub.com/unjs/h3/commit/dc8ee81799bf93148ef686b3434287858afdafa0)) ##### [0.7.17](https://togithub.com/unjs/h3/compare/v0.7.16...v0.7.17) (2022-08-30) ##### Bug Fixes - **sendRedirect:** always encode location uri ([01476ac](https://togithub.com/unjs/h3/commit/01476acb98a248d36544573febb562d2cd5fee09)) ##### [0.7.16](https://togithub.com/unjs/h3/compare/v0.7.15...v0.7.16) (2022-08-23) ##### Bug Fixes - `context` type for `CompatibilityRequestProps` ([#​164](https://togithub.com/unjs/h3/issues/164)) ([984a42b](https://togithub.com/unjs/h3/commit/984a42b99d6204b40b942861d72592b53139b4d6)) - added missing patch router method ([#​166](https://togithub.com/unjs/h3/issues/166)) ([dff2211](https://togithub.com/unjs/h3/commit/dff22112d89c8f556301172ae8ee2720b036dae9)) ##### [0.7.15](https://togithub.com/unjs/h3/compare/v0.7.14...v0.7.15) (2022-08-10) ##### Bug Fixes - **createError:** preserve original error stack ([#​161](https://togithub.com/unjs/h3/issues/161)) ([8213421](https://togithub.com/unjs/h3/commit/8213421bfdc816b48c204b727e6df1b52abe8e08)) - don not log errors when `onError` is provided ([#​162](https://togithub.com/unjs/h3/issues/162)) ([ccc9c7e](https://togithub.com/unjs/h3/commit/ccc9c7e66076aae3d8ba5ba4cf117a68917024f2)) ##### [0.7.14](https://togithub.com/unjs/h3/compare/v0.7.13...v0.7.14) (2022-08-08) ##### Features - add utilities for http headers ([#​157](https://togithub.com/unjs/h3/issues/157)) ([272f883](https://togithub.com/unjs/h3/commit/272f883c3e6413a632e871de3a796d62e6c5da43)) - add utility for router params ([#​120](https://togithub.com/unjs/h3/issues/120)) ([#​158](https://togithub.com/unjs/h3/issues/158)) ([4b83bdf](https://togithub.com/unjs/h3/commit/4b83bdf83b94da3f66018378d39c5cc24afdf43f)) ##### [0.7.13](https://togithub.com/unjs/h3/compare/v0.7.12...v0.7.13) (2022-08-01) ##### Features - send 204 response if null is returned from handler ([#​154](https://togithub.com/unjs/h3/issues/154)) ([dbd465f](https://togithub.com/unjs/h3/commit/dbd465f644274775de8b4322cb5238171780033c)) - **sendRedirect:** add refresh meta fallback for static generated responses ([#​153](https://togithub.com/unjs/h3/issues/153)) ([606de3b](https://togithub.com/unjs/h3/commit/606de3bb3abeacc44debc164d23677853066a4e0)) ##### [0.7.12](https://togithub.com/unjs/h3/compare/v0.7.11...v0.7.12) (2022-07-21) ##### Bug Fixes - **isError:** use `__h3_error__` class property to detect error ([968bfee](https://togithub.com/unjs/h3/commit/968bfeef8ea728497bf432c421bbb73f3e9de6e7)) ##### [0.7.11](https://togithub.com/unjs/h3/compare/v0.7.10...v0.7.11) (2022-07-21) ##### Features - **createError:** support `fatal` and `unhandled` ([#​148](https://togithub.com/unjs/h3/issues/148)) ([8579f1c](https://togithub.com/unjs/h3/commit/8579f1c9b055a38003f05a2592704027fb460778)) ##### Bug Fixes - **handleCacheHeaders:** add `max-age` to the final object ([#​142](https://togithub.com/unjs/h3/issues/142)) ([991d099](https://togithub.com/unjs/h3/commit/991d099c4f43fd034393feb202827399e2cdcd25)) ##### [0.7.10](https://togithub.com/unjs/h3/compare/v0.7.9...v0.7.10) (2022-06-17) ##### [0.7.9](https://togithub.com/unjs/h3/compare/v0.7.8...v0.7.9) (2022-06-10) ##### Features - add `H3EventContext` for type augmentation ([#​124](https://togithub.com/unjs/h3/issues/124)) ([5042e92](https://togithub.com/unjs/h3/commit/5042e92e9ef8b22a143990027ca75454f0560e44)) - **createError:** support string as error source ([#​132](https://togithub.com/unjs/h3/issues/132)) ([8eb9969](https://togithub.com/unjs/h3/commit/8eb9969ed3077b0dcdfc57754fcb05678ff6ee8b)) - handle error cause ([#​131](https://togithub.com/unjs/h3/issues/131)) ([3c3b6bd](https://togithub.com/unjs/h3/commit/3c3b6bdc8072a112c7bc2c2fc2c36066a75dd54b)) ##### Bug Fixes - **pkg:** add `types` to the exports ([#​125](https://togithub.com/unjs/h3/issues/125)) ([bf8a329](https://togithub.com/unjs/h3/commit/bf8a329389977e23e27135444a7e2d1b1bde237e)) ##### [0.7.8](https://togithub.com/unjs/h3/compare/v0.7.7...v0.7.8) (2022-05-04) ##### Bug Fixes - handle typed `H3Response` ([62aebf8](https://togithub.com/unjs/h3/commit/62aebf80983042a91e829e99de6e5a807b978682)) ##### [0.7.7](https://togithub.com/unjs/h3/compare/v0.7.6...v0.7.7) (2022-05-04) ##### Bug Fixes - disable typecheck for h3 response (resolves [#​112](https://togithub.com/unjs/h3/issues/112)) ([8db0195](https://togithub.com/unjs/h3/commit/8db0195c28750e9ba3e47648da963c65095402c4)) ##### [0.7.6](https://togithub.com/unjs/h3/compare/v0.7.5...v0.7.6) (2022-04-29) ##### Bug Fixes - **types:** nullables object props for response ([#​111](https://togithub.com/unjs/h3/issues/111)) ([182b224](https://togithub.com/unjs/h3/commit/182b224af53288ba0cec1f81570271cb5457e8ce)) ##### [0.7.5](https://togithub.com/unjs/h3/compare/v0.7.4...v0.7.5) (2022-04-27) ##### Bug Fixes - **types:** fix `JSONValue` type ([#​106](https://togithub.com/unjs/h3/issues/106)) ([e9a07cb](https://togithub.com/unjs/h3/commit/e9a07cbef57df04c104fa169af5fef7f2613daae)) ##### [0.7.4](https://togithub.com/unjs/h3/compare/v0.7.3...v0.7.4) (2022-04-14) ##### Bug Fixes - **handleCacheHeaders:** small improvements ([4fb9745](https://togithub.com/unjs/h3/commit/4fb9745505d5b0c8eea69b67f15b3b1614901869)) ##### [0.7.3](https://togithub.com/unjs/h3/compare/v0.7.2...v0.7.3) (2022-04-12) ##### Features - **router:** allow registering multiple methods at once ([#​92](https://togithub.com/unjs/h3/issues/92)) ([c26bd46](https://togithub.com/unjs/h3/commit/c26bd4682ecf6fc939f47fa8f2f6414278b45b36)) ##### [0.7.2](https://togithub.com/unjs/h3/compare/v0.7.1...v0.7.2) (2022-04-08) ##### Features - add generic response type support for eventHandler ([6fcdc22](https://togithub.com/unjs/h3/commit/6fcdc22dd20df731cd31b99ebac0cdb473541297)) ##### Bug Fixes - add missing `PATCH` method to types ([#​88](https://togithub.com/unjs/h3/issues/88)) ([884460b](https://togithub.com/unjs/h3/commit/884460bffd210de9042cd9ebe3b84d1c07b40a06)) ##### [0.7.1](https://togithub.com/unjs/h3/compare/v0.7.0...v0.7.1) (2022-04-07) ##### Bug Fixes - **router:** compatibility matched params ([07930bc](https://togithub.com/unjs/h3/commit/07930bcfe0f5b09714058b7d5f0e3505c25175ad))

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.

codecov[bot] commented 2 years ago

Codecov Report

Merging #81 (e5ff7e5) into main (d3fc90e) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #81   +/-   ##
=======================================
  Coverage   98.43%   98.43%           
=======================================
  Files           1        1           
  Lines          64       64           
  Branches       10       10           
=======================================
  Hits           63       63           
  Partials        1        1           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.