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

chore: Bump the vue group with 7 updates #2212

Merged
merged 2 commits into from
Sep 3, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2023

Bumps the vue group with 7 updates:

Package From To
@he-tree/vue 2.4.2 2.5.0
@vue/apollo-composable 4.0.0-beta.8 4.0.0-beta.9
@vueuse/core 10.2.1 10.4.1
@tailwindcss/forms 0.5.3 0.5.6
@vue/test-utils 2.4.0 2.4.1
unplugin-vue-components 0.25.1 0.25.2
vue-tsc 1.8.4 1.8.8

Updates @he-tree/vue from 2.4.2 to 2.5.0

Commits

Updates @vue/apollo-composable from 4.0.0-beta.8 to 4.0.0-beta.9

Release notes

Sourced from @​vue/apollo-composable's releases.

v4.0.0-beta.9

🩹 Fixes

  • Don't call debounced restart too much (1adf135)

🏡 Chore

  • Update throttle-debounce (500cc49)
  • Update deps (f47759e)

❤️ Contributors

Changelog

Sourced from @​vue/apollo-composable's changelog.

v4.0.0-beta.9

🩹 Fixes

  • Don't call debounced restart too much (1adf135)

🏡 Chore

  • Update throttle-debounce (500cc49)
  • Update deps (f47759e)

❤️ Contributors

Commits

Updates @vueuse/core from 10.2.1 to 10.4.1

Release notes

Sourced from @​vueuse/core's releases.

v10.4.1

   🐞 Bug Fixes

    View changes on GitHub

v10.4.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v10.3.0

   🚀 Features

   🐞 Bug Fixes

... (truncated)

Commits
  • c4fa9bd chore: release v10.4.1
  • 3ef59cb fix(useEventListener): immutable options on removal, close #2825 (#3346)
  • f339497 chore: release v10.4.0
  • 945ca16 feat(useFetch): introduce updateDataOnError option (#3092)
  • 3420640 fix(useWebWorker): prevent error event bubbling (#3141)
  • 6fabe9b fix(useStorage): read object only when it's serialized differently (#2782) (#...
  • c2f641d fix(useMouse): position won't be changed on page scroll when type is page...
  • aea27f8 fix(useWebsocket): reset pongTimeout on close (#3324)
  • 72cc6e4 chore: update deps
  • 791f7b1 fix(useElementSize): add as prop for component usage (#3274)
  • Additional commits viewable in compare view

Updates @tailwindcss/forms from 0.5.3 to 0.5.6

Release notes

Sourced from @​tailwindcss/forms's releases.

v0.5.6

Fixed

  • Fix date time bottom spacing on MacOS Safari (#146)

v0.5.5

Fixed

  • Fix text alignment on date and time inputs on iOS (#144)

v0.5.4

Fixed

  • Remove chevron for selects with a non-default size (#137)
  • Allow for without type (#141)
Changelog

Sourced from @​tailwindcss/forms's changelog.

[0.5.6] - 2023-08-28

Fixed

  • Fix date time bottom spacing on MacOS Safari (#146)

[0.5.5] - 2023-08-22

Fixed

  • Fix text alignment on date and time inputs on iOS (#144)

[0.5.4] - 2023-07-13

Fixed

  • Remove chevron for selects with a non-default size (#137)
  • Allow for without type (#141)
Commits

Updates @vue/test-utils from 2.4.0 to 2.4.1

Release notes

Sourced from @​vue/test-utils's releases.

v2.4.1

What's Changed

Fixes

Docs

(Dev) Dependencies

New Contributors

Full Changelog: vuejs/test-utils@v2.4.0...v2.4.1

Commits
  • 6af516a publish: 2.4.1
  • c41e914 chore(deps): update typescript-eslint monorepo to v6 (#2129)
  • e235e3a fix: modify createVMProxy (#2125)
  • a304f59 chore: exception for no-extra-semi lint rule
  • 881646e chore(deps): update dependency js-beautify to v1.14.9
  • 5426ca2 chore(deps): update vitest to v0.33.0
  • 136e67b chore(deps): update dependency prettier to v3 and eslint-plugin-prettier to v5
  • ffbb7cf chore(deps): update all non-major dependencies
  • f0df231 docs: add warning about isVisible()
  • 73890ef chore(deps): update vitest to v0.32.4
  • Additional commits viewable in compare view

Updates unplugin-vue-components from 0.25.1 to 0.25.2

Release notes

Sourced from unplugin-vue-components's releases.

v0.25.2

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
Maintainer changes

This version was pushed to npm by sxzz, a new releaser for unplugin-vue-components since your current version.


Updates vue-tsc from 1.8.4 to 1.8.8

Changelog

Sourced from vue-tsc's changelog.

1.8.8 (2023/7/27)

  • fix: language server crashed due to importing unexist library (#3453) (#3454)

1.8.7 (2023/7/27)

  • feat: support auto-complete for directives (#2559)
  • feat: support extract component for options api
  • feat: re-support external component parsing (#3328)
  • feat: support function expression emit event (#3445) - thanks @​lvjiaxuan
  • perf: reuse VueFile instances between monorepo packages (#3450)
  • fix: handle node next module resolution (#3159) - thanks @​kalvenschraut
  • fix: generate valid code when using __VLS_PropsChildren (#3442) - thanks @​so1ve
  • fix: component auto-import cannot insert import statement
  • fix: extract component cannot extract interpolations
  • fix: allow top-level await in script setup blocks with generics (#3441) - thanks @​so1ve

Full-time Support by

Our Platinum Sponsors

... (truncated)

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 force-pushed the dependabot/npm_and_yarn/vue-4921998169 branch 11 times, most recently from 1fdb83b to 50e4d4a Compare September 3, 2023 04:32
Bumps the vue group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@he-tree/vue](https://github.com/phphe/he-tree) | `2.4.2` | `2.5.0` |
| [@vue/apollo-composable](https://github.com/vuejs/vue-apollo/tree/HEAD/packages/vue-apollo-composable) | `4.0.0-beta.8` | `4.0.0-beta.9` |
| [@vueuse/core](https://github.com/vueuse/vueuse/tree/HEAD/packages/core) | `10.2.1` | `10.4.1` |
| [@tailwindcss/forms](https://github.com/tailwindlabs/tailwindcss-forms) | `0.5.3` | `0.5.6` |
| [@vue/test-utils](https://github.com/vuejs/test-utils) | `2.4.0` | `2.4.1` |
| [unplugin-vue-components](https://github.com/antfu/unplugin-vue-components) | `0.25.1` | `0.25.2` |
| [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/vue-tsc) | `1.8.4` | `1.8.8` |


Updates `@he-tree/vue` from 2.4.2 to 2.5.0
- [Commits](https://github.com/phphe/he-tree/compare/@he-tree/vue@2.4.2...@he-tree/vue@2.5.0)

Updates `@vue/apollo-composable` from 4.0.0-beta.8 to 4.0.0-beta.9
- [Release notes](https://github.com/vuejs/vue-apollo/releases)
- [Changelog](https://github.com/vuejs/apollo/blob/v4/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-apollo/commits/v4.0.0-beta.9/packages/vue-apollo-composable)

Updates `@vueuse/core` from 10.2.1 to 10.4.1
- [Release notes](https://github.com/vueuse/vueuse/releases)
- [Commits](https://github.com/vueuse/vueuse/commits/v10.4.1/packages/core)

Updates `@tailwindcss/forms` from 0.5.3 to 0.5.6
- [Release notes](https://github.com/tailwindlabs/tailwindcss-forms/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss-forms/blob/master/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss-forms@v0.5.3...v0.5.6)

Updates `@vue/test-utils` from 2.4.0 to 2.4.1
- [Release notes](https://github.com/vuejs/test-utils/releases)
- [Commits](vuejs/test-utils@v2.4.0...v2.4.1)

Updates `unplugin-vue-components` from 0.25.1 to 0.25.2
- [Release notes](https://github.com/antfu/unplugin-vue-components/releases)
- [Commits](unplugin/unplugin-vue-components@v0.25.1...v0.25.2)

Updates `vue-tsc` from 1.8.4 to 1.8.8
- [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/v1.8.8/packages/vue-tsc)

---
updated-dependencies:
- dependency-name: "@he-tree/vue"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: vue
- dependency-name: "@vue/apollo-composable"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: vue
- dependency-name: "@vueuse/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: vue
- dependency-name: "@tailwindcss/forms"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vue
- dependency-name: "@vue/test-utils"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vue
- dependency-name: unplugin-vue-components
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vue
- dependency-name: vue-tsc
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vue
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vue-4921998169 branch from 50e4d4a to 0b56972 Compare September 3, 2023 04:48
@github-actions
Copy link

github-actions bot commented Sep 3, 2023

@tobiasdiez tobiasdiez merged commit d3ed93a into main Sep 3, 2023
4 of 5 checks passed
@tobiasdiez tobiasdiez deleted the dependabot/npm_and_yarn/vue-4921998169 branch September 3, 2023 06:21
Siedlerchr added a commit that referenced this pull request Sep 4, 2023
* upstream/main: (31 commits)
  chore: add progress bar to journal data update script (#2182)
  chore: Bump pinia from 2.1.4 to 2.1.6 (#2153)
  chore: Bump concurrently from 8.2.0 to 8.2.1 (#2200)
  chore: Bump the vue group with 7 updates (#2212)
  chore: Bump @yaireo/tagify and @types/yaireo__tagify (#2195)
  chore: Bump the eslint group with 3 updates (#2218)
  chore: replace last patch-package patch by yarn patch (#2224)
  chore: split deploy workflow (#2223)
  chore: enable organize-imports prettier plugin (#2220)
  chore: extend nuxt dependabot group by zod and ufo (#2221)
  chore: Bump the vitest group with 3 updates (#2210)
  chore: Bump autoprefixer from 10.4.14 to 10.4.15 (#2198)
  chore: Bump the prisma group with 2 updates (#2190)
  chore: Bump the prettier group with 2 updates (#2206)
  chore: Bump redis from 4.6.7 to 4.6.8 (#2191)
  chore: Bump typescript from 5.1.6 to 5.2.2 (#2197)
  chore: Bump the graphql group with 9 updates (#2217)
  chore: Bump the types group with 3 updates (#2213)
  chore: Bump actions/checkout from 3.5.3 to 3.6.0 (#2186)
  chore: fix version regex (#2216)
  ...

# Conflicts:
#	.github/workflows/deploy.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant