Skip to content

Upgrade all deps to latest#415

Open
mortezaPRK wants to merge 2 commits into
sharevb:mainfrom
mortezaPRK:chore/all-my-stuffs
Open

Upgrade all deps to latest#415
mortezaPRK wants to merge 2 commits into
sharevb:mainfrom
mortezaPRK:chore/all-my-stuffs

Conversation

@mortezaPRK

Copy link
Copy Markdown

Updated all dependencies to latest versions. Lint, tests, and build all pass.

@mortezaPRK

Copy link
Copy Markdown
Author

@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

@mortezaPRK mortezaPRK force-pushed the chore/all-my-stuffs branch from 79fe745 to e0fe382 Compare June 27, 2026 20:24
@vercel

vercel Bot commented Jun 27, 2026

Copy link
Copy Markdown

@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.

@mortezaPRK mortezaPRK force-pushed the chore/all-my-stuffs branch from f0f3d69 to 63b0340 Compare June 27, 2026 20:54
@mortezaPRK mortezaPRK force-pushed the chore/all-my-stuffs branch from 54fa12b to 5648b95 Compare June 27, 2026 20:57

@mortezaPRK mortezaPRK left a comment

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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';

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changes due to migrating from plausible-tracker to @plausible-analytics/tracker

@@ -1,18 +1,17 @@
import { noop } from 'lodash';

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changes due to migrating from plausible-tracker to @plausible-analytics/tracker

Comment thread eslint.config.js
@@ -0,0 +1,102 @@
import antfu from '@antfu/eslint-config';

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the new eslint configs

Comment thread node_mem.js
@@ -0,0 +1,9 @@
import os from 'node:os';

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a simple js script to optionally print the "safe memory" for node. passed to NODE_OPTIONS instead of the old shell script

Comment thread tsconfig.vite-config.json
@@ -1,8 +1,10 @@
{
"extends": "@tsconfig/node18/tsconfig.json",
"extends": "@tsconfig/node22/tsconfig.json",

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

move to 22

Comment thread tsconfig.app.json
"@/*": ["./src/*"]
},
"types": ["naive-ui/volar", "@intlify/unplugin-vue-i18n/messages", "unplugin-icons/types/vue"],
"ignoreDeprecations": "6.0",

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

needs to be removed in another PR. most likely produces tons of changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant