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: stenciljs/eslint-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.0
Choose a base ref
...
head repository: stenciljs/eslint-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.10.0
Choose a head ref
  • 6 commits
  • 15 files changed
  • 6 contributors

Commits on Jan 4, 2025

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

Commits on Feb 8, 2025

  1. fix: allow @prop() to have get() or set() (#127)

    * fix: allow @prop() to have `get()` or `set()`
    
    * chore: add get / set @props to no-unused-watch
    
    ---------
    
    Co-authored-by: John Jenkins <john.jenkins@nanoporetech.com>
    johnjenkins and John Jenkins authored Feb 8, 2025
    Configuration menu
    Copy the full SHA
    14ef1b4 View commit details
    Browse the repository at this point in the history
  2. feat: add support for eslint flat config (eslint >= 9) (#128)

    * feat: add support for eslint flat config (eslint >= 9)
    
    * chore: docs
    
    ---------
    
    Co-authored-by: John Jenkins <john.jenkins@nanoporetech.com>
    johnjenkins and John Jenkins authored Feb 8, 2025
    Configuration menu
    Copy the full SHA
    a8750e7 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump @eslint/plugin-kit and eslint (#123)

    Bumps [@eslint/plugin-kit](https://github.com/eslint/rewrite) to 0.2.3 and updates ancestor dependency [eslint](https://github.com/eslint/eslint). These dependencies need to be updated together.
    
    
    Updates `@eslint/plugin-kit` from 0.1.0 to 0.2.3
    - [Release notes](https://github.com/eslint/rewrite/releases)
    - [Changelog](https://github.com/eslint/rewrite/blob/main/release-please-config.json)
    - [Commits](eslint/rewrite@core-v0.1.0...plugin-kit-v0.2.3)
    
    Updates `eslint` from 9.10.0 to 9.15.0
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v9.10.0...v9.15.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@eslint/plugin-kit"
      dependency-type: indirect
    - dependency-name: eslint
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 8, 2025
    Configuration menu
    Copy the full SHA
    c30b0c6 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 (#124)

    Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6.
    - [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
    - [Commits](moxystudio/node-cross-spawn@v7.0.3...v7.0.6)
    
    ---
    updated-dependencies:
    - dependency-name: cross-spawn
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Raphael Porto <raphaelpor@gmail.com>
    dependabot[bot] and raphaelpor authored Feb 8, 2025
    Configuration menu
    Copy the full SHA
    888be23 View commit details
    Browse the repository at this point in the history
  5. 0.10.0

    raphaelpor committed Feb 8, 2025
    Configuration menu
    Copy the full SHA
    4c60f80 View commit details
    Browse the repository at this point in the history
Loading