Skip to content

Commit 29e817b

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update all non-major dependencies
1 parent 677c156 commit 29e817b

File tree

2 files changed

+65
-65
lines changed

2 files changed

+65
-65
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,13 @@
7373
"@rollup/plugin-babel": "^5.3.1",
7474
"@rollup/plugin-node-resolve": "^13.1.3",
7575
"@types/jest": "^27.4.1",
76-
"@typescript-eslint/eslint-plugin": "^5.15.0",
77-
"@typescript-eslint/parser": "^5.15.0",
76+
"@typescript-eslint/eslint-plugin": "^5.16.0",
77+
"@typescript-eslint/parser": "^5.16.0",
7878
"babel-jest": "^27.5.1",
7979
"babel-preset-env-modules": "^1.0.1",
8080
"doctoc": "^2.1.0",
8181
"dts-bundle-generator": "^6.5.0",
82-
"eslint": "^8.11.0",
82+
"eslint": "^8.12.0",
8383
"eslint-config-jason": "^8.2.2",
8484
"eslint-config-prettier": "^8.5.0",
8585
"eslint-plugin-import": "^2.25.4",
@@ -91,14 +91,14 @@
9191
"hookem": "^2.0.1",
9292
"jest": "^27.5.1",
9393
"lint-staged": "^12.3.7",
94-
"prettier": "^2.6.0",
94+
"prettier": "^2.6.1",
9595
"rollup": "^2.70.1",
9696
"rollup-plugin-babel": "^4.4.0",
9797
"rollup-plugin-dts": "^4.2.0",
9898
"rollup-plugin-filesize": "^9.1.2",
9999
"rollup-plugin-node-resolve": "^5.2.0",
100100
"synchronous-promise": "^2.0.15",
101-
"typescript": "^4.6.2"
101+
"typescript": "^4.6.3"
102102
},
103103
"dependencies": {
104104
"property-expr": "^2.0.4",

yarn.lock

+60-60
Original file line numberDiff line numberDiff line change
@@ -1818,14 +1818,14 @@
18181818
dependencies:
18191819
"@types/yargs-parser" "*"
18201820

1821-
"@typescript-eslint/eslint-plugin@^5.15.0":
1822-
version "5.15.0"
1823-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.15.0.tgz#c28ef7f2e688066db0b6a9d95fb74185c114fb9a"
1824-
integrity sha512-u6Db5JfF0Esn3tiAKELvoU5TpXVSkOpZ78cEGn/wXtT2RVqs2vkt4ge6N8cRCyw7YVKhmmLDbwI2pg92mlv7cA==
1825-
dependencies:
1826-
"@typescript-eslint/scope-manager" "5.15.0"
1827-
"@typescript-eslint/type-utils" "5.15.0"
1828-
"@typescript-eslint/utils" "5.15.0"
1821+
"@typescript-eslint/eslint-plugin@^5.16.0":
1822+
version "5.16.0"
1823+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.16.0.tgz#78f246dd8d1b528fc5bfca99a8a64d4023a3d86d"
1824+
integrity sha512-SJoba1edXvQRMmNI505Uo4XmGbxCK9ARQpkvOd00anxzri9RNQk0DDCxD+LIl+jYhkzOJiOMMKYEHnHEODjdCw==
1825+
dependencies:
1826+
"@typescript-eslint/scope-manager" "5.16.0"
1827+
"@typescript-eslint/type-utils" "5.16.0"
1828+
"@typescript-eslint/utils" "5.16.0"
18291829
debug "^4.3.2"
18301830
functional-red-black-tree "^1.0.1"
18311831
ignore "^5.1.8"
@@ -1845,23 +1845,23 @@
18451845
eslint-scope "^5.1.1"
18461846
eslint-utils "^3.0.0"
18471847

1848-
"@typescript-eslint/parser@^5.15.0", "@typescript-eslint/parser@^5.5.0":
1849-
version "5.15.0"
1850-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.15.0.tgz#95f603f8fe6eca7952a99bfeef9b85992972e728"
1851-
integrity sha512-NGAYP/+RDM2sVfmKiKOCgJYPstAO40vPAgACoWPO/+yoYKSgAXIFaBKsV8P0Cc7fwKgvj27SjRNX4L7f4/jCKQ==
1848+
"@typescript-eslint/parser@^5.16.0", "@typescript-eslint/parser@^5.5.0":
1849+
version "5.16.0"
1850+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.16.0.tgz#e4de1bde4b4dad5b6124d3da227347616ed55508"
1851+
integrity sha512-fkDq86F0zl8FicnJtdXakFs4lnuebH6ZADDw6CYQv0UZeIjHvmEw87m9/29nk2Dv5Lmdp0zQ3zDQhiMWQf/GbA==
18521852
dependencies:
1853-
"@typescript-eslint/scope-manager" "5.15.0"
1854-
"@typescript-eslint/types" "5.15.0"
1855-
"@typescript-eslint/typescript-estree" "5.15.0"
1853+
"@typescript-eslint/scope-manager" "5.16.0"
1854+
"@typescript-eslint/types" "5.16.0"
1855+
"@typescript-eslint/typescript-estree" "5.16.0"
18561856
debug "^4.3.2"
18571857

1858-
"@typescript-eslint/scope-manager@5.15.0":
1859-
version "5.15.0"
1860-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.15.0.tgz#d97afab5e0abf4018d1289bd711be21676cdd0ee"
1861-
integrity sha512-EFiZcSKrHh4kWk0pZaa+YNJosvKE50EnmN4IfgjkA3bTHElPtYcd2U37QQkNTqwMCS7LXeDeZzEqnsOH8chjSg==
1858+
"@typescript-eslint/scope-manager@5.16.0":
1859+
version "5.16.0"
1860+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.16.0.tgz#7e7909d64bd0c4d8aef629cdc764b9d3e1d3a69a"
1861+
integrity sha512-P+Yab2Hovg8NekLIR/mOElCDPyGgFZKhGoZA901Yax6WR6HVeGLbsqJkZ+Cvk5nts/dAlFKm8PfL43UZnWdpIQ==
18621862
dependencies:
1863-
"@typescript-eslint/types" "5.15.0"
1864-
"@typescript-eslint/visitor-keys" "5.15.0"
1863+
"@typescript-eslint/types" "5.16.0"
1864+
"@typescript-eslint/visitor-keys" "5.16.0"
18651865

18661866
"@typescript-eslint/[email protected]":
18671867
version "5.9.1"
@@ -1871,32 +1871,32 @@
18711871
"@typescript-eslint/types" "5.9.1"
18721872
"@typescript-eslint/visitor-keys" "5.9.1"
18731873

1874-
"@typescript-eslint/type-utils@5.15.0":
1875-
version "5.15.0"
1876-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.15.0.tgz#d2c02eb2bdf54d0a645ba3a173ceda78346cf248"
1877-
integrity sha512-KGeDoEQ7gHieLydujGEFLyLofipe9PIzfvA/41urz4hv+xVxPEbmMQonKSynZ0Ks2xDhJQ4VYjB3DnRiywvKDA==
1874+
"@typescript-eslint/type-utils@5.16.0":
1875+
version "5.16.0"
1876+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.16.0.tgz#b482bdde1d7d7c0c7080f7f2f67ea9580b9e0692"
1877+
integrity sha512-SKygICv54CCRl1Vq5ewwQUJV/8padIWvPgCxlWPGO/OgQLCijY9G7lDu6H+mqfQtbzDNlVjzVWQmeqbLMBLEwQ==
18781878
dependencies:
1879-
"@typescript-eslint/utils" "5.15.0"
1879+
"@typescript-eslint/utils" "5.16.0"
18801880
debug "^4.3.2"
18811881
tsutils "^3.21.0"
18821882

1883-
"@typescript-eslint/types@5.15.0":
1884-
version "5.15.0"
1885-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.15.0.tgz#c7bdd103843b1abae97b5518219d3e2a0d79a501"
1886-
integrity sha512-yEiTN4MDy23vvsIksrShjNwQl2vl6kJeG9YkVJXjXZnkJElzVK8nfPsWKYxcsGWG8GhurYXP4/KGj3aZAxbeOA==
1883+
"@typescript-eslint/types@5.16.0":
1884+
version "5.16.0"
1885+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.16.0.tgz#5827b011982950ed350f075eaecb7f47d3c643ee"
1886+
integrity sha512-oUorOwLj/3/3p/HFwrp6m/J2VfbLC8gjW5X3awpQJ/bSG+YRGFS4dpsvtQ8T2VNveV+LflQHjlLvB6v0R87z4g==
18871887

18881888
"@typescript-eslint/[email protected]":
18891889
version "5.9.1"
18901890
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.9.1.tgz#1bef8f238a2fb32ebc6ff6d75020d9f47a1593c6"
18911891
integrity sha512-SsWegWudWpkZCwwYcKoDwuAjoZXnM1y2EbEerTHho19Hmm+bQ56QG4L4jrtCu0bI5STaRTvRTZmjprWlTw/5NQ==
18921892

1893-
"@typescript-eslint/typescript-estree@5.15.0":
1894-
version "5.15.0"
1895-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.15.0.tgz#81513a742a9c657587ad1ddbca88e76c6efb0aac"
1896-
integrity sha512-Hb0e3dGc35b75xLzixM3cSbG1sSbrTBQDfIScqdyvrfJZVEi4XWAT+UL/HMxEdrJNB8Yk28SKxPLtAhfCbBInA==
1893+
"@typescript-eslint/typescript-estree@5.16.0":
1894+
version "5.16.0"
1895+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.16.0.tgz#32259459ec62f5feddca66adc695342f30101f61"
1896+
integrity sha512-SE4VfbLWUZl9MR+ngLSARptUv2E8brY0luCdgmUevU6arZRY/KxYoLI/3V/yxaURR8tLRN7bmZtJdgmzLHI6pQ==
18971897
dependencies:
1898-
"@typescript-eslint/types" "5.15.0"
1899-
"@typescript-eslint/visitor-keys" "5.15.0"
1898+
"@typescript-eslint/types" "5.16.0"
1899+
"@typescript-eslint/visitor-keys" "5.16.0"
19001900
debug "^4.3.2"
19011901
globby "^11.0.4"
19021902
is-glob "^4.0.3"
@@ -1916,24 +1916,24 @@
19161916
semver "^7.3.5"
19171917
tsutils "^3.21.0"
19181918

1919-
"@typescript-eslint/utils@5.15.0":
1920-
version "5.15.0"
1921-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.15.0.tgz#468510a0974d3ced8342f37e6c662778c277f136"
1922-
integrity sha512-081rWu2IPKOgTOhHUk/QfxuFog8m4wxW43sXNOMSCdh578tGJ1PAaWPsj42LOa7pguh173tNlMigsbrHvh/mtA==
1919+
"@typescript-eslint/utils@5.16.0":
1920+
version "5.16.0"
1921+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.16.0.tgz#42218b459d6d66418a4eb199a382bdc261650679"
1922+
integrity sha512-iYej2ER6AwmejLWMWzJIHy3nPJeGDuCqf8Jnb+jAQVoPpmWzwQOfa9hWVB8GIQE5gsCv/rfN4T+AYb/V06WseQ==
19231923
dependencies:
19241924
"@types/json-schema" "^7.0.9"
1925-
"@typescript-eslint/scope-manager" "5.15.0"
1926-
"@typescript-eslint/types" "5.15.0"
1927-
"@typescript-eslint/typescript-estree" "5.15.0"
1925+
"@typescript-eslint/scope-manager" "5.16.0"
1926+
"@typescript-eslint/types" "5.16.0"
1927+
"@typescript-eslint/typescript-estree" "5.16.0"
19281928
eslint-scope "^5.1.1"
19291929
eslint-utils "^3.0.0"
19301930

1931-
"@typescript-eslint/visitor-keys@5.15.0":
1932-
version "5.15.0"
1933-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.15.0.tgz#5669739fbf516df060f978be6a6dce75855a8027"
1934-
integrity sha512-+vX5FKtgvyHbmIJdxMJ2jKm9z2BIlXJiuewI8dsDYMp5LzPUcuTT78Ya5iwvQg3VqSVdmxyM8Anj1Jeq7733ZQ==
1931+
"@typescript-eslint/visitor-keys@5.16.0":
1932+
version "5.16.0"
1933+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.16.0.tgz#f27dc3b943e6317264c7492e390c6844cd4efbbb"
1934+
integrity sha512-jqxO8msp5vZDhikTwq9ubyMHqZ67UIvawohr4qF3KhlpL7gzSjOd+8471H3nh5LyABkaI85laEKKU8SnGUK5/g==
19351935
dependencies:
1936-
"@typescript-eslint/types" "5.15.0"
1936+
"@typescript-eslint/types" "5.16.0"
19371937
eslint-visitor-keys "^3.0.0"
19381938

19391939
"@typescript-eslint/[email protected]":
@@ -4256,10 +4256,10 @@ eslint@^7.32.0:
42564256
text-table "^0.2.0"
42574257
v8-compile-cache "^2.0.3"
42584258

4259-
eslint@^8.11.0:
4260-
version "8.11.0"
4261-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.11.0.tgz#88b91cfba1356fc10bb9eb592958457dfe09fb37"
4262-
integrity sha512-/KRpd9mIRg2raGxHRGwW9ZywYNAClZrHjdueHcrVDuO3a6bj83eoTirCCk0M0yPwOjWYKHwRVRid+xK4F/GHgA==
4259+
eslint@^8.12.0:
4260+
version "8.12.0"
4261+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.12.0.tgz#c7a5bd1cfa09079aae64c9076c07eada66a46e8e"
4262+
integrity sha512-it1oBL9alZg1S8UycLm5YDMAkIhtH6FtAzuZs6YvoGVldWjbS08BkAdb/ymP9LlAyq8koANu32U7Ib/w+UNh8Q==
42634263
dependencies:
42644264
"@eslint/eslintrc" "^1.2.1"
42654265
"@humanwhocodes/config-array" "^0.9.2"
@@ -8170,10 +8170,10 @@ prelude-ls@~1.1.2:
81708170
version "1.1.2"
81718171
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54"
81728172

8173-
prettier@^2.4.1, prettier@^2.6.0:
8174-
version "2.6.0"
8175-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.6.0.tgz#12f8f504c4d8ddb76475f441337542fa799207d4"
8176-
integrity sha512-m2FgJibYrBGGgQXNzfd0PuDGShJgRavjUoRCw1mZERIWVSXF0iLzLm+aOqTAbLnC3n6JzUhAA8uZnFVghHJ86A==
8173+
prettier@^2.4.1, prettier@^2.6.1:
8174+
version "2.6.1"
8175+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.6.1.tgz#d472797e0d7461605c1609808e27b80c0f9cfe17"
8176+
integrity sha512-8UVbTBYGwN37Bs9LERmxCPjdvPxlEowx2urIL6urHzdb3SDq4B/Z6xLFCblrSnE4iKWcS6ziJ3aOYrc1kz/E2A==
81778177

81788178
pretty-format@^27.0.0, pretty-format@^27.5.1:
81798179
version "27.5.1"
@@ -9937,10 +9937,10 @@ typescript-workspace-plugin@^2.0.1:
99379937
resolved "https://registry.yarnpkg.com/typescript-workspace-plugin/-/typescript-workspace-plugin-2.0.1.tgz#3d88be1c35a7fdf2c0160c8cf569ca8993439a12"
99389938
integrity sha512-xjIYNFlPIA7IWXvnOFJoAeHPbPJSo0AiQDCRJzaAp3+xZwz6maTgeRLB0oEHVtCqz4Q1CDN6U9kh/2z8sxdDBQ==
99399939

9940-
typescript@>=3.0.1, typescript@^4.4.3, typescript@^4.6.2:
9941-
version "4.6.2"
9942-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.2.tgz#fe12d2727b708f4eef40f51598b3398baa9611d4"
9943-
integrity sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg==
9940+
typescript@>=3.0.1, typescript@^4.4.3, typescript@^4.6.3:
9941+
version "4.6.3"
9942+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.3.tgz#eefeafa6afdd31d725584c67a0eaba80f6fc6c6c"
9943+
integrity sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw==
99449944

99459945
uglify-js@^3.1.4:
99469946
version "3.4.9"

0 commit comments

Comments
 (0)