Skip to content

Commit 4bdb579

Browse files
dependabot[bot]carlopi
authored andcommitted
chore(deps-dev): bump eslint from 8.56.0 to 8.57.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.56.0 to 8.57.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.56.0...v8.57.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fc26b54 commit 4bdb579

File tree

5 files changed

+29
-29
lines changed

5 files changed

+29
-29
lines changed

packages/benchmarks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@typescript-eslint/parser": "^6.21.0",
2323
"assert": "^2.1.0",
2424
"buffalo-bench": "^2.0.0",
25-
"eslint": "^8.56.0",
25+
"eslint": "^8.57.0",
2626
"eslint-plugin-react": "^7.34.0",
2727
"ts-loader": "^9.5.1",
2828
"typescript": "^5.3.3"

packages/duckdb-wasm-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@types/react-virtualized": "^9.21.29",
4949
"copy-webpack-plugin": "^12.0.2",
5050
"css-loader": "^6.10.0",
51-
"eslint": "^8.56.0",
51+
"eslint": "^8.57.0",
5252
"eslint-plugin-jasmine": "^4.1.3",
5353
"eslint-plugin-react": "^7.34.0",
5454
"file-loader": "^6.2.0",

packages/duckdb-wasm-shell/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"devDependencies": {
3434
"esbuild": "^0.20.1",
35-
"eslint": "^8.56.0",
35+
"eslint": "^8.57.0",
3636
"eslint-plugin-jasmine": "^4.1.3",
3737
"eslint-plugin-react": "^7.34.0",
3838
"jasmine": "^5.1.0",

packages/duckdb-wasm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@typescript-eslint/eslint-plugin": "^6.21.0",
3232
"@typescript-eslint/parser": "^6.21.0",
3333
"esbuild": "^0.20.1",
34-
"eslint": "^8.56.0",
34+
"eslint": "^8.57.0",
3535
"eslint-plugin-jasmine": "^4.1.3",
3636
"eslint-plugin-react": "^7.34.0",
3737
"fast-glob": "^3.3.2",

yarn.lock

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -624,29 +624,29 @@
624624
minimatch "^3.1.2"
625625
strip-json-comments "^3.1.1"
626626

627-
"@eslint/js@8.56.0":
628-
version "8.56.0"
629-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.56.0.tgz#ef20350fec605a7f7035a01764731b2de0f3782b"
630-
integrity sha512-gMsVel9D7f2HLkBma9VbtzZRehRogVRfbr++f06nL2vnCGCNlzOD+/MUov/F4p8myyAHspEhVobgjpX64q5m6A==
631-
632-
"@humanwhocodes/config-array@^0.11.13":
633-
version "0.11.13"
634-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.13.tgz#075dc9684f40a531d9b26b0822153c1e832ee297"
635-
integrity sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ==
636-
dependencies:
637-
"@humanwhocodes/object-schema" "^2.0.1"
638-
debug "^4.1.1"
627+
"@eslint/js@8.57.0":
628+
version "8.57.0"
629+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.0.tgz#a5417ae8427873f1dd08b70b3574b453e67b5f7f"
630+
integrity sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==
631+
632+
"@humanwhocodes/config-array@^0.11.14":
633+
version "0.11.14"
634+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.14.tgz#d78e481a039f7566ecc9660b4ea7fe6b1fec442b"
635+
integrity sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==
636+
dependencies:
637+
"@humanwhocodes/object-schema" "^2.0.2"
638+
debug "^4.3.1"
639639
minimatch "^3.0.5"
640640

641641
"@humanwhocodes/module-importer@^1.0.1":
642642
version "1.0.1"
643643
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
644644
integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
645645

646-
"@humanwhocodes/object-schema@^2.0.1":
647-
version "2.0.1"
648-
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.1.tgz#e5211452df060fa8522b55c7b3c0c4d1981cb044"
649-
integrity sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==
646+
"@humanwhocodes/object-schema@^2.0.2":
647+
version "2.0.3"
648+
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz#4a2868d75d6d6963e423bcf90b7fd1be343409d3"
649+
integrity sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==
650650

651651
"@isaacs/cliui@^8.0.2":
652652
version "8.0.2"
@@ -1583,7 +1583,7 @@ ajv-keywords@^5.1.0:
15831583
dependencies:
15841584
fast-deep-equal "^3.1.3"
15851585

1586-
[email protected], ajv@^8.0.0:
1586+
15871587
version "8.11.0"
15881588
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.11.0.tgz#977e91dd96ca669f54a11e23e378e33b884a565f"
15891589
integrity sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==
@@ -1603,7 +1603,7 @@ ajv@^6.12.4, ajv@^6.12.5:
16031603
json-schema-traverse "^0.4.1"
16041604
uri-js "^4.2.2"
16051605

1606-
ajv@^8.9.0:
1606+
ajv@^8.0.0, ajv@^8.9.0:
16071607
version "8.12.0"
16081608
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.12.0.tgz#d1a0527323e22f53562c567c00991577dfbe19d1"
16091609
integrity sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==
@@ -2729,7 +2729,7 @@ [email protected]:
27292729
dependencies:
27302730
ms "2.0.0"
27312731

2732-
debug@4, [email protected], debug@^4.1.0, debug@^4.1.1, debug@^4.3.2, debug@^4.3.3, debug@^4.3.4, debug@~4.3.1, debug@~4.3.2:
2732+
debug@4, [email protected], debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.3, debug@^4.3.4, debug@~4.3.1, debug@~4.3.2:
27332733
version "4.3.4"
27342734
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
27352735
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
@@ -3381,16 +3381,16 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
33813381
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
33823382
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
33833383

3384-
eslint@^8.56.0:
3385-
version "8.56.0"
3386-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.56.0.tgz#4957ce8da409dc0809f99ab07a1b94832ab74b15"
3387-
integrity sha512-Go19xM6T9puCOWntie1/P997aXxFsOi37JIHRWI514Hc6ZnaHGKY9xFhrU65RT6CcBEzZoGG1e6Nq+DT04ZtZQ==
3384+
eslint@^8.57.0:
3385+
version "8.57.0"
3386+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.0.tgz#c786a6fd0e0b68941aaf624596fb987089195668"
3387+
integrity sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==
33883388
dependencies:
33893389
"@eslint-community/eslint-utils" "^4.2.0"
33903390
"@eslint-community/regexpp" "^4.6.1"
33913391
"@eslint/eslintrc" "^2.1.4"
3392-
"@eslint/js" "8.56.0"
3393-
"@humanwhocodes/config-array" "^0.11.13"
3392+
"@eslint/js" "8.57.0"
3393+
"@humanwhocodes/config-array" "^0.11.14"
33943394
"@humanwhocodes/module-importer" "^1.0.1"
33953395
"@nodelib/fs.walk" "^1.2.8"
33963396
"@ungap/structured-clone" "^1.2.0"

0 commit comments

Comments
 (0)