Skip to content

[pull] main from OAI:main #65

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

Open
wants to merge 1,257 commits into
base: main
Choose a base branch
from
Open

[pull] main from OAI:main #65

wants to merge 1,257 commits into from

Conversation

pull[bot]
Copy link

@pull pull bot commented Feb 14, 2024

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull bot added the ⤵️ pull label Feb 14, 2024
ralfhandl and others added 29 commits November 1, 2024 11:04
main: examples are on learn.openapis.org
…ments

main: schema-publish workflow - fix reviewers
main: respec workflow - same reviewers as for schema publishing
Bumps [@hyperjump/json-schema](https://github.com/hyperjump-io/json-schema) from 1.9.8 to 1.9.9.
- [Commits](hyperjump-io/json-schema@v1.9.8...v1.9.9)

---
updated-dependencies:
- dependency-name: "@hyperjump/json-schema"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…son-schema-1.9.9

Bump @hyperjump/json-schema from 1.9.8 to 1.9.9
The schemas are (mostly) not metaschemas
From later comments on the previous update.  This shows a more
comprehensive example, including  merging patch releases from
the most recent line _only_ back to `dev`.
And also add some section headers and clarify publishing a bit.
Co-authored-by: Ralf Handl <[email protected]>
lornajane and others added 30 commits April 15, 2025 19:35
use markdownlint-cli2 and refresh package-lock.json
Improve Markdown linting and use it on more files
Bumps [@hyperjump/json-schema](https://github.com/hyperjump-io/json-schema) from 1.12.1 to 1.13.0.
- [Commits](hyperjump-io/json-schema@v1.12.1...v1.13.0)

---
updated-dependencies:
- dependency-name: "@hyperjump/json-schema"
  dependency-version: 1.13.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Improve text/event-stream support with comment support and
generally better configuration (one rule wasn't doing anything).

Add support for JSONL/NDJSON (basically JSON without the check
for values separated only by whitespace) and JSON Text Sequences
(which requires using `0x1E` as the record separator, and
highlighting it separately).
Bumps [respec](https://github.com/speced/respec) from 35.3.0 to 35.3.1.
- [Release notes](https://github.com/speced/respec/releases)
- [Changelog](https://github.com/speced/respec/blob/main/CHANGELOG.md)
- [Commits](speced/respec@v35.3.0...v35.3.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [@hyperjump/json-schema](https://github.com/hyperjump-io/json-schema) from 1.13.0 to 1.14.0.
- [Commits](hyperjump-io/json-schema@v1.13.0...v1.14.0)

---
updated-dependencies:
- dependency-name: "@hyperjump/json-schema"
  dependency-version: 1.14.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

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

Signed-off-by: dependabot[bot] <[email protected]>
highlight.js: support for JSONL, JSON-Seq, basic multipart, improve text/event-stream
Bumps [respec](https://github.com/speced/respec) from 35.3.1 to 35.4.0.
- [Release notes](https://github.com/speced/respec/releases)
- [Changelog](https://github.com/speced/respec/blob/main/CHANGELOG.md)
- [Commits](speced/respec@v35.3.1...v35.4.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [@hyperjump/json-schema](https://github.com/hyperjump-io/json-schema) from 1.14.0 to 1.14.1.
- [Commits](hyperjump-io/json-schema@v1.14.0...v1.14.1)

---
updated-dependencies:
- dependency-name: "@hyperjump/json-schema"
  dependency-version: 1.14.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2) from 0.17.2 to 0.18.1.
- [Changelog](https://github.com/DavidAnson/markdownlint-cli2/blob/main/CHANGELOG.md)
- [Commits](DavidAnson/markdownlint-cli2@v0.17.2...v0.18.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [yaml](https://github.com/eemeli/yaml) from 2.7.1 to 2.8.0.
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](eemeli/yaml@v2.7.1...v2.8.0)

---
updated-dependencies:
- dependency-name: yaml
  dependency-version: 2.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

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

Signed-off-by: dependabot[bot] <[email protected]>
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.

7 participants