Skip to content

Commit a5c23ed

Browse files
committed
1.7.0
1 parent a159023 commit a5c23ed

File tree

2 files changed

+87
-42
lines changed

2 files changed

+87
-42
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jira.js",
3-
"version": "1.6.2",
3+
"version": "1.7.0",
44
"main": "out/index.js",
55
"types": "out/index.d.ts",
66
"repository": "https://github.com/MrRefactoring/jira.js.git",
@@ -28,13 +28,13 @@
2828
"devDependencies": {
2929
"@types/jest": "^26.0.14",
3030
"@types/node": "^14.11.2",
31-
"@types/sinon": "^9.0.5",
32-
"@typescript-eslint/eslint-plugin": "^4.2.0",
33-
"@typescript-eslint/parser": "^4.2.0",
34-
"eslint": "^7.9.0",
35-
"eslint-config-airbnb-typescript": "^10.0.0",
31+
"@types/sinon": "^9.0.6",
32+
"@typescript-eslint/eslint-plugin": "^4.3.0",
33+
"@typescript-eslint/parser": "^4.3.0",
34+
"eslint": "^7.10.0",
35+
"eslint-config-airbnb-typescript": "^11.0.0",
3636
"eslint-import-resolver-typescript": "^2.3.0",
37-
"eslint-plugin-import": "^2.22.0",
37+
"eslint-plugin-import": "^2.22.1",
3838
"jest": "^26.4.2",
3939
"sinon": "^9.0.3",
4040
"ts-jest": "^26.4.0",

yarn.lock

Lines changed: 80 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -703,10 +703,10 @@
703703
"@types/express-serve-static-core" "*"
704704
"@types/mime" "*"
705705

706-
"@types/sinon@^9.0.5":
707-
version "9.0.5"
708-
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-9.0.5.tgz#56b2a12662dd8c7d081cdc511af5f872cb37377f"
709-
integrity sha512-4CnkGdM/5/FXDGqL32JQ1ttVrGvhOoesLLF7VnTh4KdjK5N5VQOtxaylFqqTjnHx55MnD9O02Nbk5c1ELC8wlQ==
706+
"@types/sinon@^9.0.6":
707+
version "9.0.6"
708+
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-9.0.6.tgz#fb4b6883fe0417e6a1ac5d9753bdcb7016dd4dd0"
709+
integrity sha512-j3GK0fiHgn8fe7sqOpInMjm0A2Tary1NBZ8gbI/sZ0C0JxYeO+nh8H0/pW/0l94vNWcH1FnZOZu/cOvIfNZTrg==
710710
dependencies:
711711
"@types/sinonjs__fake-timers" "*"
712712

@@ -732,32 +732,32 @@
732732
dependencies:
733733
"@types/yargs-parser" "*"
734734

735-
"@typescript-eslint/eslint-plugin@^4.2.0":
736-
version "4.2.0"
737-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.2.0.tgz#a3d5c11b377b7e18f3cd9c4e87d465fe9432669b"
738-
integrity sha512-zBNRkzvLSwo6y5TG0DVcmshZIYBHKtmzD4N+LYnfTFpzc4bc79o8jNRSb728WV7A4Cegbs+MV5IRAj8BKBgOVQ==
735+
"@typescript-eslint/eslint-plugin@^4.3.0":
736+
version "4.3.0"
737+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.3.0.tgz#1a23d904bf8ea248d09dc3761af530d90f39c8fa"
738+
integrity sha512-RqEcaHuEKnn3oPFislZ6TNzsBLqpZjN93G69SS+laav/I8w/iGMuMq97P0D2/2/kW4SCebHggqhbcCfbDaaX+g==
739739
dependencies:
740-
"@typescript-eslint/experimental-utils" "4.2.0"
741-
"@typescript-eslint/scope-manager" "4.2.0"
740+
"@typescript-eslint/experimental-utils" "4.3.0"
741+
"@typescript-eslint/scope-manager" "4.3.0"
742742
debug "^4.1.1"
743743
functional-red-black-tree "^1.0.1"
744744
regexpp "^3.0.0"
745745
semver "^7.3.2"
746746
tsutils "^3.17.1"
747747

748-
"@typescript-eslint/experimental-utils@4.2.0":
749-
version "4.2.0"
750-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.2.0.tgz#3d0b5cd4aa61f5eb7aa1e873dea0db1410b062d2"
751-
integrity sha512-5BBj6BjgHEndBaQQpUVzRIPERz03LBc0MCQkHwUaH044FJFL08SwWv/sQftk7gf0ShZ2xZysz0LTwCwNt4Xu3w==
748+
"@typescript-eslint/experimental-utils@4.3.0":
749+
version "4.3.0"
750+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.3.0.tgz#3f3c6c508e01b8050d51b016e7f7da0e3aefcb87"
751+
integrity sha512-cmmIK8shn3mxmhpKfzMMywqiEheyfXLV/+yPDnOTvQX/ztngx7Lg/OD26J8gTZfkLKUmaEBxO2jYP3keV7h2OQ==
752752
dependencies:
753753
"@types/json-schema" "^7.0.3"
754-
"@typescript-eslint/scope-manager" "4.2.0"
755-
"@typescript-eslint/types" "4.2.0"
756-
"@typescript-eslint/typescript-estree" "4.2.0"
754+
"@typescript-eslint/scope-manager" "4.3.0"
755+
"@typescript-eslint/types" "4.3.0"
756+
"@typescript-eslint/typescript-estree" "4.3.0"
757757
eslint-scope "^5.0.0"
758758
eslint-utils "^2.0.0"
759759

760-
"@typescript-eslint/parser@^4.0.1", "@typescript-eslint/parser@^4.2.0":
760+
"@typescript-eslint/parser@^4.2.0":
761761
version "4.2.0"
762762
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.2.0.tgz#1879ef400abd73d972e20f14c3522e5b343d1d1b"
763763
integrity sha512-54jJ6MwkOtowpE48C0QJF9iTz2/NZxfKVJzv1ha5imigzHbNSLN9yvbxFFH1KdlRPQrlR8qxqyOvLHHxd397VA==
@@ -767,6 +767,16 @@
767767
"@typescript-eslint/typescript-estree" "4.2.0"
768768
debug "^4.1.1"
769769

770+
"@typescript-eslint/parser@^4.3.0":
771+
version "4.3.0"
772+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.3.0.tgz#684fc0be6551a2bfcb253991eec3c786a8c063a3"
773+
integrity sha512-JyfRnd72qRuUwItDZ00JNowsSlpQGeKfl9jxwO0FHK1qQ7FbYdoy5S7P+5wh1ISkT2QyAvr2pc9dAemDxzt75g==
774+
dependencies:
775+
"@typescript-eslint/scope-manager" "4.3.0"
776+
"@typescript-eslint/types" "4.3.0"
777+
"@typescript-eslint/typescript-estree" "4.3.0"
778+
debug "^4.1.1"
779+
770780
"@typescript-eslint/[email protected]":
771781
version "4.2.0"
772782
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.2.0.tgz#d10e6854a65e175b22a28265d372a97c8cce4bfc"
@@ -775,11 +785,24 @@
775785
"@typescript-eslint/types" "4.2.0"
776786
"@typescript-eslint/visitor-keys" "4.2.0"
777787

788+
"@typescript-eslint/[email protected]":
789+
version "4.3.0"
790+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.3.0.tgz#c743227e087545968080d2362cfb1273842cb6a7"
791+
integrity sha512-cTeyP5SCNE8QBRfc+Lgh4Xpzje46kNUhXYfc3pQWmJif92sjrFuHT9hH4rtOkDTo/si9Klw53yIr+djqGZS1ig==
792+
dependencies:
793+
"@typescript-eslint/types" "4.3.0"
794+
"@typescript-eslint/visitor-keys" "4.3.0"
795+
778796
"@typescript-eslint/[email protected]":
779797
version "4.2.0"
780798
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.2.0.tgz#6f6b094329e72040f173123832397c7c0b910fc8"
781799
integrity sha512-xkv5nIsxfI/Di9eVwN+G9reWl7Me9R5jpzmZUch58uQ7g0/hHVuGUbbn4NcxcM5y/R4wuJIIEPKPDb5l4Fdmwg==
782800

801+
"@typescript-eslint/[email protected]":
802+
version "4.3.0"
803+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.3.0.tgz#1f0b2d5e140543e2614f06d48fb3ae95193c6ddf"
804+
integrity sha512-Cx9TpRvlRjOppGsU6Y6KcJnUDOelja2NNCX6AZwtVHRzaJkdytJWMuYiqi8mS35MRNA3cJSwDzXePfmhU6TANw==
805+
783806
"@typescript-eslint/[email protected]":
784807
version "4.2.0"
785808
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.2.0.tgz#9d746240991c305bf225ad5e96cbf57e7fea0551"
@@ -794,6 +817,20 @@
794817
semver "^7.3.2"
795818
tsutils "^3.17.1"
796819

820+
"@typescript-eslint/[email protected]":
821+
version "4.3.0"
822+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.3.0.tgz#0edc1068e6b2e4c7fdc54d61e329fce76241cee8"
823+
integrity sha512-ZAI7xjkl+oFdLV/COEz2tAbQbR3XfgqHEGy0rlUXzfGQic6EBCR4s2+WS3cmTPG69aaZckEucBoTxW9PhzHxxw==
824+
dependencies:
825+
"@typescript-eslint/types" "4.3.0"
826+
"@typescript-eslint/visitor-keys" "4.3.0"
827+
debug "^4.1.1"
828+
globby "^11.0.1"
829+
is-glob "^4.0.1"
830+
lodash "^4.17.15"
831+
semver "^7.3.2"
832+
tsutils "^3.17.1"
833+
797834
"@typescript-eslint/[email protected]":
798835
version "4.2.0"
799836
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.2.0.tgz#ae13838e3a260b63ae51021ecaf1d0cdea8dbba5"
@@ -802,6 +839,14 @@
802839
"@typescript-eslint/types" "4.2.0"
803840
eslint-visitor-keys "^2.0.0"
804841

842+
"@typescript-eslint/[email protected]":
843+
version "4.3.0"
844+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.3.0.tgz#0e5ab0a09552903edeae205982e8521e17635ae0"
845+
integrity sha512-xZxkuR7XLM6RhvLkgv9yYlTcBHnTULzfnw4i6+z2TGBLy9yljAypQaZl9c3zFvy7PNI7fYWyvKYtohyF8au3cw==
846+
dependencies:
847+
"@typescript-eslint/types" "4.3.0"
848+
eslint-visitor-keys "^2.0.0"
849+
805850
abab@^2.0.3:
806851
version "2.0.5"
807852
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.5.tgz#c0b678fb32d60fc1219c784d6a826fe385aeb79a"
@@ -1619,12 +1664,12 @@ eslint-config-airbnb-base@^14.2.0:
16191664
object.assign "^4.1.0"
16201665
object.entries "^1.1.2"
16211666

1622-
eslint-config-airbnb-typescript@^10.0.0:
1623-
version "10.0.0"
1624-
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-typescript/-/eslint-config-airbnb-typescript-10.0.0.tgz#fb0b307de31ce9465d706e987590da0f0f594f81"
1625-
integrity sha512-me2QQj+MUc9+vsr44ZMgGdI2f7Brd7dWTl/+ly9r5RFsoSPkwzV/N4tTg5ZOrtA4Ay18urKPKmwLGe9TTIDxnw==
1667+
eslint-config-airbnb-typescript@^11.0.0:
1668+
version "11.0.0"
1669+
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-typescript/-/eslint-config-airbnb-typescript-11.0.0.tgz#c5a95f6b4b3be4f8791d8769b21f6cede340e428"
1670+
integrity sha512-9PtEcJow7ghv+NuqCg1huVB6X28QNxjGUeB7scIKXdBqY/z7IGg6EwMq0XJCKY5cZlOVLH+0WmKoC2HB9MszJA==
16261671
dependencies:
1627-
"@typescript-eslint/parser" "^4.0.1"
1672+
"@typescript-eslint/parser" "^4.2.0"
16281673
eslint-config-airbnb "^18.2.0"
16291674
eslint-config-airbnb-base "^14.2.0"
16301675

@@ -1637,7 +1682,7 @@ eslint-config-airbnb@^18.2.0:
16371682
object.assign "^4.1.0"
16381683
object.entries "^1.1.2"
16391684

1640-
eslint-import-resolver-node@^0.3.3:
1685+
eslint-import-resolver-node@^0.3.4:
16411686
version "0.3.4"
16421687
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.4.tgz#85ffa81942c25012d8231096ddf679c03042c717"
16431688
integrity sha512-ogtf+5AB/O+nM6DIeBUNr2fuT7ot9Qg/1harBfBtaP13ekEWFQEEMP94BCB7zaNW3gyY+8SHYF00rnqYwXKWOA==
@@ -1664,17 +1709,17 @@ eslint-module-utils@^2.6.0:
16641709
debug "^2.6.9"
16651710
pkg-dir "^2.0.0"
16661711

1667-
eslint-plugin-import@^2.22.0:
1668-
version "2.22.0"
1669-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.22.0.tgz#92f7736fe1fde3e2de77623c838dd992ff5ffb7e"
1670-
integrity sha512-66Fpf1Ln6aIS5Gr/55ts19eUuoDhAbZgnr6UxK5hbDx6l/QgQgx61AePq+BV4PP2uXQFClgMVzep5zZ94qqsxg==
1712+
eslint-plugin-import@^2.22.1:
1713+
version "2.22.1"
1714+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.22.1.tgz#0896c7e6a0cf44109a2d97b95903c2bb689d7702"
1715+
integrity sha512-8K7JjINHOpH64ozkAhpT3sd+FswIZTfMZTjdx052pnWrgRCVfp8op9tbjpAk3DdUeI/Ba4C8OjdC0r90erHEOw==
16711716
dependencies:
16721717
array-includes "^3.1.1"
16731718
array.prototype.flat "^1.2.3"
16741719
contains-path "^0.1.0"
16751720
debug "^2.6.9"
16761721
doctrine "1.5.0"
1677-
eslint-import-resolver-node "^0.3.3"
1722+
eslint-import-resolver-node "^0.3.4"
16781723
eslint-module-utils "^2.6.0"
16791724
has "^1.0.3"
16801725
minimatch "^3.0.4"
@@ -1683,7 +1728,7 @@ eslint-plugin-import@^2.22.0:
16831728
resolve "^1.17.0"
16841729
tsconfig-paths "^3.9.0"
16851730

1686-
eslint-scope@^5.0.0, eslint-scope@^5.1.0:
1731+
eslint-scope@^5.0.0, eslint-scope@^5.1.1:
16871732
version "5.1.1"
16881733
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
16891734
integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
@@ -1708,10 +1753,10 @@ eslint-visitor-keys@^2.0.0:
17081753
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
17091754
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
17101755

1711-
eslint@^7.9.0:
1712-
version "7.9.0"
1713-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.9.0.tgz#522aeccc5c3a19017cf0cb46ebfd660a79acf337"
1714-
integrity sha512-V6QyhX21+uXp4T+3nrNfI3hQNBDa/P8ga7LoQOenwrlEFXrEnUEE+ok1dMtaS3b6rmLXhT1TkTIsG75HMLbknA==
1756+
eslint@^7.10.0:
1757+
version "7.10.0"
1758+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.10.0.tgz#494edb3e4750fb791133ca379e786a8f648c72b9"
1759+
integrity sha512-BDVffmqWl7JJXqCjAK6lWtcQThZB/aP1HXSH1JKwGwv0LQEdvpR7qzNrUT487RM39B5goWuboFad5ovMBmD8yA==
17151760
dependencies:
17161761
"@babel/code-frame" "^7.0.0"
17171762
"@eslint/eslintrc" "^0.1.3"
@@ -1721,7 +1766,7 @@ eslint@^7.9.0:
17211766
debug "^4.0.1"
17221767
doctrine "^3.0.0"
17231768
enquirer "^2.3.5"
1724-
eslint-scope "^5.1.0"
1769+
eslint-scope "^5.1.1"
17251770
eslint-utils "^2.1.0"
17261771
eslint-visitor-keys "^1.3.0"
17271772
espree "^7.3.0"

0 commit comments

Comments
 (0)