From ca0ee56b73ae3a945f53e3c39c8d31d4c2c59321 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 25 Feb 2024 23:18:51 +0800 Subject: [PATCH] fix(deps): update dependency @fastify/view to v9 (#1139) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@fastify/view](https://togithub.com/fastify/point-of-view) | [`8.2.0` -> `9.0.0`](https://renovatebot.com/diffs/npm/@fastify%2fview/8.2.0/9.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@fastify%2fview/9.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@fastify%2fview/9.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@fastify%2fview/8.2.0/9.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@fastify%2fview/8.2.0/9.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
fastify/point-of-view (@​fastify/view) ### [`v9.0.0`](https://togithub.com/fastify/point-of-view/releases/tag/v9.0.0) [Compare Source](https://togithub.com/fastify/point-of-view/compare/v8.2.0...v9.0.0) #### What's Changed - chore(package): explicitly declare js module type by [@​Fdawgs](https://togithub.com/Fdawgs) in [https://github.com/fastify/point-of-view/pull/398](https://togithub.com/fastify/point-of-view/pull/398) - test(eta): replace `typeof` undefined check by [@​Fdawgs](https://togithub.com/Fdawgs) in [https://github.com/fastify/point-of-view/pull/400](https://togithub.com/fastify/point-of-view/pull/400) - build(deps-dev): bump tsd from 0.29.0 to 0.30.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/fastify/point-of-view/pull/401](https://togithub.com/fastify/point-of-view/pull/401) - chore(.gitignore): add .tap/ dir by [@​Fdawgs](https://togithub.com/Fdawgs) in [https://github.com/fastify/point-of-view/pull/403](https://togithub.com/fastify/point-of-view/pull/403) - chore(.prettierignore): add by [@​mweberxyz](https://togithub.com/mweberxyz) in [https://github.com/fastify/point-of-view/pull/406](https://togithub.com/fastify/point-of-view/pull/406) - chore: add benchmarking script, additional benchmarks by [@​mweberxyz](https://togithub.com/mweberxyz) in [https://github.com/fastify/point-of-view/pull/407](https://togithub.com/fastify/point-of-view/pull/407) - build(deps-dev): bump delay from 5.0.0 to 6.0.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/fastify/point-of-view/pull/409](https://togithub.com/fastify/point-of-view/pull/409) - chore(benchmark): remove `delay` dependency by [@​mweberxyz](https://togithub.com/mweberxyz) in [https://github.com/fastify/point-of-view/pull/410](https://togithub.com/fastify/point-of-view/pull/410) - refactor(index): async flow control by [@​mweberxyz](https://togithub.com/mweberxyz) in [https://github.com/fastify/point-of-view/pull/405](https://togithub.com/fastify/point-of-view/pull/405) #### New Contributors - [@​mweberxyz](https://togithub.com/mweberxyz) made their first contribution in [https://github.com/fastify/point-of-view/pull/406](https://togithub.com/fastify/point-of-view/pull/406) **Full Changelog**: https://github.com/fastify/point-of-view/compare/v8.2.0...v9.0.0
--- ### Configuration 📅 **Schedule**: Branch creation - "on sunday" in timezone Asia/Shanghai, 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/PKUHPC/SCOW). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- apps/auth/package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/auth/package.json b/apps/auth/package.json index e21bf7b4fd..bd0ddedf91 100644 --- a/apps/auth/package.json +++ b/apps/auth/package.json @@ -24,7 +24,7 @@ "@fastify/error": "3.4.1", "@fastify/formbody": "7.4.0", "@fastify/static": "7.0.1", - "@fastify/view": "8.2.0", + "@fastify/view": "9.0.0", "liquidjs": "10.10.0", "@scow/config": "workspace:*", "@scow/lib-config": "workspace:*", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f9f01c723b..0aecdda81f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -454,8 +454,8 @@ importers: specifier: 7.0.1 version: 7.0.1 '@fastify/view': - specifier: 8.2.0 - version: 8.2.0 + specifier: 9.0.0 + version: 9.0.0 '@scow/config': specifier: workspace:* version: link:../../libs/config @@ -4828,8 +4828,8 @@ packages: glob: 10.3.10 dev: false - /@fastify/view@8.2.0: - resolution: {integrity: sha512-hBSiBofCnJNlPHEMZWpO1SL84eqOaqujJ1hR3jntFyZZCkweH5jMs12DKYyGesjVll7SJFRRxPUBB8kmUmneRQ==} + /@fastify/view@9.0.0: + resolution: {integrity: sha512-4KSM75Ad7Q9adQWJK17XAJlmwNE9HhIe8TdSTnvFzDvt0aOwmS4iY6k+Xd4NWuEk0JbteS6kzo0eZOr0ZZgPVg==} dependencies: fastify-plugin: 4.5.1 hashlru: 2.3.0