LinkedDataFragments / Server.js

A Triple Pattern Fragments server for Node.js
http://linkeddatafragments.org/
Other
178 stars 59 forks source link

Update dependency componentsjs to v6 #190

Open renovate[bot] opened 8 months ago

renovate[bot] commented 8 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
componentsjs ^4.0.4 -> ^6.0.0 age adoption passing confidence

Release Notes

LinkedSoftwareDependencies/Components.js (componentsjs) ### [`v6.3.0`](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/blob/HEAD/CHANGELOG.md#v630---2024-10-23) [Compare Source](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/compare/v6.2.0...v6.3.0) ##### Added - [Handle JSON as ParameterRangeArray if an array](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/commit/4a1d064518e1fb2885de6e8509308e0905ae3c7a) ### [`v6.2.0`](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/blob/HEAD/CHANGELOG.md#v620---2024-09-27) [Compare Source](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/compare/v6.1.0...v6.2.0) ##### Changed - [Update to jsonld-context-parser v3](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/commit/11ea49e8de8cd74852c2c4417dd9b0b7d6e4a19b) ### [`v6.1.0`](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/blob/HEAD/CHANGELOG.md#v610---2024-09-17) [Compare Source](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/compare/v6.0.1...v6.1.0) ##### Added - [Support generics with default values](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/commit/5edd29449537db07f3a732efbb0d95f4fc96d255) ### [`v6.0.1`](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/blob/HEAD/CHANGELOG.md#v601---2024-03-05) [Compare Source](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/compare/v6.0.0...v6.0.1) ##### Changed - [Remove deprecation warning on old CJS context URLs](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/commit/b3160e5b9043efc826cce807d7c5c7cb86e67a4a) ### [`v6.0.0`](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/blob/HEAD/CHANGELOG.md#v600---2024-03-04) [Compare Source](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/compare/v5.5.1...v6.0.0) ##### Changed - [Allow multiple (major) versions of modules to co-exist](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/commit/5ee784336612cc0bfa92471446f08db0b92cccdb) - [Clarify error message on undefined component instances, Closes #​108](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/commit/0d5c097c6483598f3bbf4300a775f0c476ba8e7b) ##### BREAKING CHANGES - [Disable remote context lookups by default](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/commit/179a6ad111a812a568628efb27aff6c7cf7421b9) ### [`v5.5.1`](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/blob/HEAD/CHANGELOG.md#v551---2024-01-11) [Compare Source](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/compare/v5.5.0...v5.5.1) ##### Fixed - [Fix incorrect postinstall script, Closes #​135](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/commit/15151df14e628facd3ff7657fc033b3ddae6ff82) ### [`v5.5.0`](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/blob/HEAD/CHANGELOG.md#v550---2024-01-09) [Compare Source](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/compare/v5.4.2...v5.5.0) ##### Added - [Add support for list overrides](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/commit/9623e4487c9e86c518988b77395666b3c81987ac) ### [`v5.4.2`](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/blob/HEAD/CHANGELOG.md#v542---2023-06-07) [Compare Source](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/compare/v5.4.1...v5.4.2) ##### Fixed - [Allow hash keys to be URIs that dereference to a string](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/commit/04341502cf54dc04683da5cd043513d40e76e351) - [Prevent literals from being cached](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/commit/f3df62f9fe6ec99fb3eb317d5f1601b669310f9e) ### [`v5.4.1`](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/blob/HEAD/CHANGELOG.md#v541---2023-05-23) [Compare Source](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/compare/v5.4.0...v5.4.1) ##### TODO: categorize commits, choose titles from: Added, Changed, Deprecated, Removed, Fixed, Security. - [Revert "Allow hash keys to be URIs that dereference to a string", as it caused parameter assignment to break](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/commit/3e60a409f39f29de1fce4468315548d949a7a143) ### [`v5.4.0`](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/blob/HEAD/CHANGELOG.md#v540---2023-05-15) [Compare Source](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/compare/v5.3.2...v5.4.0) ##### Added - [Allow hash keys to be URIs that dereference to a string](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/commit/b35b725f266c93ae8cee63f54175b3fef970d562) - [Allow types to be replaced when using an Override](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/commit/e016312cae660246fa776b1c861e348e396042cf) ### [`v5.3.2`](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/blob/HEAD/CHANGELOG.md#v532---2022-11-14) [Compare Source](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/compare/v5.3.1...v5.3.2) ##### Fixed - [Replace fs.readFile with require on JSON documents](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/commit/2049acb692745b94006439bb3fb3e17bd2d44f51) ### [`v5.3.1`](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/blob/HEAD/CHANGELOG.md#v531---2022-08-23) [Compare Source](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/compare/v5.3.0...v5.3.1) ##### Fixed - [Ignore duplicate types when overriding components](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/commit/7f06aa15888d42071fb3441b3ef1ae71ad32b750) ### [`v5.3.0`](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/blob/HEAD/CHANGELOG.md#v530---2022-08-04) [Compare Source](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/compare/v5.2.0...v5.3.0) ##### Added - [Add support for overriding values](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/commit/ceeea28258e4471baaa60255c892a23f866b694c) ### [`v5.2.0`](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/blob/HEAD/CHANGELOG.md#v520---2022-05-20) [Compare Source](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/compare/v5.1.0...v5.2.0) ##### Added - [Preserve literal values for params with type unknown](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/commit/ad52da8afc2340ddc63e8a45c4d560e11ecb3ceb) ### [`v5.1.0`](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/blob/HEAD/CHANGELOG.md#v510---2022-05-10) [Compare Source](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/compare/v5.0.1...v5.1.0) ##### Added - [Expose instantiated resources from ComponentsManager](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/commit/19c8d669a081dc413091a413d1c42c71b691cfbc) ### [`v5.0.1`](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/blob/HEAD/CHANGELOG.md#v501---2022-03-02) [Compare Source](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/compare/v5.0.0...v5.0.1) ##### Changed - [Bump to rdf-parse 2](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/commit/5957c21d9ea0d8e6086be09d67ee99e64f8b2960) ### [`v5.0.0`](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/blob/HEAD/CHANGELOG.md#v500---2022-03-01) [Compare Source](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/compare/v4.5.0...v5.0.0) ##### Changed - [Bump context URL to 5.0.0](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/commit/495654fa70f559aaaa86a0960686fd1ca23f9546) - [Add incorrect version number as possible cause for remote lookup failure (#​67)](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/commit/adf1d7e092b95a2fc47c7d2da3dfe191fdb741aa) ### [`v4.5.0`](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/blob/HEAD/CHANGELOG.md#v450---2021-08-30) [Compare Source](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/compare/v4.4.1...v4.5.0) ##### Changed - [Migrate to @​rdfjs/types](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/commit/b2f9f2e0c5512e743b324f48f332d96e4214ec84) ### [`v4.4.1`](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/blob/HEAD/CHANGELOG.md#v441---2021-07-26) [Compare Source](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/compare/v4.4.0...v4.4.1) ##### Fixed - [Fix RDF lists not being accepted for all params](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/commit/a01e3c80a3a5ce28180f57e8358327c53774b9ba) ### [`v4.4.0`](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/blob/HEAD/CHANGELOG.md#v440---2021-06-30) [Compare Source](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/compare/v4.3.0...v4.4.0) ##### Added - [Accept RDF lists as argument values, #​47](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/commit/3501a0fe676d1bc43c2d3ad329fca0adef48c8cd) ##### Changed - [Allow arrays of resources to be passed to ErrorResourcesContext](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/commit/aedd53a3e923e030bf0d8433c27f1259183a0a14) ### [`v4.3.0`](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/blob/HEAD/CHANGELOG.md#v430---2021-06-14) [Compare Source](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/compare/v4.2.1...v4.3.0) ##### Added - [Support JSON param ranges via rdf:JSON, Closes #​37](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/commit/339d2219915bc618991a42adcd8b63a3d6caa9b5) ### [`v4.2.1`](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/blob/HEAD/CHANGELOG.md#v421---2021-05-26) [Compare Source](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/compare/v4.2.0...v4.2.1) ##### Fixed - [Allow configs to have multiple identical types, comunica/examples#11](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/commit/5285f8e68fefb13d46538c6949238200055a2047) ### [`v4.2.0`](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/blob/HEAD/CHANGELOG.md#v420---2021-05-19) [Compare Source](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/compare/v4.1.0...v4.2.0) ##### Added - [Expose RdfObjectLoader ctor from ComponentsManagerBuilder](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/commit/1b1c85adb50855eed5b628788ccea3609aa841ca) ### [`v4.1.0`](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/blob/HEAD/CHANGELOG.md#v410---2021-04-27) [Compare Source](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/compare/v4.0.6...v4.1.0) ##### Added - [Allow JSON-LD context validation to be skipped](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/commit/40931625dc0a577800c60e0cb4aa12393eb26bab) ### [`v4.0.6`](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/blob/HEAD/CHANGELOG.md#v406---2021-01-27) [Compare Source](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/compare/v4.0.5...v4.0.6) ##### Fixed - [Fix undefined root constructor args missing instead of being undefined](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/commit/de14c611122ddb031d2973d4e667efa5b13bdf45) ### [`v4.0.5`](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/blob/HEAD/CHANGELOG.md#v405---2021-01-18) [Compare Source](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/compare/v4.0.4...v4.0.5) ##### Fixed - [Allow module discovery in packages without package.json](https://redirect.github.com/LinkedSoftwareDependencies/Components.js/commit/a0ac0cb47b2ed07ef7a88619133af15ba71f3577)

Configuration

📅 Schedule: Branch creation - "before 7am every weekday" in timezone Europe/Brussels, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.