Weekly github digest (Latest changes to ReSpec and Bikeshed)

Issues
------
* w3c/respec (+2/-3/💬4)
  2 issues created:
  - Internal slots doesn't work with data-link-for (by saschanaz)
    https://github.com/w3c/respec/issues/3719 [bug] 
  - Missing W3C Logo for notes (by iherman)
    https://github.com/w3c/respec/issues/3715 [bug] 

  3 issues received 4 new comments:
  - #3719 Internal slots doesn't work with data-link-for (2 by marcoscaceres, saschanaz)
    https://github.com/w3c/respec/issues/3719 [bug] 
  - #3715 Missing W3C Logo for notes (1 by marcoscaceres)
    https://github.com/w3c/respec/issues/3715 [bug] 
  - #3653 Allow using `class=` for data-* attribute things  (1 by sidvishnoi)
    https://github.com/w3c/respec/issues/3653 [Feature request] 

  3 issues closed:
  - Missing W3C Logo for notes https://github.com/w3c/respec/issues/3715 [bug] 
  - Allow using `class=` for data-* attribute things  https://github.com/w3c/respec/issues/3653 [Feature request] 
  - `updateableRec` should be a CSS class, not a config option https://github.com/w3c/respec/issues/3636 [bug] 

* tabatkins/bikeshed (+0/-1/💬3)
  1 issues received 3 new comments:
  - #2053 Add more metadata for editors: retiredDate and notes (3 by jyasskin, marcoscaceres)
    https://github.com/tabatkins/bikeshed/issues/2053 

  1 issues closed:
  - Use cite element for bilbiographies https://github.com/tabatkins/bikeshed/issues/2012 



Pull requests
-------------
* w3c/respec (+13/-6/💬14)
  13 pull requests submitted:
  - perf(core/xref): reuse obj when adding query id (by sidvishnoi)
    https://github.com/w3c/respec/pull/3727 
  - chore(deps): update dependencies (by sidvishnoi)
    https://github.com/w3c/respec/pull/3726 [dependencies] 
  - chore(deps-dev): bump eslint from 7.31.0 to 7.32.0 (by dependabot)
    https://github.com/w3c/respec/pull/3725 
  - chore(deps-dev): bump @rollup/plugin-alias from 3.1.4 to 3.1.5 (by dependabot)
    https://github.com/w3c/respec/pull/3724 
  - chore(deps-dev): bump @rollup/plugin-commonjs from 19.0.1 to 20.0.0 (by dependabot)
    https://github.com/w3c/respec/pull/3723 
  - chore(deps-dev): bump rollup from 2.53.3 to 2.55.1 (by dependabot)
    https://github.com/w3c/respec/pull/3722 
  - chore(deps-dev): bump highlight.js from 11.1.0 to 11.2.0 (by dependabot)
    https://github.com/w3c/respec/pull/3721 
  - chore(deps-dev): bump clean-css from 5.1.3 to 5.1.4 (by dependabot)
    https://github.com/w3c/respec/pull/3720 
  - fix(w3c): show logos for w3c notes (by marcoscaceres)
    https://github.com/w3c/respec/pull/3718 
  - feat(core/dfn): add support for task source types (by marcoscaceres)
    https://github.com/w3c/respec/pull/3717 
  - refactor(core/inlines): make regexes cleaner (by sidvishnoi)
    https://github.com/w3c/respec/pull/3716 
  - refactor(core/dfn): split computing type / export (by marcoscaceres)
    https://github.com/w3c/respec/pull/3713 
  - refactor(core/dfn): split computing type / export (by marcoscaceres)
    https://github.com/w3c/respec/pull/3712 

  12 pull requests received 14 new comments:
  - #3725 chore(deps-dev): bump eslint from 7.31.0 to 7.32.0 (1 by dependabot)
    https://github.com/w3c/respec/pull/3725 [dependencies] 
  - #3724 chore(deps-dev): bump @rollup/plugin-alias from 3.1.4 to 3.1.5 (1 by dependabot)
    https://github.com/w3c/respec/pull/3724 [dependencies] 
  - #3723 chore(deps-dev): bump @rollup/plugin-commonjs from 19.0.1 to 20.0.0 (1 by dependabot)
    https://github.com/w3c/respec/pull/3723 [dependencies] 
  - #3722 chore(deps-dev): bump rollup from 2.53.3 to 2.55.1 (1 by dependabot)
    https://github.com/w3c/respec/pull/3722 [dependencies] 
  - #3721 chore(deps-dev): bump highlight.js from 11.1.0 to 11.2.0 (1 by dependabot)
    https://github.com/w3c/respec/pull/3721 [dependencies] 
  - #3720 chore(deps-dev): bump clean-css from 5.1.3 to 5.1.4 (1 by dependabot)
    https://github.com/w3c/respec/pull/3720 [dependencies] 
  - #3717 feat(core/dfn): add support for task source types (1 by marcoscaceres)
    https://github.com/w3c/respec/pull/3717 
  - #3716 refactor(core/inlines): make regexes cleaner (1 by sidvishnoi)
    https://github.com/w3c/respec/pull/3716 
  - #3712 refactor(core/dfn): split computing type / export (1 by marcoscaceres)
    https://github.com/w3c/respec/pull/3712 
  - #3708 feat(w3c/headers): change updateableRec to CSS updateable-rec (2 by marcoscaceres)
    https://github.com/w3c/respec/pull/3708 
  - #3706 perf(core/xref): get query id in parallel (2 by marcoscaceres, sidvishnoi)
    https://github.com/w3c/respec/pull/3706 
  - #3580 fix(core/linter/local-refs-exist): check links not starting with hash (1 by sidvishnoi)
    https://github.com/w3c/respec/pull/3580 [DONT MERGE] 

  6 pull requests merged:
  - chore(deps): update dependencies
    https://github.com/w3c/respec/pull/3726 [dependencies] 
  - feat(core/dfn): add support for task source types
    https://github.com/w3c/respec/pull/3717 
  - fix(w3c): show logos for w3c notes
    https://github.com/w3c/respec/pull/3718 
  - feat(core/dfn): support "no-export" class
    https://github.com/w3c/respec/pull/3713 
  - refactor(core/inlines): make regexes cleaner
    https://github.com/w3c/respec/pull/3716 
  - feat(w3c/headers): change updateableRec to CSS updateable-rec
    https://github.com/w3c/respec/pull/3708 

* tabatkins/bikeshed (+1/-1/💬0)
  1 pull requests submitted:
  - chore(deps-dev): bump pylint from 2.9.5 to 2.9.6 (by dependabot)
    https://github.com/tabatkins/bikeshed/pull/2119 

  1 pull requests merged:
  - Use 'cite' elements for bibliography entries and links 
    https://github.com/tabatkins/bikeshed/pull/2016 


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


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

Received on Monday, 2 August 2021 17:00:10 UTC