Public list by ~javascriptweekly

Issue 787 - npm and pnpm introduce staged publishing

JS Crossword

https://lyra.horse/fun/jscrossword/

JS Crossword: All the Answers are JavaScript — This hand-crafted puzzle will seriously stretch your JavaScript knowledge. I’ve seen so many people on social media either cheering having finished it or cursing being stuck…

3 months ago

Expo UI is now stable: SwiftUI and Jetpack Compose from a single import

https://try.expo.dev/js-weekly-ui

Expo UI Hits Stable: Native iOS & Android from One Import — From a single import, @expo/ui ships SwiftUI on iOS and Jetpack Compose on Android with the real platform components underneath. SDK 56 also lands native drop-in replacements for seven common React Native community packages.

3 months ago

Staged publishing for npm packages | npm Docs

https://docs.npmjs.com/staged-publishing

Staged Publishing for npm Packages Goes Live — npm’s ‘staged publishing’ model provides a review period with approval required before packages go live on the npm registry. Both npm 11.15.0 and pnpm 11.3 have added support.

3 months ago

Declarative partial updates | Blog | Chrome for Developers

https://developer.chrome.com/blog/declarative-partial-updates

Chrome Previews Declarative Partial Updates — Two new sets of APIs for working with HTML out-of-order, whether in the doc itself (via <template for>) or through dynamic insertion (via setHTML/streamHTML). Experimental in Chrome 148 but polyfills exist.

3 months ago

Optimizing Our Build Times by Migrating from Webpack to Rspack

https://engineeringblog.yelp.com/2026/05/optimizing-our-build-times-by-migrating-from-webpack-to-rspack.html

Optimizing Our Build Times by Migrating from Webpack to Rspack — How Yelp cut build times in half with Rspack (a Rust-powered drop-in replacement for webpack) and what they learned about barrel files and re-exports.

3 months ago

Deno 2.8 | Deno

https://deno.com/blog/v2.8#new-subcommands

Deno 2.8: The 'Biggest Minor Release' to Date — The headline is that Node.js compatibility has jumped from 42% in Deno 2.7 to 76.4% now (higher than Bun). Deno also gets huge perf gains across the board and drops the npm: prefix requirement when adding/installing packages. Plus many other things, including:

#deno #denoland #development #javascript #typescript #webassembly

3 months ago

Fixing JavaScript observability, one library at a time

https://blog.sentry.io/fixing-javascript-observability/

10 Merged, 34 to Go: Fixing JS Observability Upstream — Every JS APM tool monkey-patches libraries. It breaks with ESM, bundlers, and non-Node runtimes. Here's how to fix it.

3 months ago

docx - Generate .docx documents with JavaScript

https://docx.js.org/

📄 DOCX 9.7: Build Word .docx Files in JavaScript — A mature, comprehensive library for generating docx files both client and server side. There’s a CodePen-based example with the basics, plus over 100 example scripts.

3 months ago

tinykeys

https://jamiebuilds.github.io/tinykeys/

tinykeys 4.0: A Tiny, Modern Library for Keybindings — Has a very simple, straightforward API and the page includes live demos.

3 months ago

nodejs/axios-to-whatwg-fetch - Codemod Registry

https://app.codemod.com/registry/@nodejs/axios-to-whatwg-fetch

An Official Node.js Codemod to Migrate from Axios to fetch — A codemod to transform code using Axios to using the Fetch API instead.

#axios-to-whatwg-fetch #codemod #code transformation #automated refactoring #package #registry

3 months ago