Kaynağa Gözat

Updates dependencies

main
Eric Amodio 4 yıl önce
ebeveyn
işleme
ed68e8c2dc
3 değiştirilmiş dosya ile 77 ekleme ve 78 silme
  1. +7
    -7
      package.json
  2. +0
    -1
      src/webviews/apps/shared/events.ts
  3. +70
    -70
      yarn.lock

+ 7
- 7
package.json Dosyayı Görüntüle

@ -6189,9 +6189,9 @@
"vscode:prepublish": "yarn run bundle"
},
"dependencies": {
"@octokit/graphql": "4.5.2",
"@octokit/graphql": "4.5.3",
"chroma-js": "2.1.0",
"dayjs": "1.8.30",
"dayjs": "1.8.31",
"iconv-lite": "0.6.2",
"lodash-es": "4.17.15",
"sortablejs": "1.10.2",
@ -6201,20 +6201,20 @@
"@types/chroma-js": "2.0.0",
"@types/keytar": "4.4.2",
"@types/lodash-es": "4.17.3",
"@types/node": "12.12.51",
"@types/node": "12.12.53",
"@types/sortablejs": "1.10.5",
"@types/vscode": "1.47.0",
"@typescript-eslint/eslint-plugin": "4.0.0-alpha.1",
"@typescript-eslint/parser": "4.0.0-alpha.1",
"@typescript-eslint/eslint-plugin": "4.0.0-alpha.2",
"@typescript-eslint/parser": "4.0.0-alpha.2",
"circular-dependency-plugin": "5.2.0",
"clean-webpack-plugin": "3.0.0",
"csp-html-webpack-plugin": "4.0.0",
"css-loader": "4.0.0",
"css-loader": "4.1.0",
"eslint": "7.5.0",
"eslint-cli": "1.1.1",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-import": "2.22.0",
"fork-ts-checker-webpack-plugin": "5.0.11",
"fork-ts-checker-webpack-plugin": "5.0.12",
"html-loader": "1.1.0",
"html-webpack-plugin": "4.3.0",
"html-webpack-skip-assets-plugin": "0.0.2",

+ 0
- 1
src/webviews/apps/shared/events.ts Dosyayı Görüntüle

@ -8,7 +8,6 @@ export interface Disposable {
}
export interface Event<T> {
// eslint-disable-next-line @typescript-eslint/no-unused-vars
(listener: (e: T) => any, thisArgs?: any, disposables?: Disposable[]): Disposable;
}

+ 70
- 70
yarn.lock Dosyayı Görüntüle

@ -63,10 +63,10 @@
is-plain-object "^4.0.0"
universal-user-agent "^6.0.0"
"@octokit/graphql@4.5.2":
version "4.5.2"
resolved "https://registry.yarnpkg.com/@octokit/graphql/-/graphql-4.5.2.tgz#33021ebf94939cf47562823851ab11fe64392274"
integrity sha512-SpB/JGdB7bxRj8qowwfAXjMpICUYSJqRDj26MKJAryRQBqp/ZzARsaO2LEFWzDaps0FLQoPYVGppS0HQXkBhdg==
"@octokit/graphql@4.5.3":
version "4.5.3"
resolved "https://registry.yarnpkg.com/@octokit/graphql/-/graphql-4.5.3.tgz#d5ff0d4a8a33e98614a2a7359dac98bc285e062f"
integrity sha512-JyYvi3j2tOb5ofASEpcg1Advs07H+Ag+I+ez7buuZfNVAmh1IYcDTuxd4gnYH8S2PSGu+f5IdDGxMmkK+5zsdA==
dependencies:
"@octokit/request" "^5.3.0"
"@octokit/types" "^5.0.0"
@ -206,14 +206,14 @@
integrity sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==
"@types/node@*", "@types/node@>= 8":
version "14.0.26"
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.26.tgz#22a3b8a46510da8944b67bfc27df02c34a35331c"
integrity sha512-W+fpe5s91FBGE0pEa0lnqGLL4USgpLgs4nokw16SrBBco/gQxuua7KnArSEOd5iaMqbbSHV10vUDkJYJJqpXKA==
version "14.0.27"
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.27.tgz#a151873af5a5e851b51b3b065c9e63390a9e0eb1"
integrity sha512-kVrqXhbclHNHGu9ztnAwSncIgJv/FaxmzXJvGXNdcCpV1b8u1/Mi6z6m0vwy0LzKeXFTPLH0NzwmoJ3fNCIq0g==
"@types/node@12.12.51":
version "12.12.51"
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.12.51.tgz#446a67af8c5ff98947d7cef296484c6ad47ddb16"
integrity sha512-6ILqt8iNThALrxDv2Q4LyYFQxULQz96HKNIFd4s9QRQaiHINYeUpLqeU/2IU7YMtvipG1fQVAy//vY8/fX1Y9w==
"@types/node@12.12.53":
version "12.12.53"
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.12.53.tgz#be0d375933c3d15ef2380dafb3b0350ea7021129"
integrity sha512-51MYTDTyCziHb70wtGNFRwB4l+5JNvdqzFSkbDvpbftEgVUBEE+T5f7pROhWMp/fxp07oNIEQZd5bbfAH22ohQ==
"@types/parse-json@^4.0.0":
version "4.0.0"
@ -258,9 +258,9 @@
integrity sha512-nJA37ykkz9FYA0ZOQUSc3OZnhuzEW2vUhUEo4MiduUo82jGwwcLfyvmgd/Q7b0WrZAAceojGhZybg319L24bTA==
"@types/webpack-sources@*":
version "1.4.1"
resolved "https://registry.yarnpkg.com/@types/webpack-sources/-/webpack-sources-1.4.1.tgz#3bed49013ec7935680d781e83cf4b5ce13ddf917"
integrity sha512-B/RJcbpMp1/od7KADJlW/jeXTEau6NYmhWo+hB29cEfRriYK9SRlH8sY4hI9Au7nrP95Z5MumGvIEiEBHMxoWA==
version "1.4.2"
resolved "https://registry.yarnpkg.com/@types/webpack-sources/-/webpack-sources-1.4.2.tgz#5d3d4dea04008a779a90135ff96fb5c0c9e6292c"
integrity sha512-77T++JyKow4BQB/m9O96n9d/UUHWLQHlcqXb9Vsf4F1+wKNrrlWNFPDLKNT92RJnCSL6CieTc+NDXtCVZswdTw==
dependencies:
"@types/node" "*"
"@types/source-list-map" "*"
@ -278,61 +278,61 @@
"@types/webpack-sources" "*"
source-map "^0.6.0"
"@typescript-eslint/eslint-plugin@4.0.0-alpha.1":
version "4.0.0-alpha.1"
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.0.0-alpha.1.tgz#7b8861c64c1cc47e821766a04e7c2a0c414488e4"
integrity sha512-AIhYZPAgCogvEoYJVG5ySIAVda16eZyJWsJKhbSV3gd3CcVnHfCLhaEgw/Sc7aMwEb6Z9LzURF6+eu43up0d3A==
"@typescript-eslint/eslint-plugin@4.0.0-alpha.2":
version "4.0.0-alpha.2"
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.0.0-alpha.2.tgz#5839686e6b407fd28bea04e7a148fa788d245789"
integrity sha512-JCNqY7PUfMuW3ZYEQbDUGfDbLVOvlbHRiUwRZqZIPlwhQy4V0Xh9gtEDeZMQs9F0cog+JiWaTjXNwTVLXdzgJg==
dependencies:
"@typescript-eslint/experimental-utils" "4.0.0-alpha.1+abb0617e"
"@typescript-eslint/scope-manager" "4.0.0-alpha.1+abb0617e"
"@typescript-eslint/experimental-utils" "4.0.0-alpha.2+df37be2d"
"@typescript-eslint/scope-manager" "4.0.0-alpha.2+df37be2d"
debug "^4.1.1"
functional-red-black-tree "^1.0.1"
regexpp "^3.0.0"
semver "^7.3.2"
tsutils "^3.17.1"
"@typescript-eslint/experimental-utils@4.0.0-alpha.1+abb0617e":
version "4.0.0-alpha.1"
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.0.0-alpha.1.tgz#a463cb2c749e91c6aa2ef5ca26ca571018927ea4"
integrity sha512-qHgb+EjYbL2zXC8h23sf9tbS6wfg9FlvWAER99I5fLmeF0t85fOkHOKYUQUaB1YI+4oTRgSSeYO1I7dgLC9TTQ==
"@typescript-eslint/experimental-utils@4.0.0-alpha.2+df37be2d":
version "4.0.0-alpha.2"
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.0.0-alpha.2.tgz#674225b67868e0e87360ac15680a19be3674780b"
integrity sha512-+DL8LLH7kXA+oUyVvn3JkHWJOqV91lbihFHXQH4gMDmpd0leyfAJT39HXUs6h8OAHe45nGO66CWt7t6R5Q3TFw==
dependencies:
"@types/json-schema" "^7.0.3"
"@typescript-eslint/scope-manager" "4.0.0-alpha.1+abb0617e"
"@typescript-eslint/types" "4.0.0-alpha.1+abb0617e"
"@typescript-eslint/typescript-estree" "4.0.0-alpha.1+abb0617e"
"@typescript-eslint/scope-manager" "4.0.0-alpha.2+df37be2d"
"@typescript-eslint/types" "4.0.0-alpha.2+df37be2d"
"@typescript-eslint/typescript-estree" "4.0.0-alpha.2+df37be2d"
eslint-scope "^5.0.0"
eslint-utils "^2.0.0"
"@typescript-eslint/parser@4.0.0-alpha.1":
version "4.0.0-alpha.1"
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.0.0-alpha.1.tgz#5ba44145e91d258a72c7e9da9804e6a7e1202a57"
integrity sha512-VY+VZ9mi9E2+HWWyOWJ1fn2Rad5eMvyPZ9wHoEyweiTcMTOgh+djs0Urv8mAtExRPHft6Yp8CYrP9XINzbDRlQ==
"@typescript-eslint/parser@4.0.0-alpha.2":
version "4.0.0-alpha.2"
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.0.0-alpha.2.tgz#d80c9bf3a0294334d28f4afc66667873e3b701ea"
integrity sha512-1WAhAdohIE90fn5B8tWlk4fdoy4LBuBZm9ojCJeGY+KKokroU5GbGkFeY5qrWlZZmuOflL0XwVAk8DnaMP7xkg==
dependencies:
"@typescript-eslint/scope-manager" "4.0.0-alpha.1+abb0617e"
"@typescript-eslint/types" "4.0.0-alpha.1+abb0617e"
"@typescript-eslint/typescript-estree" "4.0.0-alpha.1+abb0617e"
"@typescript-eslint/scope-manager" "4.0.0-alpha.2+df37be2d"
"@typescript-eslint/types" "4.0.0-alpha.2+df37be2d"
"@typescript-eslint/typescript-estree" "4.0.0-alpha.2+df37be2d"
debug "^4.1.1"
"@typescript-eslint/scope-manager@4.0.0-alpha.1+abb0617e":
version "4.0.0-alpha.1"
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.0.0-alpha.1.tgz#cafef39f7ff840205c5f7229a2ac9dcef4c38ef3"
integrity sha512-eUtDTEkicYdv4rDeh9FSL6+xALaKW29fvFwRPVmvWveVUlTvu1Ppx7s2lFePSsLf2tlMoC4rBnvW53LvpcdPrA==
"@typescript-eslint/scope-manager@4.0.0-alpha.2+df37be2d":
version "4.0.0-alpha.2"
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.0.0-alpha.2.tgz#d4425a7f7bbbc7f6b8dee2dc322c19d909a925da"
integrity sha512-iopBSb2Y8RDxA9pOH4QTD9BKb9m773/Wa1fTapZ9sL8BBR9WO6v7Pq5QMERHu7wq8hALNRHCLA+FM377uIsz3A==
dependencies:
"@typescript-eslint/types" "4.0.0-alpha.1+abb0617e"
"@typescript-eslint/visitor-keys" "4.0.0-alpha.1+abb0617e"
"@typescript-eslint/types" "4.0.0-alpha.2+df37be2d"
"@typescript-eslint/visitor-keys" "4.0.0-alpha.2+df37be2d"
"@typescript-eslint/types@4.0.0-alpha.1+abb0617e":
version "4.0.0-alpha.1"
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.0.0-alpha.1.tgz#994b8bd02f6cddc9a2740c36cf6d4e1b878a1fad"
integrity sha512-/4lCdgi9L0D6RqVPqOLGo9n/Eq1F2kibIBRSypztqaMOYhBUxinNeeXPNVnhZCqkA8oIrh6BqtCMgnqOUmjCHg==
"@typescript-eslint/types@4.0.0-alpha.2+df37be2d":
version "4.0.0-alpha.2"
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.0.0-alpha.2.tgz#174345ca3085c154773a379f136013a3e9d88e53"
integrity sha512-8OXb2r9gg7WzovVxtvARl7wsYfk1s42bxbUdRbJnWKMU4MWtkTNjH9ZX6ox6RW0xwvfWG7G8qDmMfJ+SDHwfog==
"@typescript-eslint/typescript-estree@4.0.0-alpha.1+abb0617e":
version "4.0.0-alpha.1"
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.0.0-alpha.1.tgz#fe40b3ab6a92a3f32aab769c59257738ad652011"
integrity sha512-fqdfS2yaFI0XqEib1T167PAnT5IKm42eDDJCM7lTL4o6VLpfpi37hWRqVh7LkapeiBzwnBcBRxONsBRZjqUeLw==
"@typescript-eslint/typescript-estree@4.0.0-alpha.2+df37be2d":
version "4.0.0-alpha.2"
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.0.0-alpha.2.tgz#64dfd6473717559f20cb362d404d54b1c5210943"
integrity sha512-g+sZaH6krKJsGpoSIh0S16vV+3mpDPOxzfoaD187m+bKySxzTMXLWZ3Id84gw8DgddWX15fRbUoLuyA5FVqdow==
dependencies:
"@typescript-eslint/types" "4.0.0-alpha.1+abb0617e"
"@typescript-eslint/visitor-keys" "4.0.0-alpha.1+abb0617e"
"@typescript-eslint/types" "4.0.0-alpha.2+df37be2d"
"@typescript-eslint/visitor-keys" "4.0.0-alpha.2+df37be2d"
debug "^4.1.1"
glob "^7.1.6"
is-glob "^4.0.1"
@ -340,12 +340,12 @@
semver "^7.3.2"
tsutils "^3.17.1"
"@typescript-eslint/visitor-keys@4.0.0-alpha.1+abb0617e":
version "4.0.0-alpha.1"
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.0.0-alpha.1.tgz#b50235981901023491faa4eb9c622d5c56f53ee8"
integrity sha512-XWHCO6NP0DkQft110plumAU1UBi6XG4Q3cI97opmtYtV7aQ3H/2HnPT/Xq1DT4JjHOWJDZl50DtjSoCD4kjz+g==
"@typescript-eslint/visitor-keys@4.0.0-alpha.2+df37be2d":
version "4.0.0-alpha.2"
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.0.0-alpha.2.tgz#e5e8870b0a810b1401960cd2b703094fac44ca41"
integrity sha512-brcumMOF+VvPnJ2hPFQLqeRVlbTnhQq2Kv5lmyY1hvHlzpZVGKgx0CJ08XNtzGoqxqPVgfEb+u68+qT3EmhyDQ==
dependencies:
"@typescript-eslint/types" "4.0.0-alpha.1+abb0617e"
"@typescript-eslint/types" "4.0.0-alpha.2+df37be2d"
eslint-visitor-keys "^1.3.0"
"@webassemblyjs/ast@1.9.0":
@ -1749,10 +1749,10 @@ csp-html-webpack-plugin@4.0.0:
lodash "^4.17.15"
memory-fs "^0.5.0"
css-loader@4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-4.0.0.tgz#814434d4e1e2d5f430c70e85e78268db7f3cced1"
integrity sha512-/7d5slKnmY2S39FNifJ7JQ8MhcMM/rDIjAZ2Sc/Z8lnOWOmc10hijg28ovBtljY364pQaF01O2nj5AIBDnJ9vQ==
css-loader@4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-4.1.0.tgz#8d1ecb1ba280438c0b80444cc44e2caef96ae81a"
integrity sha512-oa8XGmieQF+dfTOpv89LQ2DxkBA+HABE2I8yq5xzf1ikKv6mcwkncFWCqVrgNc4rVsTBPrt5or1pW7u5WaNiKA==
dependencies:
camelcase "^6.0.0"
cssesc "^3.0.0"
@ -1850,10 +1850,10 @@ dashdash@^1.12.0:
dependencies:
assert-plus "^1.0.0"
dayjs@1.8.30:
version "1.8.30"
resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.8.30.tgz#d3b314d3ccdc179015d915fd3c6e14422c026378"
integrity sha512-5s5IGuP5bVvIbOWkEDcfmXsUj24fZW1NMHVVSdSFF/kW8d+alZcI9SpBKC+baEyBe+z3fUp17y75ulstv5swUw==
dayjs@1.8.31:
version "1.8.31"
resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.8.31.tgz#0cd1114c2539dd5ad9428be0c38df6d4bb40b9d3"
integrity sha512-mPh1mslned+5PuIuiUfbw4CikHk6AEAf2Baxih+wP5fssv+wmlVhvgZ7mq+BhLt7Sr/Hc8leWDiwe6YnrpNt3g==
debug@2.6.9, debug@^2.2.0, debug@^2.3.3, debug@^2.6.8, debug@^2.6.9:
version "2.6.9"
@ -2951,10 +2951,10 @@ forever-agent@~0.6.1:
resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91"
integrity sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=
fork-ts-checker-webpack-plugin@5.0.11:
version "5.0.11"
resolved "https://registry.yarnpkg.com/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-5.0.11.tgz#40a49a45403910c118c6ae7f3415dbdb317e4574"
integrity sha512-7QFCTfjayFhoX7uxncnHHi3ICWwffUQMoYaHldElA6wYy/9aDTsRIi6QcS8MDAkZa7xdDyv0YKuqcGYjAzboyQ==
fork-ts-checker-webpack-plugin@5.0.12:
version "5.0.12"
resolved "https://registry.yarnpkg.com/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-5.0.12.tgz#6bd63e224c20a073c450ccde0daad0db365d4b8b"
integrity sha512-B/NZNlMq6nuPosU6M+QKxRqX9irG/8M2GVwV/4ufzM2R3cm7XQVcG4zLibJowE7e194Qw8/qppjiz+UBKzyZxw==
dependencies:
"@babel/code-frame" "^7.8.3"
"@types/json-schema" "^7.0.5"
@ -4679,9 +4679,9 @@ minipass-flush@^1.0.5:
minipass "^3.0.0"
minipass-pipeline@^1.2.2:
version "1.2.3"
resolved "https://registry.yarnpkg.com/minipass-pipeline/-/minipass-pipeline-1.2.3.tgz#55f7839307d74859d6e8ada9c3ebe72cec216a34"
integrity sha512-cFOknTvng5vqnwOpDsZTWhNll6Jf8o2x+/diplafmxpuIymAjzoOolZG0VvQf3V2HgqzJNhnuKHYp2BqDgz8IQ==
version "1.2.4"
resolved "https://registry.yarnpkg.com/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz#68472f79711c084657c067c5c6ad93cddea8214c"
integrity sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==
dependencies:
minipass "^3.0.0"

Yükleniyor…
İptal
Kaydet