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: ota-meshi/eslint-plugin-json-schema-validator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.0
Choose a base ref
...
head repository: ota-meshi/eslint-plugin-json-schema-validator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.1
Choose a head ref
  • 2 commits
  • 1 file changed
  • 3 contributors

Commits on Nov 5, 2021

  1. Update dependency toml-eslint-parser to ^0.3.0 (#105)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Nov 5, 2021

    Verified

    This commit was signed with the committer’s verified signature.
    renovate-bot Mend Renovate
    Copy the full SHA
    6549ed1 View commit details
  2. 2.0.1

    ota-meshi committed Nov 5, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    8e23380 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 package.json
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-json-schema-validator",
"version": "2.0.0",
"version": "2.0.1",
"description": "ESLint plugin that validates data using JSON Schema Validator.",
"main": "lib/index.js",
"files": [
@@ -61,7 +61,7 @@
"json-schema-migrate": "^2.0.0",
"jsonc-eslint-parser": "^2.0.0",
"minimatch": "^3.0.4",
"toml-eslint-parser": "^0.2.1",
"toml-eslint-parser": "^0.3.0",
"tunnel-agent": "^0.6.0",
"yaml-eslint-parser": "^0.4.0"
},