Skip to content

Commit 86fe5c1

Browse files
authored
chore: update dependencies (#103)
1 parent 6b5de51 commit 86fe5c1

File tree

3 files changed

+84
-40
lines changed

3 files changed

+84
-40
lines changed

.circleci/config.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ version: 2.1
22

33
supported-eslint-versions: &supported-eslint-versions ["local", "7"]
44

5+
executors:
6+
node:
7+
working_directory: ~/eslint-config-lwc
8+
docker:
9+
- image: cimg/node:16.17.0
10+
511
commands:
612
save_yarn_cache:
713
description: Save Yarn cache for future build
@@ -20,15 +26,14 @@ commands:
2026

2127
jobs:
2228
build:
29+
executor: node
2330
parameters:
2431
eslint-version:
2532
type: string
2633
description: >
2734
Overrides the installed version of ESLint. When set to "local" the version of ESLint set
2835
frozen in the yarn.lock is used.
2936
default: "local"
30-
docker:
31-
- image: circleci/node
3237

3338
steps:
3439
- checkout
@@ -62,4 +67,4 @@ workflows:
6267
- build:
6368
matrix:
6469
parameters:
65-
eslint-version: *supported-eslint-versions
70+
eslint-version: *supported-eslint-versions

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@
2020
"release:publish": "npm publish --registry=https://registry.npmjs.org"
2121
},
2222
"dependencies": {
23-
"@babel/core": "~7.18.10",
23+
"@babel/core": "~7.18.13",
2424
"@babel/eslint-parser": "~7.18.9",
2525
"eslint-restricted-globals": "~0.2.0",
2626
"semver": "^7.3.7"
2727
},
2828
"devDependencies": {
2929
"@lwc/eslint-plugin-lwc": "^1.4.0",
3030
"@salesforce/eslint-plugin-lightning": "^1.0.0",
31-
"eslint": "^8.21.0",
31+
"eslint": "^8.23.0",
3232
"eslint-plugin-import": "^2.26.0",
33-
"eslint-plugin-jest": "^26.7.0",
33+
"eslint-plugin-jest": "^27.0.1",
3434
"husky": "^8.0.1",
3535
"lint-staged": "^13.0.3",
3636
"mocha": "^10.0.0",

yarn.lock

Lines changed: 73 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,21 @@
2222
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.18.8.tgz#2483f565faca607b8535590e84e7de323f27764d"
2323
integrity sha512-HSmX4WZPPK3FUxYp7g2T6EyO8j96HlZJlxmKPSh6KAcqwyDrfx7hKjXpAW/0FhFfTJsR0Yt4lAjLI2coMptIHQ==
2424

25-
"@babel/core@~7.18.10":
26-
version "7.18.10"
27-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.10.tgz#39ad504991d77f1f3da91be0b8b949a5bc466fb8"
28-
integrity sha512-JQM6k6ENcBFKVtWvLavlvi/mPcpYZ3+R+2EySDEMSMbp7Mn4FexlbbJVrx2R7Ijhr01T8gyqrOaABWIOgxeUyw==
25+
"@babel/core@~7.18.13":
26+
version "7.18.13"
27+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.13.tgz#9be8c44512751b05094a4d3ab05fc53a47ce00ac"
28+
integrity sha512-ZisbOvRRusFktksHSG6pjj1CSvkPkcZq/KHD45LAkVP/oiHJkNBZWfpvlLmX8OtHDG8IuzsFlVRWo08w7Qxn0A==
2929
dependencies:
3030
"@ampproject/remapping" "^2.1.0"
3131
"@babel/code-frame" "^7.18.6"
32-
"@babel/generator" "^7.18.10"
32+
"@babel/generator" "^7.18.13"
3333
"@babel/helper-compilation-targets" "^7.18.9"
3434
"@babel/helper-module-transforms" "^7.18.9"
3535
"@babel/helpers" "^7.18.9"
36-
"@babel/parser" "^7.18.10"
36+
"@babel/parser" "^7.18.13"
3737
"@babel/template" "^7.18.10"
38-
"@babel/traverse" "^7.18.10"
39-
"@babel/types" "^7.18.10"
38+
"@babel/traverse" "^7.18.13"
39+
"@babel/types" "^7.18.13"
4040
convert-source-map "^1.7.0"
4141
debug "^4.1.0"
4242
gensync "^1.0.0-beta.2"
@@ -61,6 +61,15 @@
6161
"@jridgewell/gen-mapping" "^0.3.2"
6262
jsesc "^2.5.1"
6363

64+
"@babel/generator@^7.18.13":
65+
version "7.18.13"
66+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.13.tgz#59550cbb9ae79b8def15587bdfbaa388c4abf212"
67+
integrity sha512-CkPg8ySSPuHTYPJYo7IRALdqyjM9HCbt/3uOBEFbzyGVP6Mn8bwFPB0jX6982JVNBlYzM1nnPkfjuXSOPtQeEQ==
68+
dependencies:
69+
"@babel/types" "^7.18.13"
70+
"@jridgewell/gen-mapping" "^0.3.2"
71+
jsesc "^2.5.1"
72+
6473
"@babel/helper-compilation-targets@^7.18.9":
6574
version "7.18.9"
6675
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.9.tgz#69e64f57b524cde3e5ff6cc5a9f4a387ee5563bf"
@@ -164,6 +173,11 @@
164173
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.10.tgz#94b5f8522356e69e8277276adf67ed280c90ecc1"
165174
integrity sha512-TYk3OA0HKL6qNryUayb5UUEhM/rkOQozIBEA5ITXh5DWrSp0TlUQXMyZmnWxG/DizSWBeeQ0Zbc5z8UGaaqoeg==
166175

176+
"@babel/parser@^7.18.13":
177+
version "7.18.13"
178+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.13.tgz#5b2dd21cae4a2c5145f1fbd8ca103f9313d3b7e4"
179+
integrity sha512-dgXcIfMuQ0kgzLB2b9tRZs7TTFFaGM2AbtA4fJgUUYukzGH4jwsS7hzQHEGs67jdehpm22vkgKwvbU+aEflgwg==
180+
167181
"@babel/template@^7.18.10", "@babel/template@^7.18.6":
168182
version "7.18.10"
169183
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.10.tgz#6f9134835970d1dbf0835c0d100c9f38de0c5e71"
@@ -173,7 +187,23 @@
173187
"@babel/parser" "^7.18.10"
174188
"@babel/types" "^7.18.10"
175189

176-
"@babel/traverse@^7.18.10", "@babel/traverse@^7.18.9":
190+
"@babel/traverse@^7.18.13":
191+
version "7.18.13"
192+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.13.tgz#5ab59ef51a997b3f10c4587d648b9696b6cb1a68"
193+
integrity sha512-N6kt9X1jRMLPxxxPYWi7tgvJRH/rtoU+dbKAPDM44RFHiMH8igdsaSBgFeskhSl/kLWLDUvIh1RXCrTmg0/zvA==
194+
dependencies:
195+
"@babel/code-frame" "^7.18.6"
196+
"@babel/generator" "^7.18.13"
197+
"@babel/helper-environment-visitor" "^7.18.9"
198+
"@babel/helper-function-name" "^7.18.9"
199+
"@babel/helper-hoist-variables" "^7.18.6"
200+
"@babel/helper-split-export-declaration" "^7.18.6"
201+
"@babel/parser" "^7.18.13"
202+
"@babel/types" "^7.18.13"
203+
debug "^4.1.0"
204+
globals "^11.1.0"
205+
206+
"@babel/traverse@^7.18.9":
177207
version "7.18.10"
178208
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.10.tgz#37ad97d1cb00efa869b91dd5d1950f8a6cf0cb08"
179209
integrity sha512-J7ycxg0/K9XCtLyHf0cz2DqDihonJeIo+z+HEdRe9YuT8TY4A66i+Ab2/xZCEW7Ro60bPCBBfqqboHSamoV3+g==
@@ -198,14 +228,23 @@
198228
"@babel/helper-validator-identifier" "^7.18.6"
199229
to-fast-properties "^2.0.0"
200230

201-
"@eslint/eslintrc@^1.3.0":
202-
version "1.3.0"
203-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.0.tgz#29f92c30bb3e771e4a2048c95fa6855392dfac4f"
204-
integrity sha512-UWW0TMTmk2d7hLcWD1/e2g5HDM/HQ3csaLSqXCfqwh4uNDuNqlaKWXmEsL4Cs41Z0KnILNvwbHAah3C2yt06kw==
231+
"@babel/types@^7.18.13":
232+
version "7.18.13"
233+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.13.tgz#30aeb9e514f4100f7c1cb6e5ba472b30e48f519a"
234+
integrity sha512-ePqfTihzW0W6XAU+aMw2ykilisStJfDnsejDCXRchCcMJ4O0+8DhPXf2YUbZ6wjBlsEmZwLK/sPweWtu8hcJYQ==
235+
dependencies:
236+
"@babel/helper-string-parser" "^7.18.10"
237+
"@babel/helper-validator-identifier" "^7.18.6"
238+
to-fast-properties "^2.0.0"
239+
240+
"@eslint/eslintrc@^1.3.1":
241+
version "1.3.1"
242+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.1.tgz#de0807bfeffc37b964a7d0400e0c348ce5a2543d"
243+
integrity sha512-OhSY22oQQdw3zgPOOwdoj01l/Dzl1Z+xyUP33tkSN+aqyEhymJCcPHyXt+ylW8FSe0TfRC2VG+ROQOapD0aZSQ==
205244
dependencies:
206245
ajv "^6.12.4"
207246
debug "^4.3.2"
208-
espree "^9.3.2"
247+
espree "^9.4.0"
209248
globals "^13.15.0"
210249
ignore "^5.2.0"
211250
import-fresh "^3.2.1"
@@ -227,6 +266,11 @@
227266
resolved "https://registry.yarnpkg.com/@humanwhocodes/gitignore-to-minimatch/-/gitignore-to-minimatch-1.0.2.tgz#316b0a63b91c10e53f242efb4ace5c3b34e8728d"
228267
integrity sha512-rSqmMJDdLFUsyxR6FMtD00nfQKKLFb1kv+qBbOVKqErvloEIJLo5bDTJTQNTYgeyp78JsA7u/NPi5jT1GR/MuA==
229268

269+
"@humanwhocodes/module-importer@^1.0.1":
270+
version "1.0.1"
271+
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
272+
integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
273+
230274
"@humanwhocodes/object-schema@^1.2.1":
231275
version "1.2.1"
232276
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
@@ -853,10 +897,10 @@ eslint-plugin-import@^2.26.0:
853897
resolve "^1.22.0"
854898
tsconfig-paths "^3.14.1"
855899

856-
eslint-plugin-jest@^26.7.0:
857-
version "26.7.0"
858-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-26.7.0.tgz#41d405ac9143e1284a3401282db47ed459436778"
859-
integrity sha512-/YNitdfG3o3cC6juZziAdkk6nfJt01jXVfj4AgaYVLs7bupHzRDL5K+eipdzhDXtQsiqaX1TzfwSuRlEgeln1A==
900+
eslint-plugin-jest@^27.0.1:
901+
version "27.0.1"
902+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-27.0.1.tgz#3e67ee2051411540988c62075e8788702a1064da"
903+
integrity sha512-LosUsrkwVSs/8Z/I8Hqn5vWgTEsHrfIquDEKOsV8/cl+gbFR4tiRCE1AimEotsHjSC0Rx1tYm6vPhw8C3ktmmg==
860904
dependencies:
861905
"@typescript-eslint/utils" "^5.10.0"
862906

@@ -898,14 +942,15 @@ eslint-visitor-keys@^3.3.0:
898942
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
899943
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
900944

901-
eslint@^8.21.0:
902-
version "8.21.0"
903-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.21.0.tgz#1940a68d7e0573cef6f50037addee295ff9be9ef"
904-
integrity sha512-/XJ1+Qurf1T9G2M5IHrsjp+xrGT73RZf23xA1z5wB1ZzzEAWSZKvRwhWxTFp1rvkvCfwcvAUNAP31bhKTTGfDA==
945+
eslint@^8.23.0:
946+
version "8.23.0"
947+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.23.0.tgz#a184918d288820179c6041bb3ddcc99ce6eea040"
948+
integrity sha512-pBG/XOn0MsJcKcTRLr27S5HpzQo4kLr+HjLQIyK4EiCsijDl/TB+h5uEuJU6bQ8Edvwz1XWOjpaP2qgnXGpTcA==
905949
dependencies:
906-
"@eslint/eslintrc" "^1.3.0"
950+
"@eslint/eslintrc" "^1.3.1"
907951
"@humanwhocodes/config-array" "^0.10.4"
908952
"@humanwhocodes/gitignore-to-minimatch" "^1.0.2"
953+
"@humanwhocodes/module-importer" "^1.0.1"
909954
ajv "^6.10.0"
910955
chalk "^4.0.0"
911956
cross-spawn "^7.0.2"
@@ -915,7 +960,7 @@ eslint@^8.21.0:
915960
eslint-scope "^7.1.1"
916961
eslint-utils "^3.0.0"
917962
eslint-visitor-keys "^3.3.0"
918-
espree "^9.3.3"
963+
espree "^9.4.0"
919964
esquery "^1.4.0"
920965
esutils "^2.0.2"
921966
fast-deep-equal "^3.1.3"
@@ -941,12 +986,11 @@ eslint@^8.21.0:
941986
strip-ansi "^6.0.1"
942987
strip-json-comments "^3.1.0"
943988
text-table "^0.2.0"
944-
v8-compile-cache "^2.0.3"
945989

946-
espree@^9.3.2, espree@^9.3.3:
947-
version "9.3.3"
948-
resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.3.tgz#2dd37c4162bb05f433ad3c1a52ddf8a49dc08e9d"
949-
integrity sha512-ORs1Rt/uQTqUKjDdGCyrtYxbazf5umATSf/K4qxjmZHORR6HJk+2s/2Pqe+Kk49HHINC/xNIrGfgh8sZcll0ng==
990+
espree@^9.4.0:
991+
version "9.4.0"
992+
resolved "https://registry.yarnpkg.com/espree/-/espree-9.4.0.tgz#cd4bc3d6e9336c433265fc0aa016fc1aaf182f8a"
993+
integrity sha512-DQmnRpLj7f6TgN/NYb0MTzJXL+vJF9h3pHy4JhCIs3zwcgez8xmGg3sXHcEO97BrmO2OSvCwMdfdlyl+E9KjOw==
950994
dependencies:
951995
acorn "^8.8.0"
952996
acorn-jsx "^5.3.2"
@@ -2239,11 +2283,6 @@ uri-js@^4.2.2:
22392283
dependencies:
22402284
punycode "^2.1.0"
22412285

2242-
v8-compile-cache@^2.0.3:
2243-
version "2.3.0"
2244-
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"
2245-
integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==
2246-
22472286
which-boxed-primitive@^1.0.2:
22482287
version "1.0.2"
22492288
resolved "https://registry.yarnpkg.com/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz#13757bc89b209b049fe5d86430e21cf40a89a8e6"

0 commit comments

Comments
 (0)