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

Bump the trame group with 4 updates #221

Closed
wants to merge 5 commits into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 23, 2024

Bumps the trame group with 4 updates: trame, trame-client, trame-server and trame-vtk.

Updates trame from 2.5.0 to 3.5.2

Release notes

Sourced from trame's releases.

v3.5.2

Fix

  • tools: Widgets generator handle methods (b796009)

Documentation

  • example: Add popup window example (e9a57dd)
  • custom_js: Expend example with JSEval (f59d512)
  • custom_js: Add more comment to code example (38de8e6)
  • custom_js: Example with custom JS (85795e2)
  • docker: Add use ENV TRAME_CLIENT_TYPE (a483a96)

v3.5.1

Fix

  • vue3: New default for tools/docker (0e77b63)

Documentation

  • docker: More info on docker GPU and EGL (27df248)
  • news: Add new entry (c9a1628)
  • website: Add news entry (296c7d1)
  • example: Use explicit client_type when it matters (41c78bf)

v3.5.0

Feature

  • vue3: Vue3 client is the new default (35013f4)

Documentation

  • example: Add paraview remote rendering within docker (32dcdda)

v3.4.0

Feature

  • namespace: Child-server/namespace for app instance isolation (2381ad4)

Documentation

  • example: Bind reset camera to icon (ad4e2cb)
  • discussion: Add missing property (181f6d7)
  • discussion: Check #376 (1321814)
  • website: Add star/download + news (09bf854)
  • example: Cone with class (e533873)
  • news: Add blog on azure (c5f343b)
  • apps: Comment out private apps (6236bb8)

v3.3.0

... (truncated)

Changelog

Sourced from trame's changelog.

CHANGELOG

v2.5.1 (2023-07-19)

Ci

  • ci: add cuda based docker image (b69e7cb)

Documentation

  • docs(discussion): Add example 291 (07688e9)

  • docs(nginx): Update deploy-nginx.md (89bcfab)

  • docs(nginx): Add config info (43c1193)

  • docs(discussion): Add sample code (5c2a424)

  • docs(readme): add markdown for indexing (dbbeab5)

  • docs(readme): add markdown for indexing (6b9ebce)

  • docs: Update README.rst (23f4497)

  • docs(website): fix license reference

This commit fixes a regression introduced in 5f55d6a57 (docs(website): update content to match new api ) updating the text describing the license to mention "Apache License Version 2.0" instead of "BSD-3".

The text now described the license effectively associated with the trame v2 project originally introduced in 0e44015c8 (trame a framework to write ubiquitous applications in Python).

For reference, trame v1 license (originally introduced in e8fe5944b (chore: Getting started)) was BSD-3. (979aa84)

Fix

  • fix(v2): Last trame v2 release (6c66b44)
Commits
  • 4e6c9c0 3.5.2
  • b796009 fix(tools): widgets generator handle methods
  • e9a57dd docs(example): Add popup window example
  • fb1ceb5 ci(docker): update run_patch.sh
  • 9f74eae ci(docker): fix condition to update user uid/gid
  • 7ad2935 chore(deps-dev): bump vite from 4.5.1 to 4.5.2 in /docs/vitepress
  • c7a629e Merge pull request #417 from Kitware/docker-in-docker
  • 5806997 ci(docker): check if docker.sock is a socket
  • bc19861 ci(docker): better user right and docker-in-docker
  • f59d512 docs(custom_js): expend example with JSEval
  • Additional commits viewable in compare view

Updates trame-client from 2.9.4 to 2.16.1

Release notes

Sourced from trame-client's releases.

v2.16.1

Fix

  • docs: Fix typo in CHANGELOG.md (9f1542a)
  • vue3: Fix vue3 components remounting every time a key is added to state (417a71f)

v2.16.0

Feature

  • loading: Enable loading screen to be overriden (9d13b21)

v2.15.0

Feature

  • raw_attrs: Widgets support raw_attrs at construction (131618a)

v2.14.2

Fix

  • translation: Proper type handling with state translation (37b0e08)

v2.14.1

Fix

  • debug: Add helper for finding invalid args (d1d5c8f)

v2.14.0

Feature

  • translator: Template patching via translator (350bd63)

Fix

  • py: Remove python 3.9 requirement (17f2029)

v2.13.0

Feature

  • widget: Allow style attr to be dict (11f4ca5)

v2.12.7

Fix

  • jupyter: Iframe builders return a dict instead of a str (083b046)

v2.12.6

Fix

  • WebModule: Add helper for serving web content (501caec)

... (truncated)

Changelog

Sourced from trame-client's changelog.

v2.16.1 (2024-02-16)

Fix

  • docs: Fix typo in CHANGELOG.md (9f1542a)
  • vue3: Fix vue3 components remounting every time a key is added to state (417a71f)

v2.16.0 (2024-02-14)

Feature

  • loading: Enable loading screen to be overridden (9d13b21)

v2.15.0 (2024-01-17)

Feature

  • raw_attrs: Widgets support raw_attrs at construction (131618a)

v2.14.2 (2023-12-29)

Fix

  • translation: Proper type handling with state translation (37b0e08)

v2.14.1 (2023-12-12)

Fix

  • debug: Add helper for finding invalid args (d1d5c8f)

v2.14.0 (2023-12-08)

Feature

  • translator: Template patching via translator (350bd63)

Fix

  • py: Remove python 3.9 requirement (17f2029)

v2.13.0 (2023-12-01)

Feature

  • widget: Allow style attr to be dict (11f4ca5)

v2.12.7 (2023-11-27)

Fix

... (truncated)

Commits
  • 6f476cf 2.16.1
  • 6088de2 Merge pull request #22 from Kitware/fix-vue3-remount
  • 9f1542a fix(docs): fix typo in CHANGELOG.md
  • 417a71f fix(vue3): fix vue3 components remounting every time a key is added to state
  • ca92820 2.16.0
  • d620731 Merge pull request #21 from Kitware/custom-loading
  • 9d13b21 feat(loading): enable loading screen to be overriden
  • e7d8981 2.15.0
  • 131618a feat(raw_attrs): widgets support raw_attrs at construction
  • cea5175 2.14.2
  • Additional commits viewable in compare view

Updates trame-server from 2.11.4 to 2.17.2

Release notes

Sourced from trame-server's releases.

v2.17.2

Fix

  • hot_reload: Make life_cycle work with hot_reload (3288b7a)

v2.17.1

Fix

  • pywebview: Add menu support (580b012)

v2.17.0

Feature

  • pywebview: Allow method call on window object (80edbb7)

v2.16.1

Fix

  • hot-reload: On controller (a910340)

v2.16.0

Feature

  • force_state_push: Add new server method (1e0b043)

v2.15.0

Feature

  • context: Add server.context, a server side only State object (f142a17)

v2.14.0

Feature

  • vue3: Vue3 client is the new default (662309e)

v2.13.1

Fix

  • trigger: Update protocol to use controller function (62ac1be)

v2.13.0

Feature

  • translator: Enable namespace child_server (61de095)

Documentation

  • README: Add TRAME_SERVER env variable description (22450e2)

v2.12.1

... (truncated)

Changelog

Sourced from trame-server's changelog.

CHANGELOG

v2.11.6 (2023-07-20)

Fix

  • fix(client_type): expose default client_type (7113e12)

v2.11.5 (2023-07-14)

Fix

  • fix(argparse): Skip -- when processing trame-args (c4333fb)
Commits

Updates trame-vtk from 2.5.4 to 2.8.5

Release notes

Sourced from trame-vtk's releases.

v2.8.5

Fix

  • py3.8: Ensure compatibility across py version (36a58c1)

v2.8.4

Fix

  • serializer: MD5 hashing is not allowed for FIPS (6e163d6)

v2.8.3

Fix

  • serializer: Add encoding option (9c20a89)

v2.8.2

Fix

  • js: Replace invalid downloaded js content (d45ca89)

v2.8.1

Fix

  • dep: Remove invalid vtk dep (7da4ffc)

Documentation

  • picking: Finish remote example (1ebeadb)

v2.8.0

Feature

  • picking: Add support for picking modes (edab22d)

Fix

  • local: Workaround for lut serializer (47bbda1)

v2.7.1

Fix

  • local: Add prop3d.orientation for local rendering (812c6d1)

v2.7.0

Feature

  • multi-server: Add support for multi-server (5a775ea)

Documentation

... (truncated)

Changelog

Sourced from trame-vtk's changelog.

CHANGELOG

v2.5.6 (2023-07-19)

Ci

  • ci(baseline): Add ref baseline for volume (4ceb45c)

  • ci(baseline): Add ref baselines (8b305e6)

  • ci: changelog spelling (6d3b6f5)

  • ci(testing): rendering testing

fix #45 (70aeafa)

Fix

  • fix(VolumeRendering): Add alias to support different mappers

fix #46 fix #44 (cf540bc)

v2.5.5 (2023-07-19)

Chore

  • chore(volume): Add volume rendering example (672b1ad)

Ci

Fix

  • fix(ParaView): push_image for different viewtypes

Not using a RenderView as view for the vtkLocalRemoteView will crash, because "EnableRenderOnInteraction" might not be defined. "GetPropertyValue" will return None for a non-existing Property (74ed533)

Commits

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 23, 2024
@tkoyama010 tkoyama010 enabled auto-merge (squash) February 23, 2024 12:42
tkoyama010
tkoyama010 previously approved these changes Feb 23, 2024
@dependabot dependabot bot force-pushed the dependabot/pip/trame-3091c1b866 branch 7 times, most recently from a6f8313 to d85739c Compare February 24, 2024 00:36
@dependabot dependabot bot force-pushed the dependabot/pip/trame-3091c1b866 branch 5 times, most recently from 8aab1f7 to 81fc891 Compare February 24, 2024 04:07
Bumps the trame group with 4 updates: [trame](https://github.com/Kitware/trame), [trame-client](https://github.com/Kitware/trame-client), [trame-server](https://github.com/Kitware/trame-server) and [trame-vtk](https://github.com/Kitware/trame-vtk).


Updates `trame` from 2.5.0 to 3.5.2
- [Release notes](https://github.com/Kitware/trame/releases)
- [Changelog](https://github.com/Kitware/trame/blob/master/CHANGELOG.md)
- [Commits](Kitware/trame@v2.5.0...v3.5.2)

Updates `trame-client` from 2.9.4 to 2.16.1
- [Release notes](https://github.com/Kitware/trame-client/releases)
- [Changelog](https://github.com/Kitware/trame-client/blob/master/CHANGELOG.md)
- [Commits](Kitware/trame-client@v2.9.4...v2.16.1)

Updates `trame-server` from 2.11.4 to 2.17.2
- [Release notes](https://github.com/Kitware/trame-server/releases)
- [Changelog](https://github.com/Kitware/trame-server/blob/master/CHANGELOG.md)
- [Commits](Kitware/trame-server@v2.11.4...v2.17.2)

Updates `trame-vtk` from 2.5.4 to 2.8.5
- [Release notes](https://github.com/Kitware/trame-vtk/releases)
- [Changelog](https://github.com/Kitware/trame-vtk/blob/master/CHANGELOG.md)
- [Commits](Kitware/trame-vtk@v2.5.4...v2.8.5)

---
updated-dependencies:
- dependency-name: trame
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: trame
- dependency-name: trame-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: trame
- dependency-name: trame-server
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: trame
- dependency-name: trame-vtk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: trame
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/trame-3091c1b866 branch from 81fc891 to 3c4a992 Compare February 24, 2024 05:49
@tkoyama010 tkoyama010 closed this Jun 21, 2024
auto-merge was automatically disabled June 21, 2024 09:56

Pull request was closed

Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 21, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@tkoyama010 tkoyama010 deleted the dependabot/pip/trame-3091c1b866 branch June 21, 2024 09:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant