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

Commits on Nov 6, 2023

  1. chore: bump lockfile from 5.3 to 6.0

    Update the `lockfileVersion` in `pnpm-lock.yaml` from 5.3 to 6.0 via `pnpm install`.
    nick-lai committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    066f7e7 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. chore: update vite

    - 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.
    nick-lai committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    bc7df16 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. chore: update core deps

    - 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 committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    d9c77ae View commit details
    Browse the repository at this point in the history
  2. chore: bump deps

    nick-lai committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    5bfdfb5 View commit details
    Browse the repository at this point in the history