MorevM / vue-transitions

Interface transitions library for Vue 2/3
https://morevm.github.io/vue-transitions/
MIT License
198 stars 5 forks source link

chore: bump @morev/eslint-config from 17.3.1 to 18.0.0 #223

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps @morev/eslint-config from 17.3.1 to 18.0.0.

Changelog

Sourced from @​morev/eslint-config's changelog.

18.0.0 (2022-10-29)

⚠ BREAKING CHANGES

  • typescript: With new rule @typescript-eslint/no-unsafe-declaration-merging Typescript configuration becomes more strict as well as presets common and typescript.
  • json: With new rule jsonc/no-irregular-whitespace presets common and assistive becomes more strict as well as json configuration.

Features

  • json: Add jsonc/no-irregular-whitespace rule (2b29e49)
  • typescript: Add @typescript-eslint/no-unsafe-declaration-merging rule (eaa2737)

Chores

17.6.3 (2022-10-25)

Chores

  • bump @​typescript-eslint/eslint-plugin from 5.40.0 to 5.40.1 (#267) (0b4bf66)
  • bump @​typescript-eslint/parser from 5.40.0 to 5.40.1 (#269) (70af2f6)
  • bump eslint from 8.25.0 to 8.26.0 (#272) (6612d9f)
  • bump eslint-import-resolver-typescript from 3.5.1 to 3.5.2 (#274) (24a5c05)
  • bump eslint-plugin-jest from 27.1.2 to 27.1.3 (#271) (9c3167e)
  • bump eslint-plugin-jsdoc from 39.3.6 to 39.3.14 (#273) (4efe87d)

17.6.2 (2022-10-17)

Chores

  • bump @​typescript-eslint/eslint-plugin from 5.39.0 to 5.40.0 (#266) (f3f3fca)
  • bump @​typescript-eslint/parser from 5.39.0 to 5.40.0 (#265) (0fbaaea)
  • bump eslint from 8.24.0 to 8.25.0 (#261) (d39f6c4)
  • bump eslint-plugin-jest from 27.1.0 to 27.1.2 (#262) (863be36)
  • bump eslint-plugin-sonarjs from 0.15.0 to 0.16.0 (#264) (bc38c4e)
  • bump eslint-plugin-unicorn from 44.0.1 to 44.0.2 (#259) (094e1ba)

Bug fixes

  • base: Prefer ternary operator only for single-line statements (3b25e4a)

17.6.1 (2022-10-07)

... (truncated)

Commits
  • fb639c1 release: Release version 18.0.0
  • eaa2737 feat(typescript)!: Add @typescript-eslint/no-unsafe-declaration-merging rule
  • 116a9f7 chore: bump @​typescript-eslint packages from 5.40.1 to 5.41.0
  • 2b29e49 feat(json)!: Add jsonc/no-irregular-whitespace rule
  • b5bce4a chore: bump eslint-plugin-jsonc from 2.4.0 to 2.5.0
  • 9d3ae44 chore: bump eslint-plugin-jsdoc from 39.3.14 to 39.3.25 (#276)
  • 21284f9 chore: bump jest from 29.2.1 to 29.2.2 (#278)
  • 764c70e release: Release version 17.6.3
  • 0b4bf66 chore: bump @​typescript-eslint/eslint-plugin from 5.40.0 to 5.40.1 (#267)
  • ea1cec7 chore: bump jest and @​types/jest (#270)
  • Additional commits viewable in compare view


Dependabot compatibility score

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)
dependabot[bot] commented 2 years ago

Superseded by #226.