Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
541 changes: 0 additions & 541 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

This file was deleted.

28 changes: 0 additions & 28 deletions .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs

This file was deleted.

874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.1.cjs

This file was deleted.

942 changes: 942 additions & 0 deletions .yarn/releases/yarn-4.10.0.cjs

Large diffs are not rendered by default.

38 changes: 31 additions & 7 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,34 @@
nodeLinker: node-modules
compressionLevel: mixed

enableGlobalCache: false

enableScripts: false

nmHoistingLimits: workspaces

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: '@yarnpkg/plugin-interactive-tools'
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: '@yarnpkg/plugin-workspace-tools'
nodeLinker: node-modules

npmMinimalAgeGate: '7d'

npmPreapprovedPackages:
- '@intercom/*'

npmRegistryServer: 'https://socket-firewall-registry.corporate.intercom.io/npm'

npmRegistries:
'https://socket-firewall-registry.corporate.intercom.io/npm':
npmAuthToken: '${SOCKET_FIREWALL_NPM_TOKEN}'
npmAlwaysAuth: true

supportedArchitectures:
cpu:
- arm64
- x64
- darwin-x64
os:
- current
- darwin
- linux
- win32

yarnPath: .yarn/releases/yarn-3.6.1.cjs
yarnPath: .yarn/releases/yarn-4.10.0.cjs
18 changes: 16 additions & 2 deletions examples/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,21 @@
},
"engines": {
"node": ">=18",
"yarn": ">=3"
"yarn": ">=4"
},
"packageManager": "yarn@3.6.4"
"packageManager": "yarn@4.10.0",
"dependenciesMeta": {
"chromedriver": {
"built": true
},
"edgedriver": {
"built": true
},
"esbuild": {
"built": true
},
"geckodriver": {
"built": true
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
]
]
},
"packageManager": "yarn@3.6.1",
"packageManager": "yarn@4.10.0",
"resolutions": {
"qs@npm:6.13.0": "6.15.2",
"serialize-javascript@npm:^6.0.2": "7.0.5",
Expand Down
Loading