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 17.6.2 #207

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

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

Changelog

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

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)

Bug fixes

  • base: Ignore external deps in import/no-cycle due to performance issues (b1b9cc0)
  • Explicit node_modules ignorance with import/ignore for all entities (aa6ef85)

17.6.0 (2022-10-06)

Features

  • jest: Take account of of no-restricted-jest-methods rule (ba1d328)
  • vue: Add no-required-prop-with-default rule (25651d8)

Chores

Bug fixes

  • typescript: Correct imports resolving by installing eslint-import-resolver-typescript (dfd628d)

17.5.0 (2022-10-05)

Features

  • typescript: Add support for path aliases resolving (519f0ee)
  • vue: Add different parsers for lang="ts" and just <script> (7014ed6)

... (truncated)

Commits
  • a0b9366 release: Release version 17.6.2
  • 3b25e4a fix(base): Prefer ternary operator only for single-line statements
  • 0fbaaea chore: bump @​typescript-eslint/parser from 5.39.0 to 5.40.0 (#265)
  • bc38c4e chore: bump eslint-plugin-sonarjs from 0.15.0 to 0.16.0 (#264)
  • 863be36 chore: bump eslint-plugin-jest from 27.1.1 to 27.1.2 (#262)
  • 81c580c chore: bump jest from 29.1.2 to 29.2.0 (#263)
  • f3f3fca chore: bump @​typescript-eslint/eslint-plugin from 5.39.0 to 5.40.0 (#266)
  • eefb822 chore: bump @​types/jest from 29.1.1 to 29.1.2 (#260)
  • e7e22d9 chore: bump eslint-plugin-jest from 27.1.0 to 27.1.1 (#257)
  • 30f7235 chore: bump @​release-it/conventional-changelog from 5.1.0 to 5.1.1 (#256)
  • 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 #216.