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

Commits on Oct 11, 2024

  1. chore(deps-dev): Bump rollup from 4.21.3 to 4.22.4 (#318)

    Bumps [rollup](https://github.com/rollup/rollup) from 4.21.3 to 4.22.4.
    - [Release notes](https://github.com/rollup/rollup/releases)
    - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
    - [Commits](rollup/rollup@v4.21.3...v4.22.4)
    
    ---
    updated-dependencies:
    - dependency-name: rollup
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    79a9681 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. fix(valid-title): Accept string variables as a valid title

    Fixes #295
    Fixes #243
    Fixes #312
    Fixes #320
    
    I give in, I've got enough reports of this from users I'm tired of
    dealing with it and decided to just support basic semantic analysis. No
    doubt at some point someone is going to expect it to work with full type
    information cause they'll have some weird use case where they import
    some title string function from a util or something dumb like that, but
    at least this will quell the nonsense for most simple cases.
    mskelton committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    ef8cfa5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e283efc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6369932 View commit details
    Browse the repository at this point in the history
Loading