Bump the dev-dependencies group with 6 updates#38
Merged
github-actions[bot] merged 1 commit intodevelopfrom Feb 1, 2026
Merged
Conversation
Bumps the dev-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [@vueuse/core](https://github.com/vueuse/vueuse/tree/HEAD/packages/core) | `14.1.0` | `14.2.0` | | [vue](https://github.com/vuejs/core) | `3.5.26` | `3.5.27` | | [@vue/compiler-sfc](https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc) | `3.5.26` | `3.5.27` | | [css-loader](https://github.com/webpack/css-loader) | `7.1.2` | `7.1.3` | | [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) | `5.6.5` | `5.6.6` | | [webpack-dev-server](https://github.com/webpack/webpack-dev-server) | `5.2.2` | `5.2.3` | Updates `@vueuse/core` from 14.1.0 to 14.2.0 - [Release notes](https://github.com/vueuse/vueuse/releases) - [Commits](https://github.com/vueuse/vueuse/commits/v14.2.0/packages/core) Updates `vue` from 3.5.26 to 3.5.27 - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](vuejs/core@v3.5.26...v3.5.27) Updates `@vue/compiler-sfc` from 3.5.26 to 3.5.27 - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/core/commits/v3.5.27/packages/compiler-sfc) Updates `css-loader` from 7.1.2 to 7.1.3 - [Release notes](https://github.com/webpack/css-loader/releases) - [Changelog](https://github.com/webpack/css-loader/blob/main/CHANGELOG.md) - [Commits](webpack/css-loader@v7.1.2...v7.1.3) Updates `html-webpack-plugin` from 5.6.5 to 5.6.6 - [Release notes](https://github.com/jantimon/html-webpack-plugin/releases) - [Changelog](https://github.com/jantimon/html-webpack-plugin/blob/main/CHANGELOG.md) - [Commits](jantimon/html-webpack-plugin@v5.6.5...v5.6.6) Updates `webpack-dev-server` from 5.2.2 to 5.2.3 - [Release notes](https://github.com/webpack/webpack-dev-server/releases) - [Changelog](https://github.com/webpack/webpack-dev-server/blob/main/CHANGELOG.md) - [Commits](webpack/webpack-dev-server@v5.2.2...v5.2.3) --- updated-dependencies: - dependency-name: "@vueuse/core" dependency-version: 14.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: vue dependency-version: 3.5.27 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: "@vue/compiler-sfc" dependency-version: 3.5.27 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: css-loader dependency-version: 7.1.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: html-webpack-plugin dependency-version: 5.6.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: webpack-dev-server dependency-version: 5.2.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the dev-dependencies group with 6 updates:
14.1.014.2.03.5.263.5.273.5.263.5.277.1.27.1.35.6.55.6.65.2.25.2.3Updates
@vueuse/corefrom 14.1.0 to 14.2.0Release notes
Sourced from
@vueuse/core's releases.Commits
bbd185dchore: release v14.2.0a8a8587feat(useDraggable): auto-scroll with restricted dragging within the container...abcea64fix(useInfiniteScroll): improve promise handling and add flush post to watch ...df9f996test(unrefElement): Add unit tests for unrefElement (#5237)313a646chore(useIntersectionObserver): Align rootBounds assertion to the same callba...c1282fffeat(useCssSupports): adduseCssSupports(#5266)66aad3cfeat: support configurable scheduler for timed composables (#5129)2392131docs: sync docs with implementation with Claude Codebcad244docs(useVirtualList): update recommendation (#5256)65e25abfix(useMagicKeys): handle undefined key in keyboard events (#5225)Updates
vuefrom 3.5.26 to 3.5.27Release notes
Sourced from vue's releases.
Changelog
Sourced from vue's changelog.
Commits
aa9af1drelease: v3.5.2735c3608Revert "fix(runtime-core): resolve kebab-case slot names from in-DOM template...7e554bffix(runtime-core): resolve kebab-case slot names from in-DOM templates (#14302)0596a5ftypes(jsx): improve autocomplete type (#14237)19cc7e2fix(runtime-core): skip patching reserved props for custom elements (#14275)c2f5964fix(ssr): handle v-bind modifiers during render attrs (#14263)3c8b2fcfix(reactivity): collection iteration should inherit iterator instance method...e4091fefix(compiler-sfc): handle indexed access types in declare global blocks (#14260)6a1bb50fix(compile-sfc): correctly handle variable shadowing in for loop for `define...f0f0a21fix(compiler-sfc): use correct scope when resolving indexed access types from...Updates
@vue/compiler-sfcfrom 3.5.26 to 3.5.27Release notes
Sourced from
@vue/compiler-sfc's releases.Changelog
Sourced from
@vue/compiler-sfc's changelog.Commits
aa9af1drelease: v3.5.27e4091fefix(compiler-sfc): handle indexed access types in declare global blocks (#14260)6a1bb50fix(compile-sfc): correctly handle variable shadowing in for loop for `define...f0f0a21fix(compiler-sfc): use correct scope when resolving indexed access types from...aac7e18docs: fix typos in comments in the code (#14253)Updates
css-loaderfrom 7.1.2 to 7.1.3Release notes
Sourced from css-loader's releases.
Changelog
Sourced from css-loader's changelog.
Commits
b2b2de7chore(release): 7.1.301869bcfix: allow to usemoduleclass name (#1649)7dd15ecchore(deps): bump js-yaml (#1648)db26202chore(deps-dev): bump lodash from 4.17.21 to 4.17.23 (#1647)7daf1b8Update CONTRIBUTING link to point to GitHub pagede1e633chore: correct link path (#1645)563ad63chore: migrate from contrib and swap branches (#1644)e68bf7echore: update github actions/checkout from v4 to v5 (#1642)99eb892chore: update jest from v29 to v30 (#1637)af6652fdocs: improving typos in ISSUE_TEMPLATE files (#1636)Updates
html-webpack-pluginfrom 5.6.5 to 5.6.6Changelog
Sourced from html-webpack-plugin's changelog.
Commits
723ed41chore(release): 5.6.6a8e563bfix: compatibility with handlebars-loader (#1882)Updates
webpack-dev-serverfrom 5.2.2 to 5.2.3Release notes
Sourced from webpack-dev-server's releases.
Changelog
Sourced from webpack-dev-server's changelog.
Commits
b550a70chore(release): 5.2.39704dc5chore: upgrade selfsigned to v5 and remove node-forge dependency (#5618)92bf644chore: bump express to update qs (#5621)792b2f0chore(deps-dev): bump the dependencies group with 4 updates (#5606)6d587cachore(deps): bump the dependencies group across 1 directory with 27 updates (...f91baa8fix(overlay): add ESC key to dismiss overlay (#5598)574026cfix: compatibility with event target and universal target and lazy compilationc53955ddocs: remove unused filesefe0aeatest: fixb6bb50cchore(deps): updateDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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