Skip to content

Commit

Permalink
fix: update deps, ignore api extractor for now
Browse files Browse the repository at this point in the history
I couldn't fix this microsoft/rushstack#2140
  • Loading branch information
jackmac92 committed Sep 18, 2020
1 parent 88e1124 commit 72f83ee
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 57 deletions.
42 changes: 13 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,48 +4,32 @@
"scripts": {
"prerun-api-extractor": "yarn tsc",
"run-api-extractor": "api-extractor run",
"postbuild": "yarn run-api-extractor",
"noop_postbuild": "yarn run-api-extractor",
"test": "jest",
"lint": "eslint src/**/*s",
"check-commit": "lint-staged && tsc && jest --changedSince=HEAD",
"build": "pika build"
},
"pre-commit": "check-commit",
"lint-staged": {
"*.ts": [
"eslint --fix"
],
"*.js": [
"eslint --fix"
],
"*.css": [
"stylelint --fix"
]
"*.ts": ["eslint --fix"],
"*.js": ["eslint --fix"],
"*.css": ["stylelint --fix"]
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
"extends": ["@commitlint/config-conventional"]
},
"@pika/pack": {
"pipeline": [
[
"@pika/plugin-ts-standard-pkg",
{
"exclude": [
"__tests__/**/*"
]
"exclude": ["__tests__/**/*"]
}
],
[
"@pika/plugin-build-node"
],
[
"@pika/plugin-build-web"
],
[
"@pika/plugin-build-deno"
]
["@pika/plugin-build-node"],
["@pika/plugin-build-web"],
["@pika/plugin-build-deno"]
]
},
"dependencies": {
Expand All @@ -57,13 +41,13 @@
},
"devDependencies": {
"@commitlint/config-conventional": "^8.2.0",
"@microsoft/api-extractor": "^7.8.0",
"@microsoft/api-extractor": "^7.9.16",
"@pika/pack": "^0.5.0",
"@pika/plugin-build-deno": "^0.8.1",
"@pika/plugin-build-node": "^0.8.1",
"@pika/plugin-build-web": "^0.8.1",
"@pika/plugin-ts-standard-pkg": "^0.8.1",
"@pika/types": "^0.8.1",
"@pika/plugin-ts-standard-pkg": "^0.9.2",
"@pika/types": "^0.9.2",
"@types/jest": "^24.0.25",
"@types/node": "^13.1.2",
"@typescript-eslint/eslint-plugin": "^2.34.0",
Expand All @@ -75,6 +59,6 @@
"lint-staged": "^9.5.0",
"pre-commit": "^1.2.2",
"ts-jest": "^24.2.0",
"typescript": "^3.9.3"
"typescript": "^4.0.3"
}
}
74 changes: 46 additions & 28 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1197,23 +1197,23 @@
mkdirp "^0.5.1"
rimraf "^2.5.2"

"@microsoft/api-extractor-model@7.8.12":
version "7.8.12"
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor-model/-/api-extractor-model-7.8.12.tgz#d089193ef29275b8b20802498c6bdfab80dcef59"
integrity sha512-lE9xcNStS2hf5K+ZQy4L9DQ9Xd62bNsMqW+SyPQWXuQ5HJqUBSXJ2yxCWXP/+rcAkFCvZrikbql9M8Z88nKvwQ==
"@microsoft/api-extractor-model@7.9.1":
version "7.9.1"
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor-model/-/api-extractor-model-7.9.1.tgz#957cc72f83af9534a3993eab4f9739f8958cf7ba"
integrity sha512-z0473nhGACR5Rad6+nE1nc3dTn4TW+fpXfG11nnTLFA9LlM1hZjZ7dABIoN0HLtR56FUYbZvZbribCQ1CHbF0w==
dependencies:
"@microsoft/tsdoc" "0.12.19"
"@rushstack/node-core-library" "3.25.0"
"@rushstack/node-core-library" "3.33.0"

"@microsoft/api-extractor@^7.8.0":
version "7.9.2"
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor/-/api-extractor-7.9.2.tgz#3bb8c93f4280fcb94171e4214d714e1639f4fbd4"
integrity sha512-R4b3zXlYdicoS8bRLXEChTKLPyhUHrG1cb0GDtOX0zdoxlovU1p0JaPt97A/vC7N3Gm2E8gd2qsDWElKU3/wKQ==
"@microsoft/api-extractor@^7.9.16":
version "7.9.16"
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor/-/api-extractor-7.9.16.tgz#52ba974e14019115b9b70dcdee75a6c78d43bac7"
integrity sha512-LkmdjTkIMHu8JllqPTfhWO+ZguvaBo6rM2+nqnpqM+68yzoDb6Ap2CT0XpbgJIm+/p9mciXZCXyRukV/1g49oQ==
dependencies:
"@microsoft/api-extractor-model" "7.8.12"
"@microsoft/api-extractor-model" "7.9.1"
"@microsoft/tsdoc" "0.12.19"
"@rushstack/node-core-library" "3.25.0"
"@rushstack/ts-command-line" "4.4.6"
"@rushstack/node-core-library" "3.33.0"
"@rushstack/ts-command-line" "4.6.4"
colors "~1.2.1"
lodash "~4.17.15"
resolve "~1.17.0"
Expand Down Expand Up @@ -1319,12 +1319,12 @@
"@types/node" "^10.12.18"
rollup "^1.1.0"

"@pika/plugin-ts-standard-pkg@^0.8.1":
version "0.8.3"
resolved "https://registry.yarnpkg.com/@pika/plugin-ts-standard-pkg/-/plugin-ts-standard-pkg-0.8.3.tgz#ae080079875969946118765d8a8a071695c34638"
integrity sha512-mj0MSI/ZI44e6RYFC5giJBBk9mBH/z8rEB9wa1YM/8FrCCTLy3kqSifz9V/XjjTxrNUJMbnijoQRaZDGy6/ixw==
"@pika/plugin-ts-standard-pkg@^0.9.2":
version "0.9.2"
resolved "https://registry.yarnpkg.com/@pika/plugin-ts-standard-pkg/-/plugin-ts-standard-pkg-0.9.2.tgz#b440143be3535f9701625ca231d0eb612bd3db63"
integrity sha512-LwObacitvuILyXzdmbB1gyGtPjERxSF83omBHfoagsSUqgIf4FZDo9Z3v5VpI7Sq7mtIjQ7D3cjKv8r7JyyY5Q==
dependencies:
"@pika/types" "^0.8.3"
"@pika/types" "^0.9.2"
execa "^2.0.0"
standard-pkg "^0.5.0"

Expand All @@ -1333,32 +1333,40 @@
resolved "https://registry.npmjs.org/@pika/types/-/types-0.6.1.tgz#864b1803f3a95093b871ced387bb87779ebfc862"
integrity sha512-1ZsOHGc0qJDofO+/98PfchHJqJjtfZL3liVGi4QZ28GtLmTVuZ4SUJFa5NgbsYawnrr//pdNOfx9JiaLFKpzrA==

"@pika/types@^0.8.1", "@pika/types@^0.8.3":
"@pika/types@^0.8.3":
version "0.8.3"
resolved "https://registry.yarnpkg.com/@pika/types/-/types-0.8.3.tgz#81a3d16ac7a0fdd3656b14b488b096117d8d62e4"
integrity sha512-NqJ23m5ZIVnhEmGKtu3iOTLAgOaCuhqS8cS1nuz0KzgMg5uuXXPOQoVE9Crk+2axfw1xbNv23w6A+pZqEuyufg==

"@rushstack/node-core-library@3.25.0":
version "3.25.0"
resolved "https://registry.yarnpkg.com/@rushstack/node-core-library/-/node-core-library-3.25.0.tgz#ba40bc1b188ab5d31f5705999cd2b3b56b8a32cf"
integrity sha512-e2NCFtAu/eu14b8nlzRX6ZrE9Sb3J2wVt+pninQmTn/IgfnRLAtM0D4PzUO4+ktZwF9fCnpqrOGokLzw6RSVNw==
"@pika/types@^0.9.2":
version "0.9.2"
resolved "https://registry.yarnpkg.com/@pika/types/-/types-0.9.2.tgz#60ad16afe1293878232e28937d9007340c59ff7c"
integrity sha512-AzZTkHtM0A67+xMVhmSeJDteSMS+RfXGuM+/oVbo1PGD19ic7fuimv5b0TW8dKoZuxpVxiwVAai+sFRSNmfI3g==

"@rushstack/node-core-library@3.33.0":
version "3.33.0"
resolved "https://registry.yarnpkg.com/@rushstack/node-core-library/-/node-core-library-3.33.0.tgz#5ae9afe7c38c4a0de42a695fc1e078bece4097a1"
integrity sha512-5hCHV0RRdA6pZcRAoNr7/esL9civxOXjYyGNJFgoHWtQLoQJKv8KRfe+nbs5gveZvjWgXVpCKMbZO4m7W7EdsQ==
dependencies:
"@types/node" "10.17.13"
colors "~1.2.1"
fs-extra "~7.0.1"
import-lazy "~4.0.0"
jju "~1.4.0"
resolve "~1.17.0"
semver "~7.3.0"
timsort "~0.3.0"
z-schema "~3.18.3"

"@rushstack/ts-command-line@4.4.6":
version "4.4.6"
resolved "https://registry.yarnpkg.com/@rushstack/ts-command-line/-/ts-command-line-4.4.6.tgz#7818f19e444274e68564a756ef62a2b4e0ced0f8"
integrity sha512-ue3p2m773Yea/s4Ef2Q3gEyLd9T0NDjXCl+PlodGTrJHgxoiRwbROSWHAdYJL/LceGWa6Biqizu9qxUDEWFweQ==
"@rushstack/ts-command-line@4.6.4":
version "4.6.4"
resolved "https://registry.yarnpkg.com/@rushstack/ts-command-line/-/ts-command-line-4.6.4.tgz#bf04299aa69ccf066085ce7ed88b03852f3ed781"
integrity sha512-ubIANZimyU07+ChU56LfiD36NJ8gvw1txlvUP20GYNQi4lf5N0xEnev4r+AtKkOdnowpGy60ObGmYxSUpSacpw==
dependencies:
"@types/argparse" "1.0.38"
argparse "~1.0.9"
colors "~1.2.1"
string-argv "~0.3.1"

"@samverschueren/stream-to-observable@^0.3.0":
version "0.3.0"
Expand Down Expand Up @@ -4446,6 +4454,11 @@ import-lazy@^2.1.0:
resolved "https://registry.npmjs.org/import-lazy/-/import-lazy-2.1.0.tgz#05698e3d45c88e8d7e9d92cb0584e77f096f3e43"
integrity sha1-BWmOPUXIjo1+nZLLBYTnfwlvPkM=

import-lazy@~4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/import-lazy/-/import-lazy-4.0.0.tgz#e8eb627483a0a43da3c03f3e35548be5cb0cc153"
integrity sha512-rKtvo6a868b5Hu3heneU+L4yEQ4jYKLtjpnPeUdK7h0yzXGmyBTypknlkCvHFBqfX9YlorEiMM6Dnq/5atfHkw==

import-local@^2.0.0:
version "2.0.0"
resolved "https://registry.npmjs.org/import-local/-/import-local-2.0.0.tgz#55070be38a5993cf18ef6db7e961f5bee5c5a09d"
Expand Down Expand Up @@ -8603,7 +8616,7 @@ strict-uri-encode@^2.0.0:
resolved "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-2.0.0.tgz#b9c7330c7042862f6b142dc274bbcc5866ce3546"
integrity sha1-ucczDHBChi9rFC3CdLvMWGbONUY=

string-argv@^0.3.0:
string-argv@^0.3.0, string-argv@~0.3.1:
version "0.3.1"
resolved "https://registry.npmjs.org/string-argv/-/string-argv-0.3.1.tgz#95e2fbec0427ae19184935f816d74aaa4c5c19da"
integrity sha512-a1uQGz7IyVy9YwhqjZIZu1c8JO8dNIe20xBmSS6qu9kv++k3JGzCVmprbNN5Kn+BgzD5E7YYwg1CcjuJMRNsvg==
Expand Down Expand Up @@ -9128,7 +9141,12 @@ typedarray@^0.0.6:
resolved "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=

typescript@^3.9.3, typescript@~3.9.5:
typescript@^4.0.3:
version "4.0.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.3.tgz#153bbd468ef07725c1df9c77e8b453f8d36abba5"
integrity sha512-tEu6DGxGgRJPb/mVPIZ48e69xCn2yRmCgYmDugAVwmJ6o+0u1RI18eO7E7WBTLYLaEVVOhwQmcdhQHweux/WPg==

typescript@~3.9.5:
version "3.9.7"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa"
integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==
Expand Down

0 comments on commit 72f83ee

Please sign in to comment.