Skip to content

[pull] main from mdn:main - #1238

Merged
pull[bot] merged 3 commits into
All-Blockchains:mainfrom
mdn:main
Sep 1, 2026
Merged

[pull] main from mdn:main#1238
pull[bot] merged 3 commits into
All-Blockchains:mainfrom
mdn:main

Conversation

@pull

@pull pull Bot commented Sep 1, 2026

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

dependabot Bot and others added 3 commits September 1, 2026 18:07
Bumps [cspell](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell) from 10.1.1 to 10.2.0.
- [Release notes](https://github.com/streetsidesoftware/cspell/releases)
- [Changelog](https://github.com/streetsidesoftware/cspell/blob/main/packages/cspell/CHANGELOG.md)
- [Commits](https://github.com/streetsidesoftware/cspell/commits/v10.2.0/packages/cspell)

---
updated-dependencies:
- dependency-name: cspell
  dependency-version: 10.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…45426)

Both lines sit in `example-good` blocks but do not compile.

`Regex_character_class_escape_in_class_range` has a stray `]` after the
subtraction example, so `/[[A-z]--_]]/v` throws. The adjacent `example-bad`
block already shows the failing form, so the good one should parse.

`Regex_invalid_group` uses `\p{Thai}` and `\p{Digit}`, neither of which is a
valid Unicode property name in JavaScript. The equivalents are
`\p{Script=Thai}` and `\p{Nd}`, which keeps the point of the example, that
`&&` is the set intersection syntax in `v` mode.

Checked against the rendered pages rather than the source, since Yari
collapses escapes inside code blocks.
@pull pull Bot locked and limited conversation to collaborators Sep 1, 2026
@pull pull Bot added the ⤵️ pull label Sep 1, 2026
@pull
pull Bot merged commit d2305d1 into All-Blockchains:main Sep 1, 2026
1 of 14 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants