Skip to content

Commit a6547e2

Browse files
authored
Use patch version 0 with carets in package.json (#742)
1 parent 7eb7627 commit a6547e2

File tree

2 files changed

+69
-24
lines changed

2 files changed

+69
-24
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@
3737
"devDependencies": {
3838
"@babel/cli": "^7.0.0",
3939
"@babel/core": "^7.0.0",
40-
"@babel/preset-env": "^7.14.7",
40+
"@babel/preset-env": "^7.14.0",
4141
"@changesets/cli": "^2.26.0",
42-
"@eslint/compat": "^1.2.8",
43-
"@eslint/eslintrc": "^3.3.1",
42+
"@eslint/compat": "^1.2.0",
43+
"@eslint/eslintrc": "^3.3.0",
4444
"@eslint/js": "^9.24.0",
4545
"@jest/expect-utils": "^29.0.0",
4646
"@types/jest": "^29.0.0",
47-
"@typescript-eslint/eslint-plugin": "^8.29.1",
47+
"@typescript-eslint/eslint-plugin": "^8.29.0",
4848
"@typescript-eslint/parser": "^8.0.0",
4949
"babel-jest": "^29.0.0",
5050
"babel-jest-assertions": "^0.1.0",
@@ -53,7 +53,7 @@
5353
"eslint-import-resolver-typescript": "^4.0.0",
5454
"eslint-plugin-import": "^2.8.0",
5555
"eslint-plugin-jest": "^28.0.0",
56-
"eslint-plugin-prettier": "5.2.6",
56+
"eslint-plugin-prettier": "^5.2.0",
5757
"globals": "^16.0.0",
5858
"husky": "^9.0.0",
5959
"jest": "^29.0.0",

yarn.lock

Lines changed: 64 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,7 @@
790790
"@babel/helper-create-regexp-features-plugin" "^7.25.9"
791791
"@babel/helper-plugin-utils" "^7.25.9"
792792

793-
"@babel/preset-env@^7.14.7":
793+
"@babel/preset-env@^7.14.0":
794794
version "7.26.9"
795795
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.9.tgz#2ec64e903d0efe743699f77a10bdf7955c2123c3"
796796
integrity sha512-vX3qPGE8sEKEAZCWk05k3cpTAE3/nOYca++JA+Rd0z2NCNzabmYvEiSShKzm10zdquOIAVXsy2Ei/DTW34KlKQ==
@@ -1146,7 +1146,7 @@
11461146
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
11471147
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
11481148

1149-
"@eslint/compat@^1.2.8":
1149+
"@eslint/compat@^1.2.0":
11501150
version "1.2.8"
11511151
resolved "https://registry.yarnpkg.com/@eslint/compat/-/compat-1.2.8.tgz#6baa38061ca8850199bf5a322afab34537ba3621"
11521152
integrity sha512-LqCYHdWL/QqKIJuZ/ucMAv8d4luKGs4oCPgpt8mWztQAtPrHfXKQ/XAUc8ljCHAfJCn6SvkpTcGt5Tsh8saowA==
@@ -1179,7 +1179,7 @@
11791179
dependencies:
11801180
"@types/json-schema" "^7.0.15"
11811181

1182-
"@eslint/eslintrc@^3.3.1":
1182+
"@eslint/eslintrc@^3.3.0", "@eslint/eslintrc@^3.3.1":
11831183
version "3.3.1"
11841184
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.3.1.tgz#e55f7f1dd400600dd066dbba349c4c0bac916964"
11851185
integrity sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==
@@ -1684,16 +1684,16 @@
16841684
dependencies:
16851685
"@types/yargs-parser" "*"
16861686

1687-
"@typescript-eslint/eslint-plugin@^8.29.1":
1688-
version "8.29.1"
1689-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.29.1.tgz#593639d9bb5239b2d877d65757b7e2c9100a2e84"
1690-
integrity sha512-ba0rr4Wfvg23vERs3eB+P3lfj2E+2g3lhWcCVukUuhtcdUx5lSIFZlGFEBHKr+3zizDa/TvZTptdNHVZWAkSBg==
1687+
"@typescript-eslint/eslint-plugin@^8.29.0":
1688+
version "8.30.1"
1689+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.30.1.tgz#9beb9e4fbfdde40410e96587cc56dded1942cdf1"
1690+
integrity sha512-v+VWphxMjn+1t48/jO4t950D6KR8JaJuNXzi33Ve6P8sEmPr5k6CEXjdGwT6+LodVnEa91EQCtwjWNUCPweo+Q==
16911691
dependencies:
16921692
"@eslint-community/regexpp" "^4.10.0"
1693-
"@typescript-eslint/scope-manager" "8.29.1"
1694-
"@typescript-eslint/type-utils" "8.29.1"
1695-
"@typescript-eslint/utils" "8.29.1"
1696-
"@typescript-eslint/visitor-keys" "8.29.1"
1693+
"@typescript-eslint/scope-manager" "8.30.1"
1694+
"@typescript-eslint/type-utils" "8.30.1"
1695+
"@typescript-eslint/utils" "8.30.1"
1696+
"@typescript-eslint/visitor-keys" "8.30.1"
16971697
graphemer "^1.4.0"
16981698
ignore "^5.3.1"
16991699
natural-compare "^1.4.0"
@@ -1718,13 +1718,21 @@
17181718
"@typescript-eslint/types" "8.29.1"
17191719
"@typescript-eslint/visitor-keys" "8.29.1"
17201720

1721-
"@typescript-eslint/type-utils@8.29.1":
1722-
version "8.29.1"
1723-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.29.1.tgz#653dfff5c1711bc920a6a46a5a2c274899f00179"
1724-
integrity sha512-DkDUSDwZVCYN71xA4wzySqqcZsHKic53A4BLqmrWFFpOpNSoxX233lwGu/2135ymTCR04PoKiEEEvN1gFYg4Tw==
1721+
"@typescript-eslint/scope-manager@8.30.1":
1722+
version "8.30.1"
1723+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.30.1.tgz#f99c7efd53b5ff9fb57e55be71eb855603fd80b7"
1724+
integrity sha512-+C0B6ChFXZkuaNDl73FJxRYT0G7ufVPOSQkqkpM/U198wUwUFOtgo1k/QzFh1KjpBitaK7R1tgjVz6o9HmsRPg==
17251725
dependencies:
1726-
"@typescript-eslint/typescript-estree" "8.29.1"
1727-
"@typescript-eslint/utils" "8.29.1"
1726+
"@typescript-eslint/types" "8.30.1"
1727+
"@typescript-eslint/visitor-keys" "8.30.1"
1728+
1729+
"@typescript-eslint/[email protected]":
1730+
version "8.30.1"
1731+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.30.1.tgz#151ee0529d6e6df19d8a3a23e81c809d2e4f6b1a"
1732+
integrity sha512-64uBF76bfQiJyHgZISC7vcNz3adqQKIccVoKubyQcOnNcdJBvYOILV1v22Qhsw3tw3VQu5ll8ND6hycgAR5fEA==
1733+
dependencies:
1734+
"@typescript-eslint/typescript-estree" "8.30.1"
1735+
"@typescript-eslint/utils" "8.30.1"
17281736
debug "^4.3.4"
17291737
ts-api-utils "^2.0.1"
17301738

@@ -1733,6 +1741,11 @@
17331741
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.29.1.tgz#984ed1283fedbfb41d3993a9abdcb7b299971500"
17341742
integrity sha512-VT7T1PuJF1hpYC3AGm2rCgJBjHL3nc+A/bhOp9sGMKfi5v0WufsX/sHCFBfNTx2F+zA6qBc/PD0/kLRLjdt8mQ==
17351743

1744+
"@typescript-eslint/[email protected]":
1745+
version "8.30.1"
1746+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.30.1.tgz#20ff6d66ab3d8fe0533aeb7092a487393d53f925"
1747+
integrity sha512-81KawPfkuulyWo5QdyG/LOKbspyyiW+p4vpn4bYO7DM/hZImlVnFwrpCTnmNMOt8CvLRr5ojI9nU1Ekpw4RcEw==
1748+
17361749
"@typescript-eslint/[email protected]":
17371750
version "8.29.1"
17381751
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.29.1.tgz#4ac085665ed5390d11c0e3426427978570e3b747"
@@ -1747,7 +1760,31 @@
17471760
semver "^7.6.0"
17481761
ts-api-utils "^2.0.1"
17491762

1750-
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0":
1763+
"@typescript-eslint/[email protected]":
1764+
version "8.30.1"
1765+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.30.1.tgz#f5c133e4a76a54d25607434f2c276409d7bec4ba"
1766+
integrity sha512-kQQnxymiUy9tTb1F2uep9W6aBiYODgq5EMSk6Nxh4Z+BDUoYUSa029ISs5zTzKBFnexQEh71KqwjKnRz58lusQ==
1767+
dependencies:
1768+
"@typescript-eslint/types" "8.30.1"
1769+
"@typescript-eslint/visitor-keys" "8.30.1"
1770+
debug "^4.3.4"
1771+
fast-glob "^3.3.2"
1772+
is-glob "^4.0.3"
1773+
minimatch "^9.0.4"
1774+
semver "^7.6.0"
1775+
ts-api-utils "^2.0.1"
1776+
1777+
"@typescript-eslint/[email protected]":
1778+
version "8.30.1"
1779+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.30.1.tgz#23d4824394765948fe73dc7113892f85fdc80efd"
1780+
integrity sha512-T/8q4R9En2tcEsWPQgB5BQ0XJVOtfARcUvOa8yJP3fh9M/mXraLxZrkCfGb6ChrO/V3W+Xbd04RacUEqk1CFEQ==
1781+
dependencies:
1782+
"@eslint-community/eslint-utils" "^4.4.0"
1783+
"@typescript-eslint/scope-manager" "8.30.1"
1784+
"@typescript-eslint/types" "8.30.1"
1785+
"@typescript-eslint/typescript-estree" "8.30.1"
1786+
1787+
"@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0":
17511788
version "8.29.1"
17521789
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.29.1.tgz#3d206c8c8def3527a8eb0588e94e3e60f7e167c9"
17531790
integrity sha512-QAkFEbytSaB8wnmB+DflhUPz6CLbFWE2SnSCrRMEa+KnXIzDYbpsn++1HGvnfAsUY44doDXmvRkO5shlM/3UfA==
@@ -1765,6 +1802,14 @@
17651802
"@typescript-eslint/types" "8.29.1"
17661803
eslint-visitor-keys "^4.2.0"
17671804

1805+
"@typescript-eslint/[email protected]":
1806+
version "8.30.1"
1807+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.30.1.tgz#510955ef1fb56e08da4b7953a3377258e5942e36"
1808+
integrity sha512-aEhgas7aJ6vZnNFC7K4/vMGDGyOiqWcYZPpIWrTKuTAlsvDNKy2GFDqh9smL+iq069ZvR0YzEeq0B8NJlLzjFA==
1809+
dependencies:
1810+
"@typescript-eslint/types" "8.30.1"
1811+
eslint-visitor-keys "^4.2.0"
1812+
17681813
17691814
version "1.5.0"
17701815
resolved "https://registry.yarnpkg.com/@unrs/resolver-binding-darwin-arm64/-/resolver-binding-darwin-arm64-1.5.0.tgz#0c64ebe422a3d05ada91d8ba84e037383742c955"
@@ -2759,7 +2804,7 @@ eslint-plugin-jest@^28.0.0:
27592804
dependencies:
27602805
"@typescript-eslint/utils" "^6.0.0 || ^7.0.0 || ^8.0.0"
27612806

2762-
2807+
eslint-plugin-prettier@^5.2.0:
27632808
version "5.2.6"
27642809
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.2.6.tgz#be39e3bb23bb3eeb7e7df0927cdb46e4d7945096"
27652810
integrity sha512-mUcf7QG2Tjk7H055Jk0lGBjbgDnfrvqjhXh9t2xLMSCjZVcw9Rb1V6sVNXO0th3jgeO7zllWPTNRil3JW94TnQ==

0 commit comments

Comments
 (0)