Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#161)
Browse files Browse the repository at this point in the history
* 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 <1667261+lachlancollins@users.noreply.github.com>
  • Loading branch information
renovate[bot] and lachlancollins committed Sep 10, 2024
1 parent f3cdac2 commit c7a85c3
Show file tree
Hide file tree
Showing 13 changed files with 411 additions and 428 deletions.
2 changes: 1 addition & 1 deletion integrations/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"test:build": "vite build && vitest && publint --strict"
},
"dependencies": {
"@tanstack/query-core": "^5.53.3",
"@tanstack/query-core": "^5.55.4",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion integrations/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"test:build": "vite build && vitest && publint --strict"
},
"dependencies": {
"vue": "^3.4.38"
"vue": "^3.5.4"
},
"devDependencies": {
"@tanstack/config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion integrations/vue/snap/cjs/App.vue.d.cts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>;
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
export default _default;
15 changes: 3 additions & 12 deletions integrations/vue/snap/cjs/components/HelloWorld.vue.d.cts
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToOption<{
declare const _default: import('vue').DefineComponent<{
msg: string;
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToOption<{
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
msg: string;
}>>>, {}, {}>;
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
export default _default;
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
type __VLS_TypePropsToOption<T> = {
[K in keyof T]-?: {} extends Pick<T, K> ? {
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
} : {
type: import('vue').PropType<T[K]>;
required: true;
};
};
49 changes: 22 additions & 27 deletions integrations/vue/snap/cjs/components/HelloWorld.vue2.cjs
Original file line number Diff line number Diff line change
@@ -1,29 +1,6 @@
"use strict";
const vue = require("vue");
const _withScopeId = (n) => (vue.pushScopeId("data-v-1d5be6d4"), n = n(), vue.popScopeId(), n);
const _hoisted_1 = { class: "card" };
const _hoisted_2 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ vue.createElementVNode("p", null, [
/* @__PURE__ */ vue.createTextVNode(" Edit "),
/* @__PURE__ */ vue.createElementVNode("code", null, "components/HelloWorld.vue"),
/* @__PURE__ */ vue.createTextVNode(" to test HMR ")
], -1));
const _hoisted_3 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ vue.createElementVNode("p", null, [
/* @__PURE__ */ vue.createTextVNode(" Check out "),
/* @__PURE__ */ vue.createElementVNode("a", {
href: "https://vuejs.org/guide/quick-start.html#local",
target: "_blank"
}, "create-vue"),
/* @__PURE__ */ vue.createTextVNode(", the official Vue + Vite starter ")
], -1));
const _hoisted_4 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ vue.createElementVNode("p", null, [
/* @__PURE__ */ vue.createTextVNode(" Install "),
/* @__PURE__ */ vue.createElementVNode("a", {
href: "https://github.com/vuejs/language-tools",
target: "_blank"
}, "Volar"),
/* @__PURE__ */ vue.createTextVNode(" in your IDE for a better DX ")
], -1));
const _hoisted_5 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ vue.createElementVNode("p", { class: "read-the-docs" }, "Click on the Vite and Vue logos to learn more", -1));
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
__name: "HelloWorld",
props: {
Expand All @@ -39,11 +16,29 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
type: "button",
onClick: _cache[0] || (_cache[0] = ($event) => count.value++)
}, "count is " + vue.toDisplayString(count.value), 1),
_hoisted_2
_cache[1] || (_cache[1] = vue.createElementVNode("p", null, [
vue.createTextVNode(" Edit "),
vue.createElementVNode("code", null, "components/HelloWorld.vue"),
vue.createTextVNode(" to test HMR ")
], -1))
]),
_hoisted_3,
_hoisted_4,
_hoisted_5
_cache[2] || (_cache[2] = vue.createElementVNode("p", null, [
vue.createTextVNode(" Check out "),
vue.createElementVNode("a", {
href: "https://vuejs.org/guide/quick-start.html#local",
target: "_blank"
}, "create-vue"),
vue.createTextVNode(", the official Vue + Vite starter ")
], -1)),
_cache[3] || (_cache[3] = vue.createElementVNode("p", null, [
vue.createTextVNode(" Install "),
vue.createElementVNode("a", {
href: "https://github.com/vuejs/language-tools",
target: "_blank"
}, "Volar"),
vue.createTextVNode(" in your IDE for a better DX ")
], -1)),
_cache[4] || (_cache[4] = vue.createElementVNode("p", { class: "read-the-docs" }, "Click on the Vite and Vue logos to learn more", -1))
], 64);
};
}
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion integrations/vue/snap/esm/App.vue.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>;
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
export default _default;
15 changes: 3 additions & 12 deletions integrations/vue/snap/esm/components/HelloWorld.vue.d.ts
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToOption<{
declare const _default: import('vue').DefineComponent<{
msg: string;
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToOption<{
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
msg: string;
}>>>, {}, {}>;
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
export default _default;
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
type __VLS_TypePropsToOption<T> = {
[K in keyof T]-?: {} extends Pick<T, K> ? {
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
} : {
type: import('vue').PropType<T[K]>;
required: true;
};
};
51 changes: 23 additions & 28 deletions integrations/vue/snap/esm/components/HelloWorld.vue2.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "git",
"url": "https://github.com/TanStack/config.git"
},
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.10.0",
"type": "module",
"scripts": {
"preinstall": "node -e \"if(process.env.CI == 'true') {console.log('Skipping preinstall...')} else {process.exit(1)}\" || npx -y only-allow pnpm",
Expand All @@ -25,12 +25,12 @@
"devDependencies": {
"@types/node": "^20.16.2",
"jsdom": "^25.0.0",
"nx": "^19.6.4",
"nx": "^19.7.0",
"prettier": "^3.3.3",
"publint": "^0.2.10",
"sherif": "^1.0.0",
"typescript": "^5.5.3",
"vite": "^5.4.2",
"vite": "^5.4.3",
"vitest": "^2.0.5"
}
}
18 changes: 9 additions & 9 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@
},
"dependencies": {
"@commitlint/parse": "^19.0.3",
"@eslint/js": "^9.9.1",
"@stylistic/eslint-plugin-js": "^2.7.2",
"@eslint/js": "^9.10.0",
"@stylistic/eslint-plugin-js": "^2.8.0",
"commander": "^12.1.0",
"current-git-branch": "^1.1.0",
"esbuild-register": "^3.6.0",
"eslint-plugin-import-x": "^4.1.1",
"eslint-plugin-import-x": "^4.2.1",
"eslint-plugin-n": "^17.10.2",
"globals": "^15.9.0",
"interpret": "^3.1.1",
Expand All @@ -75,12 +75,12 @@
"rollup-plugin-preserve-directives": "^0.4.0",
"semver": "^7.6.3",
"simple-git": "^3.26.0",
"typedoc": "^0.26.6",
"typedoc": "^0.26.7",
"typedoc-plugin-frontmatter": "^1.0.0",
"typedoc-plugin-markdown": "^4.2.6",
"typescript-eslint": "^8.3.0",
"typedoc-plugin-markdown": "^4.2.7",
"typescript-eslint": "^8.5.0",
"v8flags": "^4.0.1",
"vite-plugin-dts": "^4.1.0",
"vite-plugin-dts": "^4.2.1",
"vite-plugin-externalize-deps": "^0.8.0",
"vite-tsconfig-paths": "^5.0.1"
},
Expand All @@ -93,7 +93,7 @@
"@types/minimist": "^1.2.5",
"@types/semver": "^7.5.8",
"@types/v8flags": "^3.1.3",
"eslint": "^9.9.1",
"type-fest": "^4.26.0"
"eslint": "^9.10.0",
"type-fest": "^4.26.1"
}
}
Loading

0 comments on commit c7a85c3

Please sign in to comment.