Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update lavamoat to a version with more diff-friendly policy ordering #29311

Merged
merged 9 commits into from
Dec 18, 2024
6,285 changes: 3,144 additions & 3,141 deletions lavamoat/browserify/beta/policy.json

Large diffs are not rendered by default.

6,285 changes: 3,144 additions & 3,141 deletions lavamoat/browserify/flask/policy.json

Large diffs are not rendered by default.

6,285 changes: 3,144 additions & 3,141 deletions lavamoat/browserify/main/policy.json

Large diffs are not rendered by default.

6,473 changes: 3,238 additions & 3,235 deletions lavamoat/browserify/mmi/policy.json

Large diffs are not rendered by default.

11,183 changes: 5,592 additions & 5,591 deletions lavamoat/build-system/policy.json

Large diffs are not rendered by default.

11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -452,9 +452,9 @@
"@babel/preset-typescript": "^7.25.9",
"@babel/register": "^7.25.9",
"@jest/globals": "^29.7.0",
"@lavamoat/allow-scripts": "^3.0.4",
"@lavamoat/allow-scripts": "^3.3.1",
"@lavamoat/lavadome-core": "0.0.10",
"@lavamoat/lavapack": "^6.1.0",
"@lavamoat/lavapack": "^7.0.5",
"@lgbot/madge": "^6.2.0",
"@lydell/node-pty": "^1.0.1",
"@metamask/api-specs": "^0.9.3",
Expand Down Expand Up @@ -611,8 +611,8 @@
"jsdom": "^16.7.0",
"json-schema-to-ts": "^3.0.1",
"koa": "^2.7.0",
"lavamoat": "^8.0.2",
"lavamoat-browserify": "^17.0.4",
"lavamoat": "^9.0.5",
"lavamoat-browserify": "^18.1.2",
"lavamoat-viz": "^7.0.5",
"level": "^8.0.1",
"lockfile-lint": "^4.10.6",
Expand Down Expand Up @@ -762,7 +762,8 @@
"resolve-url-loader>es6-iterator>d>es5-ext>esniff>es5-ext": false,
"level>classic-level": false,
"jest-preview": false,
"@metamask/solana-wallet-snap>@solana/web3.js>bigint-buffer": false
"@metamask/solana-wallet-snap>@solana/web3.js>bigint-buffer": false,
"@lavamoat/allow-scripts>@lavamoat/preinstall-always-fail": false
}
},
"packageManager": "[email protected]"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { test, expect } from '@playwright/test';
// @ts-expect-error lint fails otherwise
import 'ses';
import '../../../../../app/scripts/lockdown-run';
import '../../../../../app/scripts/lockdown-more';
Expand Down
Loading
Loading