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: jest-community/eslint-plugin-jest
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v28.7.0
Choose a base ref
...
head repository: jest-community/eslint-plugin-jest
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v28.8.0
Choose a head ref
  • 4 commits
  • 35 files changed
  • 3 contributors

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    c88f741 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. chore(deps): update yarn to v3.8.4 (#1638)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    11ef4fc View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. feat: import formatting rules from eslint-plugin-jest-formatting (#…

    …1563)
    
    * feat: naively copy and paste `eslint-plugin-jest-formatting` rules
    
    * refactor: remove unneeded exports
    
    * refactor: give each rule a dedicated file
    
    * refactor: rename and convert test files to typescript
    
    * refactor: use `import` instead of `require` and clean up other imports
    
    * refactor: use `createRule`
    
    * fix: pass in the correct `name` for each padding rule
    
    * refactor: use `@typescript-eslint` types and constants
    
    * fix: address some initial typescript errors
    
    * refactor: use `messageId` instead of `message`
    
    * test: use flat compat `RuleTester`
    
    * test: specify full errors instead of counts
    
    * test: add basic file for `padding-around-all`
    
    * docs: add entries for new padding rules
    
    * refactor: address remaining TypeScript issues
    
    * refactor: address deprecated `context` method usage
    
    * test: remove comments
    
    * test: cleanup cases
    
    * test: add more cases for coverage
    
    * refactor: remove unneeded checks
    G-Rath authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    74078ee View commit details
    Browse the repository at this point in the history
  2. chore(release): 28.8.0 [skip ci]

    # [28.8.0](v28.7.0...v28.8.0) (2024-08-07)
    
    ### Features
    
    * import formatting rules from `eslint-plugin-jest-formatting` ([#1563](#1563)) ([74078ee](74078ee))
    semantic-release-bot committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    e1410ae View commit details
    Browse the repository at this point in the history
Loading