diff --git a/docs/package.json b/docs/package.json index d4f4d0f482d97e..d3a9f8747d3ba5 100644 --- a/docs/package.json +++ b/docs/package.json @@ -10,6 +10,7 @@ "devDependencies": { "@shikijs/vitepress-twoslash": "^1.6.0", "@types/express": "^4.17.21", + "feed": "^4.2.2", "vitepress": "1.2.2", "vue": "^3.4.27" } diff --git a/package.json b/package.json index 0d798546dec1c3..de6e0b54f14328 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,6 @@ "ci-docs": "run-s build docs-build" }, "devDependencies": { - "@babel/types": "^7.24.6", "@eslint/js": "^9.3.0", "@rollup/plugin-typescript": "^11.1.6", "@types/babel__core": "^7.20.5", @@ -63,12 +62,10 @@ "@vitejs/release-scripts": "^1.3.1", "conventional-changelog-cli": "^5.0.0", "eslint": "^8.57.0", - "eslint-define-config": "^2.1.0", "eslint-plugin-i": "^2.29.1", "eslint-plugin-n": "^17.7.0", "eslint-plugin-regexp": "^2.6.0", "execa": "^9.1.0", - "feed": "^4.2.2", "fs-extra": "^11.2.0", "globals": "^15.3.0", "lint-staged": "^15.2.5", @@ -84,7 +81,6 @@ "tsx": "^4.11.0", "typescript": "^5.2.2", "typescript-eslint": "^7.10.0", - "unbuild": "^2.0.0", "vite": "workspace:*", "vitest": "^1.6.0" }, diff --git a/packages/plugin-legacy/package.json b/packages/plugin-legacy/package.json index fb7e5e91a73530..b2cd53d82203e4 100644 --- a/packages/plugin-legacy/package.json +++ b/packages/plugin-legacy/package.json @@ -57,6 +57,7 @@ "devDependencies": { "acorn": "^8.11.3", "picocolors": "^1.0.1", + "unbuild": "^2.0.0", "vite": "workspace:*" } } diff --git a/packages/vite/LICENSE.md b/packages/vite/LICENSE.md index 6cf735826367cc..a0bb20bc76e943 100644 --- a/packages/vite/LICENSE.md +++ b/packages/vite/LICENSE.md @@ -824,7 +824,7 @@ Repository: micromatch/braces > The MIT License (MIT) > -> Copyright (c) 2014-2018, Jon Schlinkert. +> Copyright (c) 2014-present, Jon Schlinkert. > > Permission is hereby granted, free of charge, to any person obtaining a copy > of this software and associated documentation files (the "Software"), to deal diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5bbd41413a4ec3..80add7ee5ae12a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -24,9 +24,6 @@ importers: .: devDependencies: - '@babel/types': - specifier: ^7.24.6 - version: 7.24.6 '@eslint/js': specifier: ^9.3.0 version: 9.3.0 @@ -93,9 +90,6 @@ importers: eslint: specifier: ^8.57.0 version: 8.57.0 - eslint-define-config: - specifier: ^2.1.0 - version: 2.1.0 eslint-plugin-i: specifier: ^2.29.1 version: 2.29.1(@typescript-eslint/parser@7.10.0)(eslint@8.57.0) @@ -108,9 +102,6 @@ importers: execa: specifier: ^9.1.0 version: 9.1.0 - feed: - specifier: ^4.2.2 - version: 4.2.2 fs-extra: specifier: ^11.2.0 version: 11.2.0 @@ -156,9 +147,6 @@ importers: typescript-eslint: specifier: ^7.10.0 version: 7.10.0(eslint@8.57.0)(typescript@5.2.2) - unbuild: - specifier: ^2.0.0 - version: 2.0.0(typescript@5.2.2) vite: specifier: workspace:* version: link:packages/vite @@ -174,6 +162,9 @@ importers: '@types/express': specifier: ^4.17.21 version: 4.17.21 + feed: + specifier: ^4.2.2 + version: 4.2.2 vitepress: specifier: 1.2.2 version: 1.2.2(typescript@5.2.2) @@ -238,6 +229,9 @@ importers: picocolors: specifier: ^1.0.1 version: 1.0.1 + unbuild: + specifier: ^2.0.0 + version: 2.0.0(typescript@5.2.2) vite: specifier: workspace:* version: link:../vite @@ -6355,11 +6349,6 @@ packages: eslint: 8.57.0 dev: true - /eslint-define-config@2.1.0: - resolution: {integrity: sha512-QUp6pM9pjKEVannNAbSJNeRuYwW3LshejfyBBpjeMGaJjaDUpVps4C6KVR8R7dWZnD3i0synmrE36znjTkJvdQ==} - engines: {node: '>=18.0.0', npm: '>=9.0.0', pnpm: '>=8.6.0'} - dev: true - /eslint-import-resolver-node@0.3.9: resolution: {integrity: sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==} dependencies: