Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 31, 2025

Bumps the patch-updates group with 6 updates in the /src/Frontend directory:

Package From To
@vue-flow/core 1.42.4 1.42.5
vue-codemirror6 1.3.12 1.3.13
xml-formatter 3.6.4 3.6.5
@types/node 22.13.10 22.13.14
eslint-plugin-prettier 5.2.3 5.2.5
vite 6.2.2 6.2.4

Updates @vue-flow/core from 1.42.4 to 1.42.5

Release notes

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

v1.42.5

What's Changed

Patch Changes

Full Changelog: bcakmakoglu/vue-flow@v1.42.4...v1.42.5

Changelog

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

1.42.5

Patch Changes

Commits

Updates vue-codemirror6 from 1.3.12 to 1.3.13

Changelog

Sourced from vue-codemirror6's changelog.

Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

Generated by auto-changelog.

1.3.13

31 March 2025

  • Rewrite to eslint.config.ts 841f686
  • Fixed types path. 2b86b2c
  • Update @​codemirror/language, @​codemirror/lint, @​codemirror/state, @​codemirror/view. 916fa98

1.3.8

22 November 2024

1.1.16

18 March 2023

  • Expose view. #16 daf3e6b
  • Fixed Maximum call stack size exceeded error. f10eaae
  • Partially fixed the problem that the values defined in props disappeared under certain conditions. 1cc4468

1.1.13

13 March 2023

  • Changed minimum Vue version requirement to 2.7.14. 5b8b255
  • Add allow-multiple-selections prop. ced91ed
  • Update CHANGELOG.md 51d30e2

1.1.12

10 March 2023

... (truncated)

Commits

Updates xml-formatter from 3.6.4 to 3.6.5

Commits

Updates @types/node from 22.13.10 to 22.13.14

Commits

Updates eslint-plugin-prettier from 5.2.3 to 5.2.5

Release notes

Sourced from eslint-plugin-prettier's releases.

v5.2.5

Patch Changes

v5.2.4

Patch Changes

Changelog

Sourced from eslint-plugin-prettier's changelog.

5.2.5

Patch Changes

5.2.4

Patch Changes

Commits

Updates vite from 6.2.2 to 6.2.4

Release notes

Sourced from vite's releases.

v6.2.4

Please refer to CHANGELOG.md for details.

v6.2.3

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

6.2.4 (2025-03-31)

6.2.3 (2025-03-24)

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

Bumps the patch-updates group with 6 updates in the /src/Frontend directory:

| Package | From | To |
| --- | --- | --- |
| [@vue-flow/core](https://github.com/bcakmakoglu/vue-flow/tree/HEAD/packages/core) | `1.42.4` | `1.42.5` |
| [vue-codemirror6](https://github.com/logue/vue-codemirror6) | `1.3.12` | `1.3.13` |
| [xml-formatter](https://github.com/chrisbottin/xml-formatter) | `3.6.4` | `3.6.5` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.13.10` | `22.13.14` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.2.3` | `5.2.5` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `6.2.2` | `6.2.4` |



Updates `@vue-flow/core` from 1.42.4 to 1.42.5
- [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 `vue-codemirror6` from 1.3.12 to 1.3.13
- [Release notes](https://github.com/logue/vue-codemirror6/releases)
- [Changelog](https://github.com/logue/vue-codemirror6/blob/master/CHANGELOG.md)
- [Commits](https://github.com/logue/vue-codemirror6/commits/1.3.13)

Updates `xml-formatter` from 3.6.4 to 3.6.5
- [Commits](chrisbottin/xml-formatter@3.6.4...3.6.5)

Updates `@types/node` from 22.13.10 to 22.13.14
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `eslint-plugin-prettier` from 5.2.3 to 5.2.5
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-plugin-prettier@v5.2.3...v5.2.5)

Updates `vite` from 6.2.2 to 6.2.4
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v6.2.4/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.2.4/packages/vite)

---
updated-dependencies:
- dependency-name: "@vue-flow/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: vue-codemirror6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: xml-formatter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: eslint-plugin-prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 31, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 3, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Apr 3, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/src/Frontend/patch-updates-c488303e33 branch April 3, 2025 04:51
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