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

v3.1-dev: update from dev and resolve conflicts #4374

Closed
wants to merge 126 commits into from

Conversation

ralfhandl
Copy link
Contributor

@ralfhandl ralfhandl commented Feb 20, 2025

This PR only updates the publishing infrastructure and does not modify the specification and schema files in the src folder.

It syncs the v3.1-dev branch with the dev branch. This is a follow-up to

We unfortunately changed files in v3.1-dev that should not have been changed, and this PR resolves the conflicts caused by

A corresponding PR trying to directly merge dev into v3.1-dev and failing due to these conflicts is

Tick one of the following options:

  • schema changes are included in this pull request
  • schema changes are needed for this pull request but not done yet
  • no schema changes are needed for this pull request

dependabot bot and others added 30 commits November 25, 2024 07:43
Bumps [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) from 0.42.0 to 0.43.0.
- [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases)
- [Commits](igorshubovych/markdownlint-cli@v0.42.0...v0.43.0)

---
updated-dependencies:
- dependency-name: markdownlint-cli
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…lint-cli-0.43.0

Bump markdownlint-cli from 0.42.0 to 0.43.0
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 2.1.5 to 2.1.6.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.6/packages/vitest)

---
updated-dependencies:
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 2.1.6 to 2.1.8.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.8/packages/vitest)

---
updated-dependencies:
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [c8](https://github.com/bcoe/c8) from 10.1.2 to 10.1.3.
- [Release notes](https://github.com/bcoe/c8/releases)
- [Changelog](https://github.com/bcoe/c8/blob/main/CHANGELOG.md)
- [Commits](bcoe/c8@v10.1.2...v10.1.3)

---
updated-dependencies:
- dependency-name: c8
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Contributing file updates, remove old development file
Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 11.10.0 to 11.11.0.
- [Release notes](https://github.com/highlightjs/highlight.js/releases)
- [Changelog](https://github.com/highlightjs/highlight.js/blob/main/CHANGES.md)
- [Commits](highlightjs/highlight.js@11.10.0...11.11.0)

---
updated-dependencies:
- dependency-name: highlight.js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…t.js-11.11.0

Bump highlight.js from 11.10.0 to 11.11.0
Bumps [respec](https://github.com/speced/respec) from 35.1.2 to 35.2.1.
- [Release notes](https://github.com/speced/respec/releases)
- [Changelog](https://github.com/speced/respec/blob/main/CHANGELOG.md)
- [Commits](speced/respec@v35.1.2...v35.2.1)

---
updated-dependencies:
- dependency-name: respec
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@ralfhandl ralfhandl marked this pull request as draft February 21, 2025 08:38
lornajane and others added 6 commits February 22, 2025 21:34
main: update style-guide.md - consistent style for field names and values in YAML comments
Configure deploydir based on branch name
Check branch name for conformance to vX.Y.Z structure
  * deploy to /deploy/oas/$version if branch name is conformant
  * deploy to /deploy-preview if branch name is non-conformant
Perform only one traversal of schemas structure
Remove intermediate data structures (datesHash, sedCmd)
@ralfhandl ralfhandl marked this pull request as ready for review February 25, 2025 08:00
dependabot bot and others added 2 commits February 25, 2025 08:01
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 3.0.6 to 3.0.7.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.0.7/packages/vitest)

---
updated-dependencies:
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@ralfhandl ralfhandl mentioned this pull request Feb 25, 2025
5 tasks
@ralfhandl ralfhandl changed the title 3.1: update from dev branch v3.1-dev: update from dev branch and resolve conflicts Mar 1, 2025
@ralfhandl ralfhandl changed the title v3.1-dev: update from dev branch and resolve conflicts v3.1-dev: update from dev and resolve conflicts Mar 1, 2025
@lornajane
Copy link
Contributor

Can we adjust this pull request to only include the conflict fixes? Then the automated sync scripts can do the rest and it would be a bit more realistic to review. As it is, I'm not sure how we're going to unblock this.

@ralfhandl ralfhandl marked this pull request as draft March 6, 2025 21:00
@ralfhandl
Copy link
Contributor Author

Can we adjust this pull request to only include the conflict fixes? Then the automated sync scripts can do the rest and it would be a bit more realistic to review. As it is, I'm not sure how we're going to unblock this.

A new, reduced PR is

@ralfhandl ralfhandl closed this Mar 6, 2025
@ralfhandl ralfhandl deleted the v3.1-dev-merge-dev branch March 6, 2025 22:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants