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: BenoitZugmeyer/eslint-plugin-html
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.1.1
Choose a base ref
...
head repository: BenoitZugmeyer/eslint-plugin-html
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.1.2
Choose a head ref
  • 11 commits
  • 8 files changed
  • 2 contributors

Commits on May 20, 2024

  1. fix: use languageOptions.sourceType to check for module

    ESLin 9 exposes the sourceType in languageOptions, not in parserOptions
    BenoitZugmeyer committed May 20, 2024
    Configuration menu
    Copy the full SHA
    5860da0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b5c760 View commit details
    Browse the repository at this point in the history
  3. build(deps-dev): bump semver from 7.6.0 to 7.6.2

    Bumps [semver](https://github.com/npm/node-semver) from 7.6.0 to 7.6.2.
    - [Release notes](https://github.com/npm/node-semver/releases)
    - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
    - [Commits](npm/node-semver@v7.6.0...v7.6.2)
    
    ---
    updated-dependencies:
    - dependency-name: semver
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and BenoitZugmeyer committed May 20, 2024
    Configuration menu
    Copy the full SHA
    990a3a9 View commit details
    Browse the repository at this point in the history
  4. build(deps-dev): bump eslint from 9.1.0 to 9.3.0

    Bumps [eslint](https://github.com/eslint/eslint) from 9.1.0 to 9.3.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v9.1.0...v9.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and BenoitZugmeyer committed May 20, 2024
    Configuration menu
    Copy the full SHA
    bbbad6b View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    37f5a42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d25c856 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4bac8e0 View commit details
    Browse the repository at this point in the history
  4. fix: don't require espree directly

    Require espree as if it was required from the ESLint module, so it works
    regardless of the node_modules tree.
    
    Fixes #271
    BenoitZugmeyer committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    31dd0a6 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. Configuration menu
    Copy the full SHA
    4b5fa01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d91e6fe View commit details
    Browse the repository at this point in the history
  3. 8.1.2

    BenoitZugmeyer committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    05bb69f View commit details
    Browse the repository at this point in the history
Loading