rubensworks / linked-data-describer.js

Serves Linked Data documents via content negotiation over various data sources
MIT License
0 stars 0 forks source link

Update dependency @comunica/actor-init-sparql to v3 #25

Open renovate[bot] opened 6 months ago

renovate[bot] commented 6 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@comunica/actor-init-sparql (source) ^1.22.0 -> ^3.0.0 age adoption passing confidence

Release Notes

comunica/comunica (@​comunica/actor-init-sparql) ### [`v3.1.0`](https://redirect.github.com/comunica/comunica/blob/HEAD/CHANGELOG.md#v310---2024-05-11) [Compare Source](https://redirect.github.com/comunica/comunica/compare/v3.0.1...v3.1.0) ##### Added - [Add @​comunica/query-sparql-rdfjs-lite that is optimized for bundle size](https://redirect.github.com/comunica/comunica/commit/2c982b89ce059113ad6188fa38a322094fd5af15) ##### Changed - [Migrate from readable-web-to-node-stream to readable-from-web](https://redirect.github.com/comunica/comunica/commit/1cf3123f78aa16f901f475aa8bc206145e964256) - [Move validateHttpResponse helper to avoid interdependencies](https://redirect.github.com/comunica/comunica/commit/07323db89f9d404a744664797e8e9810ba591223) ##### Fixed - [Avoid race conditions during DELETE/INSERT operations](https://redirect.github.com/comunica/comunica/commit/6a3ebf5b7ae9699cac6176f25a1535e064568c7f) - [Catch 404 of non-existing resource when fetching the selector shape (#​1324)](https://redirect.github.com/comunica/comunica/commit/246d83264e44b11eaee0e8ae5ae0b11375d04280) - [Always add preprocessed context to unidentified query sources (#​1337)](https://redirect.github.com/comunica/comunica/commit/cc464d3626dc983a31e42efb5b6b52ae738180cc) ### [`v3.0.1`](https://redirect.github.com/comunica/comunica/blob/HEAD/CHANGELOG.md#v301---2024-03-19) [Compare Source](https://redirect.github.com/comunica/comunica/compare/v2.0.1...v3.0.1) ##### BREAKING CHANGES - [Rename sparqlee-specific package names](https://redirect.github.com/comunica/comunica/commit/8a035723e210d2d08fee279638151af0eeeb1fbe) - `@comunica/actor-query-operation-filter-sparqlee` -> `@comunica/actor-query-operation-filter` - `@comunica/actor-query-operation-orderby-sparqlee` -> `@comunica/actor-query-operation-orderby` - [Generalize sources to accept all query operations](https://redirect.github.com/comunica/comunica/commit/8fc4be58db42ceef7137462940b2b3a6585bef09) - The `rdf-resolve-quad-pattern` bus has been removed in favor of the new `query-source-identify` bus. This bus enables identification of `IQuerySource`'s which can accept any kind of query operation, not just quad patterns like before. - brTPF support is added. - Bound joins are supported: pushing bindings into sources (FedX) - Several context-preprocess actors are added due to this, which offer: - Grouping operations into sources during federated querying (FedX) - Pushing down filters into sources - Skolemization of blank nodes - [Move sequential query process steps to separate bus and actor](https://redirect.github.com/comunica/comunica/commit/00bdcc09c5e7b90324141bfa4c10802d55ddb83a) - [Move context shortcut handling to preprocess actor](https://redirect.github.com/comunica/comunica/commit/98e0b678fe47ec4eecc54002240b01b05a7db43e) ##### Added - [Allow Bindings to have contexts](https://redirect.github.com/comunica/comunica/commit/aeaa306bb06caeea480be31229287b753e84600a) - [Add timeout for sparql endpoint count queries](https://redirect.github.com/comunica/comunica/commit/323ab493e9ee7cf7675228cfab5faf069e46304b) - [Process source contexts to support shortcuts](https://redirect.github.com/comunica/comunica/commit/4a475fbb3409552b7b6a02a53826851ebdb9ad55) - [Add option to disable caching (#​1297)](https://redirect.github.com/comunica/comunica/commit/53c7686c9324d15ee47e122d4355e59247128495) - [Allow sources to be annotated with traverse flag](https://redirect.github.com/comunica/comunica/commit/0b13082c2eef06a45298b30620323d0f956e1a3e) ##### Fixed - [Fix GROUP_CONCAT losing languages if equal](https://redirect.github.com/comunica/comunica/commit/0cf0bee1f41ea2d230f038fe57141ba4022ed5cb) ##### Changed - [Update to asynciterator 3.9.0 to make results async iterable](https://redirect.github.com/comunica/comunica/commit/80d717b7222eb98d5eec4e77ef4799bd916bceb8) - [Ensure QueryEngine instances are fully independent](https://redirect.github.com/comunica/comunica/commit/4d5b724a5866c625e47497d6ed17f7a7e5c2e11d) - [Update to Components.js v6](https://redirect.github.com/comunica/comunica/commit/86dd69e653f5bbf4de9c760e40fc1fcce3e1b679) ### [`v2.0.1`](https://redirect.github.com/comunica/comunica/blob/HEAD/CHANGELOG.md#v201---2022-03-02) [Compare Source](https://redirect.github.com/comunica/comunica/compare/v1.22.3...v2.0.1) ##### BREAKING CHANGES - [Set minimum Node version to 14](https://redirect.github.com/comunica/comunica/commit/18363c2ce18f0e410c2ed5a571d5a5b274e950ad) - [Update tsconfig to es2020](https://redirect.github.com/comunica/comunica/commit/5ce4b3e6de6f41304241e46f2a798986ef6cada7) - Public API - [Improve names of query result interfaces](https://redirect.github.com/comunica/comunica/commit/d6f2e01a537e3bdfe961a5163d6b6be098fb9887) - [Implement new RDF/JS Bindings and BindingsFactory](https://redirect.github.com/comunica/comunica/commit/780e4e82234bc5ad807c2e05b236b5b6d135be47) - [Rename update results to void results](https://redirect.github.com/comunica/comunica/commit/e6ad56c3efd75dfa51a041604b5e243215deec2f) - [Implement RDF.Queryable in IQueryEngine](https://redirect.github.com/comunica/comunica/commit/afed0f4e302e25e2c90a08526d5fc9795c07cfb7) - [Make query context type-safe](https://redirect.github.com/comunica/comunica/commit/ba82f35775d7454b321e74d12baa74680703412e) - [Represent query formats as RDF.QueryFormat](https://redirect.github.com/comunica/comunica/commit/fff4d2ec31b5c5c47a079dbbbad3dcc761aa2f04) - [Implement RDF.SparqlQueryable in IQueryEngine](https://redirect.github.com/comunica/comunica/commit/b385bff21feb1e9490b32dabff2120317949a0e0) - Internal API - [Make metadata in query operations mandatory and strictly typed](https://redirect.github.com/comunica/comunica/commit/576ff98bdaec03094a3749a417e6c16a940b0dda) - [Add Mediate utility type, Closes #​902](https://redirect.github.com/comunica/comunica/commit/2bdd706ea4e58135b62af2601b4c8c006688bc4d) - [Make ActionContext type-safe](https://redirect.github.com/comunica/comunica/commit/aa206ee718ac27f8c9caa508e321db41f2ca3349) - [Make context object required in actions](https://redirect.github.com/comunica/comunica/commit/a2af7f742346a8333c5095cbbb138c0fcb0fb608) - [Use Headers rather than Record\](https://redirect.github.com/comunica/comunica/commit/5d88d714d1ee710ad781c2a05d89f323ba837011) - [Rename IQueryableResult to IQueryOperationResult](https://redirect.github.com/comunica/comunica/commit/1df63cc3d692629ef48758f4ebb6bcb9e2a6d9b3) - [Make IMediatorTypeJoinCoefficients implement RDF.QueryOperationCost](https://redirect.github.com/comunica/comunica/commit/3e42f16a49232dedce3cb19b7bb7d71aa8a2fe34) - [Migrate metadata interface to RDF/JS metadata types](https://redirect.github.com/comunica/comunica/commit/b701dcab3833264f7c8db23e6f116a898bfd19a0) - [Move variables field into metadata](https://redirect.github.com/comunica/comunica/commit/1ed479f2980a467fc1f1e993a628f8cf7619d0a3) - [Make boolean and void results lazy](https://redirect.github.com/comunica/comunica/commit/a5ed9ab9e51e18cc0e6ee9bfffe0af5a4a8ad85b) - Remove deprecated features - [Remove deprecated string variant in links bus output](https://redirect.github.com/comunica/comunica/commit/b90c2df62652935b1f9324e9adb83d4e4223df68) - [Make links queue mediator in hypermedia resolver mandatory](https://redirect.github.com/comunica/comunica/commit/ca671ef8e26ba1767d942e97a2f7288bde6d6496) - [Remove backwards-compat for source and hypermedia tagged sources](https://redirect.github.com/comunica/comunica/commit/4656bef4e5590bb15cfdb84c84a9563379ac35d2) - [Remove deprecated exports](https://redirect.github.com/comunica/comunica/commit/bb11387cfb98b1675e281e04ecd12aadc4e5340b) - [Remove unused init actors](https://redirect.github.com/comunica/comunica/commit/ee6094312db959c72d5d1f0b3c9a76a6fc736112) - [Remove deprecated packages](https://redirect.github.com/comunica/comunica/commit/373433070090bc91f5d6871126c3357850dbe816) - [Remove inefficient query-based metadata extractors](https://redirect.github.com/comunica/comunica/commit/08e23e4f33815437717f169555b5a0581a073f65) - [Remove utils-datasource package](https://redirect.github.com/comunica/comunica/commit/4c7fe5922dd89445983a797661691d3c137d30f7) - [Remove bindings and quads methods in favor of toArray on AsyncIterator](https://redirect.github.com/comunica/comunica/commit/5abf8fcbd4b431b21bf83ecc88d265fb5a567ff3) - Restructure packages - [Move index files to lib directory](https://redirect.github.com/comunica/comunica/commit/0148e0aefe0b33e7219d17ec563ed4a3b102d3af) - [Rename actor-rdf-dereference-http-parse to actor-rdf-dereference-http](https://redirect.github.com/comunica/comunica/commit/5c02a30add803b3b50925a900c27e32527b1da8d) - [Move peerDependencies to dependencies](https://redirect.github.com/comunica/comunica/commit/055de6385e1ac1d76d83751af14a07a3e34eb617) - [Remove unnecessary entries from package.json files](https://redirect.github.com/comunica/comunica/commit/27706de117232901cd5891ada0789edbc0a09531) - [Rename bus-sparql-serialize to bus-query-result-serialize](https://redirect.github.com/comunica/comunica/commit/78a4a602a30c75b3256c389879afc17fc431e208) - [Rename bus-sparql-parse to bus-query-parse](https://redirect.github.com/comunica/comunica/commit/56d0e5f47b3cca5e708e8fc183552f2381e87c12) - [Rename actor-http-node-fetch to actor-http-fetch](https://redirect.github.com/comunica/comunica/commit/f8d6f555c824f856c1f059d6b1c6f38bbe539a8d) - [Decouple configs and query engines into separate packages](https://redirect.github.com/comunica/comunica/commit/acd03dd99ba086ce9eb94cfbb035fff71016da93) - [Add generic dereference bus](https://redirect.github.com/comunica/comunica/commit/c585090b3c1bb84ae08628a573a788ed3f87ce85) - [Move sorting of join entries to dedicated bus](https://redirect.github.com/comunica/comunica/commit/d5e6294077434c2467fc41c78fe3b3c95a0b4733) - [Remove args\_ prefixes in config files when possible](https://redirect.github.com/comunica/comunica/commit/ee9424334704b5db2234f32ea9f40a8aa9b2ba37) - Refactor join operations: - [Add logical join type field to join action](https://redirect.github.com/comunica/comunica/commit/67ec6365564ab48ef9155240abaafba15baa0af3) - [Add actor to cluster connected join entries](https://redirect.github.com/comunica/comunica/commit/a4926410cd177f03ac3886014c8c59cc47e89712) - [Consider multiple coefficients during join mediation](https://redirect.github.com/comunica/comunica/commit/deee22928453867886ec2f1009f61355d64ecb6c) - [Add optimize actor to convert BGPs to joins](https://redirect.github.com/comunica/comunica/commit/7202ecb1fb0ca04750be7d5ac8764a5ad1ecab19) - [Add cardinality metadata to all property path actors](https://redirect.github.com/comunica/comunica/commit/da8e964eeb5f84ff6bb6cd4964ac77640c7078f1) - [Rename totalItems metadata to cardinality](https://redirect.github.com/comunica/comunica/commit/1c2035d7cc8ad0179fb4251a34557648819dddba) - [Remove BGP actors in favor of new join actors](https://redirect.github.com/comunica/comunica/commit/4dedb345498c3340b4972cc594d14bdf512ff58d) - [Add BGP actor that delegates to join bus](https://redirect.github.com/comunica/comunica/commit/c383376a406f4c32b24b70872330bec2d6740d5d) - [Add Bind-Join actor](https://redirect.github.com/comunica/comunica/commit/479f59b194c5a29d671425a6139c6a257ee784c9) - [Add bus for providing join selectivities](https://redirect.github.com/comunica/comunica/commit/65bf49edf3f2cce565f8431ced4a4407a3984f8b) - [Add variable counting join cardinality heuristic](https://redirect.github.com/comunica/comunica/commit/d54363780bde8ff8e421965e63a0ce94a4573dd5) - [Add minus query operation actor that delegates to join bus](https://redirect.github.com/comunica/comunica/commit/ff7cf9bf1a54339a057ded6a373feecd0951fb71) - [Add left join query operation actor that delegates to join bus](https://redirect.github.com/comunica/comunica/commit/e6de38792a8c86b4d73eb152b6a0acec2e3fcd8e) - [Add hash-based minus join actor that does not handle undefs](https://redirect.github.com/comunica/comunica/commit/0e21cff26ce453c652ee7d2a557d38bd1786d4dd) - [Add hash-based minus join actor that handles undefs](https://redirect.github.com/comunica/comunica/commit/751f4f119c26fcbc5a9a62525a36f9f1e67abd38) - [Add bind-based optional join actor](https://redirect.github.com/comunica/comunica/commit/bd3b6147e06f1abf7fb4448603d40ee880c8a404) - [Add nested loop-based optional join actor](https://redirect.github.com/comunica/comunica/commit/281f2891a497bed51058e9853eddf6b08311b41e) - [Change BGP-specific context entries to more general join entries](https://redirect.github.com/comunica/comunica/commit/20dd9d567f1aa7302ae62055f96de98e875ec043) - [Include original operations into join input interface](https://redirect.github.com/comunica/comunica/commit/5a869c0e02d4ebe8af681d8c6bba6b196961d9d5) - [Migrate to multi-join-based datastructures in sparqlalgebrajs](https://redirect.github.com/comunica/comunica/commit/b8d410bff0e6654adbf382e440356c1a4e078db4) - [Rename plain join actors to inner join actors](https://redirect.github.com/comunica/comunica/commit/9b375cd09619d33e227a4ca3470699a43495f32b) - Other - [Deskolemise blank nodes before updates, Closes #​911](https://redirect.github.com/comunica/comunica/commit/07f890db44f53ecda9782a224c57e20d8de6db05) ##### Added - Public API - [Allow query plan to be printed](https://redirect.github.com/comunica/comunica/commit/ce8575e0d47c66b62c33f3899cb4e7f281e4f5b9) - [Add bindings-factory package](https://redirect.github.com/comunica/comunica/commit/60db84c8b1664133fffb323de30abb13204a843a) - [Allow full stack trace to be printed on CLI via --showStackTrace](https://redirect.github.com/comunica/comunica/commit/72f04f0b9c6c9904e4bd590f37cb260e6c0adab5) - [Add dedicated explain method on IQueryEngine](https://redirect.github.com/comunica/comunica/commit/7f865a47cd793b53443e7f5050ab3512e404b8e6) - Internal API - [Expose convenience types in bus packages for simpler actors impls](https://redirect.github.com/comunica/comunica/commit/d160c8f074e98bf0e857a9a530322a7f54dcd807) - [Add hash provider bus](https://redirect.github.com/comunica/comunica/commit/035682bd00772e794d66870112faeece2ad6ab7c) - [Allow packager to output list of dependencies for a config](https://redirect.github.com/comunica/comunica/commit/ac869b4ce84b68bf6e8134671e9fd09423db99ce) - [An optional parameter to MediatorCombinePipeline to filter erroring actors](https://redirect.github.com/comunica/comunica/commit/a2f4d401c66b036d399a0c4cb3de4fe388cf95f1) - [Add option to enable ordering strategy in MediatorCombinePipeline](https://redirect.github.com/comunica/comunica/commit/38d1f82dca6dc9aa23ed3a2ec3f04ac1281d029f) - [Add setSafe method to IActionContext](https://redirect.github.com/comunica/comunica/commit/ff4aa04af9bbb1d768150aa2f167395ce2095a2c) ##### Changed - Automatically generate `components/` directories: - [Remove components directory from git](https://redirect.github.com/comunica/comunica/commit/957fefdcae177cb4aed66fe339b853cad9acadef) - [Generate components in bulk](https://redirect.github.com/comunica/comunica/commit/58187c86541ceca4a96b2289b98ba835694b9517) - [Move index files to lib directory](https://redirect.github.com/comunica/comunica/commit/0148e0aefe0b33e7219d17ec563ed4a3b102d3af) - [Update to sparqlalgebrajs 4](https://redirect.github.com/comunica/comunica/commit/bf571ffbcf9eac9d31c5c1efd5ea4c330bc6f25f) - [Mark parsed quad stream as Readable](https://redirect.github.com/comunica/comunica/commit/d48058699a155a71b3a81fa70d775925cc4852f9) - [Send original SPARQL query string to endpoints](https://redirect.github.com/comunica/comunica/commit/9daec7da03e159726559720acd0221881533d179) - [Update to Webpack 5](https://redirect.github.com/comunica/comunica/commit/dcd2a8adc2e15be0b3f9033ed81e3e6dc791a370) - [Add sideEffects: false to package.json files for treeshaking](https://redirect.github.com/comunica/comunica/commit/a4380229eea6e28aba544f7982829556b6d0f6e9) - [Prefer joins with early results for queries with limit](https://redirect.github.com/comunica/comunica/commit/5e2789cf6db024c18468642b3986277224516ae8) ### [`v1.22.3`](https://redirect.github.com/comunica/comunica/blob/HEAD/CHANGELOG.md#v1223---2021-10-19) [Compare Source](https://redirect.github.com/comunica/comunica/compare/v1.22.2...v1.22.3) ##### Fixed - [Fix CORS issues when querying in Firefox](https://redirect.github.com/comunica/comunica/commit/248f54b94fab944222ff1e8224b2f389e1b4651e) - [Fix media type overriding not working for HTTP requests](https://redirect.github.com/comunica/comunica/commit/3cf9182b17e11f2667d55e29b5806f0658717658) - [Fix source type detection not always working in SERVICE](https://redirect.github.com/comunica/comunica/commit/150f1d12bb805a882580834a53c2d4eb906b4298) ### [`v1.22.2`](https://redirect.github.com/comunica/comunica/blob/HEAD/CHANGELOG.md#v1222---2021-09-30) [Compare Source](https://redirect.github.com/comunica/comunica/compare/v1.22.1...v1.22.2) ##### Changed - [Include HTTP response in update error messages](https://redirect.github.com/comunica/comunica/commit/138558e68f37110bf63fb7d26780a709672cc441) - [Allow patchSparqlUpdate destinations to not exist when forced](https://redirect.github.com/comunica/comunica/commit/6dd89e495ef26a0e96b2eb42cf489673c4d549f2) - [Extract ms-author-via header for SPARQL updates, to support older Solid servers](https://redirect.github.com/comunica/comunica/commit/1c40a60b8fcd0919b0ebb63dd4e9c6b1c3b5cae2) - [Pass optional headers in dereference errors](https://redirect.github.com/comunica/comunica/commit/f0633f01154d70229a95762170297c4abb09a791) ##### Fixed - [Fix fetch actor ignoring request bodies in Node.js](https://redirect.github.com/comunica/comunica/commit/65d4041695adb7d35dda080647dfe0d9cbdd249d) - [Add temporary workaround for loss of Headers on Solid auth requests](https://redirect.github.com/comunica/comunica/commit/e92e5171b1a2c9d6eb427117041ebb9ea622790c) ### [`v1.22.1`](https://redirect.github.com/comunica/comunica/blob/HEAD/CHANGELOG.md#v1221---2021-09-22) [Compare Source](https://redirect.github.com/comunica/comunica/compare/v1.22.0...v1.22.1) ##### Fixed - [Fix rare stream interruption before end](https://redirect.github.com/comunica/comunica/commit/93df41c4c03ddb1f307430b75ea15a4ef4edc9d1)

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 becomes conflicted, 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.