Skip to content

Commit

Permalink
🗑️ Chore: fix biome deprecations (#1195)
Browse files Browse the repository at this point in the history
## Description

_Concise description of proposed changes_

## Testing

Explain the quality checks that have been done on the code changes

## Additional Information

- [ ] I read the [contributing docs](../docs/contributing.md) (if this
is your first contribution)

Your ENS/address:

---------

Co-authored-by: William Cory <williamcory@Williams-MacBook-Pro.local>
  • Loading branch information
roninjin10 and William Cory committed Jun 13, 2024
1 parent 9bd957f commit c58a6e5
Show file tree
Hide file tree
Showing 117 changed files with 119 additions and 119 deletions.
5 changes: 5 additions & 0 deletions .changeset/cyan-dogs-hammer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"tevm": patch
---

Fixed bug with bad export"
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"javascript": {
"formatter": {
"quoteStyle": "single",
"trailingComma": "all",
"trailingCommas": "all",
"semicolons": "asNeeded"
}
}
Expand Down
2 changes: 1 addition & 1 deletion bundler-packages/base-bundler/biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"javascript": {
"formatter": {
"quoteStyle": "single",
"trailingComma": "all",
"trailingCommas": "all",
"semicolons": "asNeeded"
}
}
Expand Down
2 changes: 1 addition & 1 deletion bundler-packages/base-bundler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"format": "biome format . --write",
"format:check": "biome format .",
"generate:docs": "typedoc --plugin typedoc-plugin-markdown",
"lint": "biome check . --apply-unsafe",
"lint": "biome check . --write --unsafe",
"lint:check": "biome check . --verbose",
"lint:deps": "bunx depcheck",
"lint:package": "bunx publint --strict && attw --pack",
Expand Down
2 changes: 1 addition & 1 deletion bundler-packages/bun/biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"javascript": {
"formatter": {
"quoteStyle": "single",
"trailingComma": "all",
"trailingCommas": "all",
"semicolons": "asNeeded"
}
}
Expand Down
2 changes: 1 addition & 1 deletion bundler-packages/bun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"format": "biome format . --write",
"format:check": "biome format .",
"generate:docs": "typedoc",
"lint": "biome check . --apply-unsafe",
"lint": "biome check . --write --unsafe",
"lint:check": "biome check . --verbose",
"lint:deps": "bunx depcheck",
"lint:package": "bunx publint --strict && attw --pack",
Expand Down
2 changes: 1 addition & 1 deletion bundler-packages/bundler-cache/biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"javascript": {
"formatter": {
"quoteStyle": "single",
"trailingComma": "all",
"trailingCommas": "all",
"semicolons": "asNeeded"
}
}
Expand Down
2 changes: 1 addition & 1 deletion bundler-packages/bundler-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"format": "biome format . --write",
"format:check": "biome format .",
"generate:docs": "typedoc --plugin typedoc-plugin-markdown",
"lint": "biome check . --apply-unsafe",
"lint": "biome check . --write --unsafe",
"lint:check": "biome check . --verbose",
"lint:deps": "bunx depcheck",
"lint:package": "bunx publint --strict && attw --pack"
Expand Down
2 changes: 1 addition & 1 deletion bundler-packages/compiler/biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"javascript": {
"formatter": {
"quoteStyle": "single",
"trailingComma": "all",
"trailingCommas": "all",
"semicolons": "asNeeded"
}
}
Expand Down
2 changes: 1 addition & 1 deletion bundler-packages/compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"format": "biome format . --write",
"format:check": "biome format .",
"generate:docs": "typedoc",
"lint": "biome check . --apply-unsafe",
"lint": "biome check . --write --unsafe",
"lint:check": "biome check . --verbose",
"lint:deps": "bunx depcheck",
"lint:package": "bunx publint --strict && attw --pack",
Expand Down
2 changes: 1 addition & 1 deletion bundler-packages/config/biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"javascript": {
"formatter": {
"quoteStyle": "single",
"trailingComma": "all",
"trailingCommas": "all",
"semicolons": "asNeeded"
}
}
Expand Down
2 changes: 1 addition & 1 deletion bundler-packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"format": "biome format . --write",
"format:check": "biome format .",
"generate:docs": "typedoc",
"lint": "biome check . --apply-unsafe",
"lint": "biome check . --write --unsafe",
"lint:check": "biome check . --verbose",
"lint:deps": "bunx depcheck",
"lint:package": "bunx publint --strict && attw --pack",
Expand Down
2 changes: 1 addition & 1 deletion bundler-packages/esbuild/biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"javascript": {
"formatter": {
"quoteStyle": "single",
"trailingComma": "all",
"trailingCommas": "all",
"semicolons": "asNeeded"
}
}
Expand Down
2 changes: 1 addition & 1 deletion bundler-packages/esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"format": "biome format . --write",
"format:check": "biome format .",
"generate:docs": "typedoc",
"lint": "biome check . --apply-unsafe",
"lint": "biome check . --write --unsafe",
"lint:check": "biome check . --verbose",
"lint:deps": "bunx depcheck",
"lint:package": "bunx publint --strict && attw --pack",
Expand Down
2 changes: 1 addition & 1 deletion bundler-packages/resolutions/biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"javascript": {
"formatter": {
"quoteStyle": "single",
"trailingComma": "all",
"trailingCommas": "all",
"semicolons": "asNeeded"
}
}
Expand Down
2 changes: 1 addition & 1 deletion bundler-packages/resolutions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"format": "biome format . --write",
"format:check": "biome format .",
"generate:docs": "typedoc",
"lint": "biome check . --apply-unsafe",
"lint": "biome check . --write --unsafe",
"lint:check": "biome check . --verbose",
"lint:deps": "bunx depcheck",
"lint:package": "bunx publint --strict && attw --pack",
Expand Down
2 changes: 1 addition & 1 deletion bundler-packages/rollup/biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"javascript": {
"formatter": {
"quoteStyle": "single",
"trailingComma": "all",
"trailingCommas": "all",
"semicolons": "asNeeded"
}
}
Expand Down
2 changes: 1 addition & 1 deletion bundler-packages/rollup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"format": "biome format . --write",
"format:check": "biome format .",
"generate:docs": "typedoc",
"lint": "biome check . --apply-unsafe",
"lint": "biome check . --write --unsafe",
"lint:check": "biome check . --verbose",
"lint:deps": "bunx depcheck",
"lint:package": "bunx publint --strict && attw --pack"
Expand Down
2 changes: 1 addition & 1 deletion bundler-packages/rspack/biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"javascript": {
"formatter": {
"quoteStyle": "single",
"trailingComma": "all",
"trailingCommas": "all",
"semicolons": "asNeeded"
}
}
Expand Down
2 changes: 1 addition & 1 deletion bundler-packages/rspack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"format": "biome format . --write",
"format:check": "biome format .",
"generate:docs": "typedoc",
"lint": "biome check . --apply-unsafe",
"lint": "biome check . --write --unsafe",
"lint:check": "biome check . --verbose",
"lint:deps": "bunx depcheck",
"lint:package": "bunx publint --strict && attw --pack",
Expand Down
2 changes: 1 addition & 1 deletion bundler-packages/runtime/biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"javascript": {
"formatter": {
"quoteStyle": "single",
"trailingComma": "all",
"trailingCommas": "all",
"semicolons": "asNeeded"
}
}
Expand Down
2 changes: 1 addition & 1 deletion bundler-packages/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"format": "biome format . --write",
"format:check": "biome format .",
"generate:docs": "typedoc",
"lint": "biome check . --apply-unsafe",
"lint": "biome check . --write --unsafe",
"lint:check": "biome check . --verbose",
"lint:deps": "bunx depcheck",
"lint:package": "bunx publint --strict && attw --pack",
Expand Down
2 changes: 1 addition & 1 deletion bundler-packages/solc/biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"javascript": {
"formatter": {
"quoteStyle": "single",
"trailingComma": "all",
"trailingCommas": "all",
"semicolons": "asNeeded"
}
}
Expand Down
2 changes: 1 addition & 1 deletion bundler-packages/solc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"format": "biome format . --write",
"format:check": "biome format .",
"generate:docs": "typedoc",
"lint": "biome check . --apply-unsafe",
"lint": "biome check . --write --unsafe",
"lint:check": "biome check . --verbose",
"lint:deps": "bunx depcheck",
"lint:package": "bunx publint --strict && attw --pack"
Expand Down
2 changes: 1 addition & 1 deletion bundler-packages/unplugin/biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"javascript": {
"formatter": {
"quoteStyle": "single",
"trailingComma": "all",
"trailingCommas": "all",
"semicolons": "asNeeded"
}
}
Expand Down
2 changes: 1 addition & 1 deletion bundler-packages/unplugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"format": "biome format . --write",
"format:check": "biome format .",
"generate:docs": "typedoc",
"lint": "biome check . --apply-unsafe",
"lint": "biome check . --write --unsafe",
"lint:check": "biome check . --verbose",
"lint:deps": "bunx depcheck",
"lint:package": "bunx publint --strict && attw --pack",
Expand Down
2 changes: 1 addition & 1 deletion bundler-packages/vite/biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"javascript": {
"formatter": {
"quoteStyle": "single",
"trailingComma": "all",
"trailingCommas": "all",
"semicolons": "asNeeded"
}
}
Expand Down
2 changes: 1 addition & 1 deletion bundler-packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"format": "biome format . --write",
"format:check": "biome format .",
"generate:docs": "typedoc",
"lint": "biome check . --apply-unsafe",
"lint": "biome check . --write --unsafe",
"lint:check": "biome check . --verbose",
"lint:deps": "bunx depcheck",
"lint:package": "bunx publint --strict && attw --pack"
Expand Down
2 changes: 1 addition & 1 deletion bundler-packages/webpack/biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"javascript": {
"formatter": {
"quoteStyle": "single",
"trailingComma": "all",
"trailingCommas": "all",
"semicolons": "asNeeded"
}
}
Expand Down
2 changes: 1 addition & 1 deletion bundler-packages/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"format": "biome format . --write",
"format:check": "biome format .",
"generate:docs": "typedoc",
"lint": "biome check . --apply-unsafe",
"lint": "biome check . --write --unsafe",
"lint:check": "biome check . --verbose",
"lint:deps": "bunx depcheck",
"lint:package": "bunx publint --strict && attw --pack",
Expand Down
2 changes: 1 addition & 1 deletion bundler/biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"javascript": {
"formatter": {
"quoteStyle": "single",
"trailingComma": "all",
"trailingCommas": "all",
"semicolons": "asNeeded"
}
}
Expand Down
2 changes: 1 addition & 1 deletion configs/tsupconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"format": "biome format . --write",
"format:check": "biome format .",
"generate:docs": "typedoc --plugin typedoc-plugin-markdown",
"lint": "biome check . --apply-unsafe",
"lint": "biome check . --write --unsafe",
"lint:check": "biome check . --verbose",
"lint:deps": "bunx depcheck",
"lint:package": "bunx publint --strict && attw --pack",
Expand Down
2 changes: 1 addition & 1 deletion examples/vite/biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"javascript": {
"formatter": {
"quoteStyle": "single",
"trailingComma": "all",
"trailingCommas": "all",
"semicolons": "asNeeded"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"format": "biome format . --write",
"format:check": "biome format .",
"generate": "tevm generate",
"lint": "biome check . --apply-unsafe",
"lint": "biome check . --write --unsafe",
"lint:check": "biome check . --verbose",
"preview": "vite preview",
"serve": "serve -s -l tcp://0.0.0.0:5173 dist",
Expand Down
2 changes: 1 addition & 1 deletion experimental/revm/biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"javascript": {
"formatter": {
"quoteStyle": "single",
"trailingComma": "all",
"trailingCommas": "all",
"semicolons": "asNeeded"
}
}
Expand Down
2 changes: 1 addition & 1 deletion experimental/revm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"format": "biome format . --write",
"format:check": "biome format .",
"generate:wasm:docs": "bun nx build:esm && typedoc",
"lint": "biome check . --apply-unsafe",
"lint": "biome check . --write --unsafe",
"lint:check": "biome check . --verbose"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion experimental/schemas/biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"javascript": {
"formatter": {
"quoteStyle": "single",
"trailingComma": "all",
"trailingCommas": "all",
"semicolons": "asNeeded"
}
}
Expand Down
2 changes: 1 addition & 1 deletion experimental/schemas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"format": "biome format . --write",
"format:check": "biome format .",
"generate:docs": "typedoc",
"lint": "biome check . --apply-unsafe",
"lint": "biome check . --write --unsafe",
"lint:check": "biome check . --verbose",
"lint:deps": "bunx depcheck",
"lint:package": "bunx publint --strict && attw --pack",
Expand Down
2 changes: 1 addition & 1 deletion experimental/solc/biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"javascript": {
"formatter": {
"quoteStyle": "single",
"trailingComma": "all",
"trailingCommas": "all",
"semicolons": "asNeeded"
}
}
Expand Down
2 changes: 1 addition & 1 deletion experimental/solc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"clean": "rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache",
"format": "biome format . --write",
"format:check": "biome format .",
"lint": "biome check . --apply-unsafe",
"lint": "biome check . --write --unsafe",
"lint:check": "biome check . --verbose",
"test": "NODE_OPTIONS='--experimental-loader=./scripts/http-loader.mjs --experimental-network-imports --no-warnings --loader=tsx' node --test ./src/compiler/loadSolidityCompiler.spec.ts ./src/compiler/loadSolidityCompilerSync.spec.ts"
},
Expand Down
2 changes: 1 addition & 1 deletion experimental/viem-effect/biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"javascript": {
"formatter": {
"quoteStyle": "single",
"trailingComma": "all",
"trailingCommas": "all",
"semicolons": "asNeeded"
}
}
Expand Down
2 changes: 1 addition & 1 deletion experimental/viem-effect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"scripts": {
"//format": "biome format . --write",
"//format:check": "biome format .",
"//lint": "biome check . --apply-unsafe",
"//lint": "biome check . --write --unsafe",
"//lint:check": "biome check . --verbose",
"//test": "vitest --coverage",
"//test:coverage": "vitest run --coverage",
Expand Down
2 changes: 1 addition & 1 deletion extensions/ethers/biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"javascript": {
"formatter": {
"quoteStyle": "single",
"trailingComma": "all",
"trailingCommas": "all",
"semicolons": "asNeeded"
}
}
Expand Down
2 changes: 1 addition & 1 deletion extensions/ethers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"format": "biome format . --write",
"format:check": "biome format .",
"generate:docs": "typedoc",
"lint": "biome check . --apply-unsafe",
"lint": "biome check . --write --unsafe",
"lint:check": "biome check . --verbose",
"lint:deps": "bunx depcheck",
"lint:package": "bunx publint --strict && attw --pack",
Expand Down
Loading

0 comments on commit c58a6e5

Please sign in to comment.