Skip to content

chore(deps): bump @maxgraph/core from 0.16.0 to 0.17.0 #207

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

Merged
merged 1 commit into from
Apr 6, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 6, 2025

Bumps @maxgraph/core from 0.16.0 to 0.17.0.

Changelog

Sourced from @​maxgraph/core's changelog.

0.17.0

Release date: 2025-04-06

For more details, see the 0.17.0 Changelog on the GitHub release page.

This new version improves graph fitting, makes i18n fully configurable, and reduces bundle size significantly.

Breaking Changes:

  • StylesheetCodec.allowEval is now set to false by default to prevent unwanted use of the eval function, as it carries a possible security risk.
  • Utils.copyTextToClipboard is no longer available. It was intended to be internal and had been made public by mistake.
  • The built-in Translations class is no longer used by default. To use it, call GlobalConfig.i18n = new TranslationsAsI18n()
  • Some functions are now accessible via a namespace:
    • get, getAll, load, post, submit via requestUtils
    • error, popup via guiUtils
  • The utils namespace has been removed. The remaining properties associated to this namespace have been moved to the guiUtils namespace.
  • The cellArrayUtils.filterCells function has been removed. Use the Array.filter function instead.
Commits
  • e22b2e1 chore(release): prepare version 0.17.0
  • 8a01d75 fix: make Graph.options truly per-instance (#751)
  • 430862e refactor!: remove cellArrayUtils.filterCells (#752)
  • ea8561d fix(story): ensure that the Model Codecs are always registered (#749)
  • 8e5b511 fix(story): add buttons to container, not to the document (#750)
  • 6a003ee chore(deps-dev): bump storybook from 7.6.19 to 7.6.20 (#748)
  • 3c87c30 docs: update reference to functions moved to dedicated namespaces (#746)
  • cab2555 chore(deps-dev): bump eslint-plugin-prettier from 5.2.3 to 5.2.6 (#745)
  • 2e575f4 chore(deps-dev): bump typescript-eslint from 7.18.0 to 8.29.0 (#744)
  • a46d707 chore(deps): bump the docusaurus group with 2 updates (#742)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@maxgraph/core](https://github.com/maxGraph/maxGraph) from 0.16.0 to 0.17.0.
- [Release notes](https://github.com/maxGraph/maxGraph/releases)
- [Changelog](https://github.com/maxGraph/maxGraph/blob/main/CHANGELOG.md)
- [Commits](maxGraph/maxGraph@v0.16.0...v0.17.0)

---
updated-dependencies:
- dependency-name: "@maxgraph/core"
  dependency-version: 0.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies javascript Pull requests that update Javascript code labels Apr 6, 2025
Copy link

sonarqubecloud bot commented Apr 6, 2025

Copy link
Member

@tbouffard tbouffard left a comment

Choose a reason for hiding this comment

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

✔️ Tested locally with the artifact built by GH Actions
✔️ All checks pass
✔️ Changelog and release-notes reviewed. Nothing impactful for us.

@dependabot squash and merge

@dependabot dependabot bot merged commit 1a3da18 into main Apr 6, 2025
18 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/maxgraph/core-0.17.0 branch April 6, 2025 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant