3 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:

6 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

6 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.

9 hours ago
astro

@astrojs/cloudflare@13.0.0-beta.2

Patch Changes

  • #15309 4b9c8b8 Thanks @ematipico! - Update the underneath @cloudflare/workers-types library to address a warning emitted by the package manager during the installation.

  • #15255 a66783a Thanks @florian-lefebvre! - Fixes a case where the types of handle() could mismatch with the ones from the user's project. They now rely on globals, that can be obtained by running wrangler types

  • Updated dependencies []:

    • @astrojs/underscore-redirects@1.0.0
9 hours ago
astro

@astrojs/react@5.0.0-beta.3

Minor Changes

9 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.

9 hours ago
astro

@astrojs/rss@4.0.15-beta.2

Patch Changes

9 hours ago
astro

@astrojs/svelte@8.0.0-beta.2

Minor Changes

9 hours ago
kute.js

Version 2.2.5

My changes

  • remove IE support, removed all polyfills
  • update tooling, added Deno for lint, format, added rolldown for build, removed eslint, rollup, plugins, and others
  • updated dependencies and components
  • fixed all lint issues
  • updated docs
  • added publish workflow

Bots say what they changed

New Contributors

Full Changelog: https://github.com/thednp/kute.js/compare/2.0.16...2.2.5

10 hours ago
next.js

v16.2.0-canary.13

Misc Changes

  • /pr-status (former /ci-failures): fetch PR reviews too: #89082
  • Improve /pr-status: comments, argument, avoid full log: #89092
  • chore(ci): rename 'new tests' jobs to 'new and changed tests': #89054
  • Turbopack: Add postcss.config.ts support: #89049

Credits

Huge thanks to @sokra and @timneutkens for helping!