Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 17, 2024

Bumps the patch-updates group with 3 updates in the /src/Frontend directory: @vue-flow/core, @wdns/vue-code-block and @vitest/coverage-v8.

Updates @vue-flow/core from 1.41.5 to 1.41.6

Release notes

Sourced from @​vue-flow/core's releases.

v1.41.6

What's Changed

Patch Changes

Full Changelog: bcakmakoglu/vue-flow@v1.41.5...v1.41.6

Changelog

Sourced from @​vue-flow/core's changelog.

1.41.6

Patch Changes

Commits
  • 265e03d chore: bump versions
  • f4f2494 fix(core): allow control key as pan activation key code (#1707)
  • 7a022c8 fix(core): update source/target node of updated edge (#1705)
  • 600d1a6 fix(core): prevent scrolling when using arrow keys to move node selection (#1...
  • 04d1355 fix(frontend,core): prevent scrolling when using arrow keys to move nodes (#1...
  • See full diff in compare view

Updates @wdns/vue-code-block from 2.3.3 to 2.3.5

Release notes

Sourced from @​wdns/vue-code-block's releases.

v2.3.5

  • update typescript to try to fix github build error (ba8fcc7)

v2.3.4

  • add check for valid json, convert lang to text if not valid to prevent errors (8f5af6b)
Changelog

Sourced from @​wdns/vue-code-block's changelog.

Change Log

All notable changes to the "vue-code-block" plugin will be documented in this file.

Commits
  • 950e212 chore: release 2.3.5
  • a91db3a Merge pull request #66 from webdevnerdstuff/dev
  • 7f36fb4 same as last test
  • 54bcc91 Merge pull request #65 from webdevnerdstuff/dev
  • ba8fcc7 update typescript to try to fix github build error
  • fafc279 updating packages to problem solve github build error
  • a0d8014 Merge pull request #64 from webdevnerdstuff/dev
  • ae46739 test
  • 7f506fd Merge branch 'main' into dev
  • b1b7812 chore: release 2.3.4
  • Additional commits viewable in compare view

Updates @vitest/coverage-v8 from 2.1.6 to 2.1.8

Release notes

Sourced from @​vitest/coverage-v8's releases.

v2.1.8

   🐞 Bug Fixes

    View changes on GitHub

v2.1.7

   🐞 Bug Fixes

  • Revert support for Vite 6  -  by @​sheremet-va (fbe5c)
    • This introduced some breaking changes (vitest-dev/vitest#6992). We will enable support for it later. In the meantime, you can still use pnpm.overrides or yarn resolutions to override the vite version in the vitest package - the APIs are compatible.
    View changes on GitHub
Commits

Updates vitest from 2.1.6 to 2.1.8

Release notes

Sourced from vitest's releases.

v2.1.8

   🐞 Bug Fixes

    View changes on GitHub

v2.1.7

   🐞 Bug Fixes

  • Revert support for Vite 6  -  by @​sheremet-va (fbe5c)
    • This introduced some breaking changes (vitest-dev/vitest#6992). We will enable support for it later. In the meantime, you can still use pnpm.overrides or yarn resolutions to override the vite version in the vitest package - the APIs are compatible.
    View changes on GitHub
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 17, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/src/Frontend/patch-updates-1bf6cb3ab7 branch 2 times, most recently from 5970587 to ef8f0d3 Compare December 23, 2024 18:05
Bumps the patch-updates group with 3 updates in the /src/Frontend directory: [@vue-flow/core](https://github.com/bcakmakoglu/vue-flow/tree/HEAD/packages/core), [@wdns/vue-code-block](https://github.com/webdevnerdstuff/vue-code-block) and [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8).


Updates `@vue-flow/core` from 1.41.5 to 1.41.6
- [Release notes](https://github.com/bcakmakoglu/vue-flow/releases)
- [Changelog](https://github.com/bcakmakoglu/vue-flow/blob/master/packages/core/CHANGELOG.md)
- [Commits](https://github.com/bcakmakoglu/vue-flow/commits/@vue-flow/[email protected]/packages/core)

Updates `@wdns/vue-code-block` from 2.3.3 to 2.3.5
- [Release notes](https://github.com/webdevnerdstuff/vue-code-block/releases)
- [Changelog](https://github.com/webdevnerdstuff/vue-code-block/blob/main/CHANGELOG.md)
- [Commits](webdevnerdstuff/vue-code-block@v2.3.3...v2.3.5)

Updates `@vitest/coverage-v8` from 2.1.6 to 2.1.8
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.8/packages/coverage-v8)

Updates `vitest` from 2.1.6 to 2.1.8
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.8/packages/vitest)

---
updated-dependencies:
- dependency-name: "@vue-flow/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: "@wdns/vue-code-block"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: "@vitest/coverage-v8"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/src/Frontend/patch-updates-1bf6cb3ab7 branch from ef8f0d3 to 2bd61fc Compare December 30, 2024 17:31
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 6, 2025

Superseded by #2207.

@dependabot dependabot bot closed this Jan 6, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/src/Frontend/patch-updates-1bf6cb3ab7 branch January 6, 2025 18:09
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants