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/utils from 3.7.0 to 3.8.0 #260

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 6 months ago

Bumps @morev/utils from 3.7.0 to 3.8.0.

Changelog

Sourced from @​morev/utils's changelog.

3.8.0 (2024-03-24)

Features

  • math: Add lerp utility (57eeceb)
  • strings: Add stripIndent utility (f8bee7f)
  • types: Add new types from type-fest (a03ee9e)

Bug fixes

  • math: Add missed math exports (2111832)

Chores

  • Bump fast-copy from 3.0.1 to 3.0.2 (5787993)
  • Bump type-fest from 4.10.3 to 4.13.1 (cc2d09f)
  • Migrate from jest to vitest (2325013)

Refactoring

  • Remove some TS tweaks after updating typescript (5f97dd7)
  • types: Mark renamed type-fest types more explicitly (ba2cc9b)
  • types: Replace MathAdd and MathSubstract utility types with type-fest new alternative ones (485c20f)
Commits
  • b5d51fc release: Release version 3.8.0
  • 5f97dd7 refactor: Remove some TS tweaks after updating typescript
  • c0630eb chore: Disable coverage collecting
  • f8bee7f feat(strings): Add stripIndent utility
  • 485c20f refactor(types): Replace MathAdd and MathSubstract utility types with `ty...
  • ba2cc9b refactor(types): Mark renamed type-fest types more explicitly
  • a03ee9e feat(types): Add new types from type-fest
  • 2111832 fix(math): Add missed math exports
  • cc2d09f chore: Bump type-fest from 4.10.3 to 4.13.1
  • 5787993 chore: Bump fast-copy from 3.0.1 to 3.0.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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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 5 months ago

Superseded by #263.