Skip to content

Commit

Permalink
⬆️ Upgrade SDK dependencies to latest stable (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
Robdel12 authored May 5, 2022
1 parent 2e9dd2a commit 4d94d02
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 45 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [12]
node: [14]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/typecheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 12
node-version: 14
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
- uses: actions/cache@v3
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
key: v1/${{ runner.os }}/node-12/${{ hashFiles('**/yarn.lock') }}
restore-keys: v1/${{ runner.os }}/node-12/
key: v1/${{ runner.os }}/node-14/${{ hashFiles('**/yarn.lock') }}
restore-keys: v1/${{ runner.os }}/node-14/
- run: yarn
- run: yarn test:types
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"types/index.d.ts"
],
"engines": {
"node": ">=12"
"node": ">=14"
},
"scripts": {
"lint": "eslint --ignore-path .gitignore .",
Expand All @@ -26,13 +26,13 @@
"test:types": "tsd"
},
"dependencies": {
"@percy/sdk-utils": "^1.0.0-beta.44"
"@percy/sdk-utils": "^1.1.1"
},
"peerDependencies": {
"testcafe": "~1"
},
"devDependencies": {
"@percy/core": "^1.0.0-beta.44",
"@percy/core": "^1.1.1",
"cross-env": "^7.0.2",
"eslint": "^7.9.0",
"eslint-config-standard": "^16.0.1",
Expand Down
92 changes: 54 additions & 38 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1205,62 +1205,62 @@
"@nodelib/fs.scandir" "2.1.3"
fastq "^1.6.0"

"@percy/client@1.0.0-beta.76":
version "1.0.0-beta.76"
resolved "https://registry.yarnpkg.com/@percy/client/-/client-1.0.0-beta.76.tgz#cc0438ec1a2129bf41e75c33e2d1a2f91d434704"
integrity sha512-vq0npya/YobIwbqrhiCXF7liwHJNmMEiAkefv5AXLmhCxIJ9eWjvgYew4xssuf+QPHfdv10EVa5kkMSr8INxeA==
"@percy/client@1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@percy/client/-/client-1.1.1.tgz#bc1d320e921fa3e29a7eea589ebfd0aff44dda6b"
integrity sha512-7rreoFTGBHG9ElVPFb4+PoXXg/pdupl85eKeMIXMldk66EISPv35vENUVlmVmBNOcdme69kYPD0J7441up9Ybw==
dependencies:
"@percy/env" "1.0.0-beta.76"
"@percy/logger" "1.0.0-beta.76"
"@percy/env" "1.1.1"
"@percy/logger" "1.1.1"

"@percy/config@1.0.0-beta.76":
version "1.0.0-beta.76"
resolved "https://registry.yarnpkg.com/@percy/config/-/config-1.0.0-beta.76.tgz#71b0f8df28053769c964acae461bfd8b705a674d"
integrity sha512-e3sLzcrVlsax5q1RwO8sek2Qjqb617WFpa1+wnXqPSMSxiEBlr+lbUC/C5a1hHKEWdFz4RKSJC+2mjhT8ylm3g==
"@percy/config@1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@percy/config/-/config-1.1.1.tgz#bc45c249bb04e21fec684e4784a32e60a47018d6"
integrity sha512-HHK9JHgp94SU+/sp1Zm1RjeQ/ijCvpiVKKd4GKKulZRa6GsWmYgco48jJ15/heao9y9tKBfKV435KxAfUumV7A==
dependencies:
"@percy/logger" "1.0.0-beta.76"
"@percy/logger" "1.1.1"
ajv "^8.6.2"
cosmiconfig "^7.0.0"
yaml "^1.10.0"
yaml "^2.0.0"

"@percy/core@^1.0.0-beta.44":
version "1.0.0-beta.76"
resolved "https://registry.yarnpkg.com/@percy/core/-/core-1.0.0-beta.76.tgz#7bca4b744c782e9dd8f9097b6af1c676b3eb7fbf"
integrity sha512-sTtwdNBmhX/IvKrNGT3TWrZ0ngJZ2Kh6Y4m9M9H4pciGHmiSFcMqsBB0tK6IMbfIsGqFz8ePOTj++4RLSMlK/g==
"@percy/core@^1.1.1ya":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@percy/core/-/core-1.1.1.tgz#4b89f988ab5d51ee5a099a41a3b0a64b88fadd23"
integrity sha512-fQkQ1aRdkDSpz+P8etQ02f93xvUTIYwt5uwB/O1gKjj96PJ5mjaPof38kza8XQHZNfbMjZQ7CEWBOXzu8cHp2g==
dependencies:
"@percy/client" "1.0.0-beta.76"
"@percy/config" "1.0.0-beta.76"
"@percy/dom" "1.0.0-beta.76"
"@percy/logger" "1.0.0-beta.76"
"@percy/client" "1.1.1"
"@percy/config" "1.1.1"
"@percy/dom" "1.1.1"
"@percy/logger" "1.1.1"
content-disposition "^0.5.4"
cross-spawn "^7.0.3"
extract-zip "^2.0.1"
fast-glob "^3.2.11"
micromatch "^4.0.4"
mime-types "^2.1.34"
path-to-regexp "^6.2.0"
rimraf "^3.0.2"
ws "^8.0.0"

"@percy/dom@1.0.0-beta.76":
version "1.0.0-beta.76"
resolved "https://registry.yarnpkg.com/@percy/dom/-/dom-1.0.0-beta.76.tgz#ca0e5f639db271eda4f0826af57a25e1b62bd023"
integrity sha512-9v/yXjIe2UhAkjnO2pWT0Ki4rzgIl0Z6YyWcn1b5NfsBcMm99Hcse+otDsQJF8z0MkU4ZykiPY63zmjs45wChQ==
"@percy/dom@1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@percy/dom/-/dom-1.1.1.tgz#d325e7c5c9882fa729371b83a716c0af71fcac96"
integrity sha512-WUXT//BSkRLqDqO1qPeD+e281YyMgkw5S4N0GtappzMSVw+342trGwn6MsFoWRl84ZF4IoF87LhmeLzxwDvgxw==

"@percy/env@1.0.0-beta.76":
version "1.0.0-beta.76"
resolved "https://registry.yarnpkg.com/@percy/env/-/env-1.0.0-beta.76.tgz#079f3a1174717d8da15e7e0575ff821fdf035aa5"
integrity sha512-+Mx9K3wjFriMT0cMD5l+VRo6mhQ/XssKy77SUeWrOaGIk7Xs/FsnDUpLOCXAGUeJr1AznZM76ng99IOBM6pY4w==
"@percy/env@1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@percy/env/-/env-1.1.1.tgz#ac418732b42545f4c086beb5643006a88cc4075d"
integrity sha512-IFkqJ1DmrkCFOxQlpHPWhn2kC1rTQcxnGvJJGpgWUIKQWzWvYmIQroblvTmFYnFnPnPDoaxJeYUg5utE118WkA==

"@percy/logger@1.0.0-beta.76":
version "1.0.0-beta.76"
resolved "https://registry.yarnpkg.com/@percy/logger/-/logger-1.0.0-beta.76.tgz#1a75c583670acc078389a43d8b7410fd655c0b92"
integrity sha512-v5zIMNv1xqdcWBAOK5A6ZEO99ZBwzWS3phLEfkKbIlGIUxvjkJHSfZv/k1dnt2RRfpDNkM6X5pMg2yI8j1+d+g==
"@percy/logger@1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@percy/logger/-/logger-1.1.1.tgz#3bee5f0ba5d85b06eaa1511f4d17130d507bc659"
integrity sha512-Tmz/0OypfGE53F0teyI8wKNCvN/c+Ag5apbvQ5fUNlF99IM5JjNBKFmrBbcoAcXipAW4WZuXbv540ud4L4zPeA==

"@percy/sdk-utils@^1.0.0-beta.44":
version "1.0.0-beta.76"
resolved "https://registry.yarnpkg.com/@percy/sdk-utils/-/sdk-utils-1.0.0-beta.76.tgz#71b4d7a7664b7029761aea5850295defeb134f98"
integrity sha512-5B070+VlTiCjxmwHU5Q8+ow1dGdmOkukY8TkSBkkbSs2OE4IPcYBlb+t/hGhpw7D34znPXc2dmUrZrbXwkRd2A==
dependencies:
"@percy/logger" "1.0.0-beta.76"
"@percy/sdk-utils@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@percy/sdk-utils/-/sdk-utils-1.1.1.tgz#2acc6c4714f3f844337acfa7a16508e9bb218628"
integrity sha512-D0H6LghMMts0gQFCdeKTSvlNKds06uAYnIDCB3bNFQw3HPi4+iQeUjhmOIRLZYuYs5THu+cRtnWuSQfUsn9j2g==

"@sinclair/typebox@^0.23.3":
version "0.23.5"
Expand Down Expand Up @@ -2531,6 +2531,17 @@ fast-glob@^3.0.3, fast-glob@^3.1.1:
micromatch "^4.0.2"
picomatch "^2.2.1"

fast-glob@^3.2.11:
version "3.2.11"
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9"
integrity sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==
dependencies:
"@nodelib/fs.stat" "^2.0.2"
"@nodelib/fs.walk" "^1.2.3"
glob-parent "^5.1.2"
merge2 "^1.3.0"
micromatch "^4.0.4"

fast-json-stable-stringify@^2.0.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
Expand Down Expand Up @@ -5327,6 +5338,11 @@ yaml@^1.10.0:
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.0.tgz#3b593add944876077d4d683fee01081bd9fff31e"
integrity sha512-yr2icI4glYaNG+KWONODapy2/jDdMSDnrONSjblABjD9B4Z5LgiircSt8m8sRZFNi08kG9Sm0uSHtEmP3zaEGg==

yaml@^2.0.0:
version "2.0.1"
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.0.1.tgz#71886d6021f3da28169dbefde78d4dd0f8d83650"
integrity sha512-1NpAYQ3wjzIlMs0mgdBmYzLkFgWBIWrzYVDYfrixhoFNNgJ444/jT2kUT2sicRbJES3oQYRZugjB6Ro8SjKeFg==

yargs-parser@^18.1.2:
version "18.1.3"
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-18.1.3.tgz#be68c4975c6b2abf469236b0c870362fab09a7b0"
Expand Down

0 comments on commit 4d94d02

Please sign in to comment.