Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @opentermsarchive/engine from 4.0.1 to 5.0.0 #73

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 20, 2025

Bumps @opentermsarchive/engine from 4.0.1 to 5.0.0.

Release notes

Sourced from @​opentermsarchive/engine's releases.

v5.0.0

5.0.0 - 2025-02-18

Full changeset and discussions: #1137.

Development of this release was supported by the French Ministry for Foreign Affairs through its ministerial State Startups incubator under the aegis of the Ambassador for Digital Affairs.

Changed

  • Breaking: Rename documents key to terms in service declarations for vocabulary consistency; update your service declarations accordingly. You can update your declarations by executing the following command at the root of your declarations folder: find . -name "*.json" -type f -exec sed -i 's/"documents":/"terms":/g' {} + for Unix-like systems, or find . -name "*.json" -type f -exec sed -i '' 's/"documents":/"terms":/g' {} + for macOS

v4.2.0

4.2.0 - 2025-02-17

Full changeset and discussions: #1135.

Development of this release was supported by the European Union.

Added

  • Add support for nested subgroups in Gitlab reporter repository paths

Fixed

  • Fix error logging in Gitlab reporter

v4.1.0

4.1.0 - 2025-02-17

Full changeset and discussions: #1134.

Development of this release was supported by the French Ministry for Foreign Affairs through its ministerial State Startups incubator under the aegis of the Ambassador for Digital Affairs.

Added

  • Add ota validate metadata command to the CLI to validate the collection metadata file

v4.0.2

4.0.2 - 2025-02-04

Full changeset and discussions: #1133.

Development of this release was supported by the European Union.

Fixed

  • Fix functionality of filtering by status for the issues list on GitLab
Changelog

Sourced from @​opentermsarchive/engine's changelog.

5.0.0 - 2025-02-18

Full changeset and discussions: #1137.

Development of this release was supported by the French Ministry for Foreign Affairs through its ministerial State Startups incubator under the aegis of the Ambassador for Digital Affairs.

Changed

  • Breaking: Rename documents key to terms in service declarations for vocabulary consistency; to update your declarations:

    For Unix-like systems:

    find . -name "*.json" -type f -exec sed -i 's/"documents":/"terms":/g' {} +

    For macOS:

    find . -name "*.json" -type f -exec sed -i '' 's/"documents":/"terms":/g' {} +

    ⚠️ Note: when updating the engine, CI checks of modified declarations will fail once. This is expected and can be safely ignored

4.2.0 - 2025-02-17

Full changeset and discussions: #1135.

Development of this release was supported by the European Union.

Added

  • Add support for nested subgroups in Gitlab reporter repository paths

Fixed

  • Fix error logging in Gitlab reporter

4.1.0 - 2025-02-17

Full changeset and discussions: #1134.

Development of this release was supported by the French Ministry for Foreign Affairs through its ministerial State Startups incubator under the aegis of the Ambassador for Digital Affairs.

Added

  • Add ota validate metadata command to the CLI to validate the collection metadata file

4.0.2 - 2025-02-04

... (truncated)

Commits
  • c05459c Release v5.0.0
  • cd0c4b3 Rename documents key to terms in service declarations for vocabulary cons...
  • 8d501c1 Update README
  • e640477 Add changelog entry
  • 9c3991e Update declarations vocabulary for consistency
  • 5f8c9b2 Release v4.2.0
  • 36ee6f8 Fix a typo in Gitlab reporter (#1135)
  • 54e6cbd Allow finding external contributor's branch
  • 6bced1c Add changelog entry
  • 5218b5f Merge branch 'main' into Phyks-patch-1
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@opentermsarchive/engine](https://github.com/OpenTermsArchive/engine) from 4.0.1 to 5.0.0.
- [Release notes](https://github.com/OpenTermsArchive/engine/releases)
- [Changelog](https://github.com/OpenTermsArchive/engine/blob/main/CHANGELOG.md)
- [Commits](OpenTermsArchive/engine@v4.0.1...v5.0.0)

---
updated-dependencies:
- dependency-name: "@opentermsarchive/engine"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 20, 2025
@dependabot dependabot bot requested a review from a team February 20, 2025 05:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants