Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 2, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@antfu/eslint-config-ts 0.27.0 -> 0.29.4 age adoption passing confidence devDependencies minor
@types/node (source) 18.6.1 -> 18.11.9 age adoption passing confidence devDependencies minor
@vitejs/plugin-vue (source) 3.1.0 -> 3.2.0 age adoption passing confidence devDependencies minor
@vitest/coverage-c8 0.23.4 -> 0.25.1 age adoption passing confidence devDependencies minor
@vue/compiler-sfc (source) 3.2.40 -> 3.2.42 age adoption passing confidence devDependencies patch
actions/checkout v3.0.2 -> v3.1.0 age adoption passing confidence action minor
actions/setup-node v3.5.0 -> v3.5.1 age adoption passing confidence action patch
eslint (source) 8.24.0 -> 8.27.0 age adoption passing confidence devDependencies minor
husky (source) 8.0.1 -> 8.0.2 age adoption passing confidence devDependencies patch
memfs 3.4.7 -> 3.4.10 age adoption passing confidence devDependencies patch
pnpm/action-setup v2.2.2 -> v2.2.4 age adoption passing confidence action patch
release-it 15.4.2 -> 15.5.0 age adoption passing confidence devDependencies minor
tsup 6.2.3 -> 6.4.0 age adoption passing confidence devDependencies minor
unplugin ^0.9.0 -> ^0.10.0 age adoption passing confidence dependencies minor
vite (source) 3.1.4 -> 3.2.3 age adoption passing confidence devDependencies minor
vitest 0.23.4 -> 0.25.1 age adoption passing confidence devDependencies minor
vue (source) 3.2.40 -> 3.2.42 age adoption passing confidence devDependencies patch
vue-loader 17.0.0 -> 17.0.1 age adoption passing confidence devDependencies patch

Release Notes

antfu/eslint-config

v0.29.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.29.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.29.2

Compare Source

   🚀 Features
    View changes on GitHub

v0.29.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.29.0

Compare Source

   🚀 Features
    View changes on GitHub

v0.28.0

Compare Source

   🚀 Features
    View changes on GitHub
vitejs/vite (@​vitejs/plugin-vue)

v3.2.0

Compare Source

v3.1.2

Compare Source

Please refer to CHANGELOG.md for details.

v3.1.1

Compare Source

Please refer to CHANGELOG.md for details.

vitest-dev/vitest

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
    View changes on GitHub

v0.24.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.24.0

Compare Source

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

v3.2.42

Compare Source

Bug Fixes

@codecov
Copy link

codecov bot commented Oct 2, 2022

Codecov Report

Merging #28 (2d1f895) into main (9ed192f) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #28   +/-   ##
=======================================
  Coverage   95.61%   95.61%           
=======================================
  Files           6        6           
  Lines         365      365           
  Branches       55       55           
=======================================
  Hits          349      349           
  Misses         16       16           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b245104 to e0e6436 Compare October 3, 2022 05:35
@renovate renovate bot changed the title Update dependency @vitejs/plugin-vue to v3.1.2 Update all non-major dependencies Oct 3, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 1588b14 to cd1286b Compare October 11, 2022 07:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 6920887 to 3a273bf Compare October 18, 2022 04:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from fbd9201 to 2b490ae Compare October 28, 2022 16:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 56f2031 to 8810f39 Compare October 31, 2022 12:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 46c5a73 to 6b1b433 Compare November 7, 2022 17:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 828b045 to a0fe1b8 Compare November 8, 2022 17:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a0fe1b8 to 2d1f895 Compare November 9, 2022 04:42
@Demivan Demivan merged commit cbfcf8c into main Nov 9, 2022
@renovate renovate bot deleted the renovate/all-minor-patch branch November 9, 2022 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants