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

build(deps-dev): Bump eslint from 8.40.0 to 8.41.0 #154

Merged
merged 1 commit into from
May 29, 2023
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"cspell": "6.31.1",
"dateformat": "5.0.3",
"esbuild": "0.17.19",
"eslint": "8.40.0",
"eslint": "8.41.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-chai-expect": "3.0.0",
"eslint-plugin-jest-formatting": "3.1.0",
Expand Down
37 changes: 18 additions & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1008,10 +1008,10 @@ __metadata:
languageName: node
linkType: hard

"@eslint/js@npm:8.40.0":
version: 8.40.0
resolution: "@eslint/js@npm:8.40.0"
checksum: 3548fb40196129bb640851e7ca8db79a1c065716bbd9ff7b67778236abe81a080d4f19fc0320cb87c5f3fa1fcd23f652f5772a9d0172cff43705acf227bdee55
"@eslint/js@npm:8.41.0":
version: 8.41.0
resolution: "@eslint/js@npm:8.41.0"
checksum: 7f4b1d920b5216c2c6a14574e5fc970c7858784c007358e5271c17bd8a8c51fcd5972ac4904c082722bb0fdf404bfe67f7d518c4b1e90ec77a82c92b3ef1e484
languageName: node
linkType: hard

Expand Down Expand Up @@ -1270,7 +1270,7 @@ __metadata:
cspell: "npm:6.31.1"
dateformat: "npm:5.0.3"
esbuild: "npm:0.17.19"
eslint: "npm:8.40.0"
eslint: "npm:8.41.0"
eslint-config-prettier: "npm:8.8.0"
eslint-plugin-chai-expect: "npm:3.0.0"
eslint-plugin-jest-formatting: "npm:3.1.0"
Expand Down Expand Up @@ -4420,14 +4420,14 @@ __metadata:
languageName: node
linkType: hard

"eslint@npm:8.40.0":
version: 8.40.0
resolution: "eslint@npm:8.40.0"
"eslint@npm:8.41.0":
version: 8.41.0
resolution: "eslint@npm:8.41.0"
dependencies:
"@eslint-community/eslint-utils": "npm:^4.2.0"
"@eslint-community/regexpp": "npm:^4.4.0"
"@eslint/eslintrc": "npm:^2.0.3"
"@eslint/js": "npm:8.40.0"
"@eslint/js": "npm:8.41.0"
"@humanwhocodes/config-array": "npm:^0.11.8"
"@humanwhocodes/module-importer": "npm:^1.0.1"
"@nodelib/fs.walk": "npm:^1.2.8"
Expand All @@ -4447,13 +4447,12 @@ __metadata:
find-up: "npm:^5.0.0"
glob-parent: "npm:^6.0.2"
globals: "npm:^13.19.0"
grapheme-splitter: "npm:^1.0.4"
graphemer: "npm:^1.4.0"
ignore: "npm:^5.2.0"
import-fresh: "npm:^3.0.0"
imurmurhash: "npm:^0.1.4"
is-glob: "npm:^4.0.0"
is-path-inside: "npm:^3.0.3"
js-sdsl: "npm:^4.1.4"
js-yaml: "npm:^4.1.0"
json-stable-stringify-without-jsonify: "npm:^1.0.1"
levn: "npm:^0.4.1"
Expand All @@ -4466,7 +4465,7 @@ __metadata:
text-table: "npm:^0.2.0"
bin:
eslint: bin/eslint.js
checksum: bd17385067c8d43fa757370f5e3356de6f14639cf7d64d545a0ffbdabd678d87c5b8bc7e00b949ab36e466460a788a7ed98a4f13a3c795f720ae0f417903a749
checksum: 82a4a6fd28d88b15e2c8769d291449b93a2241934883d15236eccddce7154f60bf84657923a4840d62988ab099118b71b4ffa1bb7e3039bf1c69aad2ba15f236
languageName: node
linkType: hard

Expand Down Expand Up @@ -5093,6 +5092,13 @@ __metadata:
languageName: node
linkType: hard

"graphemer@npm:^1.4.0":
version: 1.4.0
resolution: "graphemer@npm:1.4.0"
checksum: a4ee139533e1d1683edb24eaf3e598451e7f1577da3dfc68f247f0601d5d11d264d0ccfad3de3bfcabbed891140fbae84c0403b9d68f4fcb6431c418f971434e
languageName: node
linkType: hard

"graphql-config@npm:4.5.0, graphql-config@npm:^4.4.0":
version: 4.5.0
resolution: "graphql-config@npm:4.5.0"
Expand Down Expand Up @@ -5715,13 +5721,6 @@ __metadata:
languageName: node
linkType: hard

"js-sdsl@npm:^4.1.4":
version: 4.3.0
resolution: "js-sdsl@npm:4.3.0"
checksum: ad20a4f5fd32cbdbb8d9ac61a44bf6205027da0ec8e6051948951476b102dbb6d84668fe94b84a6a8fb77de960614d5baa1ef22331850727fc33c510eb5fb4b4
languageName: node
linkType: hard

"js-string-escape@npm:^1.0.1":
version: 1.0.1
resolution: "js-string-escape@npm:1.0.1"
Expand Down
Loading