Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump deps #223

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

chore: bump deps #223

wants to merge 4 commits into from

Conversation

Update the `lockfileVersion` in `pnpm-lock.yaml` from 5.3 to 6.0 via `pnpm install`.
- Migrate minifier from `terser` to `esbuild`.
- Add `"type": "module"` to `package.json`.

References:
- [Migration from v4](https://vitejs.dev/guide/migration.html#deprecate-cjs-node-api)
  - The closest `package.json` file has `"type": "module"`, or use the `.mjs`/`.mts` extension, e.g. `vite.config.mjs` or `vite.config.mts`.
- [Migration from v2](https://v3.vitejs.dev/guide/migration.html#general-changes)
  - Terser is now an optional dependency. If you are using build.minify: 'terser', you need to install it.
- Update `@vue/reactivity` from 3.2.27 to 3.4.0
  - Avoid circular referencing the `hasOwnProperty` method in reactive proxy.
  - Reference: [fix(reactivity): track hasOwnProperty](vuejs/core@588bd44)
- Bump `@vue/shared` from 3.2.7 to 3.4.0
@nick-lai nick-lai marked this pull request as ready for review December 29, 2023 05:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants