Upgrade all deps to latest#415
Conversation
|
@sharevb I saw some discussion about deps being outdated. I updated the most. There is still room for improvement, will do in another pr as this one is already huge |
79fe745 to
e0fe382
Compare
|
@mortezaPRK is attempting to deploy a commit to the sharevb's projects Team on Vercel. A member of the Team first needs to authorize it. |
f0f3d69 to
63b0340
Compare
54fa12b to
5648b95
Compare
mortezaPRK
left a comment
There was a problem hiding this comment.
Most of the changes are linter reordering the imports or updating the module path. except couple of notable ones here:
| @@ -1,10 +1,13 @@ | |||
| import _ from 'lodash'; | |||
There was a problem hiding this comment.
changes due to migrating from plausible-tracker to @plausible-analytics/tracker
| @@ -1,18 +1,17 @@ | |||
| import { noop } from 'lodash'; | |||
There was a problem hiding this comment.
changes due to migrating from plausible-tracker to @plausible-analytics/tracker
| @@ -0,0 +1,102 @@ | |||
| import antfu from '@antfu/eslint-config'; | |||
| @@ -0,0 +1,9 @@ | |||
| import os from 'node:os'; | |||
There was a problem hiding this comment.
a simple js script to optionally print the "safe memory" for node. passed to NODE_OPTIONS instead of the old shell script
| @@ -1,8 +1,10 @@ | |||
| { | |||
| "extends": "@tsconfig/node18/tsconfig.json", | |||
| "extends": "@tsconfig/node22/tsconfig.json", | |||
| "@/*": ["./src/*"] | ||
| }, | ||
| "types": ["naive-ui/volar", "@intlify/unplugin-vue-i18n/messages", "unplugin-icons/types/vue"], | ||
| "ignoreDeprecations": "6.0", |
There was a problem hiding this comment.
needs to be removed in another PR. most likely produces tons of changes
Updated all dependencies to latest versions. Lint, tests, and build all pass.