Skip to content

Commit bd72b55

Browse files
chore(deps): update jest
1 parent ee7b7c1 commit bd72b55

File tree

4 files changed

+578
-438
lines changed

4 files changed

+578
-438
lines changed

github_bot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"nock": "^13.0.5",
3838
"nodemon": "^2.0.16",
3939
"smee-client": "^1.2.3",
40-
"ts-jest": "^29.4.0",
40+
"ts-jest": "^29.4.2",
4141
"ts-node": "^10.9.2",
4242
"typescript": "^5.5.3"
4343
},

github_bot/yarn.lock

Lines changed: 20 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1089,7 +1089,7 @@ [email protected]:
10891089
escape-string-regexp "^1.0.5"
10901090
supports-color "^5.3.0"
10911091

1092-
chalk@^4.0.2, chalk@^4.1.0, chalk@^4.1.2:
1092+
chalk@^4.1.0, chalk@^4.1.2:
10931093
version "4.1.2"
10941094
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
10951095
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
@@ -1417,13 +1417,6 @@ [email protected]:
14171417
resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"
14181418
integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=
14191419

1420-
ejs@^3.1.10:
1421-
version "3.1.10"
1422-
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.10.tgz#69ab8358b14e896f80cc39e62087b88500c3ac3b"
1423-
integrity sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==
1424-
dependencies:
1425-
jake "^10.8.5"
1426-
14271420
emoji-regex@^8.0.0:
14281421
version "8.0.0"
14291422
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
@@ -1628,13 +1621,6 @@ fecha@^4.2.0:
16281621
resolved "https://registry.yarnpkg.com/fecha/-/fecha-4.2.3.tgz#4d9ccdbc61e8629b259fdca67e65891448d569fd"
16291622
integrity sha512-OP2IUU6HeYKJi3i0z4A19kHMQoLVs4Hc+DPqqxI2h/DPZHTm/vjsfC6P0b4jCMy14XizLBqvndQ+UilD7707Jw==
16301623

1631-
filelist@^1.0.4:
1632-
version "1.0.4"
1633-
resolved "https://registry.yarnpkg.com/filelist/-/filelist-1.0.4.tgz#f78978a1e944775ff9e62e744424f215e58352b5"
1634-
integrity sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==
1635-
dependencies:
1636-
minimatch "^5.0.1"
1637-
16381624
fill-range@^7.1.1:
16391625
version "7.1.1"
16401626
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292"
@@ -1894,6 +1880,18 @@ handlebars@^4.7.7:
18941880
optionalDependencies:
18951881
uglify-js "^3.1.4"
18961882

1883+
handlebars@^4.7.8:
1884+
version "4.7.8"
1885+
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.8.tgz#41c42c18b1be2365439188c77c6afae71c0cd9e9"
1886+
integrity sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==
1887+
dependencies:
1888+
minimist "^1.2.5"
1889+
neo-async "^2.6.2"
1890+
source-map "^0.6.1"
1891+
wordwrap "^1.0.0"
1892+
optionalDependencies:
1893+
uglify-js "^3.1.4"
1894+
18971895
has-flag@^3.0.0:
18981896
version "3.0.0"
18991897
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
@@ -2133,16 +2131,6 @@ is-yarn-global@^0.3.0:
21332131
resolved "https://registry.yarnpkg.com/is-yarn-global/-/is-yarn-global-0.3.0.tgz#d502d3382590ea3004893746754c89139973e232"
21342132
integrity sha512-VjSeb/lHmkoyd8ryPVIKvOCn4D1koMqY+vqyjjUfc3xyKtP4dYOxM44sZrnqQSzSds3xyOrUTLTC9LVCVgLngw==
21352133

2136-
jake@^10.8.5:
2137-
version "10.9.1"
2138-
resolved "https://registry.yarnpkg.com/jake/-/jake-10.9.1.tgz#8dc96b7fcc41cb19aa502af506da4e1d56f5e62b"
2139-
integrity sha512-61btcOHNnLnsOdtLgA5efqQWjnSi/vow5HbI7HMdKKWqvrKR1bLK3BPlJn9gcSaP2ewuamUSMB5XEy76KUIS2w==
2140-
dependencies:
2141-
async "^3.2.3"
2142-
chalk "^4.0.2"
2143-
filelist "^1.0.4"
2144-
minimatch "^3.1.2"
2145-
21462134
21472135
version "30.0.0"
21482136
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-30.0.0.tgz#d3d4f75e257e3c2cb8729438fe9cec66098f6176"
@@ -2549,7 +2537,7 @@ mimic-response@^1.0.0, mimic-response@^1.0.1:
25492537
resolved "https://registry.yarnpkg.com/mimic-response/-/mimic-response-1.0.1.tgz#4923538878eef42063cb8a3e3b0798781487ab1b"
25502538
integrity sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==
25512539

2552-
minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
2540+
minimatch@^3.0.4, minimatch@^3.1.1:
25532541
version "3.1.2"
25542542
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
25552543
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
@@ -2609,7 +2597,7 @@ [email protected]:
26092597
resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.3.tgz#58e323a72fedc0d6f9cd4d31fe49f51479590ccd"
26102598
integrity sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==
26112599

2612-
neo-async@^2.6.0:
2600+
neo-async@^2.6.0, neo-async@^2.6.2:
26132601
version "2.6.2"
26142602
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f"
26152603
integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==
@@ -3464,14 +3452,14 @@ triple-beam@^1.3.0:
34643452
resolved "https://registry.yarnpkg.com/triple-beam/-/triple-beam-1.3.0.tgz#a595214c7298db8339eeeee083e4d10bd8cb8dd9"
34653453
integrity sha512-XrHUvV5HpdLmIj4uVMxHggLbFSZYIn7HEWsqePZcI50pco+MPqJ50wMGY794X7AOOhxOBAjbkqfAbEe/QMp2Lw==
34663454

3467-
ts-jest@^29.4.0:
3468-
version "29.4.0"
3469-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.4.0.tgz#bef0ee98d94c83670af7462a1617bf2367a83740"
3470-
integrity sha512-d423TJMnJGu80/eSgfQ5w/R+0zFJvdtTxwtF9KzFFunOpSeD+79lHJQIiAhluJoyGRbvj9NZJsl9WjCUo0ND7Q==
3455+
ts-jest@^29.4.2:
3456+
version "29.4.4"
3457+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.4.4.tgz#fc6fefe28652ed81b8e1381ef8391901d9f81417"
3458+
integrity sha512-ccVcRABct5ZELCT5U0+DZwkXMCcOCLi2doHRrKy1nK/s7J7bch6TzJMsrY09WxgUUIP/ITfmcDS8D2yl63rnXw==
34713459
dependencies:
34723460
bs-logger "^0.2.6"
3473-
ejs "^3.1.10"
34743461
fast-json-stable-stringify "^2.1.0"
3462+
handlebars "^4.7.8"
34753463
json5 "^2.2.3"
34763464
lodash.memoize "^4.1.2"
34773465
make-error "^1.3.6"

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"@semantic-release/npm": "^9.0.1",
8787
"@semantic-release/release-notes-generator": "^10.0.3",
8888
"@storybook/react": "^6.3.7",
89-
"@testing-library/jest-dom": "^6.4.8",
89+
"@testing-library/jest-dom": "^6.8.0",
9090
"@testing-library/react": "^14.2.1",
9191
"@types/chroma-js": "^2.4.2",
9292
"@types/classnames": "^2.2.7",
@@ -126,18 +126,18 @@
126126
"eslint-plugin-file-header": "^0.0.1",
127127
"eslint-plugin-header": "^3.1.1",
128128
"eslint-plugin-import": "^2.29.1",
129-
"eslint-plugin-jest": "^28.14.0",
129+
"eslint-plugin-jest": "^29.0.1",
130130
"eslint-plugin-jsx-a11y": "^6.8.0",
131131
"eslint-plugin-prettier": "^5.1.3",
132132
"eslint-plugin-promise": "^6.1.1",
133133
"eslint-plugin-react": "^7.34.1",
134134
"eslint-plugin-react-hooks": "^4.6.0",
135135
"eslint-plugin-unicorn": "^51.0.1",
136136
"html-webpack-plugin": "^4.5.2",
137-
"jest": "^30.0.0",
138-
"jest-environment-jsdom": "^30.0.0",
137+
"jest": "^30.1.3",
138+
"jest-environment-jsdom": "^30.1.2",
139139
"jest-extended": "^6.0.0",
140-
"jest-matcher-utils": "^30.0.0",
140+
"jest-matcher-utils": "^30.1.2",
141141
"lerna": "^5.5.2",
142142
"lint-staged": "^10.5.3",
143143
"lodash": "^4.17.15",
@@ -161,7 +161,7 @@
161161
"semantic-release-slack-bot": "^3.5.3",
162162
"slugify": "^1.5.0",
163163
"speed-measure-webpack-plugin": "^1.5.0",
164-
"ts-jest": "^29.4.0",
164+
"ts-jest": "^29.4.2",
165165
"ts-loader": "8.4.0",
166166
"ts-prune": "^0.10.3",
167167
"typedoc": "^0.25.4",

0 commit comments

Comments
 (0)