This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-plugin-oxlint](https://github.com/oxc-project/eslint-plugin-oxlint) | [`^0.16.3` -> `^0.16.4`](https://renovatebot.com/diffs/npm/eslint-plugin-oxlint/0.16.3/0.16.4) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [oxlint](https://oxc.rs) ([source](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint)) | [`^0.16.3` -> `^0.16.4`](https://renovatebot.com/diffs/npm/oxlint/0.16.3/0.16.4) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>oxc-project/eslint-plugin-oxlint (eslint-plugin-oxlint)</summary> ### [`v0.16.4`](https://github.com/oxc-project/eslint-plugin-oxlint/releases/tag/v0.16.4) [Compare Source](https://github.com/oxc-project/eslint-plugin-oxlint/compare/v0.16.3...v0.16.4) *No significant changes* ##### [View changes on GitHub](https://github.com/oxc-project/eslint-plugin-oxlint/compare/v0.16.3...v0.16.4) </details> <details> <summary>oxc-project/oxc (oxlint)</summary> ### [`v0.16.4`](https://github.com/oxc-project/oxc/releases/tag/oxlint_v0.16.4): oxlint v0.16.4 [Compare Source](https://github.com/oxc-project/oxc/compare/oxlint_v0.16.3...oxlint_v0.16.4) #### \[0.16.4] - 2025-04-01 - [`da6336c`](https://github.com/oxc-project/oxc/commit/da6336c) language_server: \[**BREAKING**] Remove `enable` configuration, the client should shutdown the server instead ([#​9990](https://github.com/oxc-project/oxc/issues/9990)) (Sysix) ##### Features - [`06e3db9`](https://github.com/oxc-project/oxc/commit/06e3db9) linter: Support `multipleFileExtensions` option for `unicorn/filename-case` ([#​10118](https://github.com/oxc-project/oxc/issues/10118)) (shulaoda) - [`dbe0e46`](https://github.com/oxc-project/oxc/commit/dbe0e46) linter: Support `ignore` option for `unicorn/filename-case` ([#​10107](https://github.com/oxc-project/oxc/issues/10107)) (shulaoda) ##### Bug Fixes - [`0a33e27`](https://github.com/oxc-project/oxc/commit/0a33e27) editor: Update `initializationOptions` for a possible restart ([#​10121](https://github.com/oxc-project/oxc/issues/10121)) (Sysix) - [`ac780a2`](https://github.com/oxc-project/oxc/commit/ac780a2) editor: Repair filewatchers when no custom config provided ([#​10104](https://github.com/oxc-project/oxc/issues/10104)) (Sysix) - [`4303ace`](https://github.com/oxc-project/oxc/commit/4303ace) editor: Dont send `didChangeConfiguration` request to the server when it is shutdown ([#​10084](https://github.com/oxc-project/oxc/issues/10084)) (Sysix) - [`07f2a25`](https://github.com/oxc-project/oxc/commit/07f2a25) editor: Enable regex parsing in language server ([#​10035](https://github.com/oxc-project/oxc/issues/10035)) (camchenry) - [`fcf7702`](https://github.com/oxc-project/oxc/commit/fcf7702) language_server: Start from a default oxlint configuration + SafeFix for nested configuration ([#​10043](https://github.com/oxc-project/oxc/issues/10043)) (Sysix) - [`aba3654`](https://github.com/oxc-project/oxc/commit/aba3654) linter: Span disable directive correctly on next line ([#​10141](https://github.com/oxc-project/oxc/issues/10141)) (Ulrich Stark 🦀) - [`2c80858`](https://github.com/oxc-project/oxc/commit/2c80858) linter: Enable multi-file analysis for nested configs ([#​10089](https://github.com/oxc-project/oxc/issues/10089)) (camchenry) ##### Performance - [`566be59`](https://github.com/oxc-project/oxc/commit/566be59) linter: Replace `phf_set` with `array` in `eslint/func-names` ([#​10119](https://github.com/oxc-project/oxc/issues/10119)) (shulaoda) - [`5e14fe9`](https://github.com/oxc-project/oxc/commit/5e14fe9) linter: Inline `PRE_DEFINE_VAR` and use `array` format ([#​10079](https://github.com/oxc-project/oxc/issues/10079)) (shulaoda) ##### Refactor - [`327be53`](https://github.com/oxc-project/oxc/commit/327be53) editor: `LanguageClient` can be undefined ([#​10112](https://github.com/oxc-project/oxc/issues/10112)) (Sysix) - [`5ec477c`](https://github.com/oxc-project/oxc/commit/5ec477c) editor: Make `onConfigChange` async ([#​10110](https://github.com/oxc-project/oxc/issues/10110)) (Sysix) - [`a278d73`](https://github.com/oxc-project/oxc/commit/a278d73) editor: Use warning background when the plugin is deactived ([#​10085](https://github.com/oxc-project/oxc/issues/10085)) (Sysix) - [`c0e5251`](https://github.com/oxc-project/oxc/commit/c0e5251) language_server: Set `null` as a default value for `configPath` ([#​10047](https://github.com/oxc-project/oxc/issues/10047)) (Sysix) - [`09c0ac6`](https://github.com/oxc-project/oxc/commit/09c0ac6) linter: Improve `unicorn/filename-case` ([#​10117](https://github.com/oxc-project/oxc/issues/10117)) (shulaoda) - [`d8e49a1`](https://github.com/oxc-project/oxc/commit/d8e49a1) linter: Compute lintable extensions at compile time ([#​10090](https://github.com/oxc-project/oxc/issues/10090)) (camchenry) - [`b3ec235`](https://github.com/oxc-project/oxc/commit/b3ec235) linter: Use items of `oxc_ast::ast` module directly ([#​10100](https://github.com/oxc-project/oxc/issues/10100)) (Ulrich Stark 🦀) - [`93e6c0b`](https://github.com/oxc-project/oxc/commit/93e6c0b) linter: Use `FormalParameter::has_modifier` to detect parameter properties ([#​10097](https://github.com/oxc-project/oxc/issues/10097)) (Ulrich Stark 🦀) ##### Testing - [`410b8d6`](https://github.com/oxc-project/oxc/commit/410b8d6) editor: Use debug build of the language server ([#​10083](https://github.com/oxc-project/oxc/issues/10083)) (Sysix) - [`500add0`](https://github.com/oxc-project/oxc/commit/500add0) editor: Add test for `oxc.fixAll` command ([#​10045](https://github.com/oxc-project/oxc/issues/10045)) (Sysix) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzAuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Reviewed-on: https://git.1-h.cc/examples/vue-ts-example/pulls/175 Co-authored-by: Renovate Bot <renovatebot@oo1.dev> Co-committed-by: Renovate Bot <renovatebot@oo1.dev>
157 lines
5.0 KiB
JSON
157 lines
5.0 KiB
JSON
{
|
|
"packageManager": "pnpm@10.7.0",
|
|
"name": "vue-ts-example",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --port 4730 --host",
|
|
"all": "run-p build-only format type-check lint",
|
|
"build": "run-p type-check \"build-only {@}\" --",
|
|
"build-only": "vite build",
|
|
"lint-format": "run-p lint:oxlint lint:eslint format",
|
|
"format": "prettier --write src/",
|
|
"type-check": "vue-tsc --build",
|
|
"lint": "run-s lint:*",
|
|
"_oxlint_cfg": "oxlint . --fix --ignore-path=.gitignore --print-config",
|
|
"__oxlint_-D": "oxlint . --fix --deny=correctness",
|
|
"lint:oxlint": "oxlint . --fix",
|
|
"lint:eslint": "eslint . --fix",
|
|
"prepare": "husky",
|
|
"playwright": "playwright test",
|
|
"playwright:headless": "HEADLESS=true playwright test",
|
|
"playwright:ui": "playwright test --ui",
|
|
"playwright:chromium": "playwright test --project=chromium",
|
|
"dep:dedupe": "pnpm dedupe",
|
|
"dep:update": "pnpm dlx taze major --interactive",
|
|
"sizecheck:Treemap": "pnpm dlx vite-bundle-visualizer -t treemap",
|
|
"sizecheck:Sunburst": "pnpm dlx vite-bundle-visualizer -t sunburst",
|
|
"sizecheck:Network": "pnpm dlx vite-bundle-visualizer -t network",
|
|
"knip": "pnpm dlx knip"
|
|
},
|
|
"lint-staged": {
|
|
"src/**/*.{js,ts,tsx,vue}": [
|
|
"prettier --write",
|
|
"eslint --fix",
|
|
"oxlint --fix"
|
|
]
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"vite": "$vite",
|
|
"vue-tsc": "$vue-tsc",
|
|
"@primevue/auto-import-resolver": "$primevue"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@alova/adapter-axios": "^2.0.13",
|
|
"@formkit/auto-animate": "^0.8.2",
|
|
"@intlify/unplugin-vue-i18n": "^6.0.5",
|
|
"@pinia/colada": "^0.14.2",
|
|
"@primeuix/themes": "^1.0.1",
|
|
"@splinetool/runtime": "^1.9.82",
|
|
"@unhead/vue": "^2.0.2",
|
|
"@vant/use": "^1.6.0",
|
|
"@vueuse/core": "^13.0.0",
|
|
"alova": "^3.2.10",
|
|
"ant-design-vue": "~4.2.6",
|
|
"axios": "^1.8.4",
|
|
"cesium": "^1.127.0",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"consola": "^3.4.2",
|
|
"dayjs": "^1.11.13",
|
|
"deep-freeze-es6": "^4.0.0",
|
|
"jsencrypt": "^3.3.2",
|
|
"lucide-vue-next": "^0.485.0",
|
|
"mitt": "^3.0.1",
|
|
"nprogress": "^0.2.0",
|
|
"page-stack-vue3": "^2.5.6",
|
|
"pinia": "^3.0.1",
|
|
"pinia-plugin-persistedstate": "^4.2.0",
|
|
"primeicons": "^7.0.0",
|
|
"primelocale": "^2.1.2",
|
|
"primevue": "^4.3.3",
|
|
"radash": "^12.1.0",
|
|
"radix-vue": "^1.9.17",
|
|
"reka-ui": "^2.1.1",
|
|
"satellite.js": "^5.0.0",
|
|
"tailwind-merge": "^3.0.2",
|
|
"tdesign-icons-vue-next": "^0.3.5",
|
|
"three": "^0.175.0",
|
|
"ts-enum-util": "^4.1.0",
|
|
"utils4u": "^4.2.3",
|
|
"vant": "^4.9.18",
|
|
"vue": "^3.5.13",
|
|
"vue-i18n": "^11.1.2",
|
|
"vue-page-stack": "^3.2.0",
|
|
"vue-router": "^4.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/compat": "^1.2.7",
|
|
"@faker-js/faker": "^9.6.0",
|
|
"@iconify-json/carbon": "^1.2.8",
|
|
"@iconify-json/logos": "^1.2.4",
|
|
"@iconify-json/mdi": "^1.2.3",
|
|
"@iconify/utils": "^2.3.0",
|
|
"@playwright/test": "^1.51.1",
|
|
"@primevue/auto-import-resolver": "^4.3.3",
|
|
"@tsconfig/node22": "^22.0.1",
|
|
"@types/archiver": "^6.0.3",
|
|
"@types/mockjs": "^1.0.10",
|
|
"@types/node": "^22.13.14",
|
|
"@types/nprogress": "^0.2.3",
|
|
"@types/three": "^0.175.0",
|
|
"@unocss/preset-rem-to-px": "66.1.0-beta.7",
|
|
"@vant/auto-import-resolver": "^1.3.0",
|
|
"@vitejs/plugin-vue": "^5.2.3",
|
|
"@vitejs/plugin-vue-jsx": "^4.1.2",
|
|
"@vitest/eslint-plugin": "^1.1.38",
|
|
"@vue/eslint-config-prettier": "^10.2.0",
|
|
"@vue/eslint-config-typescript": "^14.5.0",
|
|
"@vue/test-utils": "^2.4.6",
|
|
"@vue/tsconfig": "^0.7.0",
|
|
"archiver": "^7.0.1",
|
|
"depcheck": "^1.4.7",
|
|
"eruda": "^3.4.1",
|
|
"eslint": "^9.23.0",
|
|
"eslint-plugin-import-x": "^4.9.4",
|
|
"eslint-plugin-oxlint": "^0.16.4",
|
|
"eslint-plugin-perfectionist": "^4.10.1",
|
|
"eslint-plugin-unicorn": "^58.0.0",
|
|
"eslint-plugin-vue": "^10.0.0",
|
|
"husky": "^9.1.7",
|
|
"less": "^4.2.2",
|
|
"lint-staged": "^15.5.0",
|
|
"mockjs": "^1.1.0",
|
|
"npm-run-all2": "^7.0.2",
|
|
"oxlint": "^0.16.4",
|
|
"prettier": "3.5.3",
|
|
"sass-embedded": "^1.86.0",
|
|
"terser": "^5.39.0",
|
|
"typescript": "~5.8.3",
|
|
"unocss": "66.1.0-beta.7",
|
|
"unocss-preset-animations": "^1.1.1",
|
|
"unocss-preset-chinese": "^0.3.3",
|
|
"unocss-preset-shadcn": "^0.5.0",
|
|
"unplugin-auto-import": "^19.1.2",
|
|
"unplugin-icons": "^22.1.0",
|
|
"unplugin-vue-components": "^28.4.1",
|
|
"unplugin-vue-macros": "^2.14.5",
|
|
"unplugin-vue-markdown": "^28.3.1",
|
|
"unplugin-vue-router": "^0.12.0",
|
|
"vite": "^6.2.4",
|
|
"vite-plugin-checker": "^0.9.1",
|
|
"vite-plugin-fake-server": "^2.2.0",
|
|
"vite-plugin-purgecss-updated-v5": "^1.2.4",
|
|
"vite-plugin-singlefile": "^2.2.0",
|
|
"vite-plugin-static-copy": "^2.3.0",
|
|
"vite-plugin-vue-devtools": "^7.7.2",
|
|
"vite-plugin-vue-layouts": "^0.11.0",
|
|
"vite-plugin-vue-meta-layouts": "^0.5.1",
|
|
"vite-plugin-webfont-dl": "^3.10.4",
|
|
"vue-component-type-helpers": "^2.2.8",
|
|
"vue-tsc": "^2.2.8"
|
|
}
|
|
}
|