Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(format/grit): add basic formatting for where pattern #4095

Merged
merged 35 commits into from
Oct 8, 2024

Commits on Sep 26, 2024

  1. Update tests

    branberry committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    bf2781f View commit details
    Browse the repository at this point in the history
  2. Update Cargo.toml

    Co-authored-by: Emanuele Stoppa <[email protected]>
    branberry and ematipico authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    c331c41 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. fix test

    branberry committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    8faaa59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a7ae07 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    083e1bf View commit details
    Browse the repository at this point in the history
  2. fix(deps): update rust crate libc to 0.2.159 (biomejs#4126)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored and branberry committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    38fcbd3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4388e1e View commit details
    Browse the repository at this point in the history
  4. Resolve conflicts

    branberry committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    f783130 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9b1757e View commit details
    Browse the repository at this point in the history
  6. chore(deps): update pnpm to v9.11.0 (biomejs#4132)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored and branberry committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    45cb896 View commit details
    Browse the repository at this point in the history
  7. chore(deps): update dependency eslint to v9.11.1 (biomejs#4130)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored and branberry committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    0037040 View commit details
    Browse the repository at this point in the history
  8. chore(deps): update rust crate oxc_resolver to 1.12.0 (biomejs#4133)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored and branberry committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    ab75e3d View commit details
    Browse the repository at this point in the history
  9. chore(deps): update actions/checkout action to v4.2.0 (biomejs#4127)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored and branberry committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    0e853fc View commit details
    Browse the repository at this point in the history
  10. chore(deps): update rust:1.81.0 docker digest to a21d540 (biomejs#4123)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored and branberry committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    5dea2f5 View commit details
    Browse the repository at this point in the history
  11. chore(deps): update dependency @typescript-eslint/eslint-plugin to v8…

    ….7.0 (biomejs#4129)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored and branberry committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    af988a2 View commit details
    Browse the repository at this point in the history
  12. chore(deps): update @biomejs packages (biomejs#4124)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored and branberry committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    2e0173e View commit details
    Browse the repository at this point in the history
  13. fix(noMisleadingCharacterClass): properly handle escaping and improve…

    … diagnostics (biomejs#4112)
    
    Co-authored-by: Emanuele Stoppa <[email protected]>
    2 people authored and branberry committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    aab92ef View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    71d547e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4a22da8 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    69faa78 View commit details
    Browse the repository at this point in the history
  2. Resolve merge conflicts

    branberry committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    6061b25 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Reorder tokens

    branberry committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    fe7667d View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2024

  1. Add where predicate

    branberry committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    29ca5c4 View commit details
    Browse the repository at this point in the history
  2. Remove comments

    branberry committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    de98431 View commit details
    Browse the repository at this point in the history
  3. Add simple whitespace

    branberry committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    3cb4ad4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8949a61 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    73bb691 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9d60af7 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

  1. Configuration menu
    Copy the full SHA
    a6593fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47c4f8a View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Revert test change

    branberry committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    07eb7bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    092662f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a984aac View commit details
    Browse the repository at this point in the history
  4. Remove comment

    branberry committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    d44ea04 View commit details
    Browse the repository at this point in the history
  5. format

    branberry committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    834f340 View commit details
    Browse the repository at this point in the history