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.1.1 #226

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

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

Changelog

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

18.1.1 (2022-11-05)

Bug fixes

  • typescript: Allow imports in type annotations (8f361e6)

18.1.0 (2022-11-05)

Features

  • base: Add eslint-plugin-jsdoc/text-escaping rule (0e1a7a2)
  • typescript: Take account of new @typescript-eslint/sort-type-constituents rule (a856273)
  • vue: Add vue/multiline-ternary rule (e577879)
  • vue: Take account of vue/v-on-handler-style (c6d1087)

Chores

  • bump eslint-plugin-jest from 27.1.3 to 27.1.4 (#280) (5ac15b6)
  • bump eslint-plugin-jsdoc from 39.3.25 to 39.6.2 (7fef145)
  • bump eslint-plugin-vue from 9.6.0 to 9.7.0 (99c7a8a)
  • bump [@typescript-eslint](https://github.com/typescript-eslint) packages from 5.41.0 to 5.42.0 (a7940dd)

Bug fixes

  • cypress: Extend default spec paths to fit new Cypress 10 defaults (c3b4f3c)
  • typescript: Remove deprecated (renamed) @typescript-eslint/sort-type-union-intersection-members (2b988ba)
  • vue: Drop deprecated vue/v-on-function-call rule (2ead551)

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

... (truncated)

Commits
  • 29268bf release: Release version 18.1.1
  • 8f361e6 fix(typescript): Allow imports in type annotations
  • f87fff3 release: Release version 18.1.0
  • c6d1087 feat(vue): Take account of vue/v-on-handler-style
  • 2ead551 fix(vue): Drop deprecated vue/v-on-function-call rule
  • e577879 feat(vue): Add vue/multiline-ternary rule
  • 99c7a8a chore: bump eslint-plugin-vue from 9.6.0 to 9.7.0
  • 0e1a7a2 feat(base): Add eslint-plugin-jsdoc/text-escaping rule
  • 2b988ba fix(typescript): Remove deprecated (renamed) `@typescript-eslint/sort-type-un...
  • 7fef145 chore: bump eslint-plugin-jsdoc from 39.3.25 to 39.6.2
  • 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 #231.