ChatALL icon indicating copy to clipboard operation
ChatALL copied to clipboard

Update dependencies in a range that will not break the app

Open PeterDaveHello opened this issue 1 month ago • 2 comments

Summary by GitHub Copilot:

This pull request updates several dependencies in the package.json file to their latest versions. The changes mainly focus on keeping both production and development dependencies up-to-date, which helps ensure security, stability, and access to the latest features and bug fixes.

Dependency updates:

  • Upgraded key production dependencies including axios, core-js, dexie, langchain, uuid, vue, vue-i18n, and vuetify to their latest versions, improving stability and compatibility.
  • Updated important development dependencies such as @babel/core, @babel/eslint-parser, @electron/osx-sign, @vue/cli, @vue/cli-plugin-babel, @vue/cli-plugin-eslint, @vue/cli-service, eslint-config-prettier, eslint-plugin-prettier, lint-staged, and sse.js for better tooling and build processes.

Summary by CodeRabbit

  • Chores
    • Upgraded numerous application and build dependencies to recent minor/patch versions across the framework, UI components, networking, storage, i18n, and polyfills.
    • Brings compatibility with the latest browsers/OS versions and ecosystem tooling, with incremental stability and performance improvements.
    • No feature or UI behavior changes expected; this update is under-the-hood and should be transparent to end-users.
    • If issues arise after updating, try a clean install of dependencies before reporting.

PeterDaveHello avatar Sep 29 '25 18:09 PeterDaveHello