Skip to content

Bump the javascript-dependencies group with 4 updates#929

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/javascript-dependencies-50bbd9a459
Closed

Bump the javascript-dependencies group with 4 updates#929
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/javascript-dependencies-50bbd9a459

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2026

Bumps the javascript-dependencies group with 4 updates: vue, @redocly/cli, @vue/compiler-sfc and globals.

Updates vue from 3.5.26 to 3.5.27

Release notes

Sourced from vue's releases.

v3.5.27

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

Changelog

Sourced from vue's changelog.

3.5.27 (2026-01-19)

Bug Fixes

  • compile-sfc: correctly handle variable shadowing in for loop for defineProps destructuring. (#14296) (6a1bb50), closes #14294
  • compiler-sfc: handle indexed access types in declare global blocks (#14260) (e4091fe), closes #14236
  • compiler-sfc: use correct scope when resolving indexed access types from external files (#14297) (f0f0a21), closes #14292
  • reactivity: collection iteration should inherit iterator instance methods (#12644) (3c8b2fc), closes #12615
  • runtime-core: skip patching reserved props for custom elements (#14275) (19cc7e2), closes #14274
  • server-renderer: use ssrRenderClass helper for className attribute (#14327) (a4708f3)
  • ssr: handle v-bind modifiers during render attrs (#14263) (c2f5964), closes #14262
Commits
  • aa9af1d release: v3.5.27
  • 35c3608 Revert "fix(runtime-core): resolve kebab-case slot names from in-DOM template...
  • 7e554bf fix(runtime-core): resolve kebab-case slot names from in-DOM templates (#14302)
  • 0596a5f types(jsx): improve autocomplete type (#14237)
  • 19cc7e2 fix(runtime-core): skip patching reserved props for custom elements (#14275)
  • c2f5964 fix(ssr): handle v-bind modifiers during render attrs (#14263)
  • 3c8b2fc fix(reactivity): collection iteration should inherit iterator instance method...
  • e4091fe fix(compiler-sfc): handle indexed access types in declare global blocks (#14260)
  • 6a1bb50 fix(compile-sfc): correctly handle variable shadowing in for loop for `define...
  • f0f0a21 fix(compiler-sfc): use correct scope when resolving indexed access types from...
  • Additional commits viewable in compare view

Updates @redocly/cli from 2.14.5 to 2.14.9

Release notes

Sourced from @​redocly/cli's releases.

@​redocly/cli@​2.14.9

Patch Changes

  • Updated @​redocly/openapi-core to v2.14.9.

@​redocly/cli@​2.14.8

Patch Changes

  • Fixed an issue where multi-line lint error messages could break Markdown formatting.
  • Updated @​redocly/openapi-core to v2.14.8.

@​redocly/cli@​2.14.7

Patch Changes

  • Updated @​redocly/openapi-core to v2.14.7.

@​redocly/cli@​2.14.6

Patch Changes

  • Updated @​redocly/openapi-core to v2.14.6.
Commits
  • a7060e7 chore: 🔖 release new versions (#2513)
  • 57fcb39 fix: issue with .redocly.lint-ignore.yaml (#2512)
  • b1767fe chore: 🔖 release new versions (#2508)
  • cab4e7c fix: improve lint formatting for markdown to handle multiline error messages ...
  • 1b0a6d4 feat: add support for 'x-query' operation in PathItem type (#2501)
  • 7f37e14 chore: update undici to v6.23.0 (#2507)
  • 99fa542 docs: update the apis section (#2505)
  • 5261439 chore: 🔖 release new versions (#2503)
  • d4ac034 feat: add functionality to change default unevaluated properties on demand (#...
  • 5f62248 chore: 🔖 release new versions (#2502)
  • Additional commits viewable in compare view

Updates @vue/compiler-sfc from 3.5.26 to 3.5.27

Release notes

Sourced from @​vue/compiler-sfc's releases.

v3.5.27

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

Changelog

Sourced from @​vue/compiler-sfc's changelog.

3.5.27 (2026-01-19)

Bug Fixes

  • compile-sfc: correctly handle variable shadowing in for loop for defineProps destructuring. (#14296) (6a1bb50), closes #14294
  • compiler-sfc: handle indexed access types in declare global blocks (#14260) (e4091fe), closes #14236
  • compiler-sfc: use correct scope when resolving indexed access types from external files (#14297) (f0f0a21), closes #14292
  • reactivity: collection iteration should inherit iterator instance methods (#12644) (3c8b2fc), closes #12615
  • runtime-core: skip patching reserved props for custom elements (#14275) (19cc7e2), closes #14274
  • server-renderer: use ssrRenderClass helper for className attribute (#14327) (a4708f3)
  • ssr: handle v-bind modifiers during render attrs (#14263) (c2f5964), closes #14262
Commits
  • aa9af1d release: v3.5.27
  • e4091fe fix(compiler-sfc): handle indexed access types in declare global blocks (#14260)
  • 6a1bb50 fix(compile-sfc): correctly handle variable shadowing in for loop for `define...
  • f0f0a21 fix(compiler-sfc): use correct scope when resolving indexed access types from...
  • aac7e18 docs: fix typos in comments in the code (#14253)
  • See full diff in compare view

Updates globals from 17.0.0 to 17.1.0

Release notes

Sourced from globals's releases.

v17.1.0

  • Add webpack and rspack globals (#333) 65cae73

sindresorhus/globals@v17.0.0...v17.1.0

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 added dependencies Pull requests that update a dependency file task One or more no-coding actions to execute for this project. labels Jan 26, 2026
Bumps the javascript-dependencies group with 4 updates: [vue](https://github.com/vuejs/core), [@redocly/cli](https://github.com/Redocly/redocly-cli), [@vue/compiler-sfc](https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc) and [globals](https://github.com/sindresorhus/globals).


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 `@redocly/cli` from 2.14.5 to 2.14.9
- [Release notes](https://github.com/Redocly/redocly-cli/releases)
- [Commits](https://github.com/Redocly/redocly-cli/compare/@redocly/cli@2.14.5...@redocly/cli@2.14.9)

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 `globals` from 17.0.0 to 17.1.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v17.0.0...v17.1.0)

---
updated-dependencies:
- dependency-name: vue
  dependency-version: 3.5.27
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: javascript-dependencies
- dependency-name: "@redocly/cli"
  dependency-version: 2.14.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: javascript-dependencies
- dependency-name: "@vue/compiler-sfc"
  dependency-version: 3.5.27
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: javascript-dependencies
- dependency-name: globals
  dependency-version: 17.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: javascript-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/javascript-dependencies-50bbd9a459 branch from 08ad52c to e1cd7e8 Compare February 2, 2026 02:53
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 9, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Feb 9, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/javascript-dependencies-50bbd9a459 branch February 9, 2026 02:53
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 task One or more no-coding actions to execute for this project.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

Comments