Skip to content

chore(deps): update npm-rolldown#2359

Merged
IWANABETHATGUY merged 1 commit intomainfrom
renovate/npm-rolldown
Oct 1, 2024
Merged

chore(deps): update npm-rolldown#2359
IWANABETHATGUY merged 1 commit intomainfrom
renovate/npm-rolldown

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Sep 29, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/mocha (source) 10.0.7 -> 10.0.8 age adoption passing confidence
@types/node (source) 22.5.2 -> 22.7.4 age adoption passing confidence
esbuild ^0.23.0 -> ^0.24.0 age adoption passing confidence
npm-rolldown (source) 0.12.2 -> 0.13.2 age adoption passing confidence
oxlint (source) 0.9.2 -> 0.9.9 age adoption passing confidence
pnpm (source) 9.9.0 -> 9.11.0 age adoption passing confidence
rollup (source) 4.22.4 -> 4.22.5 age adoption passing confidence
terser (source) 5.34.0 -> 5.34.1 age adoption passing confidence
vue (source) 3.5.9 -> 3.5.10 age adoption passing confidence
web-tree-sitter (source) 0.23.0 -> 0.23.1 age adoption passing confidence

Release Notes

evanw/esbuild (esbuild)

v0.24.0

Compare Source

This release deliberately contains backwards-incompatible changes. To avoid automatically picking up releases like this, you should either be pinning the exact version of esbuild in your package.json file (recommended) or be using a version range syntax that only accepts patch upgrades such as ^0.23.0 or ~0.23.0. See npm's documentation about semver for more information.

  • Drop support for older platforms (#​3902)

    This release drops support for the following operating system:

    • macOS 10.15 Catalina

    This is because the Go programming language dropped support for this operating system version in Go 1.23, and this release updates esbuild from Go 1.22 to Go 1.23. Go 1.23 now requires macOS 11 Big Sur or later.

    Note that this only affects the binary esbuild executables that are published to the esbuild npm package. It's still possible to compile esbuild's source code for these older operating systems. If you need to, you can compile esbuild for yourself using an older version of the Go compiler (before Go version 1.23). That might look something like this:

    git clone https://github.com/evanw/esbuild.git
    cd esbuild
    go build ./cmd/esbuild
    ./esbuild --version
    
  • Fix class field decorators in TypeScript if useDefineForClassFields is false (#​3913)

    Setting the useDefineForClassFields flag to false in tsconfig.json means class fields use the legacy TypeScript behavior instead of the standard JavaScript behavior. Specifically they use assign semantics instead of define semantics (e.g. setters are triggered) and fields without an initializer are not initialized at all. However, when this legacy behavior is combined with standard JavaScript decorators, TypeScript switches to always initializing all fields, even those without initializers. Previously esbuild incorrectly continued to omit field initializers for this edge case. These field initializers in this case should now be emitted starting with this release.

  • Avoid incorrect cycle warning with tsconfig.json multiple inheritance (#​3898)

    TypeScript 5.0 introduced multiple inheritance for tsconfig.json files where extends can be an array of file paths. Previously esbuild would incorrectly treat files encountered more than once when processing separate subtrees of the multiple inheritance hierarchy as an inheritance cycle. With this release, tsconfig.json files containing this edge case should work correctly without generating a warning.

  • Handle Yarn Plug'n'Play stack overflow with tsconfig.json (#​3915)

    Previously a tsconfig.json file that extends another file in a package with an exports map could cause a stack overflow when Yarn's Plug'n'Play resolution was active. This edge case should work now starting with this release.

  • Work around more issues with Deno 1.31+ (#​3917)

    This version of Deno broke the stdin and stdout properties on command objects for inherited streams, which matters when you run esbuild's Deno module as the entry point (i.e. when import.meta.main is true). Previously esbuild would crash in Deno 1.31+ if you ran esbuild like that. This should be fixed starting with this release.

    This fix was contributed by @​Joshix-1.

rolldown/rolldown (npm-rolldown)

v0.13.2

Compare Source

Features
  • node/advance-chunks: support global fallback for minSize, minShareCount (#​2178) (78c7750)
  • node/advance-chunks: support passing minSize, minShareCount (#​2177) (3c95d30)
  • rust/advance-chunks: support min_share_count option (#​2176) (689cbc2)
  • rust/advance-chunks: support min_size option (#​2175) (1e9c2d9)

v0.13.1

Compare Source

Bug Fixes
Features
  • node/rolldown: support OutputOptions#advancedChunks (#​2167) (851475d)
  • rust/advance-chunks: A module could be catched by multiple match groups (#​2155) (071efd8)
  • rust/advance-chunks: rework with new API deisgn (#​2146) (6339062)
  • rust/advance-chunks: should include matched module's dependencies too (#​2161) (a557b51)
  • rust/advance-chunks: support test using regex (#​2152) (b7b2ac5)
Performance Improvements

v0.13.0

Compare Source

Bug Fixes
Features

Configuration

📅 Schedule: Branch creation - "before 10am on monday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@netlify
Copy link
Copy Markdown

netlify bot commented Sep 29, 2024

Deploy Preview for rolldown-rs canceled.

Name Link
🔨 Latest commit 7034947
🔍 Latest deploy log https://app.netlify.com/sites/rolldown-rs/deploys/66fb44ec98264f000834de49

@renovate renovate bot force-pushed the renovate/npm-rolldown branch from 98a426f to 7034947 Compare October 1, 2024 00:40
@IWANABETHATGUY IWANABETHATGUY added this pull request to the merge queue Oct 1, 2024
Merged via the queue into main with commit befedb2 Oct 1, 2024
@IWANABETHATGUY IWANABETHATGUY deleted the renovate/npm-rolldown branch October 1, 2024 02:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant