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

Update SLIM with LTS #97

Merged
merged 24 commits into from
Jul 23, 2024
Merged

Update SLIM with LTS #97

merged 24 commits into from
Jul 23, 2024

Conversation

igoroctaviano
Copy link
Collaborator

No description provided.

fedorov and others added 24 commits February 9, 2024 16:36
* feat: add secondary dicom server
* feat: allow flexible url
* fix: lint errors
---------
Co-authored-by: Igor Octaviano <[email protected]>
Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 5.3.3 to 5.3.4.
- [Release notes](https://github.com/webpack/webpack-dev-middleware/releases)
- [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/v5.3.4/CHANGELOG.md)
- [Commits](webpack/webpack-dev-middleware@v5.3.3...v5.3.4)

---
updated-dependencies:
- dependency-name: webpack-dev-middleware
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [gh-pages](https://github.com/tschaub/gh-pages) from 3.2.3 to 5.0.0.
- [Release notes](https://github.com/tschaub/gh-pages/releases)
- [Changelog](https://github.com/tschaub/gh-pages/blob/main/changelog.md)
- [Commits](tschaub/gh-pages@v3.2.3...v5.0.0)

---
updated-dependencies:
- dependency-name: gh-pages
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add release workflow

* Update workflow and release rc
* Add github bot vars for semantic release

* Bump node version

* Use specific node version

* Update yarn lock to avoid node version errors

* Bump node version dockerfile
# [0.31.0](ImagingDataCommons/slim@v0.30.0...v0.31.0) (2024-05-07)

### Bug Fixes

* **package.json:** Fix Inefficient Regular Expression Complexity in nth-check (vulnerability) ([#151](ImagingDataCommons/slim#151)) ([4f42258](ImagingDataCommons/slim@4f42258))
* security issues ([#179](ImagingDataCommons/slim#179)) ([eb8ddc0](ImagingDataCommons/slim@eb8ddc0))

### Features

* add secondary dicom server ([#188](ImagingDataCommons/slim#188)) ([356009f](ImagingDataCommons/slim@356009f))
* Remove build from repo

* fix(.github): Update workflow labels
# [0.31.0](ImagingDataCommons/slim@v0.30.0...v0.31.0) (2024-05-07)

### Bug Fixes

* **package.json:** Fix Inefficient Regular Expression Complexity in nth-check (vulnerability) ([#151](ImagingDataCommons/slim#151)) ([4f42258](ImagingDataCommons/slim@4f42258))
* security issues ([#179](ImagingDataCommons/slim#179)) ([eb8ddc0](ImagingDataCommons/slim@eb8ddc0))

### Features

* add secondary dicom server ([#188](ImagingDataCommons/slim#188)) ([356009f](ImagingDataCommons/slim@356009f))
## [0.31.1](ImagingDataCommons/slim@v0.31.0...v0.31.1) (2024-05-08)

### Bug Fixes

* **.github:** Refactor workflows ([#205](ImagingDataCommons/slim#205)) ([552f99f](ImagingDataCommons/slim@552f99f))
…ialog and use double click to open it (#197)

* Avoid unselect closing or submitting roi dialog

* Add double click event

* Lint
## [0.31.2](ImagingDataCommons/slim@v0.31.1...v0.31.2) (2024-05-08)

### Bug Fixes

* **ROI:** Avoid removing highlighting of ROI after closing ROI info dialog and use double click to open it ([#197](ImagingDataCommons/slim#197)) ([a76a79f](ImagingDataCommons/slim@a76a79f))
## [0.31.3](ImagingDataCommons/slim@v0.31.2...v0.31.3) (2024-05-09)

### Bug Fixes

* **README.md:** Update README.md to fix build status ([#210](ImagingDataCommons/slim#210)) ([7574a93](ImagingDataCommons/slim@7574a93))
* Add gcp url support

* Fix pathname logic

* Lint
* feat: class based annotation toggle

* feat: add tooltip with codes to annotation categories

* fix: linting problems

---------

Co-authored-by: Igor Octaviano <[email protected]>
…notations support (#170)

* Bump package versions and update logging

* Improve logs and bump java heap memory

* Add new annotation property

* Add proxy script to start dev viewer

* Address multiple calls to populate viewports

* Rollback populate viewports call to did mount

* Bump mem size for larger annotations

* Add 2d support

* Add firebase config

* Remove fixed zoom level

* Cleanup on unmount

* Improve error logging

* Add warnings to debug toolbar button and disable strict mode

* Run lint

* Adjustments to error handling middlware

* fix: filter ann groups per series (#215)

* fix: filter ann groups per series

* fix: change to referencedSeriesInstanceUID

* feat: add tooltip on hover (#217)

* Lint

* Lint

* Update dicomweb action

* Update dcm4chee response

* Update docker version

---------

Co-authored-by: Pedro H. Köhler <[email protected]>
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [ws](https://github.com/websockets/ws) from 7.5.9 to 7.5.10.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@7.5.9...7.5.10)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Copy link
Collaborator

@pedrokohler pedrokohler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@igoroctaviano igoroctaviano merged commit a13e553 into master Jul 23, 2024
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants