Skip to content

chore(deps): update all dependencies#2153

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all
Open

chore(deps): update all dependencies#2153
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 1, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@lottiefiles/dotlottie-web (source) ^0.44.0^0.62.0 age adoption passing confidence dependencies minor
@percy/cli (source) 1.31.51.31.8 age adoption passing confidence devDependencies patch
@playwright/test (source) 1.55.01.58.2 age adoption passing confidence devDependencies minor
@tanstack/react-query (source) 5.85.65.90.20 age adoption passing confidence dependencies minor
@types/node (source) 20.19.1120.19.32 age adoption passing confidence devDependencies patch
actions/setup-node v4.2.0v4.4.0 age adoption passing confidence action minor
actions/setup-python v5.4.0v5.6.0 age adoption passing confidence action minor
autoprefixer 10.4.2110.4.24 age adoption passing confidence dependencies patch
cachetools ==5.3.3==5.5.2 age adoption passing confidence minor
esbuild 0.25.50.27.3 age adoption passing confidence dependencies minor
esbuild-sass-plugin 3.3.13.6.0 age adoption passing confidence dependencies minor
flask-cors ==6.0.0==6.0.2 age adoption passing confidence patch
formik (source) 2.4.62.4.9 age adoption passing confidence dependencies patch
google-api-python-client ==2.173.0==2.189.0 age adoption passing confidence minor
google-auth-httplib2 ==0.2.0==0.3.0 age adoption passing confidence minor
markdown (changelog) ==3.8.2==3.10.1 age adoption passing confidence minor
nodemon (source) 3.1.103.1.11 age adoption passing confidence devDependencies patch
python 3.103.14 age adoption passing confidence uses-with minor
python 3.10.143.14.3 age adoption passing confidence uses-with minor
react-router-dom (source) 6.30.16.30.3 age adoption passing confidence dependencies patch
requests (source, changelog) ==2.32.4==2.32.5 age adoption passing confidence patch
responses (changelog) ==0.25.7==0.25.8 age adoption passing confidence patch
sass 1.89.21.97.3 age adoption passing confidence dependencies minor
scikit-learn (changelog) ==1.6.1==1.8.0 age adoption passing confidence minor
semver (changelog) ==3.0.2==3.0.4 age adoption passing confidence patch
sentry-sdk (changelog) ==2.49.0==2.52.0 age adoption passing confidence minor
ts-jest (source) 29.4.129.4.6 age adoption passing confidence devDependencies patch
use-query-params 2.2.12.2.2 age adoption passing confidence dependencies patch
yup 1.7.01.7.1 age adoption passing confidence dependencies patch

Release Notes

LottieFiles/dotlottie-web (@​lottiefiles/dotlottie-web)

v0.62.0

Compare Source

Minor Changes
  • de6f1e2: fix: text slot overriding

  • 7ab00db: feat(types): Add structured Theme type for setThemeData

    • Added comprehensive TypeScript type definitions for dotLottie v2.0 Theme specification
    • Updated setThemeData to accept either a Theme object or JSON string
    • Theme types include: ThemeColorRule, ThemeScalarRule, ThemePositionRule, ThemeVectorRule,
      ThemeGradientRule, ThemeImageRule, ThemeTextRule
    • Updated BezierHandle to accept number | number[] to match Lottie spec

v0.61.0

Compare Source

Minor Changes

v0.60.0

Compare Source

Minor Changes

v0.58.1

Compare Source

Patch Changes
  • d0ecda1: fix: buffer size mismatch warnings

v0.58.0

Compare Source

Minor Changes
  • 6091731: chore: bump dotlottie-rs v0.1.53 WASM

v0.57.0

Compare Source

Minor Changes
  • 4bf1e54: chore: update dotlottie-rs v0.1.52 wasm bindings

v0.56.0

Compare Source

Minor Changes
  • 3d2eed2: feat: add registerFont static method in DotLottie and DotLottieWorker for custom font registration.

    const fontRegistered = await DotLottie.registerFont('CustomFont', 'path/to/font.ttf');

v0.55.0

Compare Source

Minor Changes
  • 34b3f1a: chore: update dotlottie-rs v0.1.50 wasm bindings

v0.54.1

Compare Source

Patch Changes
  • 7fc33a7: fix: 🐛 re-render after applying a theme/slots

v0.54.0

Compare Source

Minor Changes
  • 4f7f8c1: chore: bump dotLottie-rs WASM bindings to v0.1.49

v0.53.1

Compare Source

Patch Changes
  • b4d63f3: fix: preserve animation layout when starting state machine

v0.53.0

Compare Source

Minor Changes
  • 7f87fe1: feat: upgrade dotlottie-rs v0.1.48 wasm bindings
  • 7f87fe1: feat: added a new quality property (0-100) to renderConfig that allows balancing the quality and
    performance of layer effects
Patch Changes
  • 7d8b5aa: fixed open url config creation before starting state machine

v0.52.2

Compare Source

Patch Changes
  • 9ffec52: fixes the state machines internal state whilst tweening

v0.52.1

Compare Source

Patch Changes
  • 11b1fc1: fix: rerender after animation transform

v0.52.0

Compare Source

Minor Changes
  • 0a5dd40: feat: add animation getTransform and setTransform methods

v0.51.2

Compare Source

Patch Changes
  • 30c6770: fixed on_complete firing

v0.51.1

Compare Source

Patch Changes
  • f353c46: fix: resetting the loops count after play

v0.51.0

Compare Source

Minor Changes
  • bfac3c6: feat: added loopCount to DotLottie's config to control the number of playback loops
Patch Changes
  • e72e6e8: fix: rerender on canvas resize

v0.50.2

Compare Source

Patch Changes
  • 7090211: fix: reset playback config when state machine is stopped

v0.50.1

Compare Source

Patch Changes
  • 43ebcec: fix: newValue and oldValue parameters in state machine input callbacks

v0.50.0

Compare Source

Minor Changes
  • a01796d: refactor: Replace manual event dispatching with WASM CallbackObserver integration
  • 41dff2e: chore: upgrade dotLottie-rs WASM bindings to v0.1.47
  • 5bd67a5: refactor: update state machine related APIs
  • a01796d: chore: upgrade dotlottie-rs WASM bindings to v0.1.46
  • a01796d: fix: Canvas off-screen optimization condition in isElementInViewport
Patch Changes
  • 1744a2c: chore: add sideEffects: false flag to package.json to allow tree shaking

v0.49.0

Compare Source

Minor Changes
  • e3c09bb: chore: upgrade dotLottie-rs v0.1.45 WASM bindings

v0.48.0

Compare Source

Minor Changes
  • 950ad52: feat: add experimental tween and tweenToMarker methods

v0.47.0

Compare Source

Minor Changes
  • ff1cb3a: chore: update dotLottie-rs WASM bindings to v0.1.44
Patch Changes
  • 93bae08: fix: validate exact buffer size equality in canvas rendering

v0.46.0

Compare Source

Minor Changes
  • b78ac03: chore: update dotLottie-rs WASM bindings to v0.1.43

v0.45.0

Compare Source

Minor Changes
  • 8e8ed12: feat: added animationSize method to DotLottieWorker
  • 6c07dae: chore: update dotlottie-rs WASM bindings to v0.1.42
  • 6c07dae: fix: dotLottie.totalframes return correct Lottie total frames count
  • 6c07dae: feat: add animationId to Config for initial loading of a specific animation
percy/cli (@​percy/cli)

v1.31.8

Compare Source

What's Changed

✨ Enhancements

New Contributors

Full Changelog: percy/cli@v1.31.7...v1.31.8

v1.31.7

Compare Source

What's Changed

✨ Enhancements

Full Changelog: percy/cli@v1.31.6...v1.31.7

v1.31.6

Compare Source

What's Changed

✨ Enhancements
🐛 Bug Fixes
🏗 Maintenance

Full Changelog: percy/cli@v1.31.5...v1.31.6

microsoft/playwright (@​playwright/test)

v1.58.2

Compare Source

v1.58.1

Compare Source

Highlights

#​39036 fix(msedge): fix local network permissions
#​39037 chore: update cft download location
#​38995 chore(webkit): disable frame sessions on fronzen builds

Browser Versions
  • Chromium 145.0.7632.6
  • Mozilla Firefox 146.0.1
  • WebKit 26.0

v1.58.0

Compare Source

v1.57.0

Compare Source

v1.56.1

Compare Source

Highlights

#​37871 chore: allow local-network-access permission in chromium
#​37891 fix(agents): remove workspaceFolder ref from vscode mcp
#​37759 chore: rename agents to test agents
#​37757 chore(mcp): fallback to cwd when resolving test config

Browser Versions

  • Chromium 141.0.7390.37
  • Mozilla Firefox 142.0.1
  • WebKit 26.0

v1.56.0

Compare Source

Playwright Agents

Introducing Playwright Agents, three custom agent definitions designed to guide LLMs through the core process of building a Playwright test:

  • 🎭 planner explores the app and produces a Markdown test plan
  • 🎭 generator transforms the Markdown plan into the Playwright Test files
  • 🎭 healer executes the test suite and automatically repairs failing tests

Run npx playwright init-agents with your client of choice to generate the latest agent definitions:

### Generate agent files for each agentic loop
### Visual Studio Code
npx playwright init-agents --loop=vscode

### Claude Code
npx playwright init-agents --loop=claude

### opencode
npx playwright init-agents --loop=opencode

[!NOTE]
VS Code v1.105 (currently on the VS Code Insiders channel) is needed for the agentic experience in VS Code. It will become stable shortly, we are a bit ahead of times with this functionality!

Learn more about Playwright Agents

New APIs

UI Mode and HTML Reporter

  • Added option to 'html' reporter to disable the "Copy prompt" button
  • Added option to 'html' reporter and UI Mode to merge files, collapsing test and describe blocks into a single unified list
  • Added option to UI Mode mirroring the --update-snapshots options
  • Added option to UI Mode to run only a single worker at a time

Breaking Changes

Miscellaneous

  • Aria snapshots render and compare input placeholder
  • Added environment variable PLAYWRIGHT_TEST to Playwright worker processes to allow discriminating on testing status

Browser Versions

  • Chromium 141.0.7390.37
  • Mozilla Firefox 142.0.1
  • WebKit 26.0

v1.55.1

Compare Source

Highlights

#​37479 - [Bug]: Upgrade Chromium to 140.0.7339.186.
#​37147 - [Regression]: Internal error: step id not found.
#​37146 - [Regression]: HTML reporter displays a broken chip link when there are no projects.
#​37137 - Revert "fix(a11y): track inert elements as hidden".
#​37532 - chore: do not use -k option

Browser Versions

  • Chromium 140.0.7339.186
  • Mozilla Firefox 141.0
  • WebKit 26.0

This version was also tested against the following stable channels:

  • Google Chrome 139
  • Microsoft Edge 139
TanStack/query (@​tanstack/react-query)

v5.90.20

Compare Source

Patch Changes

v5.90.19

Compare Source

Patch Changes

v5.90.18

Compare Source

Patch Changes

v5.90.17

Compare Source

Patch Changes

v5.90.16

Compare Source

Patch Changes

v5.90.15

Compare Source

Patch Changes

v5.90.14

Patch Changes

v5.90.13

Patch Changes

v5.90.12

Compare Source

Patch Changes

v5.90.11

Compare Source

Patch Changes

v5.90.10

Compare Source

Patch Changes

v5.90.9

Compare Source

Patch Changes

v5.90.8

Compare Source

Patch Changes

v5.90.7

Compare Source

Patch Changes

v5.90.6

Compare Source

Patch Changes

v5.90.5

Compare Source

Patch Changes

v5.90.4

Compare Source

Patch Changes

v5.90.3

Patch Changes

v5.90.2

Version 5.90.2 - 9/23/25, 7:37 AM

Changes
Fix
  • types: onMutateResult is always defined in onSuccess callback (#​9677) (2cf3ec9) by Dominik Dorfmeister
Packages

v5.90.1

Version 5.90.1 - 9/22/25, 6:41 AM

Changes

Fix
  • vue-query: Support infiniteQueryOptions for MaybeRef argument (#​9634) (49243c8) by hriday330
Chore
Ci
Docs

Packages

v5.89.0

Compare Source

Version 5.89.0 - 9/16/25, 8:27 AM

Changes

Feat
  • query-core: add context to mutationfn & mutation callbacks (#​9615) (a2151d2) by Josh
Chore
  • deps: update marocchino/sticky-pull-request-comment digest to a071bc9 (#​9627) ([0e99327](ht

Configuration

📅 Schedule: Branch creation - "on the first day of january" (UTC), 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.

@webteam-app
Copy link

@renovate renovate bot force-pushed the renovate/all branch 11 times, most recently from 8a81fe2 to 4e4cf9f Compare January 12, 2026 07:54
@renovate renovate bot force-pushed the renovate/all branch 18 times, most recently from ac68210 to 247425d Compare January 17, 2026 22:44
@renovate renovate bot force-pushed the renovate/all branch 27 times, most recently from 2dd70db to fdadf8f Compare February 6, 2026 08:20
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.

1 participant