Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 15, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@anansi/cli 3.1.83 -> 3.1.84 age adoption passing confidence
@anansi/core 0.20.39 -> 0.20.40 age adoption passing confidence
@types/react (source) 19.2.4 -> 19.2.5 age adoption passing confidence
vue-tsc (source) 3.1.3 -> 3.1.4 age adoption passing confidence

Release Notes

vuejs/language-tools (vue-tsc)

v3.1.4

Compare Source

Bug Fixes
  • fix(language-service): prevent auto-insertion of html snippets in template interpolation (#​5744) - Thanks to @​serkodev!
  • fix(language-service): strip interpolations from document passed to html service - Thanks to @​KazariEX!
  • fix(language-core): report unused @ts-expect-error directive on components with loose props checks (#​5750) - Thanks to @​serkodev and @​KazariEX!
  • fix(language-core): respect directive comments before v-else (#​5753) - Thanks to @​serkodev and @​KazariEX!
Other Changes
  • refactor(language-core): re-implement component references by codegen (#​5736) - Thanks to @​KazariEX!
  • refactor(language-core): simplify calculation of full interpolation content - Thanks to @​KazariEX!

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 is behind base branch, 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.

@changeset-bot
Copy link

changeset-bot bot commented Nov 15, 2025

⚠️ No Changeset found

Latest commit: e90417f

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions
Copy link
Contributor

github-actions bot commented Nov 15, 2025

Size Change: 0 B

Total Size: 79.7 kB

ℹ️ View Unchanged
Filename Size
examples/test-bundlesize/dist/App.js 3.42 kB
examples/test-bundlesize/dist/polyfill.js 311 B
examples/test-bundlesize/dist/rdcClient.js 10.1 kB
examples/test-bundlesize/dist/rdcEndpoint.js 5.68 kB
examples/test-bundlesize/dist/react.js 59.4 kB
examples/test-bundlesize/dist/webpack-runtime.js 726 B

compressed-size-action

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3790617 to e90417f Compare November 15, 2025 23:22
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Benchmark

Benchmark suite Current: e90417f Previous: 8ab10ef Ratio
normalizeLong 524 ops/sec (±1.26%) 515 ops/sec (±1.09%) 0.98
denormalizeLong 276 ops/sec (±2.57%) 285 ops/sec (±2.10%) 1.03
denormalizeLong donotcache 989 ops/sec (±0.51%) 1039 ops/sec (±0.21%) 1.05
denormalizeShort donotcache 500x 1552 ops/sec (±0.44%) 1603 ops/sec (±0.17%) 1.03
denormalizeShort 500x 830 ops/sec (±1.76%) 861 ops/sec (±2.04%) 1.04
denormalizeShort 500x withCache 6352 ops/sec (±0.53%) 6578 ops/sec (±0.17%) 1.04
queryShort 500x withCache 2645 ops/sec (±0.68%) 2780 ops/sec (±0.13%) 1.05
buildQueryKey All 52599 ops/sec (±0.74%) 54089 ops/sec (±0.43%) 1.03
query All withCache 6969 ops/sec (±0.58%) 6811 ops/sec (±0.33%) 0.98
denormalizeLong with mixin Entity 262 ops/sec (±2.53%) 274 ops/sec (±2.20%) 1.05
denormalizeLong withCache 6041 ops/sec (±0.53%) 7036 ops/sec (±0.16%) 1.16
denormalizeLong All withCache 6594 ops/sec (±0.74%) 6526 ops/sec (±0.12%) 0.99
denormalizeLong Query-sorted withCache 6911 ops/sec (±0.52%) 6949 ops/sec (±0.14%) 1.01
denormalizeLongAndShort withEntityCacheOnly 1652 ops/sec (±0.42%) 1760 ops/sec (±0.18%) 1.07
getResponse 5455 ops/sec (±1.38%) 5745 ops/sec (±1.19%) 1.05
getResponse (null) 6840777 ops/sec (±0.71%) 6680567 ops/sec (±0.51%) 0.98
getResponse (clear cache) 266 ops/sec (±2.25%) 277 ops/sec (±1.91%) 1.04
getSmallResponse 2960 ops/sec (±0.50%) 3102 ops/sec (±0.21%) 1.05
getSmallInferredResponse 2278 ops/sec (±0.58%) 2352 ops/sec (±0.24%) 1.03
getResponse Collection 5346 ops/sec (±1.25%) 5592 ops/sec (±1.46%) 1.05
get Collection 5526 ops/sec (±0.91%) 6002 ops/sec (±0.21%) 1.09
get Query-sorted 6428 ops/sec (±0.62%) 6713 ops/sec (±0.41%) 1.04
setLong 518 ops/sec (±0.61%) 518 ops/sec (±0.21%) 1
setLongWithMerge 233 ops/sec (±0.74%) 238 ops/sec (±0.14%) 1.02
setLongWithSimpleMerge 244 ops/sec (±0.81%) 253 ops/sec (±0.23%) 1.04
setSmallResponse 500x 900 ops/sec (±0.70%) 952 ops/sec (±0.12%) 1.06

This comment was automatically generated by workflow using github-action-benchmark.

@codecov
Copy link

codecov bot commented Nov 15, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.29%. Comparing base (328f106) to head (e90417f).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3616   +/-   ##
=======================================
  Coverage   98.29%   98.29%           
=======================================
  Files         147      147           
  Lines        2579     2579           
  Branches      501      501           
=======================================
  Hits         2535     2535           
  Misses         10       10           
  Partials       34       34           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@ntucker ntucker enabled auto-merge November 15, 2025 23:28
@ntucker ntucker added this pull request to the merge queue Nov 15, 2025
Merged via the queue into master with commit bd53903 Nov 15, 2025
24 checks passed
@ntucker ntucker deleted the renovate/all-minor-patch branch November 15, 2025 23:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants