Skip to content

dev: update from main #4344

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

Merged
merged 51 commits into from
Feb 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
b3949bd
Separate main css from build script
Bellangelo Dec 18, 2024
f583ff9
Add dark mode styling
Bellangelo Dec 19, 2024
15aee42
Enable dark mode functionality
Bellangelo Dec 19, 2024
c94652e
Update tests
Bellangelo Dec 19, 2024
2e1267b
Update tests
Bellangelo Dec 19, 2024
973999a
Preferred color is not always the selected one
Bellangelo Dec 19, 2024
a2394b1
Format code
Bellangelo Dec 19, 2024
2372f30
Update tests
Bellangelo Dec 19, 2024
2dc8bdf
Update tests
Bellangelo Dec 19, 2024
3c8a5f6
Update tests
Bellangelo Dec 19, 2024
e25d753
Add dark.css contents directly to the main.css
Bellangelo Dec 19, 2024
10c10bc
Materialize lists of editors per spec version
ralfhandl Dec 19, 2024
dbec407
Simplify symlink creation
ralfhandl Dec 19, 2024
d5f765e
Remove unnecessarily request
Bellangelo Dec 20, 2024
ffa5176
Update tests
Bellangelo Dec 20, 2024
7027e0f
dark.css is used by the dark mode toggle in fixup.js
Bellangelo Dec 21, 2024
866a199
Bump @hyperjump/json-schema from 1.9.9 to 1.10.0
dependabot[bot] Dec 23, 2024
acdc31c
Bump highlight.js from 11.11.0 to 11.11.1
dependabot[bot] Dec 26, 2024
74cae4b
Bump yaml from 2.6.1 to 2.7.0
dependabot[bot] Dec 31, 2024
49e7202
Merge pull request #4276 from OAI/dependabot/npm_and_yarn/hyperjump/j…
ralfhandl Jan 2, 2025
ee2dcc4
Merge pull request #4280 from OAI/dependabot/npm_and_yarn/highlight.j…
ralfhandl Jan 2, 2025
c47b1db
Merge pull request #4283 from OAI/dependabot/npm_and_yarn/yaml-2.7.0
ralfhandl Jan 2, 2025
796ce1a
Merge pull request #4270 from ralfhandl/main-materialize-list-of-edit…
lornajane Jan 5, 2025
b4517c0
Bump respec from 35.2.1 to 35.2.2
dependabot[bot] Jan 6, 2025
71e5119
Add checkboxes to the PR template to indicate if schema updates are n…
lornajane Jan 10, 2025
bba1da7
Merge pull request #4297 from lornajane/add-schema-update-checkboxes
ralfhandl Jan 10, 2025
902e505
Merge pull request #4291 from OAI/dependabot/npm_and_yarn/respec-35.2.2
ralfhandl Jan 15, 2025
f420a3e
Bump vitest from 2.1.8 to 3.0.1
dependabot[bot] Jan 17, 2025
38b83d0
Merge pull request #4308 from OAI/dependabot/npm_and_yarn/vitest-3.0.1
ralfhandl Jan 18, 2025
8eddd20
Bump vitest from 3.0.1 to 3.0.3
dependabot[bot] Jan 22, 2025
6455cb1
Bump @hyperjump/json-schema from 1.10.0 to 1.10.1
dependabot[bot] Jan 22, 2025
0d83975
Merge pull request #4316 from OAI/dependabot/npm_and_yarn/vitest-3.0.3
ralfhandl Jan 22, 2025
c1c275d
Use branch-local package-lock.json
ralfhandl Jan 22, 2025
10e9a01
Merge pull request #4317 from OAI/dependabot/npm_and_yarn/hyperjump/j…
handrews Jan 22, 2025
245a4e2
Merge pull request #4318 from ralfhandl/workflows-use-branch-local-pa…
lornajane Jan 23, 2025
2619d58
Bump vitest from 3.0.3 to 3.0.4
dependabot[bot] Jan 24, 2025
4cc0e82
Merge pull request #4321 from OAI/dependabot/npm_and_yarn/vitest-3.0.4
ralfhandl Jan 24, 2025
5495770
Update schema-tests.yaml: correct step description
ralfhandl Jan 24, 2025
8cf00a4
Merge pull request #4322 from OAI/ralfhandl-patch-1
handrews Jan 24, 2025
55f2da6
Bump markdownlint-cli from 0.43.0 to 0.44.0
dependabot[bot] Jan 27, 2025
d237e68
Merge pull request #4323 from OAI/dependabot/npm_and_yarn/markdownlin…
ralfhandl Jan 27, 2025
f84077c
Bump vitest from 3.0.4 to 3.0.5
dependabot[bot] Feb 4, 2025
60e0d46
Merge pull request #4329 from OAI/dependabot/npm_and_yarn/vitest-3.0.5
ralfhandl Feb 4, 2025
ec2727f
Bump @hyperjump/json-schema from 1.10.1 to 1.11.0
dependabot[bot] Feb 6, 2025
9a07bd0
Merge pull request #4332 from OAI/dependabot/npm_and_yarn/hyperjump/j…
ralfhandl Feb 6, 2025
031d633
Merge pull request #4268 from Bellangelo/main-dark-mode
ralfhandl Feb 6, 2025
9449ce8
Build single targets
duncanbeevers Feb 8, 2025
639c6ca
fixup! Build single targets
duncanbeevers Feb 9, 2025
06a89cd
Update scripts/md2html/build.sh
ralfhandl Feb 10, 2025
8e3015a
Merge pull request #4342 from duncanbeevers/build-src-changes
ralfhandl Feb 10, 2025
328d6a3
Merge remote-tracking branch 'upstream/main' into dev-update-from-main
ralfhandl Feb 10, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,9 @@ present on the main branch, only on the development branches).

Note that we do not accept changes to published specifications.
-->

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
6 changes: 2 additions & 4 deletions .github/workflows/schema-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,8 @@ jobs:
with:
node-version: '20.x'

- name: Install dependencies from main
run: |
git checkout remotes/origin/main -- package.json package-lock.json
npm ci
- name: Install dependencies
run: npm ci

- name: Run tests
run: npm run test
7 changes: 4 additions & 3 deletions .github/workflows/validate-markdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,17 @@ jobs:
runs-on: ubuntu-latest

steps:

- uses: actions/checkout@v4 # checkout repo content
with:
fetch-depth: 0
- name: use the javascript environment from main
run: |
git checkout remotes/origin/main -- package.json package-lock.json .markdownlint.yaml

- uses: actions/setup-node@v4 # setup Node.js
with:
node-version: '20.x'

- name: Validate markdown
run: npx --yes mdv versions/3.*.md src/oas.md

- name: Lint markdown 3.0.4, 3.1.1, and later
run: npx --yes markdownlint-cli --config .markdownlint.yaml versions/3.0.4.md versions/3.1.[^0].md versions/3.[2-9].*.md src/oas.md
Loading