[cytoscape/cytoscape-impl] b8daf9: Fix CYTOSCAPE-13133

2024-03-06 Thread 'Yihang Xin' via cytoscape-cvs
  Branch: refs/heads/develop
  Home:   https://github.com/cytoscape/cytoscape-impl
  Commit: b8daf9c56b1ecdaa727935792814e8dcbd213451
  
https://github.com/cytoscape/cytoscape-impl/commit/b8daf9c56b1ecdaa727935792814e8dcbd213451
  Author: yihangx 
  Date:   2024-03-06 (Wed, 06 Mar 2024)

  Changed paths:
M 
app-impl/src/main/java/org/cytoscape/app/internal/action/UpdateNotificationAction.java
M app-impl/src/main/java/org/cytoscape/app/internal/task/AppManagerTask.java
M app-impl/src/main/resources/AppManager/AppManager.html

  Log Message:
  ---
  Fix CYTOSCAPE-13133



To unsubscribe from these emails, change your notification settings at 
https://github.com/cytoscape/cytoscape-impl/settings/notifications

-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cytoscape-cvs+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/cytoscape-cvs/cytoscape/cytoscape-impl/push/refs/heads/develop/2da315-b8daf9%40github.com.


[cytoscape/cytoscape.js] 27e01f: Make Cytoscape zero-dependency, even for CJS builds

2024-03-06 Thread 'Max Franz' via cytoscape-cvs
  Branch: refs/heads/unstable
  Home:   https://github.com/cytoscape/cytoscape.js
  Commit: 27e01fd5618735bbd0cd350b18ea5e0b9ef285af
  
https://github.com/cytoscape/cytoscape.js/commit/27e01fd5618735bbd0cd350b18ea5e0b9ef285af
  Author: Max Franz 
  Date:   2024-03-06 (Wed, 06 Mar 2024)

  Changed paths:
M documentation/css/style.css
M documentation/md/getting-started.md
M documentation/md/intro.md
M package-lock.json
M package.json
M rollup.config.js

  Log Message:
  ---
  Make Cytoscape zero-dependency, even for CJS builds

Parts of lodash are used:
- lodash/get
- lodash/set
- lodash/toPath
- lodash/debounce

`heap` is used, but it hasn't been updated in a long time.  It probably never 
needs to be updated unless there's a serious bug.  Doubtful.

Ref:
- Improving ESM support and documentation, esp. for browsers #3217
- Adding exports map in package.json #3218


  Commit: 84231b2899efc143ebafc8d8a474159f3d538066
  
https://github.com/cytoscape/cytoscape.js/commit/84231b2899efc143ebafc8d8a474159f3d538066
  Author: Max Franz 
  Date:   2024-03-06 (Wed, 06 Mar 2024)

  Changed paths:
M dist/cytoscape.cjs.js

  Log Message:
  ---
  Do dist build re. 27e01fd5618735bbd0cd350b18ea5e0b9ef285af


Compare: 
https://github.com/cytoscape/cytoscape.js/compare/4372a14065ed...84231b2899ef

To unsubscribe from these emails, change your notification settings at 
https://github.com/cytoscape/cytoscape.js/settings/notifications

-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cytoscape-cvs+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/cytoscape-cvs/cytoscape/cytoscape.js/push/refs/heads/unstable/4372a1-84231b%40github.com.