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: tlvince/eslint-plugin-jasmine
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.1.3
Choose a base ref
...
head repository: tlvince/eslint-plugin-jasmine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.1.4-beta.1
Choose a head ref
  • 9 commits
  • 14 files changed
  • 3 contributors

Commits on Sep 26, 2022

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

Commits on Apr 18, 2024

  1. [Eslint 9] Add schema declarations (#366)

    Eslint 9 requires that all rules that accept options implement a `meta.schema` declaration.
    
    There are 5 rules that accept options:
    ```
    missing-expect
    no-expect-in-setup-teardown
    no-spec-dupes
    no-suite-dupes
    prefer-toBeUndefined
    ```
    The last one already has a `meta.schema` declaration. This change adds them for the others.
    
    Closes #365
    ej612 authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    926b17a View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. ci: migrate to GitHub Actions

    [skip ci]
    
    Connects #369
    tlvince committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    79be6be View commit details
    Browse the repository at this point in the history
  2. fix: eslint v9 support

    tlvince committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    67a0104 View commit details
    Browse the repository at this point in the history
  3. fix: bump semantic release

    tlvince committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    dedf9d1 View commit details
    Browse the repository at this point in the history
  4. ci: bump node

    tlvince committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    6a06cfb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5e97dc3 View commit details
    Browse the repository at this point in the history
  6. ci: pass GITHUB_TOKEN

    tlvince committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    be39728 View commit details
    Browse the repository at this point in the history
  7. ci: pass NPM_TOKEN

    tlvince committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    3979ac1 View commit details
    Browse the repository at this point in the history
Loading