From f67b30c405107a72aeef22775d4f308f0dcc53fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 21:36:16 +0000 Subject: [PATCH 1/4] Bump sass from 1.77.6 to 1.77.7 in /packages/hydefront Bumps [sass](https://github.com/sass/dart-sass) from 1.77.6 to 1.77.7. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.77.6...1.77.7) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- packages/hydefront/package-lock.json | 8 ++++---- packages/hydefront/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/hydefront/package-lock.json b/packages/hydefront/package-lock.json index fccbd00e411..17727dd9970 100644 --- a/packages/hydefront/package-lock.json +++ b/packages/hydefront/package-lock.json @@ -9,7 +9,7 @@ "version": "3.4.0", "license": "MIT", "devDependencies": { - "sass": "1.77.6" + "sass": "1.77.7" } }, "node_modules/anymatch": { @@ -193,9 +193,9 @@ } }, "node_modules/sass": { - "version": "1.77.6", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.77.6.tgz", - "integrity": "sha512-ByXE1oLD79GVq9Ht1PeHWCPMPB8XHpBuz1r85oByKHjZY6qV6rWnQovQzXJXuQ/XyE1Oj3iPk3lo28uzaRA2/Q==", + "version": "1.77.7", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.77.7.tgz", + "integrity": "sha512-9ywH75cO+rLjbrZ6en3Gp8qAMwPGBapFtlsMJoDTkcMU/bSe5a6cjKVUn5Jr4Gzg5GbP3HE8cm+02pLCgcoMow==", "dev": true, "dependencies": { "chokidar": ">=3.0.0 <4.0.0", diff --git a/packages/hydefront/package.json b/packages/hydefront/package.json index 310b9ba0f78..9aa476e2ee9 100644 --- a/packages/hydefront/package.json +++ b/packages/hydefront/package.json @@ -23,7 +23,7 @@ }, "homepage": "https://github.com/hydephp/hydefront#readme", "devDependencies": { - "sass": "1.77.6" + "sass": "1.77.7" }, "main": "dist/hyde.css" } From d5b5fbd5ed55dc31d9be67b2f4159f4e925a2eef Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Thu, 11 Jul 2024 19:00:39 +0200 Subject: [PATCH 2/4] Fix typo in documentation --- docs/digging-deeper/navigation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/digging-deeper/navigation.md b/docs/digging-deeper/navigation.md index 46b6eccfde1..bf826c329b9 100644 --- a/docs/digging-deeper/navigation.md +++ b/docs/digging-deeper/navigation.md @@ -119,10 +119,10 @@ navigation: Next up, let's look at how to customize the navigation menus using the config files. -- To customize the navigation menu, use the setting `navigation.order` in the `hyde.php` config. +- To customize the navigation menu, use the setting `navigation` in the `hyde.php` config. - When customizing the navigation menu, you should use the [route key](core-concepts#route-keys) of the page. -- To customize the sidebar, use the setting `sidebar_order` in the `docs.php` config. +- To customize the sidebar, use the setting `sidebar` in the `docs.php` config. - When customizing the sidebar, can use the route key, or just the [page identifier](core-concepts#page-identifiers) of the page. ### Changing the priorities From ce529deaa1d7924362d7461d73362f6181eeb9db Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Thu, 11 Jul 2024 22:20:19 +0200 Subject: [PATCH 3/4] Fix article excerpt indentation --- .../resources/views/components/article-excerpt.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/framework/resources/views/components/article-excerpt.blade.php b/packages/framework/resources/views/components/article-excerpt.blade.php index a3a42a734e8..666c628ab0f 100644 --- a/packages/framework/resources/views/components/article-excerpt.blade.php +++ b/packages/framework/resources/views/components/article-excerpt.blade.php @@ -20,7 +20,7 @@ @endisset @isset($post->author) -