Skip to content

Conversation

@niStee
Copy link

@niStee niStee commented Jan 5, 2026

Refresh audit overrides (pnpm overrides + axios/tmp/playwright/vite bumps). No code changes beyond lock/overrides. Lint still emits existing upstream warnings; prettier/i18n produce no deltas. e2e: ran (5/6 passed; webview_controls fails on Google consent redirect, known issue)


Use the following Checklist if you have changed something on the Backend or Frontend:

  • Tested the feature and it's working on a current and clean install.
  • Tested the main App features and they are still working on a current and clean install. (Login, Install, Play, Uninstall, Move games, etc.)
  • Created / Updated Tests (If necessary)
  • Created / Updated documentation (If necessary)

@arielj
Copy link
Collaborator

arielj commented Jan 5, 2026

this is doing kinda the same as #5083

@niStee
Copy link
Author

niStee commented Jan 5, 2026

this is doing kinda the same as #5083

Indeed

Copy link
Member

@CommandMC CommandMC left a comment

Choose a reason for hiding this comment

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

As discussed in #5083, using overrides to force dependencies to use newer dependencies themselves is not stable. We should look into updating our own dependencies, and replacing/dropping ones without new versions instead

Comment on lines +25 to +41
"pnpm": {
"overrides": {
"form-data": "4.0.4",
"cross-spawn@<6.0.6": "6.0.6",
"cross-spawn@>=7.0.0 <7.0.5": "7.0.5",
"glob@>=10.2.0 <10.5.0": "10.5.0",
"got": "11.8.6",
"js-yaml@<3.14.2": "3.14.2",
"js-yaml@>=4.0.0 <4.1.1": "4.1.1",
"brace-expansion@1": "1.1.12",
"brace-expansion@2": "2.0.2",
"@eslint/plugin-kit": "0.3.4",
"tmp": "0.2.4",
"vite": "6.4.1",
"@playwright/test": "1.55.1"
}
},
Copy link
Member

Choose a reason for hiding this comment

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

Pnpm's config no longer lives in this file

The local configuration file is located in the root of the project and is named pnpm-workspace.yaml.

- https://pnpm.io/cli/config

You may be using an outdated version of pnpm

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.

3 participants