Skip to content

Commit c7a85c3

Browse files
chore(deps): update all non-major dependencies (#161)
* chore(deps): update all non-major dependencies * Update vue output --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lachlan Collins <[email protected]>
1 parent f3cdac2 commit c7a85c3

File tree

13 files changed

+411
-428
lines changed

13 files changed

+411
-428
lines changed

integrations/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"test:build": "vite build && vitest && publint --strict"
2626
},
2727
"dependencies": {
28-
"@tanstack/query-core": "^5.53.3",
28+
"@tanstack/query-core": "^5.55.4",
2929
"react": "^18.3.1",
3030
"react-dom": "^18.3.1"
3131
},

integrations/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"test:build": "vite build && vitest && publint --strict"
2626
},
2727
"dependencies": {
28-
"vue": "^3.4.38"
28+
"vue": "^3.5.4"
2929
},
3030
"devDependencies": {
3131
"@tanstack/config": "workspace:*",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>;
1+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
22
export default _default;
Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
1-
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToOption<{
1+
declare const _default: import('vue').DefineComponent<{
22
msg: string;
3-
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToOption<{
3+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
44
msg: string;
5-
}>>>, {}, {}>;
5+
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
66
export default _default;
7-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
8-
type __VLS_TypePropsToOption<T> = {
9-
[K in keyof T]-?: {} extends Pick<T, K> ? {
10-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
11-
} : {
12-
type: import('vue').PropType<T[K]>;
13-
required: true;
14-
};
15-
};

integrations/vue/snap/cjs/components/HelloWorld.vue2.cjs

Lines changed: 22 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,6 @@
11
"use strict";
22
const vue = require("vue");
3-
const _withScopeId = (n) => (vue.pushScopeId("data-v-1d5be6d4"), n = n(), vue.popScopeId(), n);
43
const _hoisted_1 = { class: "card" };
5-
const _hoisted_2 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ vue.createElementVNode("p", null, [
6-
/* @__PURE__ */ vue.createTextVNode(" Edit "),
7-
/* @__PURE__ */ vue.createElementVNode("code", null, "components/HelloWorld.vue"),
8-
/* @__PURE__ */ vue.createTextVNode(" to test HMR ")
9-
], -1));
10-
const _hoisted_3 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ vue.createElementVNode("p", null, [
11-
/* @__PURE__ */ vue.createTextVNode(" Check out "),
12-
/* @__PURE__ */ vue.createElementVNode("a", {
13-
href: "https://vuejs.org/guide/quick-start.html#local",
14-
target: "_blank"
15-
}, "create-vue"),
16-
/* @__PURE__ */ vue.createTextVNode(", the official Vue + Vite starter ")
17-
], -1));
18-
const _hoisted_4 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ vue.createElementVNode("p", null, [
19-
/* @__PURE__ */ vue.createTextVNode(" Install "),
20-
/* @__PURE__ */ vue.createElementVNode("a", {
21-
href: "https://github.com/vuejs/language-tools",
22-
target: "_blank"
23-
}, "Volar"),
24-
/* @__PURE__ */ vue.createTextVNode(" in your IDE for a better DX ")
25-
], -1));
26-
const _hoisted_5 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ vue.createElementVNode("p", { class: "read-the-docs" }, "Click on the Vite and Vue logos to learn more", -1));
274
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
285
__name: "HelloWorld",
296
props: {
@@ -39,11 +16,29 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
3916
type: "button",
4017
onClick: _cache[0] || (_cache[0] = ($event) => count.value++)
4118
}, "count is " + vue.toDisplayString(count.value), 1),
42-
_hoisted_2
19+
_cache[1] || (_cache[1] = vue.createElementVNode("p", null, [
20+
vue.createTextVNode(" Edit "),
21+
vue.createElementVNode("code", null, "components/HelloWorld.vue"),
22+
vue.createTextVNode(" to test HMR ")
23+
], -1))
4324
]),
44-
_hoisted_3,
45-
_hoisted_4,
46-
_hoisted_5
25+
_cache[2] || (_cache[2] = vue.createElementVNode("p", null, [
26+
vue.createTextVNode(" Check out "),
27+
vue.createElementVNode("a", {
28+
href: "https://vuejs.org/guide/quick-start.html#local",
29+
target: "_blank"
30+
}, "create-vue"),
31+
vue.createTextVNode(", the official Vue + Vite starter ")
32+
], -1)),
33+
_cache[3] || (_cache[3] = vue.createElementVNode("p", null, [
34+
vue.createTextVNode(" Install "),
35+
vue.createElementVNode("a", {
36+
href: "https://github.com/vuejs/language-tools",
37+
target: "_blank"
38+
}, "Volar"),
39+
vue.createTextVNode(" in your IDE for a better DX ")
40+
], -1)),
41+
_cache[4] || (_cache[4] = vue.createElementVNode("p", { class: "read-the-docs" }, "Click on the Vite and Vue logos to learn more", -1))
4742
], 64);
4843
};
4944
}

integrations/vue/snap/cjs/components/HelloWorld.vue2.cjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>;
1+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
22
export default _default;
Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
1-
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToOption<{
1+
declare const _default: import('vue').DefineComponent<{
22
msg: string;
3-
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToOption<{
3+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
44
msg: string;
5-
}>>>, {}, {}>;
5+
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
66
export default _default;
7-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
8-
type __VLS_TypePropsToOption<T> = {
9-
[K in keyof T]-?: {} extends Pick<T, K> ? {
10-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
11-
} : {
12-
type: import('vue').PropType<T[K]>;
13-
required: true;
14-
};
15-
};

integrations/vue/snap/esm/components/HelloWorld.vue2.js

Lines changed: 23 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integrations/vue/snap/esm/components/HelloWorld.vue2.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)