Skip to content

Commit

Permalink
TGUI: bumps yarn version (#82385)
Browse files Browse the repository at this point in the history
Bumps our bundled yarn version up to 4.1.1.

This seemed previously impossible due to an indecipherable error
message:
```
SyntaxError: missing ) after argument list
    at wrapSafe (internal/modules/cjs/loader.js:979:16)
```

I'm assuming this was a bug in (earlier) versions of yarn ~4.0.2.
Meaning, this is probably worth testing or test merging, as it seems to
be running fine currently.
Better build tools
N/A
  • Loading branch information
jlsnow301 authored and LikeLakers2 committed Jan 21, 2025
1 parent 1c250af commit c6a521c
Show file tree
Hide file tree
Showing 6 changed files with 3,770 additions and 4,065 deletions.
363 changes: 0 additions & 363 deletions tgui/.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

This file was deleted.

823 changes: 0 additions & 823 deletions tgui/.yarn/releases/yarn-3.3.1.cjs

This file was deleted.

893 changes: 893 additions & 0 deletions tgui/.yarn/releases/yarn-4.1.1.cjs

Large diffs are not rendered by default.

12 changes: 5 additions & 7 deletions tgui/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
compressionLevel: 0

enableGlobalCache: false

enableScripts: false

logFilters:
Expand All @@ -6,14 +10,8 @@ logFilters:
- code: YN0062
level: discard

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"

pnpEnableEsmLoader: false

preferAggregateCacheInfo: true

preferInteractive: true

yarnPath: .yarn/releases/yarn-3.3.1.cjs
yarnPath: .yarn/releases/yarn-4.1.1.cjs
2 changes: 1 addition & 1 deletion tgui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "tgui-workspace",
"version": "4.3.1",
"packageManager": "yarn@3.3.1",
"packageManager": "yarn@4.1.1",
"workspaces": [
"packages/*"
],
Expand Down
Loading

0 comments on commit c6a521c

Please # to comment.