Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
@codemirror/legacy-modes 6.5.0 6.5.1
vue-router 4.5.0 4.5.1
@vitest/coverage-v8 3.1.1 3.1.2
msw 2.7.3 2.7.5
vue-tsc 2.2.8 2.2.10

Updates @codemirror/legacy-modes from 6.5.0 to 6.5.1

Changelog

Sourced from @​codemirror/legacy-modes's changelog.

6.5.1 (2025-04-22)

Bug fixes

Fix a crash in the Stylus mode's indentation logic.

Commits

Updates vue-router from 4.5.0 to 4.5.1

Release notes

Sourced from vue-router's releases.

v4.5.1

Please refer to CHANGELOG.md for details.

Commits

Updates @vitest/coverage-v8 from 3.1.1 to 3.1.2

Release notes

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

v3.1.2

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub
Commits

Updates msw from 2.7.3 to 2.7.5

Release notes

Sourced from msw's releases.

v2.7.5 (2025-04-18)

Bug Fixes

  • ws: ignore /socket.io/ path prefix during url matching (#2476) (69ae82d866aedbe4d72ae1914805798dc14e94d4) @​kettanaito

v2.7.4 (2025-04-12)

Bug Fixes

  • resolve relative URLs against location.href (#2471) (fa9b07f7b98ed2f5e2ef53a5ee0c2daa6770a256) @​kettanaito
  • graphql: add extensions property to the GraphQLResponseBody type (#2468) (827a5dc0552f0c07822c0b178c85d6bca3d3bd6c) @​ytoshiki
Commits

Updates vitest from 3.1.1 to 3.1.2

Release notes

Sourced from vitest's releases.

v3.1.2

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub
Commits
  • 5a0afd1 chore: release v3.1.2
  • b70a6f1 chore(deps): unbundle tinyglobby and update (#7864)
  • f9eacbc fix(vite-node): add ERR_MODULE_NOT_FOUND code error if module cannot be loade...
  • 3102986 docs: browser.provider link (#7851)
  • 816a5c5 perf(browser): improve browser parallelisation (#7665)
  • 6743008 fix: use happy-dom/jsdom types for envionmentOptions (#7795)
  • 6358f21 fix: default to run mode when stdin is not a TTY (#7673)
  • 15701f5 fix(deps): update all non-major dependencies (#7831)
  • 5652bf9 fix(coverage): expose profiling timers (#7820)
  • 29084f1 chore(deps): update all non-major dependencies (#7802)
  • Additional commits viewable in compare view

Updates vue-tsc from 2.2.8 to 2.2.10

Changelog

Sourced from vue-tsc's changelog.

2.2.10 official (2025-04-22)

Bug Fixes

  • fix(language-core): generate condition guards for model events (#5225) - Thanks to @​KazariEX!
  • fix(language-core): prevent global types generation in declaration files (#5239) - Thanks to @​KazariEX!
  • fix(language-core): prevent eager inference of slot props from generics (#5247) - Thanks to @​KazariEX!
  • fix(typescript-plugin): prevent highlighting native element tags with same name as components (#5253) - Thanks to @​KazariEX!
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 Apr 25, 2025
@johnsimons johnsimons enabled auto-merge April 28, 2025 11:03
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/src/Frontend/patch-updates-532c486a3a branch from 263d060 to f5ee723 Compare April 28, 2025 11:17
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/src/Frontend/patch-updates-532c486a3a branch from f5ee723 to 9c34df3 Compare April 28, 2025 11:20
@johnsimons
Copy link
Member

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 28, 2025

Looks like this PR is already up-to-date with master! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@johnsimons
Copy link
Member

@dependabot recreate

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

| Package | From | To |
| --- | --- | --- |
| [@codemirror/legacy-modes](https://github.com/codemirror/legacy-modes) | `6.5.0` | `6.5.1` |
| [vue-router](https://github.com/vuejs/router) | `4.5.0` | `4.5.1` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `3.1.1` | `3.1.2` |
| [msw](https://github.com/mswjs/msw) | `2.7.3` | `2.7.5` |
| [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) | `2.2.8` | `2.2.10` |



Updates `@codemirror/legacy-modes` from 6.5.0 to 6.5.1
- [Changelog](https://github.com/codemirror/legacy-modes/blob/main/CHANGELOG.md)
- [Commits](codemirror/legacy-modes@6.5.0...6.5.1)

Updates `vue-router` from 4.5.0 to 4.5.1
- [Release notes](https://github.com/vuejs/router/releases)
- [Commits](vuejs/router@v4.5.0...v4.5.1)

Updates `@vitest/coverage-v8` from 3.1.1 to 3.1.2
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.1.2/packages/coverage-v8)

Updates `msw` from 2.7.3 to 2.7.5
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](mswjs/msw@v2.7.3...v2.7.5)

Updates `vitest` from 3.1.1 to 3.1.2
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.1.2/packages/vitest)

Updates `vue-tsc` from 2.2.8 to 2.2.10
- [Release notes](https://github.com/vuejs/language-tools/releases)
- [Changelog](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/language-tools/commits/HEAD/packages/tsc)

---
updated-dependencies:
- dependency-name: "@codemirror/legacy-modes"
  dependency-version: 6.5.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: vue-router
  dependency-version: 4.5.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 3.1.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: msw
  dependency-version: 2.7.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: vitest
  dependency-version: 3.1.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: vue-tsc
  dependency-version: 2.2.10
  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-532c486a3a branch from 9c34df3 to ca5bff3 Compare April 28, 2025 11:36
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 29, 2025

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

@dependabot dependabot bot closed this Apr 29, 2025
auto-merge was automatically disabled April 29, 2025 17:38

Pull request was closed

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/src/Frontend/patch-updates-532c486a3a branch April 29, 2025 17:38
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.

1 participant