MorevM / vue-transitions

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

chore: bump @morev/helpers from 1.15.0 to 1.19.1 #240

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @morev/helpers from 1.15.0 to 1.19.1.

Changelog

Sourced from @​morev/helpers's changelog.

1.19.1 (2022-12-11)

Bug fixes

  • types: Add missing ObjectFromEntries export (78c7bb3)

1.19.0 (2022-12-11)

Features

  • types: Add ObjectFromEntries type and corresponding tsObject mapping (94b52ea)

Bug fixes

  • types: Improve typings for tsObject methods (5451e23)

1.18.1 (2022-12-11)

Bug fixes

  • objects: Better typings for deepClone utility (fca506c)

1.18.0 (2022-12-06)

Features

  • arrays: Add arraySample utility (27fbc61)
  • functions: Replace string hash utility to ohash lib processing any JS value (489772a)

Chores

1.17.0 (2022-12-02)

Features

  • arrays: Add arrayInsert utility (5e89760)
  • arrays: Add arrayOfLength utility (b3c5402)
  • types: Add Merge type (90b288b)

1.16.0 (2022-11-27)

... (truncated)

Commits
  • f3f6f89 release: Release version 1.19.1
  • 78c7bb3 fix(types): Add missing ObjectFromEntries export
  • c408188 release: Release version 1.19.0
  • 94b52ea feat(types): Add ObjectFromEntries type and corresponding tsObject mapping
  • 5451e23 fix(types): Improve typings for tsObject methods
  • fc33364 release: Release version 1.18.1
  • 7982963 chore: Upgrade devDeps
  • fca506c fix(objects): Better typings for deepClone utility
  • c875e84 release: Release version 1.18.0
  • 489772a feat(functions): Replace string hash utility to ohash lib processing any ...
  • 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 1 year ago

Superseded by #242.