Skip to content

chore(deps): update devdependencies (non-major)#1783

Merged
JammingBen merged 3 commits intomainfrom
renovate/dev-dependencies
Jan 14, 2026
Merged

chore(deps): update devdependencies (non-major)#1783
JammingBen merged 3 commits intomainfrom
renovate/dev-dependencies

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 20, 2025

This PR contains the following updates:

Package Change Age Confidence
@cucumber/cucumber 12.4.012.5.0 age confidence
@cucumber/messages 31.0.131.2.0 age confidence
@vitest/coverage-v8 (source) 4.0.164.0.17 age confidence
@vitest/web-worker (source) 4.0.164.0.17 age confidence
happy-dom 20.0.1120.1.0 age confidence
jsdom 27.3.027.4.0 age confidence
pino (source) 10.1.010.1.1 age confidence
vitest (source) 4.0.164.0.17 age confidence
vue-tsc (source) 3.1.83.2.2 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

cucumber/cucumber-js (@​cucumber/cucumber)

v12.5.0

Compare Source

Added
cucumber/messages (@​cucumber/messages)

v31.2.0

Compare Source

Added
  • [Java] Add NdjsonToMessageReader (#​344)
Fixed
  • [Java] Don't flush MessageToNdjsonWriter on each write (#​344)

v31.1.0

Compare Source

Added
  • [Ruby] Add a way to analyse and compare the strength of TestStepResult messages (To be used in query) (#​365)
Fixed
  • [Ruby] Fix the TimeConversion helper file generating a non-conformant Timestamp message
  • [Ruby] Improve the TimeConversion helper for translating back from a Timestamp by avoiding a rounding error
Removed
  • [Ruby] Removed the TimeConversion helpers that did not serve a purpose in message building
capricorn86/happy-dom (happy-dom)

v20.1.0

Compare Source

🎨 Features
👷‍♂️ Patch fixes
jsdom/jsdom (jsdom)

v27.4.0

Compare Source

  • Added TextEncoder and TextDecoder.
  • Improved decoding of HTML bytes by using the new @exodus/bytes package; it is now much more correct. (ChALkeR)
  • Improved decoding of XML bytes to use UTF-8 more often, instead of sniffing for <meta charset> or using the parent frame's encoding.
  • Fixed a memory leak when Ranges were used and then the elements referred to by those ranges were removed.
pinojs/pino (pino)

v10.1.1

Compare Source

What's Changed

New Contributors

Full Changelog: pinojs/pino@v10.1.0...v10.1.1

vuejs/language-tools (vue-tsc)

v3.2.2

Compare Source

language-core
  • fix: correct code features on v-bind shorthands of special attributes - Thanks to @​KazariEX!
language-plugin-pug
  • feat: accurate Pug shorthand mapping (#​5906)
  • fix: pre-map HTML to Pug offset attribute (#​5905)
language-service
typescript-plugin
  • fix: only forward quick info and suggestion diagnostics for setup bindings (#​5892) - Thanks to @​KazariEX!

v3.2.1

Compare Source

language-core
component-meta
component-type-helpers
  • fix: npm package is missing build files (#​5893)
language-service
  • feat: props completion now only suggests :xxx (shorthand) when no prefix is typed, instead of both xxx and :xxx

v3.2.0

Compare Source

vscode
  • fix: Vue TS highlighting when trailing type alias is missing semicolon (#​5853) - Thanks to @​serkodev!
  • perf: replace fast-diff with custom character-by-character alignment algorithm (#​5849) (#​5851)
  • refactor: update Vue grammar scope name to "text.html.vue" (#​5856)
  • test: add test for embedded grammars (#​5861) - Thanks to @​serkodev!
language-service
component-meta
  • feat: add tags to slots and exposed (#​5862) - Thanks to @​aj-dev!
  • feat: filter out irrelevant properties from exposed (#​5868) - Thanks to @​aj-dev!
  • refactor: redundant logic between deduplication and language-core (#​5875)
  • refactor: de-dependency from component-type-helpers (#​5876)
  • refactor: search prop defaults with symbol declarations (#​5879)
  • refactor: deprecate "noDeclarations" and "forceUseTs" options (#​5887)
typescript-plugin
  • feat: include leading dot when finding references to CSS classes (#​5852)
  • fix: missing module error after file rename (#​5839) - Thanks to @​serkodev!
  • fix: prioritize non-warning completion entries over warning ones (#​5847)
  • fix: always pass rest parameters for future compatibility (#​5859) - Thanks to @​KazariEX!
  • fix: add nullish guards before accessing ts.CompletionEntryData (#​5869) - Thanks to @​KazariEX!
  • fix: handle import type nodes in definition proxy (#​5873)
  • fix: handle type imports in component auto-import(#​5874)
language-core
  • feat: revert overcorrection of v-for type inference (#​5836)
  • feat: align v-for key type with Object.keys (#​5837) - Thanks to @​serkodev!
  • feat: narrow component and directive types (#​5841)
  • feat: support <!-- @&#8203;strictTemplates --> magic comment (#​5845)
  • fix: correctly resolve <script src="proxy.php?url="> (#​5838)
  • fix: preserve template slot wrappers during createIfBranch (#​5844) - Thanks to @​serkodev!
  • fix: include end tag locations when renaming global components
  • refactor: replace dynamic types generation with static files (#​5872)
  • refactor: improve Vue version detection and plugin resolution
component-type-helpers
  • refactor: remove ComponentType helper
workspace
  • chore: update testing infrastructure (#​5848)
  • chore: use tsgo in development (#​5860)
  • chore: reduce local dependencies and update workflows (#​5863)
  • chore: upgrade tsslint and vite to pre-release versions
  • chore: delete tests for Vue 3.4 (#​5871)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/dev-dependencies branch from 93d1e47 to 51d8c85 Compare December 22, 2025 05:52
@renovate renovate bot changed the title chore(deps): update dependency vue-tsc to v3.2.0 chore(deps): update dependency vue-tsc to v3.2.1 Dec 22, 2025
@renovate renovate bot force-pushed the renovate/dev-dependencies branch from 51d8c85 to 84f6a0c Compare December 22, 2025 21:57
@renovate renovate bot changed the title chore(deps): update dependency vue-tsc to v3.2.1 chore(deps): update devdependencies (non-major) Dec 22, 2025
@renovate renovate bot force-pushed the renovate/dev-dependencies branch 4 times, most recently from 046ee00 to f06bd01 Compare January 1, 2026 21:41
@renovate renovate bot force-pushed the renovate/dev-dependencies branch from f06bd01 to 12a2a5d Compare January 5, 2026 20:46
@renovate renovate bot changed the title chore(deps): update devdependencies (non-major) Update devDependencies (non-major) Jan 6, 2026
@renovate renovate bot force-pushed the renovate/dev-dependencies branch 6 times, most recently from 80d3849 to 7e75030 Compare January 12, 2026 09:05
@renovate renovate bot changed the title Update devDependencies (non-major) chore(deps): update devdependencies (non-major) Jan 12, 2026
@renovate renovate bot force-pushed the renovate/dev-dependencies branch 2 times, most recently from 8c2e3a2 to d3e5ac2 Compare January 12, 2026 12:13
@renovate renovate bot force-pushed the renovate/dev-dependencies branch from d3e5ac2 to d4e5856 Compare January 12, 2026 12:15
@JammingBen
Copy link
Member

@kulmann Pinging you for an additional review because I fixed some types in 37d6bef after bumping vue-tsc. It seems to be more strict with types from emitted events (finally 🙌 ).

@JammingBen JammingBen requested a review from kulmann January 12, 2026 13:45
@renovate
Copy link
Contributor Author

renovate bot commented Jan 12, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@JammingBen JammingBen requested a review from kulmann January 14, 2026 09:10
Copy link
Member

@kulmann kulmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, thank you for cleaning up the types 🤩

@JammingBen JammingBen force-pushed the renovate/dev-dependencies branch from d3f42bc to d218ebe Compare January 14, 2026 09:14
@JammingBen JammingBen merged commit 5a6d329 into main Jan 14, 2026
28 checks passed
@JammingBen JammingBen deleted the renovate/dev-dependencies branch January 14, 2026 09:35
openclouders pushed a commit that referenced this pull request Jan 14, 2026
chore(deps): update devdependencies (non-major)
@openclouders openclouders mentioned this pull request Jan 14, 2026
1 task
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.

2 participants