Skip to content

fix(deps): update frontend dependencies#804

Merged
renovate-sh-app[bot] merged 1 commit intomainfrom
renovate/frontend-dependencies
Apr 11, 2026
Merged

fix(deps): update frontend dependencies#804
renovate-sh-app[bot] merged 1 commit intomainfrom
renovate/frontend-dependencies

Conversation

@renovate-sh-app
Copy link
Copy Markdown
Contributor

@renovate-sh-app renovate-sh-app bot commented Mar 16, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@babel/core (source) 7.28.57.29.0 age confidence
@eslint/eslintrc 3.3.13.3.5 age confidence
@eslint/js (source) 9.39.29.39.4 age confidence
@grafana/data (source) 12.4.112.4.2 age confidence
@grafana/runtime (source) 12.4.112.4.2 age confidence
@grafana/schema (source) 12.4.112.4.2 age confidence
@grafana/ui (source) 12.4.112.4.2 age confidence
@playwright/test (source) 1.58.21.59.1 age confidence
@swc/core (source) 1.15.71.15.24 age confidence
@swc/helpers (source) 0.5.170.5.21 age confidence
@types/lodash (source) 4.17.204.17.24 age confidence
@types/node (source) 24.10.424.12.2 age confidence
@typescript-eslint/eslint-plugin (source) 8.51.08.58.1 age confidence
@typescript-eslint/parser (source) 8.51.08.58.1 age confidence
cspell (source) 9.7.09.8.0 age confidence
css-loader 7.1.27.1.4 age confidence
dotenv 17.2.317.4.1 age confidence
eslint (source) 9.39.29.39.4 age confidence
eslint-plugin-jsdoc 61.5.061.7.1 age confidence
eslint-plugin-prettier 5.5.45.5.5 age confidence
eslint-webpack-plugin 5.0.25.0.3 age confidence
glob 13.0.013.0.6 age confidence
jest (source) 30.2.030.3.0 age confidence
jest-environment-jsdom (source) 30.2.030.3.0 age confidence
lefthook 2.0.132.1.5 age confidence
prettier (source) 3.6.23.8.1 age confidence
sass 1.97.31.99.0 age confidence
swc-loader 0.2.60.2.7 age confidence
terser-webpack-plugin 5.3.165.4.0 age confidence
webpack 5.104.15.106.0 age confidence
yarn (source) 4.12.04.13.0 age confidence

Release Notes

babel/babel (@​babel/core)

v7.29.0

Compare Source

v7.29.0 (2026-01-31)

Thanks @​simbahax for your first PR!

🚀 New Feature
🐛 Bug Fix
  • babel-parser
  • babel-traverse
    • #​17708 fix(traverse): provide a hub when traversing a File or Program and no parentPath is given (@​simbahax)
  • babel-plugin-transform-block-scoping, babel-traverse
    • #​17737 [7.x backport] fix: Rename switch discriminant references when body creates shadowing variable (@​magic-akari)
🏃‍♀️ Performance
Committers: 6

v7.28.6

Compare Source

v7.28.6 (2026-01-12)

Thanks @​kadhirash and @​kolvian for your first PRs!

🐛 Bug Fix
  • babel-cli, babel-code-frame, babel-core, babel-helper-check-duplicate-nodes, babel-helper-fixtures, babel-helper-plugin-utils, babel-node, babel-plugin-transform-flow-comments, babel-plugin-transform-modules-commonjs, babel-plugin-transform-property-mutators, babel-preset-env, babel-traverse, babel-types
  • babel-plugin-transform-regenerator
  • babel-plugin-transform-react-jsx
💅 Polish
  • babel-core, babel-standalone
🏠 Internal
  • babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-plugin-proposal-decorators, babel-plugin-proposal-import-attributes-to-assertions, babel-plugin-proposal-import-wasm-source, babel-plugin-syntax-async-do-expressions, babel-plugin-syntax-decorators, babel-plugin-syntax-destructuring-private, babel-plugin-syntax-do-expressions, babel-plugin-syntax-explicit-resource-management, babel-plugin-syntax-export-default-from, babel-plugin-syntax-flow, babel-plugin-syntax-function-bind, babel-plugin-syntax-function-sent, babel-plugin-syntax-import-assertions, babel-plugin-syntax-import-attributes, babel-plugin-syntax-import-defer, babel-plugin-syntax-import-source, babel-plugin-syntax-jsx, babel-plugin-syntax-module-blocks, babel-plugin-syntax-optional-chaining-assign, babel-plugin-syntax-partial-application, babel-plugin-syntax-pipeline-operator, babel-plugin-syntax-throw-expressions, babel-plugin-syntax-typescript, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-class-properties, babel-plugin-transform-class-static-block, babel-plugin-transform-dotall-regex, babel-plugin-transform-duplicate-named-capturing-groups-regex, babel-plugin-transform-explicit-resource-management, babel-plugin-transform-exponentiation-operator, babel-plugin-transform-json-strings, babel-plugin-transform-logical-assignment-operators, babel-plugin-transform-nullish-coalescing-operator, babel-plugin-transform-numeric-separator, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-catch-binding, babel-plugin-transform-optional-chaining, babel-plugin-transform-private-methods, babel-plugin-transform-private-property-in-object, babel-plugin-transform-regexp-modifiers, babel-plugin-transform-unicode-property-regex, babel-plugin-transform-unicode-sets-regex
🏃‍♀️ Performance
Committers: 7
eslint/eslintrc (@​eslint/eslintrc)

v3.3.5

Compare Source

Bug Fixes

v3.3.4

Compare Source

Bug Fixes
  • update ajv to 6.14.0 to address security vulnerabilities (#​221) (9139140)
  • update minimatch to 3.1.3 to address security vulnerabilities (#​224) (30339d0)

v3.3.3

Compare Source

Bug Fixes
eslint/eslint (@​eslint/js)

v9.39.4

Compare Source

Bug Fixes

Documentation

Chores

v9.39.3

Compare Source

Bug Fixes

  • 791bf8d fix: restore TypeScript 4.0 compatibility in types (#​20504) (sethamus)

Chores

grafana/grafana (@​grafana/data)

v12.4.2

Compare Source

grafana/grafana (@​grafana/runtime)

v12.4.2

Compare Source

grafana/grafana (@​grafana/schema)

v12.4.2: 12.4.2

Compare Source

Download page
What's new highlights

Features and enhancements
Bug fixes
grafana/grafana (@​grafana/ui)

v12.4.2

Compare Source

microsoft/playwright (@​playwright/test)

v1.59.1

Compare Source

Bug Fixes
  • [Windows] Reverted hiding console window when spawning browser processes, which caused regressions including broken codegen, --ui and show commands (#​39990)

v1.59.0

Compare Source

🎬 Screencast

New page.screencast API provides a unified interface for capturing page content with:

  • Screencast recordings
  • Action annotations
  • Visual overlays
  • Real-time frame capture
  • Agentic video receipts
Demo

Screencast recording — record video with precise start/stop control, as an alternative to the recordVideo option:

await page.screencast.start({ path: 'video.webm' });
// ... perform actions ...
await page.screencast.stop();

Action annotations — enable built-in visual annotations that highlight interacted elements and display action titles during recording:

await page.screencast.showActions({ position: 'top-right' });

screencast.showActions() accepts position ('top-left', 'top', 'top-right', 'bottom-left', 'bottom', 'bottom-right'), duration (ms per annotation), and fontSize (px). Returns a disposable to stop showing actions.

Action annotations can also be enabled in test fixtures via the video option:

// playwright.config.ts
export default defineConfig({
  use: {
    video: {
      mode: 'on',
      show: {
        actions: { position: 'top-left' },
        test: { position: 'top-right' },
      },
    },
  },
});

Visual overlays — add chapter titles and custom HTML overlays on top of the page for richer narration:

await page.screencast.showChapter('Adding TODOs', {
  description: 'Type and press enter for each TODO',
  duration: 1000,
});

await page.screencast.showOverlay('<div style="color: red">Recording</div>');

Real-time frame capture — stream JPEG-encoded frames for custom processing like thumbnails, live previews, AI vision, and more:

await page.screencast.start({
  onFrame: ({ data }) => sendToVisionModel(data),
  size: { width: 800, height: 600 },
});

Agentic video receipts — coding agents can produce video evidence of their work. After completing a task, an agent can record a walkthrough video with rich annotations for human review:

await page.screencast.start({ path: 'receipt.webm' });
await page.screencast.showActions({ position: 'top-right' });

await page.screencast.showChapter('Verifying checkout flow', {
  description: 'Added coupon code support per ticket #&#8203;1234',
});

// Agent performs the verification steps...
await page.locator('#coupon').fill('SAVE20');
await page.locator('#apply-coupon').click();
await expect(page.locator('.discount')).toContainText('20%');

await page.screencast.showChapter('Done', {
  description: 'Coupon applied, discount reflected in total',
});

await page.screencast.stop();

The resulting video serves as a receipt: chapter titles provide context, action annotations highlight each interaction, and the visual walkthrough is faster to review than text logs.

🔗 Interoperability

New browser.bind() API makes a launched browser available for playwright-cli, @playwright/mcp, and other clients to connect to.

Bind a browser — start a browser and bind it so others can connect:

const { endpoint } = await browser.bind('my-session', {
  workspaceDir: '/my/project',
});

Connect from playwright-cli — connect to the running browser from your favorite coding agent.

playwright-cli attach my-session
playwright-cli -s my-session snapshot

Connect from @​playwright/mcp — or point your MCP server to the running browser.

@&#8203;playwright/mcp --endpoint=my-session

Connect from a Playwright client — use API to connect to the browser. Multiple clients at a time are supported!

const browser = await chromium.connect(endpoint);

Pass host and port options to bind over WebSocket instead of a named pipe:

const { endpoint } = await browser.bind('my-session', {
  host: 'localhost',
  port: 0,
});
// endpoint is a ws:// URL

Call browser.unbind() to stop accepting new connections.

📊 Observability

Run playwright-cli show to open the Dashboard that lists all the bound browsers, their statuses, and allows interacting with them:

  • See what your agent is doing on the background browsers
  • Click into the sessions for manual interventions
  • Open DevTools to inspect pages from the background browsers.
Demo - `playwright-cli` binds all of its browsers automatically, so you can see what your agents are doing. - Pass `PLAYWRIGHT_DASHBOARD=1` env variable to see all `@playwright/test` browsers in the dashboard.

🐛 CLI debugger for agents

Coding agents can now run npx playwright test --debug=cli to attach and debug tests over playwright-cli — perfect for automatically fixing tests in agentic workflows:

$ npx playwright test --debug=cli

### Debugging Instructions
- Run "playwright-cli attach tw-87b59e" to attach to this test

$ playwright-cli attach tw-87b59e

### Session `tw-87b59e` created, attached to `tw-87b59e`.
Run commands with: playwright-cli --session=tw-87b59e <command>

### Paused
- Navigate to "/" at output/tests/example.spec.ts:4

$ playwright-cli --session tw-87b59e step-over

### Page
- Page URL: https://playwright.dev/
- Page Title: Fast and reliable end-to-end testing for modern web apps | Playwright

### Paused
- Expect "toHaveTitle" at output/tests/example.spec.ts:7

📋 CLI trace analysis for agents

Coding agents can run npx playwright trace to explore Playwright Trace and understand failing or flaky tests from the command line:

$ npx playwright trace open test-results/example-has-title-chromium/trace.zip
  Title:        example.spec.ts:3 › has title

$ npx playwright trace actions --grep="expect"
     # Time       Action                                                  Duration
  ──── ─────────  ─────────────────────────────────────────────────────── ────────
    9. 0:00.859  Expect "toHaveTitle"                                        5.1s  ✗

$ npx playwright trace action 9
  Expect "toHaveTitle"
  Error: expect(page).toHaveTitle(expected) failed
    Expected pattern: /Wrong Title/
    Received string:  "Fast and reliable end-to-end testing for modern web apps | Playwright"
    Timeout: 5000ms
  Snapshots
    available: before, after
    usage:     npx playwright trace snapshot 9 --name <before|after>

$ npx playwright trace snapshot 9 --name after

### Page
- Page Title: Fast and reliable end-to-end testing for modern web apps | Playwright

$ npx playwright trace close

♻️ await using

Many APIs now return async disposables, enabling the await using syntax for automatic cleanup:

await using page = await context.newPage();
{
  await using route = await page.route('**/*', route => route.continue());
  await using script = await page.addInitScript('console.log("init script here")');
  await page.goto('https://playwright.dev');
  // do something
}
// route and init script have been removed at this point

🔍 Snapshots and Locators

New APIs

Screencast
Storage, Console and Errors
Miscellaneous

🛠️ Other improvements

  • UI Mode has an option to only show tests affected by source changes.
  • UI Mode and Trace Viewer have improved action filtering.
  • HTML Reporter shows the list of runs from the same worker.
  • HTML Reporter allows filtering test steps for quick search.
  • New trace mode 'retain-on-failure-and-retries' records a trace for each test run and retains all traces when an attempt fails — great for comparing a passing trace with a failing one from a flaky test.

Known Issues ⚠️⚠️

  • navigator.platform emulation can cause Ctrl or Meta dispatching errors (#​40009). Pass PLAYWRIGHT_NO_UA_PLATFORM = '1' environment variable while we are issuing a patch release. Let us know in the issue how it affected you.

Breaking Changes ⚠️

  • Removed macOS 14 support for WebKit. We recommend upgrading your macOS version, or keeping an older Playwright version.
  • Removed @playwright/experimental-ct-svelte package.

Browser Versions

  • Chromium 147.0.7727.15
  • Mozilla Firefox 148.0.2
  • WebKit 26.4

This version was also tested against the following stable channels:

  • Google Chrome 146
  • Microsoft Edge 146
swc-project/swc (@​swc/core)

v1.15.24

Compare Source

Bug Fixes
Features
  • (es/minifier) Remove useless arguments for non inlined callee (#​11645) (bab249e)

  • (react-compiler) Advance SWC parity for upstream fixtures (#​11724) (468da70)

  • (react-compiler) Tighten core validation parity for upstream fixtures (#​11734) (7e2cf8d)

  • (react-compiler) Improve SWC parity for early-return and hooks validation (#​11738) (4739c58)

  • (react-compiler) M1 memo validators + lint gating alignment (#​11739) (7e1ad26)

  • (react-compiler) Improve Stage A diagnostic parity and validation aggregation (#​11745) (0e2075e)

  • (react-compiler) Continue swc parity for dependency handling (#​11747) (83688c8)

Refactor
Ci

v1.15.21

Compare Source

Bug Fixes
Documentation
Features

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone UTC, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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

Need help?

You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 22, 2026

TruffleHog Scan Results

Summary: Found 1 potential secrets (0 verified, 1 unverified)

  • Possible secret (Gitlab) at .yarn/releases/yarn-4.13.0.cjs:711npmP***ance

Review: Check if unverified secrets are false positives.


Ignoring False Positives:
To mark a false positive, add # trufflehog:ignore as an inline comment on the same line as the detected secret:

my_fake_secret = "AKIAIOSFODNN7EXAMPLE"  # trufflehog:ignore

This works for files that support line numbers (most source files). After adding the comment, push your changes and the scan will re-run.

@renovate-sh-app renovate-sh-app bot force-pushed the renovate/frontend-dependencies branch from 357fb29 to 6c8fc0f Compare March 25, 2026 14:04
@renovate-sh-app renovate-sh-app bot changed the title chore(deps): update frontend dependencies fix(deps): update frontend dependencies Mar 25, 2026
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/frontend-dependencies branch 3 times, most recently from 7d61465 to f563334 Compare March 29, 2026 14:05
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/frontend-dependencies branch 10 times, most recently from 01c67eb to 49461e1 Compare April 6, 2026 11:03
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/frontend-dependencies branch 6 times, most recently from b97a916 to 0e48037 Compare April 11, 2026 06:33
@renovate-sh-app renovate-sh-app bot requested a review from a team as a code owner April 11, 2026 06:33
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/frontend-dependencies branch 7 times, most recently from 764728c to 338defe Compare April 11, 2026 17:05
| datasource | package                          | from    | to      |
| ---------- | -------------------------------- | ------- | ------- |
| npm        | @babel/core                      | 7.28.5  | 7.29.0  |
| npm        | @eslint/eslintrc                 | 3.3.1   | 3.3.5   |
| npm        | @eslint/js                       | 9.39.2  | 9.39.4  |
| npm        | @grafana/data                    | 12.4.1  | 12.4.2  |
| npm        | @grafana/runtime                 | 12.4.1  | 12.4.2  |
| npm        | @grafana/schema                  | 12.4.1  | 12.4.2  |
| npm        | @grafana/ui                      | 12.4.1  | 12.4.2  |
| npm        | @playwright/test                 | 1.58.2  | 1.59.1  |
| npm        | @swc/core                        | 1.15.7  | 1.15.24 |
| npm        | @swc/helpers                     | 0.5.17  | 0.5.21  |
| npm        | @types/lodash                    | 4.17.20 | 4.17.24 |
| npm        | @types/node                      | 24.10.4 | 24.12.2 |
| npm        | @typescript-eslint/eslint-plugin | 8.51.0  | 8.58.1  |
| npm        | @typescript-eslint/parser        | 8.51.0  | 8.58.1  |
| npm        | cspell                           | 9.7.0   | 9.8.0   |
| npm        | css-loader                       | 7.1.2   | 7.1.4   |
| npm        | dotenv                           | 17.2.3  | 17.4.1  |
| npm        | eslint                           | 9.39.2  | 9.39.4  |
| npm        | eslint-plugin-jsdoc              | 61.5.0  | 61.7.1  |
| npm        | eslint-plugin-prettier           | 5.5.4   | 5.5.5   |
| npm        | eslint-webpack-plugin            | 5.0.2   | 5.0.3   |
| npm        | glob                             | 13.0.0  | 13.0.6  |
| npm        | jest                             | 30.2.0  | 30.3.0  |
| npm        | jest-environment-jsdom           | 30.2.0  | 30.3.0  |
| npm        | lefthook                         | 2.0.13  | 2.1.5   |
| npm        | prettier                         | 3.6.2   | 3.8.1   |
| npm        | sass                             | 1.97.3  | 1.99.0  |
| npm        | swc-loader                       | 0.2.6   | 0.2.7   |
| npm        | terser-webpack-plugin            | 5.3.16  | 5.4.0   |
| npm        | webpack                          | 5.104.1 | 5.106.0 |
| npm        | @yarnpkg/cli                     | 4.12.0  | 4.13.0  |


Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/frontend-dependencies branch from 338defe to 234a683 Compare April 11, 2026 17:48
@renovate-sh-app renovate-sh-app bot merged commit cf9e814 into main Apr 11, 2026
39 checks passed
@renovate-sh-app renovate-sh-app bot deleted the renovate/frontend-dependencies branch April 11, 2026 17:56
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.

0 participants