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.18.0 #239

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @morev/helpers from 1.15.0 to 1.18.0.

Changelog

Sourced from @​morev/helpers's changelog.

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)

Features

  • guards: Add isIterable utility (8429259)
  • guards: Add isMap utility (1608271)
  • guards: Add isPrimitive utility (16bbf87)
  • guards: Add isWeakMap utility (9e3b58a)
  • object: Add deepClone and deepCloneStrict utilities (c57114d)
  • objects: Extend deepEqual to support Map / Set, add deepEqualCircular utility (ef37fc7)

Bug fixes

  • guards: Take account of Nodelist, HTMLCollection and (Weak)Map/Sets in isEmpty utility (7580a3b)
Commits
  • c875e84 release: Release version 1.18.0
  • 489772a feat(functions): Replace string hash utility to ohash lib processing any ...
  • 697c37d chore: Upgrade devDeps
  • 27fbc61 feat(arrays): Add arraySample utility
  • b324041 release: Release version 1.17.0
  • 90b288b feat(types): Add Merge type
  • 5e89760 feat(arrays): Add arrayInsert utility
  • 9e5cc80 refactor: Better spelling in comments
  • ea8ef98 refactor: Use internal arrayOfLength utility to construct arrays
  • b3c5402 feat(arrays): Add arrayOfLength utility
  • 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 #240.