Skip to content
This repository was archived by the owner on Sep 18, 2023. It is now read-only.
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: github/eslint-plugin-custom-elements
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.5
Choose a base ref
...
head repository: github/eslint-plugin-custom-elements
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.6
Choose a head ref
  • 20 commits
  • 13 files changed
  • 6 contributors

Commits on Feb 25, 2022

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

Commits on Mar 3, 2022

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

Commits on Mar 4, 2022

  1. Add link to README

    koddsson committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    e596466 View commit details
    Browse the repository at this point in the history
  2. Update title for rule

    koddsson committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    f7d6b9d View commit details
    Browse the repository at this point in the history
  3. Include rule in ruleset

    koddsson committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    ec87653 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f84b2f2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3b2c468 View commit details
    Browse the repository at this point in the history
  6. prettier

    keithamus authored Mar 4, 2022
    Configuration menu
    Copy the full SHA
    59bdbf6 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2022

  1. refactor: replace deprecated String.prototype.substr()

    .substr() is deprecated so we replace it with .slice() which works similarily but isn't deprecated
    Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
    CommanderRoot committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    451a93e View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. Merge branch 'main' of github.com:github/eslint-plugin-custom-element…

    …s into no-dom-traversal-in-attributechangedcallback
    koddsson committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    ebc0878 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #40 from github/no-dom-traversal-in-attributechang…

    …edcallback
    
    add no-dom-traversal-in-attributechangedcallback
    koddsson authored Mar 24, 2022
    Configuration menu
    Copy the full SHA
    c9dd79d View commit details
    Browse the repository at this point in the history
  3. Bump minimist from 1.2.5 to 1.2.6

    Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
    - [Release notes](https://github.com/substack/minimist/releases)
    - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)
    
    ---
    updated-dependencies:
    - dependency-name: minimist
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 24, 2022
    Configuration menu
    Copy the full SHA
    a32e986 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8f15427 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #42 from CommanderRoot/rm-deprecated-substr

    refactor: replace deprecated String.prototype.substr()
    koddsson authored Mar 24, 2022
    Configuration menu
    Copy the full SHA
    22467bd View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. Configuration menu
    Copy the full SHA
    15fa1ac View commit details
    Browse the repository at this point in the history
  2. Delete .github/workflows/release.yml

    Kristján Oddsson committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    2b54659 View commit details
    Browse the repository at this point in the history
  3. Delete action.yml

    koddsson authored Mar 25, 2022
    Configuration menu
    Copy the full SHA
    e65bba7 View commit details
    Browse the repository at this point in the history
  4. Downgrade to node 14

    koddsson authored Mar 25, 2022
    Configuration menu
    Copy the full SHA
    8246dc9 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #45 from github/add-release-action

    Add a release action
    koddsson authored Mar 25, 2022
    Configuration menu
    Copy the full SHA
    6c658aa View commit details
    Browse the repository at this point in the history
  6. Merge pull request #44 from github/dependabot/npm_and_yarn/minimist-1…

    ….2.6
    
    Bump minimist from 1.2.5 to 1.2.6
    koddsson authored Mar 25, 2022
    Configuration menu
    Copy the full SHA
    fd5b0f1 View commit details
    Browse the repository at this point in the history
Loading