4 hours ago
next.js

v16.2.0-canary.14

Core Changes

  • Limit number of server action arguments to 1000: #89068
  • [prebuilt-skew-protection] feat: adding in automatic deploymentId: #88958

Misc Changes

  • [ci] Exclude tests by filename when merging manifests: #89093
  • Turbopack: import with type should be handled via condition: #89035
  • CC Guide: Fix filenames, reduce line breaks: #89065
  • Enable pnpm dependency caching in e2e deploy tests: #88953
  • [ci] Make gh auth status optional when triggering a release: #89098
  • docs: fix code highlight in 07-fetching-data.mdx: #88727
  • Update Rspack development test manifest: #89084
  • tweak LRU sentinel cache key: #89123
  • Turbopack: allow key block without hash in SST files: #88938

Credits

Huge thanks to @unstubbable, @sokra, @delbaoliveira, @eps1lon, @Juneezee, @brookemosby, @vercel-release-bot, and @ztanner for helping!

4 hours ago
swc
5 hours ago
next.js

v16.1.6

[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Upgrade to swc 54 (#88207)
  • implement LRU cache with invocation ID scoping for minimal mode response cache (#88509)
  • tweak LRU sentinel key (#89123)

Credits

Huge thanks to @mischnic, @wyattjoh, and @ztanner for helping!

9 hours ago
axios

v1.13.4

Overview

The release addresses issues discovered in v1.13.3 and includes significant CI/CD improvements.

Full Changelog: v1.13.3...v1.13.4

What's New in v1.13.4

Bug Fixes

  • fix: issues with version 1.13.3 (#7352) (ee90dfc)
    • Fixed issues discovered in v1.13.3 release
    • Cleaned up interceptor test files
    • Improved workflow configurations

Infrastructure & CI/CD

  • refactor: ci and build (#7340) (8ff6c19)

    • Major refactoring of CI/CD workflows
    • Consolidated workflow files for better maintainability
    • Added mise configuration for the development environment
    • Improved sponsor block update automation
    • Enhanced issue and PR templates
    • Added automatic release notes generation
    • Implemented workflow cancellation for concurrent runs
  • chore: codegen and some updates to workflows (76cf77b)

    • Code generation improvements
    • Workflow optimisations

Migration Notes

Breaking Changes

None in this release.

Deprecations

None in this release.

Contributors

Thank you to all contributors who made this release possible! Special thanks to:

12 hours ago
blueprint

@blueprintjs/core@6.7.0

What's changed

✨ Features

  • [core] Adding design tokens to core package (#7722)

💡 Improvements

  • [chore]: Update many table tests to use RTL (#7149)
  • [chore]: Refactor TimePicker tests (#7524)
  • [core] Update elevation shadow styles (2)(#7718)
  • [node-build-scripts] Fix rgba hex color conversion for Less output (#7717)

Full changelog: https://github.com/palantir/blueprint/compare/@blueprintjs/core@6.6.1...@blueprintjs/core@6.7.0

13 hours ago
taro

chore(release): publish 4.1.11

🐛 修复(fix)

Summary by CodeRabbit

  • Chores
    • 版本 4.1.11 正式发布,所有软件包已从 Beta 版本更新至稳定版本,包括核心库、插件系统、构建工具和各平台支持包,提供更加稳定可靠的使用体验。

✏️ Tip: You can customize this high-level summary in your review settings.

15 hours ago
astro

astro@6.0.0-beta.4

Patch Changes

  • #15308 89cbcfa Thanks @matthewp! - Fixes styles missing in dev for prerendered pages when using Cloudflare adapter

  • #15279 8983f17 Thanks @ematipico! - Fixes an issue where the dev server would serve files like /README.md from the project root when they shouldn't be accessible. A new route guard middleware now blocks direct URL access to files that exist outside of srcDir and publicDir, returning a 404 instead.

15 hours ago
astro

@astrojs/rss@4.0.15-beta.2

Patch Changes

15 hours ago
astro

@astrojs/svelte@8.0.0-beta.2

Minor Changes