fix(deps): update all non-major dependencies #609
Annotations
8 errors and 8 warnings
tests/vue3.test.ts > Vue 3 > custom options:
tests/vue3.test.ts#L41
Error: Snapshot `Vue 3 > custom options 2` mismatched
- Expected
+ Received
- "import _transformOn from "@vue/babel-helper-vue-transform-on";
+ "import { createVNode as _createVNode } from "vue";
+ import _transformOn from "@vue/babel-helper-vue-transform-on";
- import { createVNode as _createVNode } from "vue";
_createVNode("input", _transformOn({
click: a
}), null);"
❯ tests/vue3.test.ts:41:7
|
test (ubuntu-latest, 18)
Process completed with exit code 1.
|
tests/vue3.test.ts > Vue 3 > custom options:
tests/vue3.test.ts#L41
Error: Snapshot `Vue 3 > custom options 2` mismatched
- Expected
+ Received
- "import _transformOn from "@vue/babel-helper-vue-transform-on";
+ "import { createVNode as _createVNode } from "vue";
+ import _transformOn from "@vue/babel-helper-vue-transform-on";
- import { createVNode as _createVNode } from "vue";
_createVNode("input", _transformOn({
click: a
}), null);"
❯ tests/vue3.test.ts:41:7
|
test (ubuntu-latest, 20)
Process completed with exit code 1.
|
tests/vue3.test.ts > Vue 3 > custom options:
tests/vue3.test.ts#L41
Error: Snapshot `Vue 3 > custom options 2` mismatched
- Expected
+ Received
- "import _transformOn from "@vue/babel-helper-vue-transform-on";
+ "import { createVNode as _createVNode } from "vue";
+ import _transformOn from "@vue/babel-helper-vue-transform-on";
- import { createVNode as _createVNode } from "vue";
_createVNode("input", _transformOn({
click: a
}), null);"
❯ tests/vue3.test.ts:41:7
|
test (windows-latest, 20)
Process completed with exit code 1.
|
tests/vue3.test.ts > Vue 3 > custom options:
tests/vue3.test.ts#L41
Error: Snapshot `Vue 3 > custom options 2` mismatched
- Expected
+ Received
- "import _transformOn from "@vue/babel-helper-vue-transform-on";
+ "import { createVNode as _createVNode } from "vue";
+ import _transformOn from "@vue/babel-helper-vue-transform-on";
- import { createVNode as _createVNode } from "vue";
_createVNode("input", _transformOn({
click: a
}), null);"
❯ tests/vue3.test.ts:41:7
|
test (windows-latest, 18)
Process completed with exit code 1.
|
lint:
src/core/options.ts#L4
Expected "@rollup/pluginutils" to come before "@vue/babel-plugin-jsx"
|
lint:
src/core/vue2.ts#L1
Expected "transform" to come before "TransformOptions"
|
lint:
src/core/vue3.ts#L1
Expected "transform" to come before "TransformOptions"
|
lint:
src/index.ts#L1
Expected "createUnplugin" to come before "UnpluginOptions"
|
lint:
src/index.ts#L2
Expected "@rollup/pluginutils" to come before "unplugin"
|
lint:
src/index.ts#L6
Expected "resolveOption" to come before "OptionsResolved"
|
lint:
tests/vue2.test.ts#L2
Expected "resolveOption" to come before "Options"
|
lint:
tests/vue3.test.ts#L2
Expected "resolveOption" to come before "Options"
|