Skip to content

Commit 79b38d3

Browse files
Browser or feature data changed
1 parent 87e05ba commit 79b38d3

File tree

5 files changed

+26
-26
lines changed

5 files changed

+26
-26
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
name: Bug report
33
about: Create a report to help us improve
44
title: "[BUG]"
5-
labels: ''
5+
labels: ""
66
assignees: tonypconway
7-
87
---
98

109
**Describe the bug**
1110
A clear and concise description of what the bug is.
1211

1312
**To Reproduce**
1413
Steps to reproduce the behavior:
14+
1515
1. Create/clone package and install '...'
1616
2. Add file '...'
17-
2. Run command '...'
17+
3. Run command '...'
1818
4. See error
1919

2020
> **NOTE**: `baseline-browser-mapping` contains a lot of flattened data is heavily minified, so it can help to navigate to whichever file is throwing the error (`dist/index.js`, `dist/index.cjs`) and format the file to isolate which function is throwing the error.
@@ -26,9 +26,10 @@ A clear and concise description of what you expected to happen.
2626
If applicable, add screenshots to help explain your problem.
2727

2828
**Environment (please complete the following information):**
29-
- OS: [e.g. Linux, macOS, Windows]
30-
- Environment: [Node or browser? And if so, which browser?]
31-
- Version: [e.g. Node 16.15.0, Chrome 137]
29+
30+
- OS: [e.g. Linux, macOS, Windows]
31+
- Environment: [Node or browser? And if so, which browser?]
32+
- Version: [e.g. Node 16.15.0, Chrome 137]
3233

3334
**Additional context**
34-
Add any other context about the problem here. The more information you can give the better, e.g. which chain of dependencies is calling `baseline-browser-mapping`, whether you're intentionally setting a Baseline target in one of those tools like `"browserslist": "baseline widely available"`.
35+
Add any other context about the problem here. The more information you can give the better, e.g. which chain of dependencies is calling `baseline-browser-mapping`, whether you're intentionally setting a Baseline target in one of those tools like `"browserslist": "baseline widely available"`.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
22
name: Feature request
33
about: Suggest an idea for this project
4-
title: ''
5-
labels: ''
6-
assignees: ''
7-
4+
title: ""
5+
labels: ""
6+
assignees: ""
87
---
98

109
**Is your feature request related to a problem? Please describe.**

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
@@ -42,7 +42,7 @@
4242
},
4343
"license": "Apache-2.0",
4444
"devDependencies": {
45-
"@mdn/browser-compat-data": "^7.1.5",
45+
"@mdn/browser-compat-data": "^7.1.6",
4646
"@rollup/plugin-terser": "^0.4.4",
4747
"@rollup/plugin-typescript": "^12.1.3",
4848
"@types/node": "^22.15.17",
@@ -54,7 +54,7 @@
5454
"tslib": "^2.8.1",
5555
"typescript": "^5.7.2",
5656
"typescript-eslint": "^8.35.0",
57-
"web-features": "^2.48.1"
57+
"web-features": "^2.48.2"
5858
},
5959
"repository": "git+https://github.com/web-platform-dx/baseline-browser-mapping.git"
6060
}

src/data/data.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -872,7 +872,7 @@ const data = {
872872
["16", "2022-09-12", "r", "w", "614.1.25"],
873873
["17", "2023-09-18", "r", "w", "616.1.27"],
874874
["18", "2024-09-16", "r", "w", "619.1.26"],
875-
["26", null, "b", "w", "622.1.22"],
875+
["26", "2025-09-15", "c", "w", "622.1.22"],
876876
["1.1", "2003-10-24", "r", "w", "100"],
877877
["1.2", "2004-02-02", "r", "w", "125"],
878878
["1.3", "2005-04-15", "r", "w", "312"],
@@ -904,7 +904,7 @@ const data = {
904904
["18.3", "2025-01-27", "r", "w", "620.2.4"],
905905
["18.4", "2025-03-31", "r", "w", "621.1.15"],
906906
["18.5", "2025-05-12", "r", "w", "621.2.5"],
907-
["18.6", "2025-07-29", "c", "w", "621.3.11"],
907+
["18.6", "2025-07-29", "r", "w", "621.3.11"],
908908
["3.1", "2008-03-18", "r", "w", "525.13"],
909909
["5.1", "2011-07-20", "r", "w", "534.48"],
910910
["9.1", "2016-03-21", "r", "w", "601.5.17"],
@@ -930,7 +930,7 @@ const data = {
930930
["16", "2022-09-12", "r", "w", "614.1.25"],
931931
["17", "2023-09-18", "r", "w", "616.1.27"],
932932
["18", "2024-09-16", "r", "w", "619.1.26"],
933-
["26", null, "b", "w", "622.1.22"],
933+
["26", "2025-09-15", "c", "w", "622.1.22"],
934934
["10.3", "2017-03-27", "r", "w", "603.2.1"],
935935
["11.3", "2018-03-29", "r", "w", "605.1.33"],
936936
["12.2", "2019-03-25", "r", "w", "607.1.40"],
@@ -959,7 +959,7 @@ const data = {
959959
["18.3", "2025-01-27", "r", "w", "620.2.4"],
960960
["18.4", "2025-03-31", "r", "w", "621.1.15"],
961961
["18.5", "2025-05-12", "r", "w", "621.2.5"],
962-
["18.6", "2025-07-29", "c", "w", "621.3.11"],
962+
["18.6", "2025-07-29", "r", "w", "621.3.11"],
963963
["3.2", "2010-04-03", "r", "w", "531.21"],
964964
["4.2", "2010-11-22", "r", "w", "533.17"],
965965
["9.3", "2016-03-21", "r", "w", "601.5.17"],
@@ -5393,5 +5393,5 @@ const data = {
53935393
],
53945394
],
53955395
};
5396-
const lastUpdated = 1757772428821;
5396+
const lastUpdated = 1758118185784;
53975397
export { data, lastUpdated };

0 commit comments

Comments
 (0)