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

build(deps): bump the npm group in /website with 6 updates #1907

Merged
merged 1 commit into from
Jul 24, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 24, 2024

Bumps the npm group in /website with 6 updates:

Package From To
@vitejs/plugin-vue 5.0.5 5.1.0
@vue/devtools-api 7.3.6 7.3.7
@vue/devtools-kit 7.3.6 7.3.7
@vue/devtools-shared 7.3.6 7.3.7
preact 10.22.1 10.23.0
vue-demi 0.14.8 0.14.9

Updates @vitejs/plugin-vue from 5.0.5 to 5.1.0

Release notes

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

plugin-vue@5.1.0

Please refer to CHANGELOG.md for details.

Changelog

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

5.1.0 (2024-07-23)

  • fix(deps): update all non-major dependencies (#412) (8cb2ea9), closes #412
  • fix(plugin-vue): clear cache after build end (96dbb22)
  • chore: update documentation for new features option (7fc7994)
  • chore(deps): update upstream (#416) (02a3edd), closes #416
  • feat(plugin-vue): add features option (#419) (3e839e2), closes #419
Commits
  • 9c2069f release: plugin-vue@5.1.0
  • 96dbb22 fix(plugin-vue): clear cache after build end
  • 02a3edd chore(deps): update upstream (#416)
  • 7fc7994 chore: update documentation for new features option
  • 3e839e2 feat(plugin-vue): add features option (#419)
  • 8cb2ea9 fix(deps): update all non-major dependencies (#412)
  • See full diff in compare view

Updates @vue/devtools-api from 7.3.6 to 7.3.7

Commits

Updates @vue/devtools-kit from 7.3.6 to 7.3.7

Release notes

Sourced from @​vue/devtools-kit's releases.

v7.3.7

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates @vue/devtools-shared from 7.3.6 to 7.3.7

Release notes

Sourced from @​vue/devtools-shared's releases.

v7.3.7

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates preact from 10.22.1 to 10.23.0

Release notes

Sourced from preact's releases.

10.23.0

Features

This adds support for returning a function in functional refs, example

<input
  ref={(ref) => {
    // Assign ref, do something with it
    return () => {
      // ref cleanup, when the element unmounts
      // we run the cleanup
    };
  }}
/>

Fixes

Types

Maintenance

Commits
  • 2f1712a 10.23.0 (#4450)
  • f573891 fix(child-diffing): Should shift keyed fragmented lists (#4448)
  • 16c7fb7 Fix debug check not firing when it has a parent (#4449)
  • a75b217 Publish fixes for streaming renders (#4446)
  • f7f9d9b Merge pull request #4440 from 3846masa-tmp/fix/export-render-to-pipeable-stream
  • b75edab fix: import renderToPipeableStream in server.mjs for re-exporting
  • 212b1f6 Merge pull request #4436 from preactjs/ref-cleanup
  • 7bb245a chore: work around TS complaining
  • 4e53438 feat: support ref cleanup functions
  • db0f4f2 Merge pull request #4433 from hamza0867/main
  • Additional commits viewable in compare view

Updates vue-demi from 0.14.8 to 0.14.9

Release notes

Sourced from vue-demi's releases.

v0.14.9

   🚀 Features

    View changes on GitHub
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

Bumps the npm group in /website with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) | `5.0.5` | `5.1.0` |
| [@vue/devtools-api](https://github.com/vuejs/vue-devtools/tree/HEAD/packages/api) | `7.3.6` | `7.3.7` |
| [@vue/devtools-kit](https://github.com/vuejs/devtools-next/tree/HEAD/packages/devtools-kit) | `7.3.6` | `7.3.7` |
| [@vue/devtools-shared](https://github.com/vuejs/devtools-next/tree/HEAD/packages/shared) | `7.3.6` | `7.3.7` |
| [preact](https://github.com/preactjs/preact) | `10.22.1` | `10.23.0` |
| [vue-demi](https://github.com/antfu/vue-demi) | `0.14.8` | `0.14.9` |


Updates `@vitejs/plugin-vue` from 5.0.5 to 5.1.0
- [Release notes](https://github.com/vitejs/vite-plugin-vue/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-vue/blob/main/packages/plugin-vue/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-vue/commits/plugin-vue@5.1.0/packages/plugin-vue)

Updates `@vue/devtools-api` from 7.3.6 to 7.3.7
- [Release notes](https://github.com/vuejs/vue-devtools/releases)
- [Changelog](https://github.com/vuejs/devtools/blob/main/release.js)
- [Commits](https://github.com/vuejs/vue-devtools/commits/HEAD/packages/api)

Updates `@vue/devtools-kit` from 7.3.6 to 7.3.7
- [Release notes](https://github.com/vuejs/devtools-next/releases)
- [Commits](https://github.com/vuejs/devtools-next/commits/v7.3.7/packages/devtools-kit)

Updates `@vue/devtools-shared` from 7.3.6 to 7.3.7
- [Release notes](https://github.com/vuejs/devtools-next/releases)
- [Commits](https://github.com/vuejs/devtools-next/commits/v7.3.7/packages/shared)

Updates `preact` from 10.22.1 to 10.23.0
- [Release notes](https://github.com/preactjs/preact/releases)
- [Commits](preactjs/preact@10.22.1...10.23.0)

Updates `vue-demi` from 0.14.8 to 0.14.9
- [Release notes](https://github.com/antfu/vue-demi/releases)
- [Commits](vueuse/vue-demi@v0.14.8...v0.14.9)

---
updated-dependencies:
- dependency-name: "@vitejs/plugin-vue"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@vue/devtools-api"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@vue/devtools-kit"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@vue/devtools-shared"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: preact
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: vue-demi
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 24, 2024
@yujincheng08 yujincheng08 merged commit 59ba84e into main Jul 24, 2024
@yujincheng08 yujincheng08 deleted the dependabot/npm_and_yarn/website/npm-706e01a2b1 branch July 24, 2024 12:15
xxmustafacooTR pushed a commit to xxmustafacooTR/KernelSU that referenced this pull request Jul 24, 2024
kutemeikito added a commit to kutemeikito/KernelSU that referenced this pull request Jul 25, 2024
* 'main' of https://github.com/tiann/KernelSU:
  build(deps): bump the npm group in /website with 6 updates (tiann#1907)
  build(deps): bump the crates group in /userspace/ksud with 7 updates (tiann#1908)
  build(deps): bump the npm group in /website with 3 updates (tiann#1905)

Signed-off-by: Edwiin Kusuma Jaya <kutemeikito0905@gmail.com>
FerryAr pushed a commit to FerryAr/KernelSU that referenced this pull request Jul 29, 2024
jeffpeng3 pushed a commit to jeffpeng3/KernelSU that referenced this pull request Aug 5, 2024
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.

None yet

1 participant