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: eslint-stylistic/eslint-stylistic
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.0-beta.1
Choose a base ref
...
head repository: eslint-stylistic/eslint-stylistic
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.0
Choose a head ref
  • 5 commits
  • 29 files changed
  • 4 contributors

Commits on Feb 18, 2025

  1. chore: Update utils for ESM changes (#685)

    * chore: adjust `scripts/utils` for ESM changes
    
    Signed-off-by: Ferdinand Thiessen <[email protected]>
    
    * chore: run `pnpm check`
    
    Signed-off-by: Ferdinand Thiessen <[email protected]>
    
    ---------
    
    Signed-off-by: Ferdinand Thiessen <[email protected]>
    susnux authored Feb 18, 2025
    Configuration menu
    Copy the full SHA
    7cee5eb View commit details
    Browse the repository at this point in the history
  2. feat(space-infix-ops): allow to ignore types in ts variant (#684)

    In the Typescript variant allow to ignore spacing of union and
    intersection types to allow `string|number` instead of forcing
    `string | number`.
    
    Signed-off-by: Ferdinand Thiessen <[email protected]>
    susnux authored Feb 18, 2025
    Configuration menu
    Copy the full SHA
    c83ce20 View commit details
    Browse the repository at this point in the history
  3. feat(semi-spacing): support handling typescript (#687)

    * feat(semi-spacing): support typescript
    
    * chore: update
    
    ---------
    
    Co-authored-by: Anthony Fu <[email protected]>
    zzxming and antfu authored Feb 18, 2025
    Configuration menu
    Copy the full SHA
    8b76c93 View commit details
    Browse the repository at this point in the history
  4. chore: release-please-mark

    Release-As: 4.0.0
    antfu committed Feb 18, 2025
    Configuration menu
    Copy the full SHA
    b894a75 View commit details
    Browse the repository at this point in the history
  5. chore: release v4.0.0 (main) (#688)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Feb 18, 2025
    Configuration menu
    Copy the full SHA
    522e55f View commit details
    Browse the repository at this point in the history
Loading