Skip to content
Merged
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
942 changes: 0 additions & 942 deletions .yarn/releases/yarn-4.10.3.cjs

This file was deleted.

940 changes: 940 additions & 0 deletions .yarn/releases/yarn-4.14.1.cjs

Large diffs are not rendered by default.

29 changes: 17 additions & 12 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,22 @@
# Allowlist for Git repositories that can be used as dependencies. We set it to
# an empty array to disallow all Git dependencies, as we don't use any and they
# can be a security risk.
approvedGitRepositories: []

compressionLevel: mixed

enableGlobalCache: false

enableScripts: false

enableTelemetry: 0
enableTelemetry: false

logFilters:
- code: YN0004
level: discard

nodeLinker: node-modules

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-allow-scripts.cjs
spec: 'https://raw.githubusercontent.com/LavaMoat/LavaMoat/main/packages/yarn-plugin-allow-scripts/bundles/@yarnpkg/plugin-allow-scripts.js'
- path: .yarn/plugins/local/plugin-workspaces-filter.js
- path: .yarn/plugins/local/plugin-lifecycle-scripts.js

yarnPath: .yarn/releases/yarn-4.10.3.cjs

# Configure the NPM minimal age gate to 3 days, meaning packages must be at
# least 3 days old to be installed.
npmMinimalAgeGate: 4320 # 3 days (in minutes)
Expand All @@ -30,6 +27,14 @@ npmPreapprovedPackages:
- '@metamask/*'
- '@metamask-previews/*'
- '@lavamoat/*'
- 'lavamoat'
- 'lavamoat-core'
- 'lavamoat-tofu'
- lavamoat
- lavamoat-core
- lavamoat-tofu

plugins:
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Yarn automatically reordered these

- path: .yarn/plugins/@yarnpkg/plugin-allow-scripts.cjs
spec: 'https://raw.githubusercontent.com/LavaMoat/LavaMoat/main/packages/yarn-plugin-allow-scripts/bundles/@yarnpkg/plugin-allow-scripts.js'
- path: .yarn/plugins/local/plugin-workspaces-filter.js
- path: .yarn/plugins/local/plugin-lifecycle-scripts.js

yarnPath: .yarn/releases/yarn-4.14.1.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
"vite": "^6.4.1",
"yargs": "^17.7.1"
},
"packageManager": "yarn@4.10.3",
"packageManager": "yarn@4.14.1",
"engines": {
"node": "^20 || >=22"
},
Expand Down
2 changes: 1 addition & 1 deletion yarn.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ module.exports = defineConfig({
if (isChildWorkspace) {
workspace.unset('packageManager');
} else {
expectWorkspaceField(workspace, 'packageManager', 'yarn@4.10.3');
expectWorkspaceField(workspace, 'packageManager', 'yarn@4.14.1');
}

// All packages must specify a minimum Node.js version of 18.18.
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Manual changes might be lost - proceed with caution!

__metadata:
version: 8
version: 9
cacheKey: 10

"@adobe/css-tools@npm:^4.4.0":
Expand Down
Loading