From 913735339177c8a3851550621f45686849f7c28b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 19:58:16 +0000 Subject: [PATCH 1/2] ci(deps-dev): bump prettier from 3.9.4 to 3.9.5 Bumps [prettier](https://github.com/prettier/prettier) from 3.9.4 to 3.9.5. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.9.4...3.9.5) --- updated-dependencies: - dependency-name: prettier dependency-version: 3.9.5 dependency-type: direct:development update-type: version-update:semver-patch ... 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 d87f9dbddca1951..162e05b2f8e17bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "markdownlint-rule-search-replace": "1.2.0", "node-html-parser": "^9.0.0", "parse-diff": "^0.12.0", - "prettier": "3.9.4", + "prettier": "3.9.5", "tempy": "^3.2.0", "yaml": "^2.9.0", "yargs": "^18.0.0" @@ -8181,9 +8181,9 @@ } }, "node_modules/prettier": { - "version": "3.9.4", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.9.4.tgz", - "integrity": "sha512-yWG/o/4oJfo036EKAfK6ACAoDOfHeRHx4tuxkfBZiauURiaSmYwlpOr5LQqKtIkRD2z1PLteme2WoxEnj4tHTg==", + "version": "3.9.5", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.9.5.tgz", + "integrity": "sha512-/FVl766LpUfB5vXgCYOYa0MeV/441Ia99AeICQIQFTY/Nw0roZwULcXpku5i1/m5kt/baz+s4Zogspd839HSMg==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 2775681a869b0e7..c9d915209dbaaeb 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "markdownlint-rule-search-replace": "1.2.0", "node-html-parser": "^9.0.0", "parse-diff": "^0.12.0", - "prettier": "3.9.4", + "prettier": "3.9.5", "tempy": "^3.2.0", "yaml": "^2.9.0", "yargs": "^18.0.0" From 22b4f74a987bad0c47d047f1e40f6088603ac8ea Mon Sep 17 00:00:00 2001 From: Claas Augner Date: Wed, 15 Jul 2026 22:00:09 +0200 Subject: [PATCH 2/2] style: run `npx prettier -w .` once --- files/en-us/web/api/fedcm_api/rp_sign-in/index.md | 2 +- .../web/css/guides/positioned_layout/stacking_context/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/files/en-us/web/api/fedcm_api/rp_sign-in/index.md b/files/en-us/web/api/fedcm_api/rp_sign-in/index.md index ac5c67597821453..f76f181af6c1629 100644 --- a/files/en-us/web/api/fedcm_api/rp_sign-in/index.md +++ b/files/en-us/web/api/fedcm_api/rp_sign-in/index.md @@ -172,7 +172,7 @@ With these `mediation` options, auto-reauthentication will occur under the follo - The user is signed into the IdP with that account. - Auto-reauthentication didn't happen within the last 10 minutes. This restriction is put into place to stop users being auto-reauthenticated immediately after they sign out — which would make for a pretty confusing user experience. - The RP hasn't called {{domxref("CredentialsContainer.preventSilentAccess", "preventSilentAccess()")}} after the previous sign in. This can be used by an RP to explicitly disable auto-reauthentication if desired. -- The UI mode is [passive](). +- The UI mode is [passive](<>). When these conditions are met, an attempt to automatically reauthenticate the user starts as soon as the `get()` is invoked. If auto-reauthentication is successful, the user will log into the RP site again, without being shown a confirmation prompt, using the same IdP account and validated token as they did before. diff --git a/files/en-us/web/css/guides/positioned_layout/stacking_context/index.md b/files/en-us/web/css/guides/positioned_layout/stacking_context/index.md index 4b2a08cbde1dcee..ed72cc64fab1bf0 100644 --- a/files/en-us/web/css/guides/positioned_layout/stacking_context/index.md +++ b/files/en-us/web/css/guides/positioned_layout/stacking_context/index.md @@ -24,7 +24,7 @@ A stacking context is formed, anywhere in the document, by any element in the fo - Element with a {{cssxref("position")}} value `fixed` or `sticky`. - Element with a {{cssxref("container-type")}} value `size` or `inline-size` set (See [container queries](/en-US/docs/Web/CSS/Guides/Containment/Container_queries)). - Element that is a [flex item](/en-US/docs/Web/CSS/Guides/Flexible_box_layout/Basic_concepts) with a {{cssxref("z-index")}} value other than `auto`. -- Element that is a [grid item]() with {{cssxref("z-index")}} value other than `auto`. +- Element that is a [grid item](<>) with {{cssxref("z-index")}} value other than `auto`. - Element with an {{cssxref("opacity")}} value less than `1`. - Element with a {{cssxref("mix-blend-mode")}} value other than `normal`. - Element with any of the following properties with a value other than `none`: