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.1
Choose a head ref
  • 5 commits
  • 17 files changed
  • 5 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

Commits on Feb 28, 2025

  1. ci: update workflows (#342)

    fisker authored Feb 28, 2025
    Configuration menu
    Copy the full SHA
    d7db51c View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2025

  1. chore: update ESLint and Prettier (#337)

    * chore: update ESLint and Prettier
    
    * chore: update `fix` script
    
    * chore: add .editorconfig back
    
    * chore: add .gitattributes
    
    * chore: update .prettierignore
    fisker authored Mar 1, 2025
    Configuration menu
    Copy the full SHA
    9143e2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec74b4c View commit details
    Browse the repository at this point in the history
Loading