Skip to content

Commit

Permalink
version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
BrodyHughes committed Oct 23, 2024
1 parent a0678bf commit e9cc708
Show file tree
Hide file tree
Showing 6 changed files with 326 additions and 330 deletions.
3 changes: 2 additions & 1 deletion e2e/parallel/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ export default mergeConfig(
defineConfig({
test: {
bail: 1,
threads: false,
isolate: false,
fileParallelism: false,
},
}) as UserConfig,
);
3 changes: 2 additions & 1 deletion e2e/serial/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ export default mergeConfig(
viteConfig,
defineConfig({
test: {
threads: false,
isolate: false,
fileParallelism: false,
bail: 1,
sequence: {
shuffle: false,
Expand Down
196 changes: 92 additions & 104 deletions lavamoat/build-webpack/policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@testing-library/react>@testing-library/dom>@babel/code-frame>@babel/highlight": {
"packages": {
"@testing-library/react>@testing-library/dom>@babel/code-frame>@babel/highlight>chalk": true,
"jest>@jest/core>jest-snapshot>@babel/types>@babel/helper-validator-identifier": true,
"lavamoat>@babel/highlight>@babel/helper-validator-identifier": true,
"react>loose-envify>js-tokens": true
}
},
Expand Down Expand Up @@ -288,14 +288,39 @@
"path.sep": true
},
"packages": {
"copy-webpack-plugin>fast-glob": true,
"copy-webpack-plugin>glob-parent": true,
"copy-webpack-plugin>globby": true,
"copy-webpack-plugin>schema-utils": true,
"copy-webpack-plugin>serialize-javascript": true,
"globby>fast-glob": true,
"lint-staged>normalize-path": true
}
},
"copy-webpack-plugin>fast-glob": {
"builtin": {
"fs.lstat": true,
"fs.lstatSync": true,
"fs.readdir": true,
"fs.readdirSync": true,
"fs.stat": true,
"fs.statSync": true,
"os.cpus": true,
"path.basename": true,
"path.resolve": true,
"stream.PassThrough": true,
"stream.Readable": true
},
"globals": {
"process.cwd": true
},
"packages": {
"eslint>@nodelib/fs.walk": true,
"globby>fast-glob>@nodelib/fs.stat": true,
"globby>fast-glob>merge2": true,
"msw>chokidar>glob-parent": true,
"ts-loader>micromatch": true
}
},
"copy-webpack-plugin>glob-parent": {
"builtin": {
"os.platform": true,
Expand Down Expand Up @@ -323,12 +348,32 @@
"process.cwd": true
},
"packages": {
"copy-webpack-plugin>fast-glob": true,
"copy-webpack-plugin>globby>array-union": true,
"copy-webpack-plugin>globby>dir-glob": true,
"eslint>ignore": true,
"globby>array-union": true,
"globby>dir-glob": true,
"globby>fast-glob": true,
"globby>merge2": true,
"globby>slash": true
"globby>fast-glob>merge2": true,
"jest>@jest/core>slash": true
}
},
"copy-webpack-plugin>globby>dir-glob": {
"builtin": {
"path.extname": true,
"path.isAbsolute": true,
"path.join": true,
"path.posix.join": true
},
"globals": {
"process.cwd": true
},
"packages": {
"copy-webpack-plugin>globby>dir-glob>path-type": true
}
},
"copy-webpack-plugin>globby>dir-glob>path-type": {
"builtin": {
"fs": true,
"util.promisify": true
}
},
"copy-webpack-plugin>schema-utils": {
Expand Down Expand Up @@ -414,8 +459,8 @@
},
"packages": {
"css-loader>postcss>nanoid": true,
"css-loader>postcss>source-map-js": true,
"vitest>picocolors": true
"css-loader>postcss>picocolors": true,
"css-loader>postcss>source-map-js": true
}
},
"css-loader>postcss-modules-local-by-default": {
Expand All @@ -441,6 +486,16 @@
"css-loader>icss-utils": true
}
},
"css-loader>postcss>picocolors": {
"builtin": {
"tty.isatty": true
},
"globals": {
"process.argv.includes": true,
"process.env": true,
"process.platform": true
}
},
"dotenv-webpack": {
"builtin": {
"fs": true
Expand Down Expand Up @@ -617,7 +672,7 @@
"eslint-config-rainbow>eslint-import-resolver-babel-module>@babel/core>@babel/template": true,
"jest>@jest/core>jest-snapshot>@babel/traverse": true,
"jest>@jest/core>jest-snapshot>@babel/types": true,
"jest>@jest/core>jest-snapshot>@babel/types>@babel/helper-validator-identifier": true
"lavamoat>@babel/highlight>@babel/helper-validator-identifier": true
}
},
"eslint-config-rainbow>eslint-import-resolver-babel-module>@babel/core>@babel/helper-module-transforms>@babel/helper-module-imports": {
Expand Down Expand Up @@ -808,51 +863,6 @@
"webpack>schema-utils>ajv-keywords": true
}
},
"globby>dir-glob": {
"builtin": {
"path.extname": true,
"path.isAbsolute": true,
"path.join": true,
"path.posix.join": true
},
"globals": {
"process.cwd": true
},
"packages": {
"globby>dir-glob>path-type": true
}
},
"globby>dir-glob>path-type": {
"builtin": {
"fs": true,
"util.promisify": true
}
},
"globby>fast-glob": {
"builtin": {
"fs.lstat": true,
"fs.lstatSync": true,
"fs.readdir": true,
"fs.readdirSync": true,
"fs.stat": true,
"fs.statSync": true,
"os.cpus": true,
"path.basename": true,
"path.resolve": true,
"stream.PassThrough": true,
"stream.Readable": true
},
"globals": {
"process.cwd": true
},
"packages": {
"eslint>@nodelib/fs.walk": true,
"globby>fast-glob>@nodelib/fs.stat": true,
"globby>merge2": true,
"msw>chokidar>glob-parent": true,
"ts-loader>micromatch": true
}
},
"globby>fast-glob>@nodelib/fs.stat": {
"builtin": {
"fs.lstat": true,
Expand All @@ -861,7 +871,7 @@
"fs.statSync": true
}
},
"globby>merge2": {
"globby>fast-glob>merge2": {
"builtin": {
"stream.PassThrough": true
},
Expand Down Expand Up @@ -1143,7 +1153,7 @@
},
"packages": {
"jest>@jest/core>jest-snapshot>@babel/traverse>@babel/code-frame>chalk": true,
"lavamoat>@babel/highlight": true
"lavamoat>lavamoat-tofu>@babel/traverse>@babel/code-frame>@babel/highlight": true
}
},
"jest>@jest/core>jest-snapshot>@babel/traverse>@babel/code-frame>chalk": {
Expand Down Expand Up @@ -1213,36 +1223,36 @@
},
"packages": {
"jest>@jest/core>jest-snapshot>@babel/types>@babel/helper-string-parser": true,
"jest>@jest/core>jest-snapshot>@babel/types>@babel/helper-validator-identifier": true,
"lavamoat>@babel/highlight>@babel/helper-validator-identifier": true,
"lavamoat>lavamoat-core>@babel/types>to-fast-properties": true
}
},
"lavamoat>@babel/highlight": {
"lavamoat>lavamoat-tofu>@babel/traverse>@babel/code-frame>@babel/highlight": {
"packages": {
"lavamoat>@babel/highlight>@babel/helper-validator-identifier": true,
"lavamoat>@babel/highlight>chalk": true,
"lavamoat>lavamoat-tofu>@babel/traverse>@babel/code-frame>@babel/highlight>@babel/helper-validator-identifier": true,
"lavamoat>lavamoat-tofu>@babel/traverse>@babel/code-frame>@babel/highlight>chalk": true,
"react>loose-envify>js-tokens": true
}
},
"lavamoat>@babel/highlight>chalk": {
"lavamoat>lavamoat-tofu>@babel/traverse>@babel/code-frame>@babel/highlight>chalk": {
"globals": {
"process.env.TERM": true,
"process.platform": true
},
"packages": {
"lavamoat>@babel/highlight>chalk>ansi-styles": true,
"lavamoat>@babel/highlight>chalk>escape-string-regexp": true,
"lavamoat>lavamoat-tofu>@babel/traverse>@babel/code-frame>@babel/highlight>chalk>ansi-styles": true,
"lavamoat>lavamoat-tofu>@babel/traverse>@babel/code-frame>@babel/highlight>chalk>escape-string-regexp": true,
"supports-color": true
}
},
"lavamoat>@babel/highlight>chalk>ansi-styles": {
"lavamoat>lavamoat-tofu>@babel/traverse>@babel/code-frame>@babel/highlight>chalk>ansi-styles": {
"packages": {
"lavamoat>@babel/highlight>chalk>ansi-styles>color-convert": true
"lavamoat>lavamoat-tofu>@babel/traverse>@babel/code-frame>@babel/highlight>chalk>ansi-styles>color-convert": true
}
},
"lavamoat>@babel/highlight>chalk>ansi-styles>color-convert": {
"lavamoat>lavamoat-tofu>@babel/traverse>@babel/code-frame>@babel/highlight>chalk>ansi-styles>color-convert": {
"packages": {
"lavamoat>@babel/highlight>chalk>ansi-styles>color-convert>color-name": true
"lavamoat>lavamoat-tofu>@babel/traverse>@babel/code-frame>@babel/highlight>chalk>ansi-styles>color-convert>color-name": true
}
},
"lavamoat>lavamoat-tofu>@babel/traverse>@babel/helper-function-name": {
Expand All @@ -1264,7 +1274,7 @@
"process.emitWarning": true
},
"packages": {
"lavamoat>@babel/highlight": true,
"lavamoat>lavamoat-tofu>@babel/traverse>@babel/code-frame>@babel/highlight": true,
"lavamoat>lavamoat-tofu>@babel/traverse>@babel/helper-function-name>@babel/template>@babel/code-frame>chalk": true
}
},
Expand Down Expand Up @@ -1617,27 +1627,6 @@
"viem>ws>bufferutil>node-gyp-build": true
}
},
"vitest>acorn": {
"globals": {
"console": true,
"define": true
}
},
"vitest>acorn-walk": {
"globals": {
"define": true
}
},
"vitest>picocolors": {
"builtin": {
"tty.isatty": true
},
"globals": {
"process.argv.includes": true,
"process.env": true,
"process.platform": true
}
},
"vitest>vite>terser": {
"globals": {
"Buffer.from": true,
Expand All @@ -1650,7 +1639,7 @@
},
"packages": {
"vitest>vite>terser>@jridgewell/source-map": true,
"vitest>vite>terser>acorn": true
"webpack>acorn": true
}
},
"vitest>vite>terser>@jridgewell/source-map": {
Expand All @@ -1660,12 +1649,6 @@
"define": true
}
},
"vitest>vite>terser>acorn": {
"globals": {
"console": true,
"define": true
}
},
"web-ext>source-map-support": {
"builtin": {
"fs": true,
Expand Down Expand Up @@ -1825,18 +1808,17 @@
"packages": {
"lodash": true,
"viem>ws": true,
"vitest>acorn-walk": true,
"webpack-bundle-analyzer>acorn": true,
"webpack-bundle-analyzer>acorn-walk": true,
"webpack-bundle-analyzer>chalk": true,
"webpack-bundle-analyzer>gzip-size": true,
"webpack-bundle-analyzer>opener": true,
"webpack-bundle-analyzer>sirv": true,
"webpack-cli>@discoveryjs/json-ext": true
"webpack-cli>@discoveryjs/json-ext": true,
"webpack>acorn": true
}
},
"webpack-bundle-analyzer>acorn": {
"webpack-bundle-analyzer>acorn-walk": {
"globals": {
"console": true,
"define": true
}
},
Expand Down Expand Up @@ -2255,8 +2237,8 @@
"process": true
},
"packages": {
"vitest>acorn": true,
"webpack>terser-webpack-plugin>terser>@jridgewell/source-map": true
"webpack>terser-webpack-plugin>terser>@jridgewell/source-map": true,
"webpack>terser-webpack-plugin>terser>acorn": true
}
},
"webpack>terser-webpack-plugin>terser>@jridgewell/source-map": {
Expand All @@ -2266,6 +2248,12 @@
"define": true
}
},
"webpack>terser-webpack-plugin>terser>acorn": {
"globals": {
"console": true,
"define": true
}
},
"webpack>watchpack": {
"builtin": {
"events.EventEmitter": true,
Expand Down
Loading

0 comments on commit e9cc708

Please sign in to comment.