Skip to content

Commit 03e54c5

Browse files
committed
Update to jsonld-context-parser v3
This bumps the minimal Node.js version to 18.x
1 parent 5ab1daf commit 03e54c5

File tree

3 files changed

+18
-33
lines changed

3 files changed

+18
-33
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
key: ${{ runner.os }}-lint-modules-${{ hashFiles('**/yarn.lock') }}
1313
- uses: actions/setup-node@v2
1414
with:
15-
node-version: 14.x
15+
node-version: 18.x
1616
- run: yarn install
1717
- run: yarn run lint
1818

@@ -22,9 +22,6 @@ jobs:
2222
matrix:
2323
os: [ubuntu-latest]
2424
node-version:
25-
- 12.x
26-
- 14.x
27-
- 16.x
2825
- 18.x
2926
- 20.x
3027
- 22.x

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
},
100100
"dependencies": {
101101
"@rdfjs/types": "*",
102-
"jsonld-context-parser": "^2.0.2",
102+
"jsonld-context-parser": "^3.0.0",
103103
"rdf-data-factory": "^1.1.0",
104104
"rdf-string": "^1.6.0",
105105
"streamify-array": "^1.0.1"

yarn.lock

Lines changed: 16 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -919,10 +919,12 @@
919919
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.35.tgz#42c953a4e2b18ab931f72477e7012172f4ffa313"
920920
integrity sha512-Lt+wj8NVPx0zUmUwumiVXapmaLUcAk3yPuHCFVXras9k5VT9TdhJqKqGVUQCD60OTMCl0qxJ57OiTL0Mic3Iag==
921921

922-
"@types/node@^13.1.0":
923-
version "13.13.47"
924-
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.13.47.tgz#6eca42c3462821309b26edbc2eff0db1e37ab9bc"
925-
integrity sha512-R6851wTjN1YJza8ZIeX6puNBSi/ZULHVh4WVleA7q256l+cP2EtXnKbO455fTs2ytQk3dL9qkU+Wh8l/uROdKg==
922+
"@types/node@^18.0.0":
923+
version "18.19.53"
924+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.53.tgz#1e2f83eeede6031f03bc4780826b8b02b42ac50d"
925+
integrity sha512-GLxgUgHhDKO1Edw9Q0lvMbiO/IQXJwJlMaqxSGBXMpPy8uhkCs2iiPFaB2Q/gmobnFkckD3rqTBMVjXdwq+nKg==
926+
dependencies:
927+
undici-types "~5.26.4"
926928

927929
"@types/normalize-package-data@^2.4.0":
928930
version "2.4.0"
@@ -1539,11 +1541,6 @@ caniuse-lite@^1.0.30001248:
15391541
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001249.tgz#90a330057f8ff75bfe97a94d047d5e14fabb2ee8"
15401542
integrity sha512-vcX4U8lwVXPdqzPWi6cAJ3FnQaqXbBqy/GZseKNQzRj37J7qZdGcBtxq/QLFNLLlfsoXLUdHw8Iwenri86Tagw==
15411543

1542-
canonicalize@^1.0.1:
1543-
version "1.0.5"
1544-
resolved "https://registry.yarnpkg.com/canonicalize/-/canonicalize-1.0.5.tgz#b43b390ce981d397908bb847c3a8d9614323a47b"
1545-
integrity sha512-mAjKJPIyP0xqqv6IAkvso07StOmz6cmGtNDg3pXCSzXVZOqka7StIkAhJl/zHOi4M2CgpYfD6aeRWbnrmtvBEA==
1546-
15471544
caseless@~0.12.0:
15481545
version "0.12.0"
15491546
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
@@ -1696,13 +1693,6 @@ coveralls@^3.0.0:
16961693
minimist "^1.2.5"
16971694
request "^2.88.2"
16981695

1699-
cross-fetch@^3.0.6:
1700-
version "3.1.2"
1701-
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.2.tgz#ee0c2f18844c4fde36150c2a4ddc068d20c1bc41"
1702-
integrity sha512-+JhD65rDNqLbGmB3Gzs3HrEKC0aQnD+XA3SY6RjgkF88jV2q5cTc5+CwxlS3sdmLk98gpPt5CF9XRnPdlxZe6w==
1703-
dependencies:
1704-
node-fetch "2.6.1"
1705-
17061696
cross-spawn@^5.0.1:
17071697
version "5.1.0"
17081698
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449"
@@ -3513,15 +3503,13 @@ json5@^1.0.1:
35133503
dependencies:
35143504
minimist "^1.2.0"
35153505

3516-
jsonld-context-parser@^2.0.2:
3517-
version "2.1.1"
3518-
resolved "https://registry.yarnpkg.com/jsonld-context-parser/-/jsonld-context-parser-2.1.1.tgz#0de2b459465b199ef6014a94d7af9b2485360374"
3519-
integrity sha512-7yKhnwFaiCnDPUZYQuAWyT0zZBfOKZDyjtqFVNbXrYRkboU+m55UsastsfXbo7qNroTGdFiEyxHEHDEfBC0P4Q==
3506+
jsonld-context-parser@^3.0.0:
3507+
version "3.0.0"
3508+
resolved "https://registry.yarnpkg.com/jsonld-context-parser/-/jsonld-context-parser-3.0.0.tgz#43992862fc3eabcee9940cf4c44bb2b0dbe2542c"
3509+
integrity sha512-Kg6TVtBUdIm057ht/8WNhM9BROt+BeYaDGXbzrKaa3xA99csee+CsD8IMCTizRgzoO8PIzvzcxxCoRvpq1xNQw==
35203510
dependencies:
35213511
"@types/http-link-header" "^1.0.1"
3522-
"@types/node" "^13.1.0"
3523-
canonicalize "^1.0.1"
3524-
cross-fetch "^3.0.6"
3512+
"@types/node" "^18.0.0"
35253513
http-link-header "^1.0.2"
35263514
relative-to-absolute-iri "^1.0.5"
35273515

@@ -3878,11 +3866,6 @@ natural-compare@^1.4.0:
38783866
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
38793867
integrity sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=
38803868

3881-
node-fetch@2.6.1:
3882-
version "2.6.1"
3883-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
3884-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
3885-
38863869
node-int64@^0.4.0:
38873870
version "0.4.0"
38883871
resolved "https://registry.yarnpkg.com/node-int64/-/node-int64-0.4.0.tgz#87a9065cdb355d3182d8f94ce11188b825c68a3b"
@@ -5193,6 +5176,11 @@ unbox-primitive@^1.0.0:
51935176
has-symbols "^1.0.0"
51945177
which-boxed-primitive "^1.0.1"
51955178

5179+
undici-types@~5.26.4:
5180+
version "5.26.5"
5181+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
5182+
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
5183+
51965184
universalify@^0.1.2:
51975185
version "0.1.2"
51985186
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"

0 commit comments

Comments
 (0)