Highlights from this week
A relatively light week, with a few cleanup and support contributions:
- Tooling and workflows: I removed
lint-staged
from the MDN content repo. While it was useful before, it’s now redundant with our pre-commit using Lefthook, so it’s time to remove unused deps. We’re using Lefthook in most repos now for pre-commit hooks, and occasionally for installing deps onmain
after pulling in latest changes. - Front matter sidebars: I moved
mdnsidebar
definitions directly into front matter. This is part of an effort to unify and simplify configuration across the whole repo. - Platform support tracking: I submitted a BCD PR to document Firefox 138 support for
AudioWorkletGlobalScope.port
, accompanying earlier documentation changes.
On the review side, I covered updates to accessibility tooling guidance, image cleanup, and minor formatting changes to example links and content issues.
Summary
I worked on 9 total pull requests, including 4 created and 5 reviewed, across 3 repositories.
Most active day: 2025-04-22, with 4 PRs.
Top repositories
mdn/content
: 7mdn/interactive-examples
: 1mdn/browser-compat-data
: 1
This is what I got up to on the week ending 25th April 2025:
2025-04-22:
- Reviewed: Remove unreferenced images (mdn/content)
- Reviewed: added the linked to example into the input url page (mdn/content)
- Created: chore: Remove lint-staged (mdn/content)
- Reviewed: chore(deps-dev): bump prettier-eslint from 16.3.0 to 16.4.1 (mdn/interactive-examples)
2025-04-23:
- Reviewed: Update accessibility tooling article (mdn/content)
- Created: chore: Remove lint-staged (mdn/content)
2025-04-25:
- Created: chore: Move mdnsidebar into front matter (mdn/content)
- Created: Fx138 supports AudioWorkletGlobalScope.port (mdn/browser-compat-data)
- Reviewed: Fix content issues (mdn/content)
Published: