Hi JS developers👋
JSTools Weekly newsletter, issue 2023#7 (top new JS releases) just released.
remix: v1.13.0
Build Better Websites. Create modern, resilient user experiences with web fundamentals.
Built-in PostCSS support
Built-in Tailwind support
Fine-tuning your server build
Fixes and enhancements for v2_routeConventions
qwik: v0.18.0
The HTML-first framework. Instant apps of any size with ~ 1kb JS
feat: add build isDev
feat(azure-swa): support binary data in the response
feat: @builder.io/qwik-auth
feat: expose IncomingMessage req
and many fixes
electron: v22.3.0, v23.1.0
Build cross-platform desktop apps with JavaScript, HTML, and CSS
- Added several standard page size options to
webContents.print()
cypress: v12.6.0
Fast, easy and reliable testing for anything that runs in a browser.
Added a new CLI flag, called
--auto-cancel-after-failures
It is now possible to overwrite query commands using
Cypress.Commands.overwriteQuery
Added
Cypress.require()
for including dependencies within thecy.origin()
callback.Added the ability to open the failing test in the IDE from the Debug page before needing to re-run the test
trpc: v10.12.0
🧙♀️ Move Fast and Break Nothing. End-to-end typesafe APIs made easy.
feat(client): make createWsClient accept a getter function as url-parameter
feat(server): more strict typing for
ErrorFormatter
inAnyRootConfig
lerna: v6.5.0
Lerna is a fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository.
publish: add --include-private option for testing private packages
publish: recover from network failure
run: allow multiple script targets to be triggered at once
rollup: v3.16.0, v3.17.0
Next-generation ES module bundler
Support
output.sourcemapIgnoreList
option to mark file sources as ignored in thex_google_ignoreList
attribute of the resulting sourcemapSupport sourcemaps where
sourcesContent
containsnull
entriesAllow explicitly passing
true
for thecache
option to override Vite's defaultDeprecate
experimentalDeepDynamicChunkOptimization
and always run the full chunk generation algorithm
Top comments (0)