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-plugin-checker from 0.5.3 to 0.6.2 in /warpgate-web #875

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 Aug 21, 2023

Bumps vite-plugin-checker from 0.5.3 to 0.6.2.

Release notes

Sourced from vite-plugin-checker's releases.

vite-plugin-checker@0.6.2

Patch Changes

  • ab70e33: fix config.overlay.panelStyle not be applied at runtime
  • bad24c7: add optional global configuration of root directory (#262)

vite-plugin-checker@0.6.1

Patch Changes

  • ec4366d: use virtual: for virtual module
  • 154ca0f: Able to resolve tsconfig when only root specified in build mode, as well as vue-tsc.
  • b3e0055: Should respect server.origin when it's provided.
  • e063617: Migrate runtime UI from svelte to vue, user should not aware this.

vite-plugin-checker@0.6.0

   🐞 Bug Fixes

    View changes on GitHub

vite-plugin-checker@0.5.6

   🐞 Bug Fixes

    View changes on GitHub

vite-plugin-checker@0.5.5

   🐞 Bug Fixes

    View changes on GitHub

vite-plugin-checker@0.5.4

   🚀 Features

   🐞 Bug Fixes

... (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
  • e2ed493 release: publish
  • bad24c7 chore: add changeset
  • e564641 feat: add optional global configuration of root directory (#262)
  • 7303538 docs: update vue-tsc vue 2 support section
  • ab70e33 fix: panelStyle not work in runtime
  • d88aca6 docs: remove unneeded backslash
  • 510920d ci: only set auth token in release CI
  • 4d89ddf release: publish
  • d6ef546 ci: add changesets/action
  • b3e0055 fix: respect server.origin when provided
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [vite-plugin-checker](https://github.com/fi3ework/vite-plugin-checker) from 0.5.3 to 0.6.2.
- [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/vite-plugin-checker@0.5.3...vite-plugin-checker@0.6.2)

---
updated-dependencies:
- dependency-name: vite-plugin-checker
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the type/deps Pull requests that update a dependency file label Aug 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/deps Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants