Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: stenciljs/core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.28.0
Choose a base ref
...
head repository: stenciljs/core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.28.1
Choose a head ref
  • 5 commits
  • 13 files changed
  • 6 contributors

Commits on Mar 12, 2025

  1. fix(build): get ts to handle .d.mts files (#6197)

    * chore: upgrade rollup. WIP.
    
    * chore: tidying
    
    * chore: add optional rollup linux package
    
    * chore: fix type
    
    * fix(build): make ts handle d.mts files
    
    ---------
    
    Co-authored-by: John Jenkins <john.jenkins@nanoporetech.com>
    johnjenkins and John Jenkins authored Mar 12, 2025
    Configuration menu
    Copy the full SHA
    d9095b2 View commit details
    Browse the repository at this point in the history
  2. fix(build): add more platform specific optionalDependencies (#6195) (#…

    …6196)
    
    This fixes e.g. failing builds on Apple Silicon.
    
    fixes: #6195
    hettiger authored Mar 12, 2025
    Configuration menu
    Copy the full SHA
    e2965e5 View commit details
    Browse the repository at this point in the history
  3. fix(loader): remove package.json as it interferes with main (#6200)

    Co-authored-by: John Jenkins <john.jenkins@nanoporetech.com>
    johnjenkins and John Jenkins authored Mar 12, 2025
    Configuration menu
    Copy the full SHA
    bad6e1e View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2025

  1. fix(compiler): get to handle .cts files (#6199)

    * fix(compiler): get to handle .cts files
    
    * reorg
    
    * lower path param
    
    * moved tests around
    
    * prettier
    
    * re-use utils functions
    
    * prettier
    christian-bromann authored Mar 13, 2025
    Configuration menu
    Copy the full SHA
    6c1804f View commit details
    Browse the repository at this point in the history
  2. Release v4.28.1 (#6201)

    * v4.28.1
    
    * update changelog
    
    ---------
    
    Co-authored-by: christian-bromann <731337+christian-bromann@users.noreply.github.com>
    Co-authored-by: Christian Bromann <git@bromann.dev>
    3 people authored Mar 13, 2025
    Configuration menu
    Copy the full SHA
    bf5a470 View commit details
    Browse the repository at this point in the history
Loading