Skip to content

Commit 9d3b96c

Browse files
authored
Merge branch 'master' into bug/parameter-include-empty-id-conflict
2 parents af99dd5 + 832008a commit 9d3b96c

27 files changed

Lines changed: 669 additions & 293 deletions

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
steps:
4242
- name: Checkout repository
43-
uses: actions/checkout@v6
43+
uses: actions/checkout@v7
4444

4545
# Initializes the CodeQL tools for scanning.
4646
- name: Initialize CodeQL

.github/workflows/docker-build-push-unstable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v6
18+
- uses: actions/checkout@v7
1919

2020
- name: Use Node.js
2121
uses: actions/setup-node@v6

.github/workflows/docker-build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v6
18+
- uses: actions/checkout@v7
1919

2020
- name: Use Node.js
2121
uses: actions/setup-node@v6

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121

2222
steps:
23-
- uses: actions/checkout@v6
23+
- uses: actions/checkout@v7
2424

2525
- name: Use Node.js
2626
uses: actions/setup-node@v6
@@ -62,7 +62,7 @@ jobs:
6262
containers: ['+(a11y|security|bugs)/**/*cy.js', 'features/**/+(o|d)*.cy.js', 'features/**/m*.cy.js', 'features/**/!(o|d|m)*.cy.js']
6363

6464
steps:
65-
- uses: actions/checkout@v6
65+
- uses: actions/checkout@v7
6666

6767
- name: Use Node.js
6868
uses: actions/setup-node@v6

.github/workflows/release-swagger-ui-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v6
17+
uses: actions/checkout@v7
1818
with:
1919
fetch-depth: 0
2020
persist-credentials: false

.github/workflows/release-swagger-ui-react.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v6
17+
uses: actions/checkout@v7
1818
with:
1919
fetch-depth: 0
2020
persist-credentials: false

.github/workflows/release-swagger-ui.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v6
13+
uses: actions/checkout@v7
1414
with:
1515
fetch-depth: 0
1616
persist-credentials: false

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24.14.0
1+
24.17

CLAUDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ Swagger UI uses a **sophisticated plugin system** powered by Redux. The core sys
142142

143143
### Prerequisites
144144

145-
- **Node.js:** >=24.14.0 (Node 24.x recommended, as defined in `.nvmrc`)
146-
- **npm:** >=11.9.0
145+
- **Node.js:** >=24.17.0 (Node 24.x recommended, as defined in `.nvmrc`)
146+
- **npm:** >=11.13.0
147147
- **Git:** Any version
148148
- **JDK 7+:** Required for Nightwatch.js integration tests
149149

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# We don't declare them here — take a look at our docs.
33
# https://github.com/swagger-api/swagger-ui/blob/master/docs/usage/configuration.md
44

5-
FROM nginx:1.31.0-alpine
5+
FROM nginx:1.31.2-alpine
66

77
LABEL maintainer="vladimir.gorej@gmail.com" \
88
org.opencontainers.image.authors="vladimir.gorej@gmail.com" \

0 commit comments

Comments
 (0)