Skip to content

Commit 55399ca

Browse files
committed
Update chromedriver for github actions.
1 parent bdd0254 commit 55399ca

File tree

3 files changed

+31
-18
lines changed

3 files changed

+31
-18
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,10 @@ Distinguishing between the `attributes` and `relationships` in the 'root' is sim
678678

679679
- `isRel` - a function which returns True/False for a given name.
680680

681-
- `isIncluded` - this property is set to `true` on items returned as an `included` record. This is useful if you wish to filter out included records when displaying data, but still want to access them as related data.
681+
- `isData` - this property is created (set to `true`) on items returned in 'direct response' to the request. This is used to distinguish between 'direct' and 'included' records.
682+
683+
- `isIncluded` - this property is created (set to `true`) on items returned as an `included` record. This is used to distinguish between 'direct' and 'included' records.
684+
682685

683686
These are particularly useful in `Vue` templates. For example to iterate over an item, picking out just the attributes:
684687

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"babel-polyfill": "^6.26.0",
1818
"chai": "^4.3.4",
1919
"chai-as-promised": "^7.1.1",
20-
"chromedriver": "^100",
20+
"chromedriver": "^103",
2121
"concurrently": "^6.2.1",
2222
"core-js": "^3.16.1",
2323
"eslint": "^7.32.0",
@@ -49,7 +49,7 @@
4949
"vuex": "^4.0.0"
5050
},
5151
"name": "jsonapi-vuex",
52-
"version": "5.8.0",
52+
"version": "5.9.0",
5353
"description": "Access restructured JSONAPI data from a Vuex Store.",
5454
"keywords": [
5555
"vue",

yarn.lock

Lines changed: 25 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2288,12 +2288,13 @@ axios@^0.21.1:
22882288
dependencies:
22892289
follow-redirects "^1.14.0"
22902290

2291-
axios@^0.24.0:
2292-
version "0.24.0"
2293-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.24.0.tgz#804e6fa1e4b9c5288501dd9dff56a7a0940d20d6"
2294-
integrity sha512-Q6cWsys88HoPgAaFAVUb0WpPk0O8iTeisR9IMqy9G8AbO4NlpVknrnQS03zzF9PGAWgO3cgletO3VjV/P7VztA==
2291+
axios@^0.27.2:
2292+
version "0.27.2"
2293+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.27.2.tgz#207658cc8621606e586c85db4b41a750e756d972"
2294+
integrity sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==
22952295
dependencies:
2296-
follow-redirects "^1.14.4"
2296+
follow-redirects "^1.14.9"
2297+
form-data "^4.0.0"
22972298

22982299
babel-eslint@^10.1.0:
22992300
version "10.1.0"
@@ -2940,13 +2941,13 @@ chrome-trace-event@^1.0.2:
29402941
resolved "https://registry.yarnpkg.com/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz#1015eced4741e15d06664a957dbbf50d041e26ac"
29412942
integrity sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==
29422943

2943-
chromedriver@^100:
2944-
version "100.0.0"
2945-
resolved "https://registry.yarnpkg.com/chromedriver/-/chromedriver-100.0.0.tgz#1b4bf5c89cea12c79f53bc94d8f5bb5aa79ed7be"
2946-
integrity sha512-oLfB0IgFEGY9qYpFQO/BNSXbPw7bgfJUN5VX8Okps9W2qNT4IqKh5hDwKWtpUIQNI6K3ToWe2/J5NdpurTY02g==
2944+
chromedriver@^103:
2945+
version "103.0.0"
2946+
resolved "https://registry.yarnpkg.com/chromedriver/-/chromedriver-103.0.0.tgz#2ef086d62076e3ff6df6cfb84895d11d2c18d9cf"
2947+
integrity sha512-7BHf6HWt0PeOHCzWO8qlnD13sARzr5AKTtG8Csn+czsuAsajwPxdLNtry5GPh8HYFyl+i0M+yg3bT43AGfgU9w==
29472948
dependencies:
29482949
"@testim/chrome-version" "^1.1.2"
2949-
axios "^0.24.0"
2950+
axios "^0.27.2"
29502951
del "^6.0.0"
29512952
extract-zip "^2.0.1"
29522953
https-proxy-agent "^5.0.0"
@@ -3152,7 +3153,7 @@ colors@1.4.0, colors@>=1.0:
31523153
resolved "https://registry.yarnpkg.com/colors/-/colors-1.4.0.tgz#c50491479d4c1bdaed2c9ced32cf7c7dc2360f78"
31533154
integrity sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==
31543155

3155-
combined-stream@^1.0.6, combined-stream@~1.0.6:
3156+
combined-stream@^1.0.6, combined-stream@^1.0.8, combined-stream@~1.0.6:
31563157
version "1.0.8"
31573158
resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f"
31583159
integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==
@@ -5018,10 +5019,10 @@ follow-redirects@^1.0.0, follow-redirects@^1.14.0:
50185019
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.8.tgz#016996fb9a11a100566398b1c6839337d7bfa8fc"
50195020
integrity sha512-1x0S9UVJHsQprFcEC/qnNzBLcIxsjAV905f/UkQxbclCsoTWlacCNOpQa/anodLl2uaEKFhfWOvM2Qg77+15zA==
50205021

5021-
follow-redirects@^1.14.4:
5022-
version "1.14.9"
5023-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.9.tgz#dd4ea157de7bfaf9ea9b3fbd85aa16951f78d8d7"
5024-
integrity sha512-MQDfihBQYMcyy5dhRDJUHcw7lb2Pv/TuE6xP1vyraLukNDHKbDxDNaOE3NbCAdKQApno+GPRyo1YAp89yCjK4w==
5022+
follow-redirects@^1.14.9:
5023+
version "1.15.1"
5024+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.1.tgz#0ca6a452306c9b276e4d3127483e29575e207ad5"
5025+
integrity sha512-yLAMQs+k0b2m7cVxpS1VKJVvoz7SS9Td1zss3XRwXj+ZDH00RJgnuLx7E44wx02kQLrdM3aOOy+FpzS7+8OizA==
50255026

50265027
for-in@^1.0.2:
50275028
version "1.0.2"
@@ -5033,6 +5034,15 @@ forever-agent@~0.6.1:
50335034
resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91"
50345035
integrity sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=
50355036

5037+
form-data@^4.0.0:
5038+
version "4.0.0"
5039+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452"
5040+
integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==
5041+
dependencies:
5042+
asynckit "^0.4.0"
5043+
combined-stream "^1.0.8"
5044+
mime-types "^2.1.12"
5045+
50365046
form-data@~2.3.2:
50375047
version "2.3.3"
50385048
resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.3.3.tgz#dcce52c05f644f298c6a7ab936bd724ceffbf3a6"

0 commit comments

Comments
 (0)