Skip to content

Commit 51ad748

Browse files
author
matus.hudec
committed
Release 7.0.4-beta
1 parent 83403f3 commit 51ad748

2 files changed

Lines changed: 142 additions & 41 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"redis": "^5.9.0",
4646
"axios-mock-adapter": "^2.1.0",
4747
"eslint": "^8.57.1",
48-
"eslint-config-cimpress-atsquad": "^2.2.0-beta",
48+
"eslint-config-cimpress-atsquad": "^2.2.3",
4949
"husky": "^9.1.7",
5050
"jest": "^29.7.0",
5151
"lint-staged": "^15.5.2",

yarn.lock

Lines changed: 141 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1155,6 +1155,11 @@
11551155
resolved "https://registry.yarnpkg.com/@redis/time-series/-/time-series-5.9.0.tgz#519e3cd3a068e65f51bb3caa5fa35270b1876109"
11561156
integrity sha512-W6ILxcyOqhnI7ELKjJXOktIg3w4+aBHugDbVpgVLPZ+YDjObis1M0v7ZzwlpXhlpwsfePfipeSK+KWNuymk52w==
11571157

1158+
"@rtsao/scc@^1.1.0":
1159+
version "1.1.0"
1160+
resolved "https://registry.yarnpkg.com/@rtsao/scc/-/scc-1.1.0.tgz#927dd2fae9bc3361403ac2c7a00c32ddce9ad7e8"
1161+
integrity sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==
1162+
11581163
"@sinclair/typebox@^0.27.8":
11591164
version "0.27.8"
11601165
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.27.8.tgz#6667fac16c436b5434a387a34dedb013198f6e6e"
@@ -1956,7 +1961,7 @@ array-buffer-byte-length@^1.0.1, array-buffer-byte-length@^1.0.2:
19561961
call-bound "^1.0.3"
19571962
is-array-buffer "^3.0.5"
19581963

1959-
array-includes@^3.1.4:
1964+
array-includes@^3.1.9:
19601965
version "3.1.9"
19611966
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.9.tgz#1f0ccaa08e90cdbc3eb433210f903ad0f17c3f3a"
19621967
integrity sha512-FmeCCAenzH0KH381SPT5FZmiA/TmpndpcaShhfgEN9eCVjnFBqq3l1xrI42y8+PPLI6hypzou4GXw00WHmPBLQ==
@@ -1975,7 +1980,20 @@ array-union@^2.1.0:
19751980
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
19761981
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
19771982

1978-
array.prototype.flat@^1.2.5:
1983+
array.prototype.findlastindex@^1.2.6:
1984+
version "1.2.6"
1985+
resolved "https://registry.yarnpkg.com/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.6.tgz#cfa1065c81dcb64e34557c9b81d012f6a421c564"
1986+
integrity sha512-F/TKATkzseUExPlfvmwQKGITM3DGTK+vkAsCZoDc5daVygbJBnjEUCbgkAvVFsgfXfX4YIqZ/27G3k3tdXrTxQ==
1987+
dependencies:
1988+
call-bind "^1.0.8"
1989+
call-bound "^1.0.4"
1990+
define-properties "^1.2.1"
1991+
es-abstract "^1.23.9"
1992+
es-errors "^1.3.0"
1993+
es-object-atoms "^1.1.1"
1994+
es-shim-unscopables "^1.1.0"
1995+
1996+
array.prototype.flat@^1.3.3:
19791997
version "1.3.3"
19801998
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.3.3.tgz#534aaf9e6e8dd79fb6b9a9917f839ef1ec63afe5"
19811999
integrity sha512-rwG/ja1neyLqCuGZ5YYrznA62D4mZXg0i1cIskIUKSiqF3Cje9/wXAls9B9s1Wa2fomMsIv8czB8jZcPmxCXFg==
@@ -1985,6 +2003,16 @@ array.prototype.flat@^1.2.5:
19852003
es-abstract "^1.23.5"
19862004
es-shim-unscopables "^1.0.2"
19872005

2006+
array.prototype.flatmap@^1.3.3:
2007+
version "1.3.3"
2008+
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.3.tgz#712cc792ae70370ae40586264629e33aab5dd38b"
2009+
integrity sha512-Y7Wt51eKJSyi80hFrJCePGGNo5ktJCslFuboqJsbf57CCPcm5zztluPlc4/aD8sWsKvlwatezpV4U1efk8kpjg==
2010+
dependencies:
2011+
call-bind "^1.0.8"
2012+
define-properties "^1.2.1"
2013+
es-abstract "^1.23.5"
2014+
es-shim-unscopables "^1.0.2"
2015+
19882016
arraybuffer.prototype.slice@^1.0.4:
19892017
version "1.0.4"
19902018
resolved "https://registry.yarnpkg.com/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.4.tgz#9d760d84dbdd06d0cbf92c8849615a1a7ab3183c"
@@ -2447,13 +2475,6 @@ data-view-byte-offset@^1.0.1:
24472475
es-errors "^1.3.0"
24482476
is-data-view "^1.0.1"
24492477

2450-
debug@^2.6.9:
2451-
version "2.6.9"
2452-
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
2453-
integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==
2454-
dependencies:
2455-
ms "2.0.0"
2456-
24572478
debug@^3.2.7:
24582479
version "3.2.7"
24592480
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a"
@@ -2605,6 +2626,66 @@ error-ex@^1.3.1:
26052626
dependencies:
26062627
is-arrayish "^0.2.1"
26072628

2629+
es-abstract@^1.23.2:
2630+
version "1.24.1"
2631+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.24.1.tgz#f0c131ed5ea1bb2411134a8dd94def09c46c7899"
2632+
integrity sha512-zHXBLhP+QehSSbsS9Pt23Gg964240DPd6QCf8WpkqEXxQ7fhdZzYsocOr5u7apWonsS5EjZDmTF+/slGMyasvw==
2633+
dependencies:
2634+
array-buffer-byte-length "^1.0.2"
2635+
arraybuffer.prototype.slice "^1.0.4"
2636+
available-typed-arrays "^1.0.7"
2637+
call-bind "^1.0.8"
2638+
call-bound "^1.0.4"
2639+
data-view-buffer "^1.0.2"
2640+
data-view-byte-length "^1.0.2"
2641+
data-view-byte-offset "^1.0.1"
2642+
es-define-property "^1.0.1"
2643+
es-errors "^1.3.0"
2644+
es-object-atoms "^1.1.1"
2645+
es-set-tostringtag "^2.1.0"
2646+
es-to-primitive "^1.3.0"
2647+
function.prototype.name "^1.1.8"
2648+
get-intrinsic "^1.3.0"
2649+
get-proto "^1.0.1"
2650+
get-symbol-description "^1.1.0"
2651+
globalthis "^1.0.4"
2652+
gopd "^1.2.0"
2653+
has-property-descriptors "^1.0.2"
2654+
has-proto "^1.2.0"
2655+
has-symbols "^1.1.0"
2656+
hasown "^2.0.2"
2657+
internal-slot "^1.1.0"
2658+
is-array-buffer "^3.0.5"
2659+
is-callable "^1.2.7"
2660+
is-data-view "^1.0.2"
2661+
is-negative-zero "^2.0.3"
2662+
is-regex "^1.2.1"
2663+
is-set "^2.0.3"
2664+
is-shared-array-buffer "^1.0.4"
2665+
is-string "^1.1.1"
2666+
is-typed-array "^1.1.15"
2667+
is-weakref "^1.1.1"
2668+
math-intrinsics "^1.1.0"
2669+
object-inspect "^1.13.4"
2670+
object-keys "^1.1.1"
2671+
object.assign "^4.1.7"
2672+
own-keys "^1.0.1"
2673+
regexp.prototype.flags "^1.5.4"
2674+
safe-array-concat "^1.1.3"
2675+
safe-push-apply "^1.0.0"
2676+
safe-regex-test "^1.1.0"
2677+
set-proto "^1.0.0"
2678+
stop-iteration-iterator "^1.1.0"
2679+
string.prototype.trim "^1.2.10"
2680+
string.prototype.trimend "^1.0.9"
2681+
string.prototype.trimstart "^1.0.8"
2682+
typed-array-buffer "^1.0.3"
2683+
typed-array-byte-length "^1.0.3"
2684+
typed-array-byte-offset "^1.0.4"
2685+
typed-array-length "^1.0.7"
2686+
unbox-primitive "^1.1.0"
2687+
which-typed-array "^1.1.19"
2688+
26082689
es-abstract@^1.23.5, es-abstract@^1.23.9, es-abstract@^1.24.0:
26092690
version "1.24.0"
26102691
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.24.0.tgz#c44732d2beb0acc1ed60df840869e3106e7af328"
@@ -2692,7 +2773,7 @@ es-set-tostringtag@^2.1.0:
26922773
has-tostringtag "^1.0.2"
26932774
hasown "^2.0.2"
26942775

2695-
es-shim-unscopables@^1.0.2:
2776+
es-shim-unscopables@^1.0.2, es-shim-unscopables@^1.1.0:
26962777
version "1.1.0"
26972778
resolved "https://registry.yarnpkg.com/es-shim-unscopables/-/es-shim-unscopables-1.1.0.tgz#438df35520dac5d105f3943d927549ea3b00f4b5"
26982779
integrity sha512-d9T8ucsEhh8Bi1woXCf+TIKDIROLG5WCkxg8geBCbvk22kzwC5G2OnXVMO6FUsvQlgUUXQ2itephWDLqDzbeCw==
@@ -2750,16 +2831,16 @@ eslint-config-airbnb-typescript@16.1.0:
27502831
dependencies:
27512832
eslint-config-airbnb-base "^15.0.0"
27522833

2753-
eslint-config-cimpress-atsquad@^2.2.0-beta:
2754-
version "2.2.0-beta"
2755-
resolved "https://registry.yarnpkg.com/eslint-config-cimpress-atsquad/-/eslint-config-cimpress-atsquad-2.2.0-beta.tgz#f99758b436f9622d544b00fd4da327570a4839c7"
2756-
integrity sha512-Pn4uFKF3+/J2rWclk4gxnYu0Nvq5QGhxAFZrfqgtkxOk2FleNgkTdCIqchvIX/8DbsoTSwUYwNc7PkGlZB+z5g==
2834+
eslint-config-cimpress-atsquad@^2.2.3:
2835+
version "2.2.3"
2836+
resolved "https://registry.yarnpkg.com/eslint-config-cimpress-atsquad/-/eslint-config-cimpress-atsquad-2.2.3.tgz#3e1372dc0480c8becaba0dfedb09efbe9b75b936"
2837+
integrity sha512-/kXwq8KquvDLNfgTnposATegQLrP8NqvvkrobfZHliLmg0b9MEkTiab4usNZaSNJOw5SFoE5J+DYBiY4ie4qrA==
27572838
dependencies:
27582839
"@typescript-eslint/eslint-plugin" "5.9.1"
27592840
"@typescript-eslint/parser" "5.9.1"
27602841
eslint-config-airbnb-typescript "16.1.0"
27612842
eslint-config-prettier "8.3.0"
2762-
eslint-plugin-import "2.25.4"
2843+
eslint-plugin-import "2.32.0"
27632844
eslint-plugin-jest "23.13.2"
27642845
eslint-plugin-prettier "4.0.0"
27652846
eslint-plugin-unicorn "40.0.0"
@@ -2769,7 +2850,7 @@ eslint-config-prettier@8.3.0:
27692850
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.3.0.tgz#f7471b20b6fe8a9a9254cc684454202886a2dd7a"
27702851
integrity sha512-BgZuLUSeKzvlL/VUjx/Yb787VQ26RU3gGjA3iiFvdsp/2bMfVIWUVP7tjxtjS0e+HP409cPlPvNkQloz8C91ew==
27712852

2772-
eslint-import-resolver-node@^0.3.6:
2853+
eslint-import-resolver-node@^0.3.9:
27732854
version "0.3.9"
27742855
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz#d4eaac52b8a2e7c3cd1903eb00f7e053356118ac"
27752856
integrity sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==
@@ -2778,31 +2859,37 @@ eslint-import-resolver-node@^0.3.6:
27782859
is-core-module "^2.13.0"
27792860
resolve "^1.22.4"
27802861

2781-
eslint-module-utils@^2.7.2:
2862+
eslint-module-utils@^2.12.1:
27822863
version "2.12.1"
27832864
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.12.1.tgz#f76d3220bfb83c057651359295ab5854eaad75ff"
27842865
integrity sha512-L8jSWTze7K2mTg0vos/RuLRS5soomksDPoJLXIslC7c8Wmut3bx7CPpJijDcBZtxQ5lrbUdM+s0OlNbz0DCDNw==
27852866
dependencies:
27862867
debug "^3.2.7"
27872868

2788-
eslint-plugin-import@2.25.4:
2789-
version "2.25.4"
2790-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.25.4.tgz#322f3f916a4e9e991ac7af32032c25ce313209f1"
2791-
integrity sha512-/KJBASVFxpu0xg1kIBn9AUa8hQVnszpwgE7Ld0lKAlx7Ie87yzEzCgSkekt+le/YVhiaosO4Y14GDAOc41nfxA==
2869+
eslint-plugin-import@2.32.0:
2870+
version "2.32.0"
2871+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.32.0.tgz#602b55faa6e4caeaa5e970c198b5c00a37708980"
2872+
integrity sha512-whOE1HFo/qJDyX4SnXzP4N6zOWn79WhnCUY/iDR0mPfQZO8wcYE4JClzI2oZrhBnnMUCBCHZhO6VQyoBU95mZA==
27922873
dependencies:
2793-
array-includes "^3.1.4"
2794-
array.prototype.flat "^1.2.5"
2795-
debug "^2.6.9"
2874+
"@rtsao/scc" "^1.1.0"
2875+
array-includes "^3.1.9"
2876+
array.prototype.findlastindex "^1.2.6"
2877+
array.prototype.flat "^1.3.3"
2878+
array.prototype.flatmap "^1.3.3"
2879+
debug "^3.2.7"
27962880
doctrine "^2.1.0"
2797-
eslint-import-resolver-node "^0.3.6"
2798-
eslint-module-utils "^2.7.2"
2799-
has "^1.0.3"
2800-
is-core-module "^2.8.0"
2881+
eslint-import-resolver-node "^0.3.9"
2882+
eslint-module-utils "^2.12.1"
2883+
hasown "^2.0.2"
2884+
is-core-module "^2.16.1"
28012885
is-glob "^4.0.3"
2802-
minimatch "^3.0.4"
2803-
object.values "^1.1.5"
2804-
resolve "^1.20.0"
2805-
tsconfig-paths "^3.12.0"
2886+
minimatch "^3.1.2"
2887+
object.fromentries "^2.0.8"
2888+
object.groupby "^1.0.3"
2889+
object.values "^1.2.1"
2890+
semver "^6.3.1"
2891+
string.prototype.trimend "^1.0.9"
2892+
tsconfig-paths "^3.15.0"
28062893

28072894
eslint-plugin-jest@23.13.2:
28082895
version "23.13.2"
@@ -3567,7 +3654,7 @@ is-callable@^1.2.7:
35673654
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.7.tgz#3bc2a85ea742d9e36205dcacdd72ca1fdc51b055"
35683655
integrity sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==
35693656

3570-
is-core-module@^2.13.0, is-core-module@^2.16.0, is-core-module@^2.8.0:
3657+
is-core-module@^2.13.0, is-core-module@^2.16.0, is-core-module@^2.16.1:
35713658
version "2.16.1"
35723659
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.16.1.tgz#2a98801a849f43e2add644fbb6bc6229b19a4ef4"
35733660
integrity sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==
@@ -4517,11 +4604,6 @@ minimist@^1.2.5:
45174604
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
45184605
integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==
45194606

4520-
ms@2.0.0:
4521-
version "2.0.0"
4522-
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
4523-
integrity sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==
4524-
45254607
ms@2.1.2:
45264608
version "2.1.2"
45274609
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
@@ -4628,7 +4710,26 @@ object.entries@^1.1.5:
46284710
define-properties "^1.2.1"
46294711
es-object-atoms "^1.1.1"
46304712

4631-
object.values@^1.1.5:
4713+
object.fromentries@^2.0.8:
4714+
version "2.0.8"
4715+
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.8.tgz#f7195d8a9b97bd95cbc1999ea939ecd1a2b00c65"
4716+
integrity sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==
4717+
dependencies:
4718+
call-bind "^1.0.7"
4719+
define-properties "^1.2.1"
4720+
es-abstract "^1.23.2"
4721+
es-object-atoms "^1.0.0"
4722+
4723+
object.groupby@^1.0.3:
4724+
version "1.0.3"
4725+
resolved "https://registry.yarnpkg.com/object.groupby/-/object.groupby-1.0.3.tgz#9b125c36238129f6f7b61954a1e7176148d5002e"
4726+
integrity sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==
4727+
dependencies:
4728+
call-bind "^1.0.7"
4729+
define-properties "^1.2.1"
4730+
es-abstract "^1.23.2"
4731+
4732+
object.values@^1.2.1:
46324733
version "1.2.1"
46334734
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.2.1.tgz#deed520a50809ff7f75a7cfd4bc64c7a038c6216"
46344735
integrity sha512-gXah6aZrcUxjWg2zR2MwouP2eHlCBzdV4pygudehaKXSGW4v2AsRQUK+lwwXhii6KFZcunEnmSUoYp5CXibxtA==
@@ -5476,7 +5577,7 @@ ts-node@^10.9.2:
54765577
v8-compile-cache-lib "^3.0.1"
54775578
yn "3.1.1"
54785579

5479-
tsconfig-paths@^3.12.0:
5580+
tsconfig-paths@^3.15.0:
54805581
version "3.15.0"
54815582
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz#5299ec605e55b1abb23ec939ef15edaf483070d4"
54825583
integrity sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==

0 commit comments

Comments
 (0)