Skip to content
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

Bump vite, vite-plugin-checker, vite-plugin-vue2 and vitest in /IntellitectTerminal.Web #194

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 21, 2025

Bumps vite, vite-plugin-checker, vite-plugin-vue2 and vitest. These dependencies needed to be updated together.
Updates vite from 2.9.18 to 6.0.11

Release notes

Sourced from vite's releases.

v6.0.11

Please refer to CHANGELOG.md for details.

v6.0.10

Please refer to CHANGELOG.md for details.

v6.0.9

This version contains a breaking change due to security fixes. See GHSA-vg6x-rcgg-rjx6 for more details.

Please refer to CHANGELOG.md for details.

v6.0.8

Please refer to CHANGELOG.md for details.

v6.0.7

Please refer to CHANGELOG.md for details.

v6.0.6

Please refer to CHANGELOG.md for details.

v6.0.5

Please refer to CHANGELOG.md for details.

v6.0.4

Please refer to CHANGELOG.md for details.

v6.0.3

Please refer to CHANGELOG.md for details.

v6.0.2

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

v6.0.1

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

v6.0.0

Please refer to CHANGELOG.md for details.

v6.0.0-beta.10

Please refer to CHANGELOG.md for details.

... (truncated)

Changelog

Sourced from vite's changelog.

6.0.11 (2025-01-21)

6.0.10 (2025-01-20)

6.0.9 (2025-01-20)

  • fix!: check host header to prevent DNS rebinding attacks and introduce server.allowedHosts (bd896fb)
  • fix!: default server.cors: false to disallow fetching from untrusted origins (b09572a)
  • fix: verify token for HMR WebSocket connection (029dcd6)

6.0.8 (2025-01-20)

6.0.7 (2025-01-02)

6.0.6 (2024-12-26)

... (truncated)

Commits
  • a0ed405 release: v6.0.11
  • 3d03899 fix: allow CORS from loopback addresses by default (#19249)
  • aeb3ec8 fix: preview.allowedHosts with specific values was not respected (#19246)
  • 9654348 release: v6.0.10
  • 2495022 fix: try parse server.origin URL (#19241)
  • a55f8ba release: v6.0.9
  • bd896fb fix!: check host header to prevent DNS rebinding attacks and introduce `serve...
  • 029dcd6 fix: verify token for HMR WebSocket connection
  • b09572a fix!: default server.cors: false to disallow fetching from untrusted origins
  • c0f72a6 release: v6.0.8
  • Additional commits viewable in compare view

Updates vite-plugin-checker from 0.4.6 to 0.8.0

Release notes

Sourced from vite-plugin-checker's releases.

[email protected]

   🚨 Breaking Changes

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

[email protected]

Patch Changes

  • 568b782: Added basic support for Biome
  • 82972e0: fix: tweak biome configs

[email protected]

Patch Changes

[email protected]

Minor Changes

  • 0747729: fix: compatibility with vue-tsc 2.x

[email protected]

Patch Changes

  • 83e1028: Remove lodash-es from dependencies
  • b0cce16: fix: add explicitly ltr direction to the overlay

[email protected]

Patch Changes

  • e5a26d6: feat: support initially open overlay for errors
  • bc4fa05: Remove lodash per method packages
  • c5d5109: support eslint flat config

... (truncated)

Changelog

Sourced from vite-plugin-checker's changelog.

0.6.0 (2023-04-30)

  • fix: compatible with mac’s duplication watch report (5dd90c9)
  • fix: require vue-tsc >= 1.3.9 (69a73a9)
  • fix: support vue-tsc works with ts5 (ebf8996)
  • fix: throw when using —fix with ESLint (6d3887d)
  • fix(stylelint): parse lintCommand like argv (20b7399)
  • build: bump vitest (30510a6)
  • chore: bump vue-tsc to latest (8a99b8f)

0.5.6 (2023-02-17)

  • chore(playground): lock vue-tsc to ~1.0.0 (50a2609)
  • fix: use Vite's native logger to log and clean screen before log (#209) (8dd4915), closes #209
  • fix(vue-tsc): compatible with vue-tsc@^1.1.0 (96b762b)
  • docs: add how to use with Nuxt (7eb4c84)
  • docs: add missing step for Nuxt (9ceacd6)
  • docs: add version requirement (219c7ed)
  • docs: eslint (#210) (f65aa71), closes #210
  • refactor: clean code (90780c3)
  • ci: add publint (ee50bae)

0.5.5 (2023-01-26)

  • refactor: bump vite in devDep to ^4 (#208) (61b7aea), closes #208
  • refactor(vue-tsc): sync tsc.js override code from volar (fce521e)
  • docs: polish doc (8c0f9fd)
  • docs: update issue template (4453a73)
  • fix: avoid running twice in SSR mode (0816f95)
  • fix: compatible with jiti (b3c271e)
  • fix: show overlay even runtime is loaded after connection event (#207) (fee7924), closes #207
  • fix(vue-tsc): clean fixture building steps (c133cb2)
  • test: fix playground (1d0851a)

0.5.4 (2023-01-20)

  • refactor: add skipRuntime flag (f107514)
  • refactor: do not use Vite's CustomPayload type (47471b6)
  • fix: set plugin as force: 'pre' (034a7ad)
  • fix: use import.meta.hot.on to do client server communication (aa853a8)
  • fix: vue-tsc should be an optional peer dep (5e6318e)
  • build: only deploy docs when tagging a commit (7b54a0c)
  • test: fix backend-integration root path (7b2a8a3)
  • docs: add trobleshooting (234695b)

... (truncated)

Commits
  • 19c58e3 v0.8.0
  • 5179e57 ci: drop changesets, use manual triggered version release
  • fcbb687 fix(ui): use a Vue key so file paths update correctly (#389)
  • aa3d413 feat: advance typescript teminal consolelog text color (#393)
  • 5f5b92a fix(vue-tsc): updated createVueLanguagePlugin syntax, version pin (#398)
  • b2c3236 chore(deps): update dependency @​types/babel__code-frame to ^7.0.6 (#376)
  • 8827a1e chore(deps): update dependency @​types/debug to ^4.1.12 (#377)
  • 152eafb chore(deps): update dependency @​tsconfig/esm to ^1.0.5 (#374)
  • 3a21a23 chore(deps): update dependency @​tsconfig/strictest to ^2.0.5 (#375)
  • 5d01c86 chore(deps): replace dependency npm-run-all with npm-run-all2 ^5.0.0 (#371)
  • Additional commits viewable in compare view

Updates vite-plugin-vue2 from 2.0.1 to 2.0.3

Changelog

Sourced from vite-plugin-vue2's changelog.

2.0.3 (2022-12-19)

Features

2.0.2 (2022-07-16)

Features

Commits

Updates vitest from 0.22.1 to 3.0.3

Release notes

Sourced from vitest's releases.

v3.0.3

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

v3.0.2

   🐞 Bug Fixes

    View changes on GitHub

v3.0.1

   🐞 Bug Fixes

    View changes on GitHub

v3.0.0

Vitest 3 is here! There are a few breaking changes, but we expect the migration to be smooth. This release page lists all changes made to the project during the beta. For the migration guide, please refer to the documentation.

   🚨 Breaking Changes

   🚀 Features

... (truncated)

Commits
  • 33ab8a2 chore: release v3.0.3
  • e43a8f5 fix(browser): don't fail when running --browser.headless if the browser proje...
  • fa4634b fix(browser): don't throw a validation error if v8 coverage is used with filt...
  • 7f36b6f perf(reporters): update summary only when needed (#7291)
  • f17918a chore: release v3.0.2
  • 56c5018 chore: release v3.0.1
  • 755ecdf Revert "fix: re-apply default conditions if using vite 6 or later (#7071)" (#...
  • 537fa5e fix(deps): update all non-major dependencies (#7147)
  • 01600e0 chore: release v3.0.0
  • 84287fc fix: re-apply default conditions if using vite 6 or later (#7071)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by vitestbot, a new releaser for vitest since your current version.


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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite), [vite-plugin-checker](https://github.com/fi3ework/vite-plugin-checker), [vite-plugin-vue2](https://github.com/underfin/vite-plugin-vue2) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). These dependencies needed to be updated together.

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

Updates `vite-plugin-checker` from 0.4.6 to 0.8.0
- [Release notes](https://github.com/fi3ework/vite-plugin-checker/releases)
- [Changelog](https://github.com/fi3ework/vite-plugin-checker/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fi3ework/vite-plugin-checker/compare/[email protected]@0.8.0)

Updates `vite-plugin-vue2` from 2.0.1 to 2.0.3
- [Changelog](https://github.com/underfin/vite-plugin-vue2/blob/master/CHANGELOG.md)
- [Commits](underfin/vite-plugin-vue2@v2.0.1...v2.0.3)

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

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
- dependency-name: vite-plugin-checker
  dependency-type: direct:development
- dependency-name: vite-plugin-vue2
  dependency-type: direct:development
- dependency-name: vitest
  dependency-type: direct:development
...

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 Jan 21, 2025
@github-actions github-actions bot enabled auto-merge (squash) January 21, 2025 20:58
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