Skip to content

Commit 86ac841

Browse files
Browser or feature data changed
1 parent 069f9a8 commit 86ac841

File tree

4 files changed

+28
-12
lines changed

4 files changed

+28
-12
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To install the package, run:
2525

2626
If your installed version of `baseline-browser-mapping` is greater than 2 months old, you will receive a console warning advising you to update to the latest version.
2727

28-
The minimum supported NodeJS version for `baseline-browser-mapping` is v8 in alignment with `browserslist`. For NodeJS versions earlier than v13.2, the [`require('baseline-browser-mapping')`](https://nodejs.org/api/modules.html#requireid) syntax should be used to import the module.
28+
The minimum supported NodeJS version for `baseline-browser-mapping` is v8 in alignment with `browserslist`. For NodeJS versions earlier than v13.2, the [`require('baseline-browser-mapping')`](https://nodejs.org/api/modules.html#requireid) syntax should be used to import the module.
2929

3030
## Importing `baseline-browser-mapping`
3131

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
"license": "Apache-2.0",
4545
"devDependencies": {
46-
"@mdn/browser-compat-data": "^7.1.12",
46+
"@mdn/browser-compat-data": "^7.1.13",
4747
"@rollup/plugin-terser": "^0.4.4",
4848
"@rollup/plugin-typescript": "^12.1.3",
4949
"@types/node": "^22.15.17",
@@ -55,7 +55,7 @@
5555
"tslib": "^2.8.1",
5656
"typescript": "^5.7.2",
5757
"typescript-eslint": "^8.35.0",
58-
"web-features": "^3.4.0"
58+
"web-features": "^3.5.0"
5959
},
6060
"repository": "git+https://github.com/web-platform-dx/baseline-browser-mapping.git"
6161
}

src/data/data.js

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2625,6 +2625,18 @@ const data = {
26252625
"2020-01-15",
26262626
{ c: "12", ca: "18", e: "79", f: "49", fa: "49", s: "6", si: "6" },
26272627
],
2628+
[
2629+
"2025-09-16",
2630+
{
2631+
c: "131",
2632+
ca: "131",
2633+
e: "131",
2634+
f: "143",
2635+
fa: "143",
2636+
s: "18.4",
2637+
si: "18.4",
2638+
},
2639+
],
26282640
[
26292641
"2024-09-03",
26302642
{
@@ -4181,6 +4193,10 @@ const data = {
41814193
"2020-03-24",
41824194
{ c: "63", ca: "63", e: "79", f: "49", fa: "49", s: "13.1", si: "13.4" },
41834195
],
4196+
[
4197+
"2020-07-28",
4198+
{ c: "71", ca: "71", e: "79", f: "69", fa: "79", s: "12.1", si: "12.2" },
4199+
],
41844200
[
41854201
"2021-04-26",
41864202
{ c: "87", ca: "87", e: "87", f: "70", fa: "79", s: "14.1", si: "14.5" },
@@ -5427,5 +5443,5 @@ const data = {
54275443
],
54285444
],
54295445
};
5430-
const lastUpdated = 1760105386112;
5446+
const lastUpdated = 1760623820687;
54315447
export { data, lastUpdated };

0 commit comments

Comments
 (0)