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: keithamus/sort-package-json
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.14.0
Choose a base ref
...
head repository: keithamus/sort-package-json
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.15.0
Choose a head ref
  • 2 commits
  • 10 files changed
  • 3 contributors

Commits on Feb 10, 2025

  1. build(deps-dev): bump esbuild from 0.20.2 to 0.25.0 (#334)

    Bumps [esbuild](https://github.com/evanw/esbuild) from 0.20.2 to 0.25.0.
    - [Release notes](https://github.com/evanw/esbuild/releases)
    - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md)
    - [Commits](evanw/esbuild@v0.20.2...v0.25.0)
    
    ---
    updated-dependencies:
    - dependency-name: esbuild
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 10, 2025
    Configuration menu
    Copy the full SHA
    5e388ef View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2025

  1. feat: support yarn's stableVersion (#335)

    * feat: support yarn's `stableVersion`
    
    When using yarn to manage prereleases, yarn will add a `stableVersion`
    key which represents the last stable version before the prerelease.
    This change co-locates it with the `version` entry
    
    * chore: mark stableVersion as yarn specific
    
    ---------
    
    Co-authored-by: George Taveras <gtaveras@theknotww.com>
    GeorgeTaveras1231 and George Taveras authored Feb 26, 2025
    Configuration menu
    Copy the full SHA
    e9ab5c6 View commit details
    Browse the repository at this point in the history
Loading