From 77bdf32a8508ccb5badcd07d3711dea6bb31731a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 20:47:08 +0900 Subject: [PATCH] chore(deps): update dependency @nuxt/content to v2.7.2 (#531) 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 | |---|---|---|---|---|---| | [@nuxt/content](https://togithub.com/nuxt/content) | [`2.7.1` -> `2.7.2`](https://renovatebot.com/diffs/npm/@nuxt%2fcontent/2.7.1/2.7.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@nuxt%2fcontent/2.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@nuxt%2fcontent/2.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@nuxt%2fcontent/2.7.1/2.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nuxt%2fcontent/2.7.1/2.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
nuxt/content (@​nuxt/content) ### [`v2.7.2`](https://togithub.com/nuxt/content/blob/HEAD/CHANGELOG.md#v272) [Compare Source](https://togithub.com/nuxt/content/compare/v2.7.1...v2.7.2) [compare changes](https://togithub.com/nuxt/content/compare/v2.7.1...v2.7.2) ##### 🩹 Fixes - Remark plugins deprecated warning ([#​2188](https://togithub.com/nuxt/content/pull/2188)) - Allow `]` in filename code block ([#​2169](https://togithub.com/nuxt/content/pull/2169)) ##### 📖 Documentation - Update slots example for the `content-query` component ([#​2190](https://togithub.com/nuxt/content/pull/2190)) ##### ❤️ Contributors - Estéban - Farnabaz
--- ### 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. --- - [ ] 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/Hiratake/hiratake-web). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pnpm-lock.yaml | 8 ++++---- web/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 81e5c7f92..5eaa767e0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -267,8 +267,8 @@ importers: specifier: workspace:* version: link:../packages/social-share '@nuxt/content': - specifier: 2.7.1 - version: 2.7.1 + specifier: 2.7.2 + version: 2.7.2 '@nuxt/devtools': specifier: 0.7.1 version: 0.7.1(nuxt@3.6.5)(vite@4.4.6) @@ -2939,8 +2939,8 @@ packages: - supports-color dev: true - /@nuxt/content@2.7.1: - resolution: {integrity: sha512-v7PozrJncWgo4FhjPSGz2hjcVlKYStZhazA2f2WxocKSpMWShR/bEnukn+7Ns+0oP7Llo53Nlw0LZs/nFL/XIg==} + /@nuxt/content@2.7.2: + resolution: {integrity: sha512-fP0nrnyjtFbluKltKUtC7jSMFc1xAH+bwweZyLwXb3gkIap2EHlVL+e9ptGt39+4HIkRkLgME7TNr/fUO+CHug==} dependencies: '@nuxt/kit': 3.6.5 consola: 3.2.3 diff --git a/web/package.json b/web/package.json index d434317be..872d4ff83 100644 --- a/web/package.json +++ b/web/package.json @@ -8,7 +8,7 @@ "@headlessui/vue": "1.7.14", "@heroicons/vue": "2.0.18", "@hiratake/social-share": "workspace:*", - "@nuxt/content": "2.7.1", + "@nuxt/content": "2.7.2", "@nuxt/devtools": "0.7.1", "@nuxtjs/eslint-module": "4.1.0", "@nuxtjs/stylelint-module": "5.1.0",