Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies (minor) #132

Merged
merged 1 commit into from Feb 6, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 5, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
release-it 15.4.3 -> 15.6.0 age adoption passing confidence
vitest ^0.21.1 -> ^0.28.4 age adoption passing confidence

Release Notes

release-it/release-it

v15.6.0

Compare Source

v15.5.1

Compare Source

v15.5.0

Compare Source

vitest-dev/vitest

v0.28.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.28.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v0.28.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.28.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.28.0

Compare Source

   🚨 Breaking Changes
   🐞 Bug Fixes
    View changes on GitHub

v0.27.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.27.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v0.27.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.27.0

Compare Source

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v0.26.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.26.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.26.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.26.0

Compare Source

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.25.8

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.25.7

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.25.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.25.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.25.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.25.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.25.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.25.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.25.0

Compare Source

   ✅ Builtin TypeChecking

In v0.25.0, Vitest allows you to write tests for your types, using expectTypeOf or assertType syntaxes. By default all tests inside *.test-d.ts files are considered type tests. Run vitest typecheck to run type tests.

// my.test-d.ts
import { assertType, expectTypeOf } from 'vitest'
import { mount } from './mount.js'

test('my types work properly', () => {
  expectTypeOf(mount).toBeFunction()
  expectTypeOf(mount).parameter(0).toMatchTypeOf<{ name: string }>()

  // @&#8203;ts-expect-error name is a string
  assertType(mount({ name: 42 }))
})

Learn more at the documentation and this RFC

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.24.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.24.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.24.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.24.2

Compare Source

   🚀 Features
   🐞 Bug Fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added dependencies Pull requests that update a dependency file devops labels Oct 5, 2022
@renovate renovate bot assigned manniL Oct 5, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 182ef1a to 2cad10a Compare October 10, 2022 16:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from ef77d67 to 849b1f0 Compare October 21, 2022 04:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from a25cf3d to 5db755e Compare October 26, 2022 11:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 12a285e to 6b49cbf Compare November 2, 2022 17:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from c1fd990 to b4e5ab5 Compare November 9, 2022 11:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 896b667 to d945e23 Compare November 20, 2022 02:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from afbc944 to dd08d53 Compare November 26, 2022 12:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 5317b8b to b0baf86 Compare December 4, 2022 06:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 8639a62 to 7d089aa Compare December 13, 2022 11:33
@renovate renovate bot changed the title chore(deps): update all non-major dependencies (minor) Update all non-major dependencies (minor) Dec 17, 2022
@renovate renovate bot changed the title Update all non-major dependencies (minor) chore(deps): update all non-major dependencies (minor) Dec 17, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 7c75865 to c5a3ea1 Compare December 21, 2022 11:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 602792a to 7a46701 Compare January 1, 2023 15:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 8ab2a48 to 1e85fbe Compare January 9, 2023 15:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from debcf79 to e62cde2 Compare January 17, 2023 08:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from fd616b6 to 79ecfb7 Compare January 27, 2023 15:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 1cf7275 to e05ae5b Compare January 30, 2023 14:14
@manniL manniL merged commit 7d0d102 into main Feb 6, 2023
@manniL manniL deleted the renovate/all-minor-patch branch February 6, 2023 09:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file devops
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant