Skip to content

Commit 4c2c5fe

Browse files
chore(deps): bump @mdn/fred from 0.2.0 to 0.3.0 (mdn#40754)
1 parent 17c7ffb commit 4c2c5fe

File tree

6 files changed

+14
-16
lines changed

6 files changed

+14
-16
lines changed

files/en-us/mozilla/add-ons/webextensions/api/tabgroups/tabgroup/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Values of this type are strings. Possible values are:
1414

1515
- `collapsed`
1616
- : `boolean`. Whether the tab group is collapsed or expanded in the tab strip.
17-
- In Firefox, a collapsed group can contain the active tab. The inactive tabs are collapsed.
18-
- In Chrome, groups are collapsed completely. If the group contains the active tab when it's collapsed, the active tab is moved to the first tab to the right of the group. If there is no tab to the right of the group, it's moved to the tab immediately to the left of the group.
17+
- In Firefox, a collapsed group can contain the active tab. The inactive tabs are collapsed.
18+
- In Chrome, groups are collapsed completely. If the group contains the active tab when it's collapsed, the active tab is moved to the first tab to the right of the group. If there is no tab to the right of the group, it's moved to the tab immediately to the left of the group.
1919
- `color`
2020
- : {{WebExtAPIRef("tabGroups.Color")}}. The name of the user-selected color for the tab group's label and icons.
2121
- `id`

files/en-us/web/api/rtcinboundrtpstreamstats/audiolevel/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ A real number.
2222

2323
The value is between 0..1 (linear), where 1.0 represents 0 dBov ([decibels relative to full scale (DBFS)](https://en.wikipedia.org/wiki/DBFS)), 0 represents silence, and 0.5 represents approximately 6 dB SPL change in the [sound pressure level](https://en.wikipedia.org/wiki/Sound_pressure#Sound_pressure_level) from 0 dBov.
2424

25-
2625
## Specifications
2726

2827
{{Specifications}}

files/en-us/web/css/css_text/whitespace/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Note that:
5555
> [!NOTE]
5656
> [Firefox DevTools](https://firefox-source-docs.mozilla.org/devtools-user/index.html) supports highlighting text nodes, making it easier to see exactly which nodes contain whitespace characters. Pure whitespace nodes are marked with a "whitespace" label.
5757
58-
Conserving whitespace characters in the DOM is useful in many ways, but it can also make certain layouts more difficult to implement and may cause problems for developers who want to iterate over DOM nodes. We'll look at these issues and some solutions later on, in the [solving problems with whitespace nodes](#solving_problems_with_whitespace_nodes) section.
58+
Conserving whitespace characters in the DOM is useful in many ways, but it can also make certain layouts more difficult to implement and may cause problems for developers who want to iterate over DOM nodes. We'll look at these issues and some solutions later on, in the [solving common problems with whitespace nodes](#solving_common_problems_with_whitespace_nodes) section.
5959

6060
## How does CSS process whitespace?
6161

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"dependencies": {
4747
"@apideck/better-ajv-errors": "^0.3.6",
4848
"@caporal/core": "^2.0.7",
49-
"@mdn/fred": "0.2.0",
49+
"@mdn/fred": "0.3.0",
5050
"@mdn/yari": "5.0.3",
5151
"@octokit/rest": "^22.0.0",
5252
"ajv": "^8.17.1",

scripts/front-matter_linter.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ import path from "node:path";
55
import { eachLimit } from "async";
66
import cliProgress from "cli-progress";
77

8-
import fdir_pkg from "fdir";
9-
const { fdir } = fdir_pkg;
8+
import { fdir } from "fdir";
109

1110
import caporal from "@caporal/core";
1211
const { program } = caporal;

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1608,10 +1608,10 @@
16081608
resolved "https://registry.yarnpkg.com/@mdn/browser-compat-data/-/browser-compat-data-6.0.28.tgz#e99a2cb1693fec9255c3cf1cfe1b02fcfd0de12d"
16091609
integrity sha512-UE4uV0VK+HfGyXCNdq3Lyy0xNJ6bJI9Y8XtVnnv7+oFda3xtV3PQJIMPHEtC+ou1qrrHdrtaLNQ9cJSj4hi94Q==
16101610

1611-
"@mdn/fred@0.2.0":
1612-
version "0.2.0"
1613-
resolved "https://registry.yarnpkg.com/@mdn/fred/-/fred-0.2.0.tgz#574c2e2def5e7f4d04e4ad18f6c4db36cc64719c"
1614-
integrity sha512-kXuDlOL/rumZ0OUJgk68hli2wntfu8aW2GBFM6nZ12X8hnnPztGeaXwEBPdngg9Dnw6ETxuk4rbbNA31Yn/XlQ==
1611+
"@mdn/fred@0.3.0":
1612+
version "0.3.0"
1613+
resolved "https://registry.yarnpkg.com/@mdn/fred/-/fred-0.3.0.tgz#93b161e6e72140f0f1bfd0b913efb80e9c3811f2"
1614+
integrity sha512-yv2uagKAo6WJvrNpkBrmAd9+BO7V+hgC5ShefBHo9qdMBNCv8Iq+H6nTU/fluy+FxbXASEnCVDnjV3HcqpN4CQ==
16151615
dependencies:
16161616
"@codemirror/lang-css" "^6.3.1"
16171617
"@codemirror/lang-html" "^6.4.9"
@@ -1630,7 +1630,7 @@
16301630
concurrently "^9.2.0"
16311631
cookie-parser "^1.4.7"
16321632
express "^5.0.1"
1633-
fdir "^6.4.3"
1633+
fdir "^6.5.0"
16341634
he "^1.2.0"
16351635
http-proxy-middleware "^3.0.3"
16361636
insane "^2.6.2"
@@ -4745,10 +4745,10 @@ fd-slicer@~1.1.0:
47454745
dependencies:
47464746
pend "~1.2.0"
47474747

4748-
fdir@^6.4.3, fdir@^6.4.4, fdir@^6.4.6:
4749-
version "6.4.6"
4750-
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.4.6.tgz#2b268c0232697063111bbf3f64810a2a741ba281"
4751-
integrity sha512-hiFoqpyZcfNm1yc4u8oWCf9A2c4D3QjCrks3zmoVKVxpQRzmPNar1hUJcBG2RQHvEVGDN+Jm81ZheVLAQMK6+w==
4748+
fdir@^6.4.4, fdir@^6.4.6, fdir@^6.5.0:
4749+
version "6.5.0"
4750+
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.5.0.tgz#ed2ab967a331ade62f18d077dae192684d50d350"
4751+
integrity sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==
47524752

47534753
fecha@^4.2.0:
47544754
version "4.2.3"

0 commit comments

Comments
 (0)