Skip to content

Commit

Permalink
chore(deps-dev): bump eslint-plugin-jsonc from 0.7.1 to 0.8.0 (#69)
Browse files Browse the repository at this point in the history
⚠️  Dependabot is rebasing this PR ⚠️
If you make any changes to it yourself then they will take precedence over the rebase.

Bumps eslint-plugin-jsonc from 0.7.1 to 0.8.0.

Release notes
Sourced from eslint-plugin-jsonc's releases.

v0.8.0
💥 Breaking Changes

#26 Deprecate jsonc/auto-config. use jsonc/auto rule instead.

✨ Enhancements
Core:

#26 Supports for Vue custom block.

New Rules:

#26 Added jsonc/auto rule.
#27 Added jsonc/key-name-casing rule.




Commits

f8bef3c 0.8.0
2cf2536 Supports for Vue custom block (#26)
9e11cd3 Add key-name-casing rule (#27)
40e6abd Update CI
See full diff in compare view




Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

@dependabot rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot merge will merge this PR after your CI passes on it
@dependabot squash and merge will squash and merge this PR after your CI passes on it
@dependabot cancel merge will cancel a previously requested merge and block automerging
@dependabot reopen will reopen this PR if it is closed
@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
@dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • Loading branch information
kodiakhq[bot] authored Dec 14, 2020
2 parents 8fd5033 + 4fc28cc commit c562d8c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"config": "^3.3.3",
"eslint": "^7.15.0",
"eslint-config-prettier": "^7.0.0",
"eslint-plugin-jsonc": "^0.7.1",
"eslint-plugin-jsonc": "^0.8.0",
"eslint-plugin-prettier": "^3.2.0",
"husky": "^5.0.0",
"jest": "^26.6.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2732,10 +2732,10 @@ eslint-config-prettier@^7.0.0:
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-7.0.0.tgz#c1ae4106f74e6c0357f44adb076771d032ac0e97"
integrity sha512-8Y8lGLVPPZdaNA7JXqnvETVC7IiVRgAP6afQu9gOQRn90YY3otMNh+x7Vr2vMePQntF+5erdSUBqSzCmU/AxaQ==

eslint-plugin-jsonc@^0.7.1:
version "0.7.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-jsonc/-/eslint-plugin-jsonc-0.7.1.tgz#3abbb81c3a81a7d934865f84b4f5ea0014738c45"
integrity sha512-6AyZSV1iqiUnTscrwMaGlhQsuIxf6POrD+oOR6hOHMRDwwso9ZxtMW1DETLGkiEJaRj35CkRDe2niu6RP+uqpQ==
eslint-plugin-jsonc@^0.8.0:
version "0.8.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-jsonc/-/eslint-plugin-jsonc-0.8.0.tgz#8ebd15c8b4cf9609e826681f16b577bf989582d5"
integrity sha512-IRwiANvqrFMK+ccAkLeToBg3gkgVTMHjKZnU8LE9KIbAeVhdvkNfsVf1ioXiUPQrZuNOdK6CXEQar6G82z8o7A==
dependencies:
eslint-utils "^2.1.0"
jsonc-eslint-parser "^0.6.0"
Expand Down

0 comments on commit c562d8c

Please sign in to comment.