stable

Clone or download

Read-only

chore: Close request #38620 vite: 5.0.4 -> 5.3.1

No functional change. Notes: "optimizeDeps.disabled" has been deprecated in vite 5.1 [0]. Some polyfills used deep in the dependency chain were breaking the build and have been overridden. Since api explorer runs in the browser and our supported versions are recent enough, we can spare ourselves a ton of polyfills that are meant to support EOL NodeJS versions. [0] https://vitejs.dev/config/dep-optimization-options.html#optimizedeps-disabled Change-Id: I32422c3be2c37313ca09d2c9e69d9732f9af15cb

Modified Files

Name
M package.json +1 −1 Go to diff View file
M plugins/api_explorer/package.json +3 −1 Go to diff View file
M plugins/api_explorer/pnpm-lock.yaml +14 −127 Go to diff View file
M plugins/api_explorer/vite.config.ts +1 −7 Go to diff View file
M pnpm-lock.yaml +176 −128 Go to diff View file