From 225d87ea114a5a21bd133c602c93f36f39e40fef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 13:28:50 +0000 Subject: [PATCH 1/2] Bump sass from 1.71.1 to 1.72.0 Bumps [sass](https://github.com/sass/dart-sass) from 1.71.1 to 1.72.0. - [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.71.1...1.72.0) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index dc897eb..3dd36f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "moment": "^2.30.1", "npm-run-all": "^4.1.5", "pagefind": "^1.0.4", - "sass": "^1.71.1", + "sass": "^1.72.0", "slugify": "^1.6.6", "sprucecss": "^2.3.1", "stylelint": "^16.2.1", @@ -6401,9 +6401,9 @@ "dev": true }, "node_modules/sass": { - "version": "1.71.1", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.71.1.tgz", - "integrity": "sha512-wovtnV2PxzteLlfNzbgm1tFXPLoZILYAMJtvoXXkD7/+1uP41eKkIt1ypWq5/q2uT94qHjXehEYfmjKOvjL9sg==", + "version": "1.72.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.72.0.tgz", + "integrity": "sha512-Gpczt3WA56Ly0Mn8Sl21Vj94s1axi9hDIzDFn9Ph9x3C3p4nNyvsqJoQyVXKou6cBlfFWEgRW4rT8Tb4i3XnVA==", "dev": true, "dependencies": { "chokidar": ">=3.0.0 <4.0.0", diff --git a/package.json b/package.json index 3beeb90..17a602e 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "moment": "^2.30.1", "npm-run-all": "^4.1.5", "pagefind": "^1.0.4", - "sass": "^1.71.1", + "sass": "^1.72.0", "slugify": "^1.6.6", "sprucecss": "^2.3.1", "stylelint": "^16.2.1", From 2c43f0670c9ecc9d28ed22d7718d551d2ab7e264 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Mon, 1 Apr 2024 15:51:45 +0200 Subject: [PATCH 2/2] Update internationalization.md --- src/docs/getting-started/internationalization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/getting-started/internationalization.md b/src/docs/getting-started/internationalization.md index 9d92b1f..bb727a8 100644 --- a/src/docs/getting-started/internationalization.md +++ b/src/docs/getting-started/internationalization.md @@ -11,7 +11,7 @@ Thanks for the logical properties and values; we can do more with i18n, just wit The simplest example is the right-to-left (RTL) writing mode used by Arabic and Hebrew languages, among others. When you write RTL, you should mirror your site: your logo in the header moves to the right side, and your layout and text alignment similarly change place. -For more information, check out this excellent introductory video from [Moriel Schottlender](https://twitter.com/mooeypoo) hosted by [Jason Lengstorf](https://www.jason.af/): +For more information, check out this excellent introductory video from [Moriel Schottlender](https://twitter.com/mooeypoo) hosted by [Jason Lengstorf](https://jason.energy): [![Right-to Left (RTL) Support for Websites (with Moriel Schottlender) — Learn With Jason](https://img.youtube.com/vi/OHF2h1_fBCM/hqdefault.jpg)](https://www.youtube.com/watch?v=OHF2h1_fBCM)