Skip to content

Commit f8955cc

Browse files
committed
Update changelog
1 parent 03cbbd2 commit f8955cc

File tree

2 files changed

+23
-16
lines changed

2 files changed

+23
-16
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.5.0] - 2020-09-22
9+
10+
### Changed
11+
12+
- Use `^` to pin dependencies
13+
814
## [1.4.0] - 2020-09-22
915

1016
### Changed
@@ -84,6 +90,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8490

8591
- Fix linter crash on accessing node key name
8692

93+
[1.3.0]: https://github.com/infctr/eslint-plugin-typescript-sort-keys/compare/v1.4.0...v1.5.0
8794
[1.3.0]: https://github.com/infctr/eslint-plugin-typescript-sort-keys/compare/v1.3.0...v1.4.0
8895
[1.3.0]: https://github.com/infctr/eslint-plugin-typescript-sort-keys/compare/v1.2.0...v1.3.0
8996
[1.2.0]: https://github.com/infctr/eslint-plugin-typescript-sort-keys/compare/v1.1.0...v1.2.0

yarn.lock

+16-16
Original file line numberDiff line numberDiff line change
@@ -1475,23 +1475,23 @@
14751475
eslint-scope "^5.0.0"
14761476
eslint-utils "^2.0.0"
14771477

1478-
"@typescript-eslint/experimental-utils@^2.5.0":
1479-
version "2.30.0"
1480-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.30.0.tgz#9845e868c01f3aed66472c561d4b6bac44809dd0"
1481-
integrity sha512-L3/tS9t+hAHksy8xuorhOzhdefN0ERPDWmR9CclsIGOUqGKy6tqc/P+SoXeJRye5gazkuPO0cK9MQRnolykzkA==
1478+
"@typescript-eslint/experimental-utils@^2.32.0":
1479+
version "2.34.0"
1480+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.34.0.tgz#d3524b644cdb40eebceca67f8cf3e4cc9c8f980f"
1481+
integrity sha512-eS6FTkq+wuMJ+sgtuNTtcqavWXqsflWcfBnlYhg/nS4aZ1leewkXGbvBhaapn1q6qf4M71bsR1tez5JTRMuqwA==
14821482
dependencies:
14831483
"@types/json-schema" "^7.0.3"
1484-
"@typescript-eslint/typescript-estree" "2.30.0"
1484+
"@typescript-eslint/typescript-estree" "2.34.0"
14851485
eslint-scope "^5.0.0"
14861486
eslint-utils "^2.0.0"
14871487

1488-
"@typescript-eslint/experimental-utils@~2.32.0":
1489-
version "2.32.0"
1490-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.32.0.tgz#bee7fbe1d21d13a273066d70abc82549d0b7943e"
1491-
integrity sha512-oDWuB2q5AXsQ/mLq2N4qtWiBASWXPf7KhqXgeGH4QsyVKx+km8F6Vfqd3bspJQyhyCqxcbLO/jKJuIV3DzHZ6A==
1488+
"@typescript-eslint/experimental-utils@^2.5.0":
1489+
version "2.30.0"
1490+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.30.0.tgz#9845e868c01f3aed66472c561d4b6bac44809dd0"
1491+
integrity sha512-L3/tS9t+hAHksy8xuorhOzhdefN0ERPDWmR9CclsIGOUqGKy6tqc/P+SoXeJRye5gazkuPO0cK9MQRnolykzkA==
14921492
dependencies:
14931493
"@types/json-schema" "^7.0.3"
1494-
"@typescript-eslint/typescript-estree" "2.32.0"
1494+
"@typescript-eslint/typescript-estree" "2.30.0"
14951495
eslint-scope "^5.0.0"
14961496
eslint-utils "^2.0.0"
14971497

@@ -1524,10 +1524,10 @@
15241524
semver "^6.3.0"
15251525
tsutils "^3.17.1"
15261526

1527-
"@typescript-eslint/typescript-estree@2.32.0":
1528-
version "2.32.0"
1529-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.32.0.tgz#0e4ae2e883557f94039b13ac0ecfcfbb09835b8d"
1530-
integrity sha512-hQpbWM/Y2iq6jB9FHYJBqa3h1R9IEGodOtajhb261cVHt9cz30AKjXM6WP7LxJdEPPlyJ9rPTZVgBUgZgiyPgw==
1527+
"@typescript-eslint/typescript-estree@2.34.0":
1528+
version "2.34.0"
1529+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.34.0.tgz#14aeb6353b39ef0732cc7f1b8285294937cf37d5"
1530+
integrity sha512-OMAr+nJWKdlVM9LOqCqh3pQQPwxHAN7Du8DR6dmwCrAmxtiXQnhHJ6tBNtf+cggqfo51SG/FCwnKhXCIM7hnVg==
15311531
dependencies:
15321532
debug "^4.1.1"
15331533
eslint-visitor-keys "^1.1.0"
@@ -4237,7 +4237,7 @@ [email protected]:
42374237
resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.2.3.tgz#b480c892e59a2f05954ce727bd3f2a4e882f9e13"
42384238
integrity sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=
42394239

4240-
json-schema@~0.2.5:
4240+
json-schema@^0.2.5:
42414241
version "0.2.5"
42424242
resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.2.5.tgz#97997f50972dd0500214e208c407efa4b5d7063b"
42434243
integrity sha512-gWJOWYFrhQ8j7pVm0EM8Slr+EPVq1Phf6lvzvD/WCeqkrx/f2xBI0xOsRRS9xCn3I4vKtP519dvs3TP09r24wQ==
@@ -4637,7 +4637,7 @@ nanomatch@^1.2.9:
46374637
snapdragon "^0.8.1"
46384638
to-regex "^3.0.1"
46394639

4640-
natural-compare-lite@~1.4.0:
4640+
natural-compare-lite@^1.4.0:
46414641
version "1.4.0"
46424642
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
46434643
integrity sha1-F7CVgZiJef3a/gIB6TG6kzyWy7Q=

0 commit comments

Comments
 (0)