Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
646dd58
chore(security and testing): patch sigstore and run Playwright CI on …
jbocce Jul 7, 2026
5e502f0
chore(version): version.json [skip ci]
ohif-bot Jul 7, 2026
2851f43
chore(version): Update package versions [skip ci]
ohif-bot Jul 7, 2026
e8fff26
fix(security): update websocket-driver to 0.7.5 (#6158)
jbocce Jul 17, 2026
24f4e85
chore(version): version.json [skip ci]
ohif-bot Jul 17, 2026
5762d26
chore(version): Update package versions [skip ci]
ohif-bot Jul 17, 2026
c09feca
fix(security): update dependencies to fix security vulnerabilities (#…
jbocce Jul 21, 2026
dc84158
chore(version): version.json [skip ci]
ohif-bot Jul 21, 2026
9966e20
chore(version): Update package versions [skip ci]
ohif-bot Jul 21, 2026
b74ffcf
fix(security): update dependencies to fix security vulnerabilities an…
jbocce Jul 23, 2026
c98e100
chore(version): version.json [skip ci]
ohif-bot Jul 23, 2026
461b6c6
chore(version): Update package versions [skip ci]
ohif-bot Jul 23, 2026
6c696e0
fix(security): update postcss to 8.5.22 and release 3.12.10 (#6182)
jbocce Jul 24, 2026
e8a6d47
chore(version): version.json [skip ci]
ohif-bot Jul 24, 2026
634c22b
chore(version): Update package versions [skip ci]
ohif-bot Jul 24, 2026
b8c90b6
fix(security): update dependencies to fix brace-expansion vulnerabili…
jbocce Aug 3, 2026
2424c92
chore(version): version.json [skip ci]
ohif-bot Aug 3, 2026
d6367d6
chore(version): Update package versions [skip ci]
ohif-bot Aug 3, 2026
af0dc82
Merge tag 'v3.12.11' of github.com:OHIF/Viewers into chore/update-to-…
igoroctaviano Aug 4, 2026
f61f6d6
chore: take upstream e2e screenshots from v3.12.11
igoroctaviano Aug 4, 2026
17bb574
fix(ci): make Playwright fork-safe and restore minimatch patches
igoroctaviano Aug 4, 2026
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
11 changes: 8 additions & 3 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ concurrency:

jobs:
playwright-tests:
timeout-minutes: 60
runs-on: self-hosted
# IDC fork has no OHIF "nashua" self-hosted runners. Use GitHub-hosted
# runners so PR checks complete instead of sitting queued forever.
timeout-minutes: 120
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
Expand All @@ -28,7 +30,10 @@ jobs:
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Install Playwright browsers
run: npx playwright install
# Only chromium is used (firefox/webkit projects are commented out in
# playwright.config.ts). Scoping the install to chromium avoids
# downloading + dep-validating browsers we never launch.
run: npx playwright install --with-deps chromium
- name: Run Playwright tests
run: |
export NODE_OPTIONS="--max_old_space_size=10192"
Expand Down
63 changes: 63 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,69 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.12.11](https://github.com/OHIF/Viewers/compare/v3.12.10...v3.12.11) (2026-08-03)


### Bug Fixes

* **security:** update dependencies to fix brace-expansion vulnerabilities and release 3.12.11 ([#6203](https://github.com/OHIF/Viewers/issues/6203)) ([b8c90b6](https://github.com/OHIF/Viewers/commit/b8c90b6c493ad09268d403b17ac97534c65d5c99))





## [3.12.10](https://github.com/OHIF/Viewers/compare/v3.12.9...v3.12.10) (2026-07-24)


### Bug Fixes

* **security:** update postcss to 8.5.22 and release 3.12.10 ([#6182](https://github.com/OHIF/Viewers/issues/6182)) ([6c696e0](https://github.com/OHIF/Viewers/commit/6c696e0def2b5fddc3c11f3d49656466d368d754))





## [3.12.9](https://github.com/OHIF/Viewers/compare/v3.12.8...v3.12.9) (2026-07-23)


### Bug Fixes

* **security:** update dependencies to fix security vulnerabilities and release 3.12.9 ([#6178](https://github.com/OHIF/Viewers/issues/6178)) ([b74ffcf](https://github.com/OHIF/Viewers/commit/b74ffcf101c5636da079e7756632f5c2df8e67ad))





## [3.12.8](https://github.com/OHIF/Viewers/compare/v3.12.7...v3.12.8) (2026-07-21)


### Bug Fixes

* **security:** update dependencies to fix security vulnerabilities ([#6170](https://github.com/OHIF/Viewers/issues/6170)) ([c09feca](https://github.com/OHIF/Viewers/commit/c09feca1ce0d9836d3c8efa9280380818855740a))





## [3.12.7](https://github.com/OHIF/Viewers/compare/v3.12.6...v3.12.7) (2026-07-17)


### Bug Fixes

* **security:** update websocket-driver to 0.7.5 ([#6158](https://github.com/OHIF/Viewers/issues/6158)) ([e8fff26](https://github.com/OHIF/Viewers/commit/e8fff26067ddf1fed5b6be8d3e6b3ca93f1857be))





## [3.12.6](https://github.com/OHIF/Viewers/compare/v3.12.5...v3.12.6) (2026-07-07)

**Note:** Version bump only for package ohif-monorepo-root





## [3.12.5](https://github.com/OHIF/Viewers/compare/v3.12.4...v3.12.5) (2026-06-17)


Expand Down
48 changes: 48 additions & 0 deletions addOns/externals/devDependencies/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,54 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.12.11](https://github.com/OHIF/Viewers/compare/v3.12.10...v3.12.11) (2026-08-03)

**Note:** Version bump only for package @externals/devDependencies





## [3.12.10](https://github.com/OHIF/Viewers/compare/v3.12.9...v3.12.10) (2026-07-24)

**Note:** Version bump only for package @externals/devDependencies





## [3.12.9](https://github.com/OHIF/Viewers/compare/v3.12.8...v3.12.9) (2026-07-23)

**Note:** Version bump only for package @externals/devDependencies





## [3.12.8](https://github.com/OHIF/Viewers/compare/v3.12.7...v3.12.8) (2026-07-21)

**Note:** Version bump only for package @externals/devDependencies





## [3.12.7](https://github.com/OHIF/Viewers/compare/v3.12.6...v3.12.7) (2026-07-17)

**Note:** Version bump only for package @externals/devDependencies





## [3.12.6](https://github.com/OHIF/Viewers/compare/v3.12.5...v3.12.6) (2026-07-07)

**Note:** Version bump only for package @externals/devDependencies





## [3.12.5](https://github.com/OHIF/Viewers/compare/v3.12.4...v3.12.5) (2026-06-17)


Expand Down
2 changes: 1 addition & 1 deletion addOns/externals/devDependencies/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@externals/devDependencies",
"description": "External dev dependencies - put dev build dependencies here",
"version": "3.12.5",
"version": "3.12.11",
"license": "MIT",
"private": true,
"engines": {
Expand Down
48 changes: 48 additions & 0 deletions addOns/externals/dicom-microscopy-viewer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,54 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.12.11](https://github.com/OHIF/Viewers/compare/v3.12.10...v3.12.11) (2026-08-03)

**Note:** Version bump only for package @externals/dicom-microscopy-viewer





## [3.12.10](https://github.com/OHIF/Viewers/compare/v3.12.9...v3.12.10) (2026-07-24)

**Note:** Version bump only for package @externals/dicom-microscopy-viewer





## [3.12.9](https://github.com/OHIF/Viewers/compare/v3.12.8...v3.12.9) (2026-07-23)

**Note:** Version bump only for package @externals/dicom-microscopy-viewer





## [3.12.8](https://github.com/OHIF/Viewers/compare/v3.12.7...v3.12.8) (2026-07-21)

**Note:** Version bump only for package @externals/dicom-microscopy-viewer





## [3.12.7](https://github.com/OHIF/Viewers/compare/v3.12.6...v3.12.7) (2026-07-17)

**Note:** Version bump only for package @externals/dicom-microscopy-viewer





## [3.12.6](https://github.com/OHIF/Viewers/compare/v3.12.5...v3.12.6) (2026-07-07)

**Note:** Version bump only for package @externals/dicom-microscopy-viewer





## [3.12.5](https://github.com/OHIF/Viewers/compare/v3.12.4...v3.12.5) (2026-06-17)

**Note:** Version bump only for package @externals/dicom-microscopy-viewer
Expand Down
2 changes: 1 addition & 1 deletion addOns/externals/dicom-microscopy-viewer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@externals/dicom-microscopy-viewer",
"description": "External reference to dicom-microscopy-viewer",
"version": "3.12.5",
"version": "3.12.11",
"license": "MIT",
"dependencies": {
"dicom-microscopy-viewer": "0.48.17"
Expand Down
Loading
Loading