Monthly github digest (Latest changes to ReSpec, Bikeshed, and TR styles)

Issues
------
* w3c/respec (+8/-13/💬10)
  8 issues created:
  - the "Terms defined by reference" index should index `dfn`s, not `a`s (by pchampin)
    https://github.com/w3c/respec/issues/4438 [bug] 
  - the "Terms defined by reference" index should not include document titles (by pchampin)
    https://github.com/w3c/respec/issues/4437 [bug] 
  - Note not getting correct heading level  (by pkra)
    https://github.com/w3c/respec/issues/4436 [bug] 
  - Link to attribute value goes to an unrelated definition (by mgiuca)
    https://github.com/w3c/respec/issues/4435 [bug] 
  - External reference of XML elements (by himorin)
    https://github.com/w3c/respec/issues/4430 [bug] 
  - Converting MA to RFC2119 tag interferes with Unicode names (by r12a)
    https://github.com/w3c/respec/issues/4426 [bug] 
  - Update Draft Notes to use alternative sentence. (by jennyliang220)
    https://github.com/w3c/respec/issues/4425 [Feature request] 
  - Multiple dfns with same text but different `data-dfn-for`s number their ids (by jyasskin)
    https://github.com/w3c/respec/issues/4415 [bug] 

  5 issues received 10 new comments:
  - #4438 the "Terms defined by reference" index should index `dfn[data-cite]` (2 by pchampin, sidvishnoi)
    https://github.com/w3c/respec/issues/4438 [bug] 
  - #4436 Note not getting correct heading level  (2 by pkra)
    https://github.com/w3c/respec/issues/4436 [bug] 
  - #4435 Link to attribute value goes to an unrelated definition (1 by sidvishnoi)
    https://github.com/w3c/respec/issues/4435 [bug] 
  - #4426 Converting MA to RFC2119 tag interferes with Unicode names (4 by r12a, sidvishnoi)
    https://github.com/w3c/respec/issues/4426 [bug] 
  - #3435 width=150 is added to images (1 by r12a)
    https://github.com/w3c/respec/issues/3435 [bug] 

  13 issues closed:
  - the "Terms defined by reference" index should index `dfn[data-cite]` https://github.com/w3c/respec/issues/4438 [bug] 
  - the "Terms defined by reference" index should not include document titles https://github.com/w3c/respec/issues/4437 [bug] 
  - Microsyntax for "abstract-op" links? https://github.com/w3c/respec/issues/4376 [Feature request] 
  - Missing dfn error needs HTML escaping https://github.com/w3c/respec/issues/4324 [bug] 
  - External reference of XML elements https://github.com/w3c/respec/issues/4430 [bug] 
  - --haltonwarn should imply --haltonerror https://github.com/w3c/respec/issues/4338 [bug] 
  - Update Group Notes' template to use another stability sentence by default. https://github.com/w3c/respec/issues/4425 [Feature request] 
  - Converting MA to RFC2119 tag interferes with Unicode names https://github.com/w3c/respec/issues/4426 [bug] 
  - Wrong 'This Version' URL generated for Member Submissions https://github.com/w3c/respec/issues/4412 [bug] 
  - Wrong stylesheet for Member Submissions https://github.com/w3c/respec/issues/4411 [bug] 
  - width=150 is added to images https://github.com/w3c/respec/issues/3435 [bug] 
  - Node API: Update tools to ES Modules https://github.com/w3c/respec/issues/3823 [refactoring] 
  - Migrate to Node 18 https://github.com/w3c/respec/issues/4341 [maintenance] 

* speced/bikeshed (+11/-6/💬30)
  11 issues created:
  - Document how to get a spec into bikeshed's linking database (by jyasskin)
    https://github.com/speced/bikeshed/issues/2540 [documentation] 
  - Support mermaid diagrams (by jyasskin)
    https://github.com/speced/bikeshed/issues/2539 [enhancement] 
  - `` in code block gets rendered as "<code>" (by jyasskin)
    https://github.com/speced/bikeshed/issues/2538 
  - Using a custom anchor with an empty fragment from multiple sections gives a "Multiple elements have the same ID" error (by jyasskin)
    https://github.com/speced/bikeshed/issues/2531 
  - spec listed in "Terms defined by reference" twice (by inexorabletash)
    https://github.com/speced/bikeshed/issues/2526 
  - Defining constructor algo could be easier (by tabatkins)
    https://github.com/speced/bikeshed/issues/2525 
  - Force WPT block to show tests outside of the WPT directory (by domfarolino)
    https://github.com/speced/bikeshed/issues/2522 
  - <pre class=include-code> ignores the last line if there's no newline (by FeignClaims)
    https://github.com/speced/bikeshed/issues/2521 
  - Update Draft Notes to uses alternative sentence. (by jennyliang220)
    https://github.com/speced/bikeshed/issues/2519 
  - IDL: Global extended attribute doesn't properly register a keyword (by domfarolino)
    https://github.com/speced/bikeshed/issues/2517 
  - Cross-spec section links failing (after version 3.10.0) (by svgeesus)
    https://github.com/speced/bikeshed/issues/2516 

  11 issues received 30 new comments:
  - #2540 Document how to get a spec into bikeshed's linking database (5 by donatocayurin, jyasskin, tidoust)
    https://github.com/speced/bikeshed/issues/2540 [documentation] 
  - #2539 Support mermaid diagrams (6 by jyasskin, tabatkins)
    https://github.com/speced/bikeshed/issues/2539 [enhancement] 
  - #2538 `` in code block gets rendered as "<code>" (1 by tabatkins)
    https://github.com/speced/bikeshed/issues/2538 [bug] [project-parsing-robustness] 
  - #2531 Using a custom anchor with an empty fragment from multiple sections gives a "Multiple elements have the same ID" error (2 by tabatkins)
    https://github.com/speced/bikeshed/issues/2531 
  - #2526 spec listed in "Terms defined by reference" twice (3 by inexorabletash, tabatkins)
    https://github.com/speced/bikeshed/issues/2526 
  - #2522 Force WPT block to show tests outside of the WPT directory (1 by tabatkins)
    https://github.com/speced/bikeshed/issues/2522 
  - #2521 <pre class=include-code> ignores the last line if there's no newline when line numbers are required (3 by FeignClaims, tabatkins)
    https://github.com/speced/bikeshed/issues/2521 
  - #2517 IDL: Global extended attribute doesn't properly register a keyword (2 by domfarolino, tabatkins)
    https://github.com/speced/bikeshed/issues/2517 
  - #2516 Cross-spec section links failing (after version 3.10.0) (4 by svgeesus, tabatkins, tidoust)
    https://github.com/speced/bikeshed/issues/2516 
  - #2386 Build failure with Python 3.11 (2 by thiagowfx, whimboo)
    https://github.com/speced/bikeshed/issues/2386 [bug] 
  - #1405 Setting an id on a markdown list item (1 by sideshowbarker)
    https://github.com/speced/bikeshed/issues/1405 [enhancement] [project-parsing-robustness] 

  6 issues closed:
  - Using a custom anchor with an empty fragment from multiple sections gives a "Multiple elements have the same ID" error https://github.com/speced/bikeshed/issues/2531 
  - <pre class=include-code> ignores the last line if there's no newline when line numbers are required https://github.com/speced/bikeshed/issues/2521 
  - Build failure with Python 3.11 https://github.com/speced/bikeshed/issues/2386 [bug] 
  - Force WPT block to show tests outside of the WPT directory https://github.com/speced/bikeshed/issues/2522 
  - spec listed in "Terms defined by reference" twice https://github.com/speced/bikeshed/issues/2526 
  - Cross-spec section links failing (after version 3.10.0) https://github.com/speced/bikeshed/issues/2516 



Pull requests
-------------
* w3c/respec (+20/-18/💬12)
  20 pull requests submitted:
  - fix(core/dfn-index): include `dfn[data-cite]` in external index (by sidvishnoi)
    https://github.com/w3c/respec/pull/4441 
  - fix(core/dfn-index): ignore spec titles (by sidvishnoi)
    https://github.com/w3c/respec/pull/4440 
  - Recognize abstract-op definitions for inline links (by dontcallmedom)
    https://github.com/w3c/respec/pull/4439 
  - fix(tools/respec2html)!: make `--haltonwarn` halt on errors too (by sidvishnoi)
    https://github.com/w3c/respec/pull/4434 
  - chore(deps): update dependencies (by sidvishnoi)
    https://github.com/w3c/respec/pull/4433 [dependencies] 
  - BREAKING CHANGE: stop adding width/height to images automatically (by sidvishnoi)
    https://github.com/w3c/respec/pull/4432 
  - When normalising, fix `<` and `>` too (by nigelmegitt)
    https://github.com/w3c/respec/pull/4431 
  - chore(deps): update dependencies (by sidvishnoi)
    https://github.com/w3c/respec/pull/4429 [dependencies] 
  - Change stability tempate for NOTEs (by jennyliang220)
    https://github.com/w3c/respec/pull/4428 
  - Fix regex for detecting RFC MAY (by dontcallmedom)
    https://github.com/w3c/respec/pull/4427 
  - fix(w3c/headers): fix "This Version" link for "Member-SUBM" (by sidvishnoi)
    https://github.com/w3c/respec/pull/4424 
  - fix(w3c/style): use correct stylesheet for Member-SUBM (by sidvishnoi)
    https://github.com/w3c/respec/pull/4423 
  - fix(core/figures): don't add width/height to `.svg` images (by sidvishnoi)
    https://github.com/w3c/respec/pull/4422 
  - chore(deps): update dependencies (by sidvishnoi)
    https://github.com/w3c/respec/pull/4421 [dependencies] 
  - fix(tools/respec2html): prevent crash on `--version` flag (by sidvishnoi)
    https://github.com/w3c/respec/pull/4420 
  - refactor!: update tools to ES Modules (by sidvishnoi)
    https://github.com/w3c/respec/pull/4419 
  - chore(ci/changelog): disable broken changelog workflow (by sidvishnoi)
    https://github.com/w3c/respec/pull/4418 
  - chore(deps): bump peter-evans/create-pull-request from 3 to 5 (by dependabot)
    https://github.com/w3c/respec/pull/4417 
  - chore!: require Node 18; use pnpm (by sidvishnoi)
    https://github.com/w3c/respec/pull/4416 
  - chore(deps-dev): bump typescript from 5.0.2 to 5.0.3 (by dependabot)
    https://github.com/w3c/respec/pull/4413 

  4 pull requests received 12 new comments:
  - #4431 fix(core/dfn-index): escape HTML/XML tags (7 by nigelmegitt, sidvishnoi)
    https://github.com/w3c/respec/pull/4431 
  - #4428 fix(w3c/sotd): update stability tempate for NOTEs (3 by jennyliang220, sidvishnoi)
    https://github.com/w3c/respec/pull/4428 
  - #4417 chore(deps): bump peter-evans/create-pull-request from 3 to 5 (1 by dependabot)
    https://github.com/w3c/respec/pull/4417 [dependencies] 
  - #4413 chore(deps-dev): bump typescript from 5.0.2 to 5.0.3 (1 by dependabot)
    https://github.com/w3c/respec/pull/4413 [dependencies] 

  18 pull requests merged:
  - fix(core/dfn-index): include `dfn[data-cite]` in external index
    https://github.com/w3c/respec/pull/4441 
  - fix(core/dfn-index): ignore spec titles from external index
    https://github.com/w3c/respec/pull/4440 
  - feat(core/link-to-dfn): support abstract-op dfn linking
    https://github.com/w3c/respec/pull/4439 
  - fix(core/dfn-index): escape HTML/XML tags
    https://github.com/w3c/respec/pull/4431 
  - fix(tools/respec2html)!: make `--haltonwarn` halt on errors too
    https://github.com/w3c/respec/pull/4434 
  - chore(deps): update dependencies
    https://github.com/w3c/respec/pull/4433 [dependencies] 
  - BREAKING CHANGE: stop adding width/height to images automatically
    https://github.com/w3c/respec/pull/4432 
  - chore(deps): update dependencies
    https://github.com/w3c/respec/pull/4429 [dependencies] 
  - fix(w3c/sotd): update stability tempate for NOTEs
    https://github.com/w3c/respec/pull/4428 
  - fix(core/inlines): fix RFC2119 `MAY` regex
    https://github.com/w3c/respec/pull/4427 
  - fix(w3c/headers): fix "This Version" link for "Member-SUBM"
    https://github.com/w3c/respec/pull/4424 
  - fix(w3c/style): use correct stylesheet for Member-SUBM
    https://github.com/w3c/respec/pull/4423 
  - fix(core/figures): don't add width/height to `.svg` images
    https://github.com/w3c/respec/pull/4422 
  - chore(deps): update dependencies
    https://github.com/w3c/respec/pull/4421 [dependencies] 
  - fix(tools/respec2html): prevent crash on `--version` flag
    https://github.com/w3c/respec/pull/4420 
  - refactor!: update tools to ES Modules
    https://github.com/w3c/respec/pull/4419 
  - chore(ci/changelog): disable broken changelog workflow
    https://github.com/w3c/respec/pull/4418 
  - chore!: require Node 18; use pnpm
    https://github.com/w3c/respec/pull/4416 

* speced/bikeshed (+16/-6/💬20)
  16 pull requests submitted:
  - chore(deps): bump requests from 2.28.2 to 2.29.0 (by dependabot)
    https://github.com/speced/bikeshed/pull/2541 
  - chore(deps): bump urllib3 from 1.26.14 to 2.0.0 (by dependabot)
    https://github.com/speced/bikeshed/pull/2537 
  - chore(deps-dev): bump pylint from 2.15.8 to 2.17.3 (by dependabot)
    https://github.com/speced/bikeshed/pull/2536 
  - chore(deps): bump yarl from 1.8.2 to 1.9.2 (by dependabot)
    https://github.com/speced/bikeshed/pull/2535 
  - chore(deps): bump yarl from 1.8.2 to 1.9.1 (by dependabot)
    https://github.com/speced/bikeshed/pull/2534 
  - chore: remove guards and EOL requirements.txt deps (by nschonni)
    https://github.com/speced/bikeshed/pull/2533 
  - Initial install of playwright (by dlaliberte)
    https://github.com/speced/bikeshed/pull/2532 
  - update pygments to 2.15.1, update 3 affected tests (by dneto0)
    https://github.com/speced/bikeshed/pull/2530 
  - chore(deps): bump pygments from 2.13.0 to 2.15.1 (by dependabot)
    https://github.com/speced/bikeshed/pull/2529 
  - chore(deps): bump attrs from 22.1.0 to 23.1.0 (by dependabot)
    https://github.com/speced/bikeshed/pull/2528 
  - chore: migrate flake8 to ruff (by nschonni)
    https://github.com/speced/bikeshed/pull/2527 
  - chore(deps): bump pygments from 2.13.0 to 2.15.0 (by dependabot)
    https://github.com/speced/bikeshed/pull/2524 
  - chore(deps): bump peter-evans/create-pull-request from 4.1.4 to 5.0.0 (by dependabot)
    https://github.com/speced/bikeshed/pull/2520 
  - Add some defaults to the template (by jyasskin)
    https://github.com/speced/bikeshed/pull/2518 
  - chore(deps): bump pillow from 9.4.0 to 9.5.0 (by dependabot)
    https://github.com/speced/bikeshed/pull/2515 
  - chore(deps-dev): bump pylint from 2.15.8 to 2.17.2 (by dependabot)
    https://github.com/speced/bikeshed/pull/2514 

  16 pull requests received 20 new comments:
  - #2537 chore(deps): bump urllib3 from 1.26.14 to 2.0.0 (2 by dependabot, tabatkins)
    https://github.com/speced/bikeshed/pull/2537 [dependencies] [python] 
  - #2535 chore(deps): bump yarl from 1.8.2 to 1.9.2 (1 by dependabot)
    https://github.com/speced/bikeshed/pull/2535 [dependencies] [python] 
  - #2534 chore(deps): bump yarl from 1.8.2 to 1.9.1 (1 by dependabot)
    https://github.com/speced/bikeshed/pull/2534 [dependencies] [python] 
  - #2533 chore: remove guards and EOL requirements.txt deps (1 by tabatkins)
    https://github.com/speced/bikeshed/pull/2533 
  - #2529 chore(deps): bump pygments from 2.13.0 to 2.15.1 (1 by dependabot)
    https://github.com/speced/bikeshed/pull/2529 [dependencies] [python] 
  - #2528 chore(deps): bump attrs from 22.1.0 to 23.1.0 (2 by dependabot, tabatkins)
    https://github.com/speced/bikeshed/pull/2528 [dependencies] [python] 
  - #2524 chore(deps): bump pygments from 2.13.0 to 2.15.0 (1 by dependabot)
    https://github.com/speced/bikeshed/pull/2524 [dependencies] [python] 
  - #2518 Add some defaults to the template (3 by jyasskin, tabatkins)
    https://github.com/speced/bikeshed/pull/2518 
  - #2514 chore(deps-dev): bump pylint from 2.15.8 to 2.17.2 (1 by dependabot)
    https://github.com/speced/bikeshed/pull/2514 [dependencies] [python] 
  - #2506 chore(deps): bump alive-progress from 3.0.1 to 3.1.0 (1 by dependabot)
    https://github.com/speced/bikeshed/pull/2506 [dependencies] [python] 
  - #2501 chore(deps-dev): bump pylint from 2.17.0 to 2.17.1 (1 by dependabot)
    https://github.com/speced/bikeshed/pull/2501 [dependencies] [python] 
  - #2495 chore(deps): bump peter-evans/create-pull-request from 4.1.4 to 4.2.4 (1 by dependabot)
    https://github.com/speced/bikeshed/pull/2495 [dependencies] [github_actions] 
  - #2493 chore(deps): bump urllib3 from 1.26.14 to 1.26.15 (1 by dependabot)
    https://github.com/speced/bikeshed/pull/2493 [dependencies] [python] 
  - #2488 chore(deps): bump widlparser from 1.1.1 to 1.1.3 (1 by tabatkins)
    https://github.com/speced/bikeshed/pull/2488 [dependencies] [python] 
  - #2439 chore(deps): bump pygments from 2.13.0 to 2.14.0 (1 by dependabot)
    https://github.com/speced/bikeshed/pull/2439 [dependencies] [python] 
  - #2430 chore(deps): bump attrs from 22.1.0 to 22.2.0 (1 by dependabot)
    https://github.com/speced/bikeshed/pull/2430 [dependencies] [python] 

  6 pull requests merged:
  - chore(deps): bump pillow from 9.4.0 to 9.5.0
    https://github.com/speced/bikeshed/pull/2515 [dependencies] [python] 
  - chore(deps): bump requests from 2.28.2 to 2.29.0
    https://github.com/speced/bikeshed/pull/2541 [dependencies] [python] 
  - chore(deps): bump widlparser from 1.1.1 to 1.1.3
    https://github.com/speced/bikeshed/pull/2488 [dependencies] [python] 
  - update pygments to 2.15.1, update 3 affected tests
    https://github.com/speced/bikeshed/pull/2530 
  - chore(deps): bump peter-evans/create-pull-request from 4.1.4 to 5.0.0
    https://github.com/speced/bikeshed/pull/2520 [dependencies] [github_actions] 
  - Add some defaults to the template
    https://github.com/speced/bikeshed/pull/2518 

* w3c/tr-design (+0/-0/💬1)
  1 pull requests received 1 new comments:
  - #323 Add `.uname` and `.codepoint` to style characters inline (1 by aphillips)
    https://github.com/w3c/tr-design/pull/323 


Repositories tracked by this digest:
-----------------------------------
* https://github.com/w3c/respec
* https://github.com/speced/bikeshed
* https://github.com/w3c/tr-design


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 1 May 2023 00:00:11 UTC