giscus / giscus-component

Component library for giscus, a comment system powered by GitHub Discussions.
https://giscus-component.vercel.app
MIT License
299 stars 25 forks source link

build(deps-dev): bump the vue group in /vue with 4 updates #2080

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the vue group in /vue with 4 updates: @typescript-eslint/eslint-plugin, @typescript-eslint/parser, @vitejs/plugin-vue and vite.

Updates @typescript-eslint/eslint-plugin from 7.10.0 to 7.11.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v7.11.0

7.11.0 (2024-05-27)

🚀 Features

  • eslint-plugin: deprecate prefer-ts-expect-error in favor of ban-ts-comment (#9081)

🩹 Fixes

  • ast-spec: add EmptyStatement to Statement (#8892)
  • eslint-plugin: [consistent-type-assertions] prevent syntax errors on arrow functions (#8826)
  • typescript-estree: truncate number of files printed by the maximum file error (#9127)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

7.11.0 (2024-05-27)

🚀 Features

  • eslint-plugin: deprecate prefer-ts-expect-error in favor of ban-ts-comment

🩹 Fixes

  • eslint-plugin: [consistent-type-assertions] prevent syntax errors on arrow functions

❤️ Thank You

  • Abraham Guo
  • auvred
  • Dom Armstrong
  • Kirk Waiblinger

You can read about our versioning strategy and releases on our website.

Commits
  • e360541 chore(release): publish 7.11.0
  • b230385 feat(eslint-plugin): deprecate prefer-ts-expect-error in favor of ban-ts-comm...
  • 3461f45 test(eslint-plugin): [consistent-type-assertions] add missing output: null ...
  • 342b873 fix(eslint-plugin): [consistent-type-assertions] prevent syntax errors on arr...
  • b5ce43b chore(eslint-plugin): replaced map/reduce with flatMap in normalizedOptions i...
  • See full diff in compare view


Updates @typescript-eslint/parser from 7.10.0 to 7.11.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v7.11.0

7.11.0 (2024-05-27)

🚀 Features

  • eslint-plugin: deprecate prefer-ts-expect-error in favor of ban-ts-comment (#9081)

🩹 Fixes

  • ast-spec: add EmptyStatement to Statement (#8892)
  • eslint-plugin: [consistent-type-assertions] prevent syntax errors on arrow functions (#8826)
  • typescript-estree: truncate number of files printed by the maximum file error (#9127)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/parser's changelog.

7.11.0 (2024-05-27)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits


Updates @vitejs/plugin-vue from 5.0.4 to 5.0.5

Release notes

Sourced from @​vitejs/plugin-vue's releases.

plugin-vue@5.0.5

Please refer to CHANGELOG.md for details.

Changelog

Sourced from @​vitejs/plugin-vue's changelog.

5.0.5 (2024-05-30)

  • fix(deps): update all non-major dependencies (#360) (ed4970a), closes #360
  • fix(deps): update all non-major dependencies (#371) (0a484c7), closes #371
  • fix(plugin-vue): don't inline template when __VUE_PROD_DEVTOOLS__ (#81) (277a3ab), closes #81
  • refactor(plugin-vue): use normalizePath from vite (#395) (2848174), closes #395
  • chore(deps): replace dependency eslint-plugin-node with eslint-plugin-n ^14.0.0 (#378) (997f9bb), closes #378
  • chore(deps): update all non-major dependencies (#355) (4faec3d), closes #355
  • chore(deps): update upstream (#356) (cf7d91e), closes #356
  • chore(deps): update upstream (#361) (a28c46e), closes #361
  • chore(deps): update upstream (#367) (2050ad3), closes #367
  • chore(deps): update upstream (#379) (96c82e9), closes #379
  • chore(plugin-vue): update options on docs (3f8b472)
Commits
  • e74816a release: plugin-vue@5.0.5
  • 277a3ab fix(plugin-vue): don't inline template when __VUE_PROD_DEVTOOLS__ (#81)
  • 2848174 refactor(plugin-vue): use normalizePath from vite (#395)
  • 96c82e9 chore(deps): update upstream (#379)
  • 0a484c7 fix(deps): update all non-major dependencies (#371)
  • 997f9bb chore(deps): replace dependency eslint-plugin-node with eslint-plugin-n ^14.0...
  • 2050ad3 chore(deps): update upstream (#367)
  • ed4970a fix(deps): update all non-major dependencies (#360)
  • a28c46e chore(deps): update upstream (#361)
  • 3f8b472 chore(plugin-vue): update options on docs
  • Additional commits viewable in compare view


Updates vite from 5.2.11 to 5.2.12

Changelog

Sourced from vite's changelog.

5.2.12 (2024-05-28)

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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
giscus-component ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 1, 2024 9:59am