June 4, 2024

Subject: ESLint Configuration Migrator; Rspack v0.7; Deno 1.44; oxlint v0.4.2; Intl.DateTimeFormat; more powerful fetch()

Tired of handling a tech stack with REST, SQL, Webpack and 1000 other technologies?

github.com Sponsor

With its radically holistic approach to web development, the open-source UIX framework provides end-to-end messaging, data storage, reactivity and synchronization between backend and frontend combined in a single coherent package. The goal is simple - achieving the best developer experience for newbies and professionals alike. PS: We don’t use npm!

Introducing the ESLint Configuration Migrator

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

“We’ve heard you: One of the biggest reasons ESLint users haven’t upgraded to ESLint v9.x is migrating a configuration file seems difficult and complicated. Some plugins support flat config and the ESLint v9.x rule APIs and some don’t. Sometimes you need to use FlatCompat and sometimes you need to use the compatibility utilities. While we cover as much as we can in the migration guide, it can take time to walk through your configuration and make the necessary changes.”

“That’s why we’re excited to announce the release of the ESLint Configuration Migrator. This utility is designed to translate .eslintrc.* files into eslint.config.js files [...]”

Rspack v0.7: lazy compilation, faster CSS builds and more

www.rspack.dev github.com/web-infra-dev

Highlights (quoting the blog post):
  • Support for Lazy Compilation: Significantly improves the dev startup performance of large applications by compiling on demand.
  • Faster CSS Build: Introducing a new css-module-lexer, which increases CSS bundling speed by 4 times.
  • Breaking Changes: Removed some unstable APIs to make default behaviors more consistent with webpack.

Deno 1.44: private npm registries, improved Node.js compat and performance boosts

deno.com github.com/bartlomieju github.com/marvinhagemeister github.com/ry @deno_land@fosstodon.org

Highlights:
  • Support for private npm registries, enabling users to use internal packages with Deno by configuring an .npmrc file
  • Support for gRPC connections, enabling robust high performance communication to services like Google Cloud Platform
  • Improved Node.js compatibility

oxlint v0.4.2

github.com github.com/oxc-project

New rules:
  • require-await
  • eslint-plugin-unicorn/no-magic-array
  • @typescript-eslint/consistent-indexed-object-style
  • oxc/no-async-await
  • oxc/no-const-enum
  • oxc/no-rest-spread-properties
  • eslint-plugin-jest/prefer-hooks-on-top
  • eslint-plugin-jest/require-top-level-describe
  • no-div-regex
  • no-useless-concat

Ship fast. Stay secure.

socket.dev Sponsor

Socket’s AI-powered threat detection blocks JavaScript supply chain attacks before they have the chance to compromise your dependencies. In addition to scanning for known vulnerabilities, Socket detects 70+ supply chain and code quality issues. Install our free GitHub app in under two minutes and start protecting your repositories today.

Date formatting using Intl.DateTimeFormat

rafaelcamargo.com github.com/rafaelcamargo

“Presenting a date in a specific format often brings to mind some JavaScript libraries right away, such as moment.js and, more recently, date-fns. Although these libraries still satisfy very peculiar use cases, they are no longer essential for simple date formatting.”

“Widely supported by browsers since 2016, and currently with approximately 96% global coverage, the native Intl API can present dates in highly elaborate formats. And most importantly, all this without adding even 1Kb to your application.”

fetch-in-chunks: fetching large files in chunks, with parallel downloads, progress tracking and request abortion

github.com @tomayac@toot.cafe

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