mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-02-01 22:47:40 +00:00
This PR contains the following updates: | Package | Type | Update | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---|---|---| | [@tsconfig/node22](https://redirect.github.com/tsconfig/bases) ([source](https://redirect.github.com/tsconfig/bases/tree/HEAD/bases)) → [@tsconfig/node24](https://redirect.github.com/tsconfig/bases) | devDependencies | replacement | [`22.0.5` -> `24.0.0`](https://renovatebot.com/diffs/npm/@tsconfig%2fnode22/22.0.5/) | | | | [@vitejs/plugin-vue](https://redirect.github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue#readme) ([source](https://redirect.github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue)) | devDependencies | patch | [`6.0.2` -> `6.0.3`](https://renovatebot.com/diffs/npm/@vitejs%2fplugin-vue/6.0.2/6.0.3) |  |  | | [eslint](https://eslint.org) ([source](https://redirect.github.com/eslint/eslint)) | devDependencies | patch | [`9.39.1` -> `9.39.2`](https://renovatebot.com/diffs/npm/eslint/9.39.1/9.39.2) |  |  | ⚠️ Renovate's replacement functionality [does not currently](https://redirect.github.com/renovatebot/renovate/issues/39400) wire in the release age for a package, so the Minimum Release Age checks can apply. You will need to manually validate the Minimum Release Age for these package(s). This is a special PR that replaces `@tsconfig/node22` with the community suggested minimal stable replacement version. --- ### Release Notes <details> <summary>vitejs/vite-plugin-vue (@​vitejs/plugin-vue)</summary> ### [`v6.0.3`](https://redirect.github.com/vitejs/vite-plugin-vue/blob/HEAD/packages/plugin-vue/CHANGELOG.md#small-603-2025-12-12-small) ##### Features - add Vite 8 support ([2080d41](2080d41139)) ##### Bug Fixes - **deps:** update all non-major dependencies ([#​707](https://redirect.github.com/vitejs/vite-plugin-vue/issues/707)) ([799f419](799f419565)) - **hmr:** reload when components switch between vapor and vdom ([#​714](https://redirect.github.com/vitejs/vite-plugin-vue/issues/714)) ([6c45fe5](6c45fe5294)) ##### Performance Improvements - replace debug with obug ([#​705](https://redirect.github.com/vitejs/vite-plugin-vue/issues/705)) ([684ac30](684ac30f83)) ##### Miscellaneous Chores - **deps:** update upstream ([#​706](https://redirect.github.com/vitejs/vite-plugin-vue/issues/706)) ([d910114](d9101144a8)) - upgrade deps, setup tsgo ([037e540](037e5403e9)) </details> <details> <summary>eslint/eslint (eslint)</summary> ### [`v9.39.2`](https://redirect.github.com/eslint/eslint/compare/v9.39.1...9278324aa0023d223874825b0d4b6ac75783096a) [Compare Source](https://redirect.github.com/eslint/eslint/compare/v9.39.1...v9.39.2) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/go-vikunja/vikunja). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41NC4yIiwidXBkYXRlZEluVmVyIjoiNDIuNTQuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: kolaente <13721712+kolaente@users.noreply.github.com>
22 lines
435 B
JSON
22 lines
435 B
JSON
{
|
|
"extends": [
|
|
"@tsconfig/node24/tsconfig.json",
|
|
"@vue/tsconfig/tsconfig.json"
|
|
],
|
|
"include": [
|
|
"env.config.d.ts",
|
|
"vite.config.*",
|
|
"vitest.config.*",
|
|
"playwright.config.*"
|
|
],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"noEmit": true,
|
|
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.config.tsbuildinfo",
|
|
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"types": ["node"]
|
|
}
|
|
}
|