-
Notifications
You must be signed in to change notification settings - Fork 28
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: azeemba/eslint-plugin-json
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.1.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: azeemba/eslint-plugin-json
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 17 commits
- 38 files changed
- 3 contributors
Commits on Oct 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for db958b9 - Browse repository at this point
Copy the full SHA db958b9View commit details -
npm test should runs unit tests
Since we use `npm test` in CI and use a separate command for integration tests, we need to make sure `npm test` runs the unit tests.
Configuration menu - View commit details
-
Copy full SHA for 027db24 - Browse repository at this point
Copy the full SHA 027db24View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4064d8 - Browse repository at this point
Copy the full SHA d4064d8View commit details
Commits on Apr 16, 2022
-
Will do linting and testing against each Node version and eslint version
Configuration menu - View commit details
-
Copy full SHA for 9c28265 - Browse repository at this point
Copy the full SHA 9c28265View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3eeb54d - Browse repository at this point
Copy the full SHA 3eeb54dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a94b05a - Browse repository at this point
Copy the full SHA a94b05aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 709f08f - Browse repository at this point
Copy the full SHA 709f08fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e4a5603 - Browse repository at this point
Copy the full SHA e4a5603View commit details
Commits on Dec 30, 2023
-
Change minimum versions of Node and eslint in integration tests (#83)
Node v16 is out of support. So we test against Node v18 and v20. eslint 7 was released 4 years ago so its fair to not actively test again eslint 6. Speculativiely adding eslint 9 tests but not sure if that will work Also fix testing of multiple eslint versions We weren't doing custom installations of different eslint versions so we were always only testing one eslint version! Added eslint-v9 test directory but it fails right now so not adding it to CI.
Configuration menu - View commit details
-
Copy full SHA for 893c508 - Browse repository at this point
Copy the full SHA 893c508View commit details
Commits on Jan 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6fc5651 - Browse repository at this point
Copy the full SHA 6fc5651View commit details
Commits on Apr 20, 2024
-
Update mocha package versions. (#86)
This does a general update of package-lock.json files and also updates mocha everywhere. This helps remove some of the warnings when installing node modules.
Configuration menu - View commit details
-
Copy full SHA for 693788e - Browse repository at this point
Copy the full SHA 693788eView commit details
Commits on May 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4a4e557 - Browse repository at this point
Copy the full SHA 4a4e557View commit details -
Configuration menu - View commit details
-
Copy full SHA for 157d715 - Browse repository at this point
Copy the full SHA 157d715View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a999c6 - Browse repository at this point
Copy the full SHA 8a999c6View commit details
Commits on May 26, 2024
-
Create rule schema to support "allowComments"
eslint v9 made schema mandatory for options supported by rules: https://eslint.org/docs/latest/extend/custom-rules#options-schemas Previously we didn't use the meta object on the rules so now we create the meta object and populate the `schema` property. Thanks to @BePo65 for providing context, docs and the schema itself.
Configuration menu - View commit details
-
Copy full SHA for caa50b0 - Browse repository at this point
Copy the full SHA caa50b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e68d76 - Browse repository at this point
Copy the full SHA 2e68d76View commit details -
Publish v4.0 with Flat Config support
- Updated .npmignore to not include `vendor` since its only needed for testing - Added an explicit comment in the README to use v4 for newer eslints - Updated package version - Fixed git URL via `npm pkg fix` - Bumped up node support version to the last supported LTS
Configuration menu - View commit details
-
Copy full SHA for 0ff302c - Browse repository at this point
Copy the full SHA 0ff302cView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.1.0...v4.0.0