Skip to content

Commit ea3cbbf

Browse files
authored
Release 10.17.3 (#3057)
Generated by release.js.
1 parent 65ff8d6 commit ea3cbbf

File tree

3 files changed

+63
-4
lines changed

3 files changed

+63
-4
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,42 @@
11
# mdn-bcd-collector Changelog
22

3+
## v10.17.3
4+
5+
Released February 13, 2026
6+
7+
### Test Changes
8+
9+
#### Added
10+
11+
- javascript.builtins.Iterator.concat
12+
- javascript.builtins.Intl.Locale.variants
13+
14+
#### Removed
15+
16+
- api.HTMLAnchorElement.hrefTranslate
17+
- html.elements.a.hreftranslate
18+
- html.elements.input.list
19+
20+
#### Changed
21+
22+
- css.types.sign
23+
- javascript.regular_expressions.modifier
24+
- javascript.statements.generator_function.not_constructable_with_new
25+
26+
### Commits
27+
28+
- Fix test for CSS sign() type ([#3055](https://github.com/openwebdocs/mdn-bcd-collector/pull/3055))
29+
- Try to run more Safari versions in selenium ([#3056](https://github.com/openwebdocs/mdn-bcd-collector/pull/3056))
30+
- Remove hreftranslate tests ([#3054](https://github.com/openwebdocs/mdn-bcd-collector/pull/3054))
31+
- Add overrides for char/charoff ([#3053](https://github.com/openwebdocs/mdn-bcd-collector/pull/3053))
32+
- build(deps): bump qs from 6.14.1 to 6.14.2 ([#3052](https://github.com/openwebdocs/mdn-bcd-collector/pull/3052))
33+
- build(deps-dev): bump minimatch from 10.1.2 to 10.2.0 in the dev group ([#3051](https://github.com/openwebdocs/mdn-bcd-collector/pull/3051))
34+
- JS regex tests: test for i modifier, not just i flag ([#3050](https://github.com/openwebdocs/mdn-bcd-collector/pull/3050))
35+
- Fix throwing test for generators without new ([#3049](https://github.com/openwebdocs/mdn-bcd-collector/pull/3049))
36+
- Add Iterator.concat and Intl.Locale.prototype.variants ([#3048](https://github.com/openwebdocs/mdn-bcd-collector/pull/3048))
37+
- build(deps): bump marked from 17.0.1 to 17.0.2 in the dev group ([#3047](https://github.com/openwebdocs/mdn-bcd-collector/pull/3047))
38+
- Remove html.elements.input.list test ([#3046](https://github.com/openwebdocs/mdn-bcd-collector/pull/3046))
39+
340
## v10.17.2
441

542
Released February 11, 2026

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mdn-bcd-collector",
33
"description": "Data collection service for @mdn/browser-compat-data",
4-
"version": "10.17.2",
4+
"version": "10.17.3",
55
"private": true,
66
"license": "Apache-2.0",
77
"type": "module",

0 commit comments

Comments
 (0)