maxGraph / maxgraph-integration-examples

Demonstrate how to integrate maxGraph in projects.
https://maxgraph.github.io/maxgraph-integration-examples/
MIT License
13 stars 2 forks source link

chore(deps-dev): bump the development-dependencies group with 4 updates #158

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 2 weeks ago

Bumps the development-dependencies group with 4 updates: vite, rollup, tslib and @rsbuild/core.

Updates vite from 5.4.1 to 5.4.2

Changelog

Sourced from vite's changelog.

5.4.2 (2024-08-20)

Commits


Updates rollup from 4.21.0 to 4.21.1

Release notes

Sourced from rollup's releases.

v4.21.1

4.21.1

2024-08-26

Bug Fixes

  • Ensure closeWatcher hook is called when watch mode is aborted via Ctrl+C (#5618)
  • Do not produce invalid code for import.meta.url in compact mode (#5624)
  • Do not throw when generating chunk names when preserving modules in Windows (#5625)

Pull Requests

Changelog

Sourced from rollup's changelog.

4.21.1

2024-08-26

Bug Fixes

  • Ensure closeWatcher hook is called when watch mode is aborted via Ctrl+C (#5618)
  • Do not produce invalid code for import.meta.url in compact mode (#5624)
  • Do not throw when generating chunk names when preserving modules in Windows (#5625)

Pull Requests

Commits
  • c33c6ce 4.21.1
  • fadebcd fix: get the right chunk name for preserve modules in Windows (#5625)
  • eb07813 fix: add space for DOCUMENT_CURRENT_SCRIPT template (#5624)
  • c1d25d6 Call and await closeWatcher hooks on exit signals (#5619)
  • 3eb8817 chore(deps): lock file maintenance minor/patch updates (#5622)
  • 262a388 preload the WASM file even though the version is undefined. (#5618)
  • 9625890 chore(deps): update dependency @​types/eslint to v9 (#5591)
  • 916bd62 Fix REPL loading
  • See full diff in compare view


Updates tslib from 2.6.3 to 2.7.0

Release notes

Sourced from tslib's releases.

v2.7.0

What's Changed

Full Changelog: https://github.com/microsoft/tslib/compare/v2.6.3...v2.7.0

Commits
  • 6abc075 Bump version to 2.7.0.
  • 227b5d6 Use global 'Iterator.prototype' for downlevel generators (#267)
  • 4f2902c Implement deterministic collapse of 'await' in 'await using' (#262)
  • See full diff in compare view


Updates @rsbuild/core from 1.0.1-beta.14 to 1.0.1-beta.16

Release notes

Sourced from @​rsbuild/core's releases.

v1.0.1-beta.16

What's Changed

New Features 🎉

Performance 🚀

Bug Fixes 🐞

Document 📖

Other Changes

New Contributors

Full Changelog: https://github.com/web-infra-dev/rsbuild/compare/v1.0.1-beta.15...v1.0.1-beta.16

v1.0.1-beta.15

What's Changed

Breaking Changes 🍭

New Features 🎉

Performance 🚀

Document 📖

... (truncated)

Commits
  • e7b8758 fix(mf): should compile @module-federation/sdk (#3270)
  • 0e8ad94 fix(deps): use caret version for swc helpers (#3269)
  • d931b48 feat: transformImport support function type (#3266)
  • 436a4ed feat(deps): bump Rspack 1.0.0-rc.0 (#3268)
  • 36aa56f feat: add environments to onAfterStartProdServer (#3264)
  • a9ad436 fix: server.close should close http server (#3263)
  • 06c2aaf fix: should terminate http server correctly (#3261)
  • d13d043 feat: expose server.printUrls method (#3260)
  • 40818cc chore: remove unused outputFileSystem from server instance (#3259)
  • 9e1501f fix: not inline scripts / styles when enable not set (#3258)
  • Additional commits viewable in compare view


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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
tbouffard commented 2 weeks ago

@dependabot squash and merge