January 28, 2025

Subject: Yeoman’s maintenance reboot; ESLint’s 2024; RegExp escaping; Bun 1.2; Rspack 1.2; ESLint v9.19.0

Yeoman’s next chapter: maintenance reboot

yeoman.io @ulisesgascon@fosstodon.org @JoshuaKGoldberg@fosstodon.org github.com/yeoman

“In its heyday, Yeoman introduced developers to powerful ways of generating project templates, paving the way for tools like Create React App. Though no longer at the cutting edge of web tooling, Yeoman remains a valuable resource for developers seeking a stable and proven solution.”

“We’re thrilled to announce the relaunch of Yeoman’s maintenance for 2025. The new maintainers team, Ulises Gascón and Josh Goldberg, are stepping in to ensure this beloved project continues to thrive as a stable, reliable tool for developers.”

Among other things, the blog post explains the maintenance goals for 2025.

ESLint’s 2024 year in review

eslint.org @nzakas@fosstodon.org @eslint@fosstodon.org

ECMAScript proposal: RegExp escaping

2ality.com @rauschma@fosstodon.org

For a string text, RegExp.escape(text) creates a regular expression pattern that matches text.

New versions

Bun 1.2: increased Node.js compatibility, built-in APIs for S3 object storage & PostgreSQL, and more

bun.sh github.com/Electroid github.com/oven-sh

Highlights (quoting the blog post):
  • There’s a major update on Bun’s progress towards Node.js compatibility.
  • Bun now has a built-in S3 object storage API: Bun.s3.
  • Bun now has a built-in Postgres client: Bun.sql (with MySQL coming soon).
  • bun install now uses a text-based lockfile: bun.lock.

Rspack 1.2: faster hot starts via caching, Yarn PnP, and more

rspack.dev github.com/jerrykingxyz github.com/chenjiahan github.com/JSerFeng github.com/ahabhgk

Highlights:
  • Persistent cache: experimental feature that improves hot start performance by up to 250%
  • Support for Yarn PnP
  • Performance improvements
  • Community: Angular support, Rsbuild v1.2

ESLint v9.19.0: Reporting unused /*eslint*/ config comments and more

eslint.org github.com/mdjermanovic @eslint@fosstodon.org

This email was sent to {{ email | default }}. You can unsubscribe from this list here or update your preferences.