chore(deps-dev): Bump rdf-test-suite from 1.25.0 to 2.1.4#575
Merged
jeswr merged 3 commits intodependabot/npm_and_yarn/rdf-test-suite-2.1.4from Mar 22, 2026
Merged
chore(deps-dev): Bump rdf-test-suite from 1.25.0 to 2.1.4#575jeswr merged 3 commits intodependabot/npm_and_yarn/rdf-test-suite-2.1.4from
jeswr merged 3 commits intodependabot/npm_and_yarn/rdf-test-suite-2.1.4from
Conversation
Bumps [rdf-test-suite](https://github.com/rubensworks/rdf-test-suite.js) from 1.25.0 to 2.1.4. - [Changelog](https://github.com/rubensworks/rdf-test-suite.js/blob/master/CHANGELOG.md) - [Commits](rubensworks/rdf-test-suite.js@v1.25.0...v2.1.4) --- updated-dependencies: - dependency-name: rdf-test-suite dependency-version: 2.1.4 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
ae06f4e to
e89e62c
Compare
Co-authored-by: jeswr <63333554+jeswr@users.noreply.github.com> Agent-Logs-Url: https://github.com/rdfjs/N3.js/sessions/dafd6c0e-1f1e-4ff0-9d75-beb67ae4ec5f
Copilot
AI
changed the title
[WIP] Bump rdf-test-suite from 1.25.0 to 2.1.4
chore(deps-dev): Bump rdf-test-suite from 1.25.0 to 2.1.4
Mar 22, 2026
93d4b56
into
dependabot/npm_and_yarn/rdf-test-suite-2.1.4
46 checks passed
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the dev dependency used to run RDF spec conformance tests and aligns the CI spec test matrix with the new dependency’s Node.js runtime requirements.
Changes:
- Bump
rdf-test-suitedevDependency from^1.25.0to^2.1.4(and refresh transitive lockfile entries). - Restrict the CI spec job’s Node.js matrix to
[18.x, 20.x, 22.x, 24.x].
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
package.json |
Updates rdf-test-suite devDependency to ^2.1.4. |
package-lock.json |
Updates the resolved dependency graph to match rdf-test-suite@2.1.4 and its updated transitive dependencies. |
.github/workflows/ci.yml |
Drops Node 12/14/16 from the spec job matrix while leaving other CI jobs intact. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
github-actions Bot
pushed a commit
that referenced
this pull request
Mar 22, 2026
* chore(deps-dev): Bump rdf-test-suite from 1.25.0 to 2.1.4 Bumps [rdf-test-suite](https://github.com/rubensworks/rdf-test-suite.js) from 1.25.0 to 2.1.4. - [Changelog](https://github.com/rubensworks/rdf-test-suite.js/blob/master/CHANGELOG.md) - [Commits](rubensworks/rdf-test-suite.js@v1.25.0...v2.1.4) --- updated-dependencies: - dependency-name: rdf-test-suite dependency-version: 2.1.4 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps-dev): Bump rdf-test-suite from 1.25.0 to 2.1.4 (#575) * chore(deps-dev): Bump rdf-test-suite from 1.25.0 to 2.1.4 Bumps [rdf-test-suite](https://github.com/rubensworks/rdf-test-suite.js) from 1.25.0 to 2.1.4. - [Changelog](https://github.com/rubensworks/rdf-test-suite.js/blob/master/CHANGELOG.md) - [Commits](rubensworks/rdf-test-suite.js@v1.25.0...v2.1.4) --- updated-dependencies: - dependency-name: rdf-test-suite dependency-version: 2.1.4 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Initial plan * ci: restrict spec tests to Node 18+ for rdf-test-suite v2 compatibility Co-authored-by: jeswr <63333554+jeswr@users.noreply.github.com> Agent-Logs-Url: https://github.com/rdfjs/N3.js/sessions/dafd6c0e-1f1e-4ff0-9d75-beb67ae4ec5f --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: jeswr <63333554+jeswr@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: jeswr <63333554+jeswr@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
rdf-test-suitev2.x uses the globalfetchAPI, which requires Node 18+.rdf-test-suitefrom 1.25.0 to 2.1.4[12.x, 14.x, 16.x, 18.x, 20.x, 22.x, 24.x]to[18.x, 20.x, 22.x, 24.x]⚡ Quickly spin up Copilot coding agent tasks from anywhere on your macOS or Windows machine with Raycast.