Skip to content

chore(deps): update npm packages#1831

Open
renovate[bot] wants to merge 2 commits into
mainfrom
renovate/npm-packages
Open

chore(deps): update npm packages#1831
renovate[bot] wants to merge 2 commits into
mainfrom
renovate/npm-packages

Conversation

@renovate

@renovate renovate Bot commented Jun 14, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/preset-typescript (source) 7.28.57.29.7 age adoption passing confidence
@blazediff/core (source) 1.9.21.9.3 age adoption passing confidence
@clack/core (source) 1.4.01.4.1 age adoption passing confidence
@napi-rs/wasm-runtime (source) 1.1.41.1.5 age adoption passing confidence
@nkzw/safe-word-list 3.1.03.1.2 age adoption passing confidence
@oxlint/plugins (source) =1.68.0=1.69.0 age adoption passing confidence
@rollup/plugin-commonjs (source) 29.0.029.0.3 age adoption passing confidence
@typescript/native-preview (source) 7.0.0-dev.20260605.17.0.0-dev.20260611.2 age adoption passing confidence
@yarnpkg/fslib (source) 3.1.43.1.5 age adoption passing confidence
fast-wrap-ansi 0.2.00.2.2 age adoption passing confidence
fs-extra 11.3.211.3.5 age adoption passing confidence
glob 13.0.013.0.6 age adoption passing confidence
minimatch 10.2.410.2.5 age adoption passing confidence
mocha (source) 11.7.511.7.6 age adoption passing confidence
obug 2.1.12.1.2 age adoption passing confidence
pixelmatch 7.1.07.2.0 age adoption passing confidence
pkg-types 2.3.02.3.1 age adoption passing confidence
playwright (source) 1.57.01.60.0 age adoption passing confidence
react (source) 19.2.019.2.7 age adoption passing confidence
react-dom (source) 19.2.019.2.7 age adoption passing confidence
reka-ui 2.9.92.9.10 age adoption passing confidence
remeda (source) 2.34.12.39.0 age adoption passing confidence
rollup (source) 4.60.44.61.1 age adoption passing confidence
semver 7.8.17.8.4 age adoption passing confidence
serve-static 2.2.02.2.1 age adoption passing confidence
std-env 4.0.04.1.0 age adoption passing confidence
tinybench 6.0.06.0.2 age adoption passing confidence
typescript (source) 6.0.26.0.3 age adoption passing confidence
vue (source) 3.5.353.5.38 age adoption passing confidence

Release Notes

babel/babel (@​babel/preset-typescript)

v7.29.7

Compare Source

v7.29.7 (2026-05-25)

Re-release all packages with npm provenance attestations

teimurjan/blazediff (@​blazediff/core)

v1.9.3

Compare Source

Patch Changes
  • 87cf7cc: Fix crash when null is passed as the output buffer. diff now treats null and undefined identically (count-only), matching pixelmatch's API.
bombshell-dev/clack (@​clack/core)

v1.4.1

Compare Source

Patch Changes
napi-rs/napi-rs (@​napi-rs/wasm-runtime)

v1.1.5

Compare Source

Bug Fixes
  • wasm-runtime: preserve Buffer return values in fs-proxy (#​3250) (c70f205)
rollup/plugins (@​rollup/plugin-commonjs)

v29.0.3

2026-05-29

Bugfixes

v29.0.2

2026-03-06

Bugfixes
  • commonjs: conditional exports (#​1952)

v29.0.1

2026-03-05

Bugfixes
  • commonjs: correctly replaces shorthand "global" property in object (#​1957)
microsoft/typescript-go (@​typescript/native-preview)

v7.0.0-dev.20260611.2

Compare Source

v7.0.0-dev.20260610.1

Compare Source

v7.0.0-dev.20260609.1

Compare Source

v7.0.0-dev.20260608.1

Compare Source

v7.0.0-dev.20260607.1

Compare Source

v7.0.0-dev.20260606.1

Compare Source

yarnpkg/berry (@​yarnpkg/fslib)

v3.1.5

Compare Source

43081j/fast-wrap-ansi (fast-wrap-ansi)

v0.2.2

Compare Source

What's Changed

Full Changelog: 43081j/fast-wrap-ansi@0.2.1...0.2.2

jprichardson/node-fs-extra (fs-extra)

v11.3.5

Compare Source

  • Fix ensureLink*/ensureSymlink* identical file detection on Windows (#​1068)
  • Fix error handling in timestamp preservation code (#​1065, #​1069)
  • Fix potential file descriptor leak on error in synchronous timestamp preservation code (#​1066)

v11.3.4

Compare Source

  • Fix bug where calling ensureSymlink/ensureSymlinkSync with a relative srcPath would fail if the symlink already existed (#​1038, #​1064)

v11.3.3

Compare Source

  • Fix copying symlink when destination is a symlink to the same target (#​1019, #​1060)
isaacs/node-glob (glob)

v13.0.6

Compare Source

v13.0.5

Compare Source

v13.0.4

Compare Source

v13.0.3

Compare Source

v13.0.2

Compare Source

v13.0.1

Compare Source

isaacs/minimatch (minimatch)

v10.2.5

Compare Source

mochajs/mocha (mocha)

v11.7.6

Compare Source

🩹 Fixes
  • make describe().timeout() work (aafe6fd)
  • test: replace wmic usage with native Windows API (#​5694) (73ebdfa)
🧹 Chores
sxzz/obug (obug)

v2.1.2

Compare Source

No significant changes

    View changes on GitHub
mapbox/pixelmatch (pixelmatch)

v7.2.0

Compare Source

Add a checkerboard option that controls whether to blend semi-transparent pixels against a checkerboard pattern (true, default) or plain white (false, pre-v7 behavior) when comparing images.

v7.1.1

Compare Source

unjs/pkg-types (pkg-types)

v2.3.1

Compare Source

compare changes

🩹 Fixes
  • Use untransformed typescript type exports (#​261)
📖 Documentation
  • Improve documentation and fix typos across the project (#​246)
  • Fix incorrect imports and add missing function docs (#​248)
📦 Build
🏡 Chore
❤️ Contributors
microsoft/playwright (playwright)

v1.60.0

Compare Source

🌐 HAR recording on Tracing

tracing.startHar() / tracing.stopHar() expose HAR recording as a first-class tracing API, with the same content, mode and urlFilter options as recordHar. The returned Disposable makes it easy to scope a recording with await using:

await using har = await context.tracing.startHar('trace.har');
const page = await context.newPage();
await page.goto('https://playwright.dev');
// HAR is finalized when `har` goes out of scope.

🪝 Drop API

New locator.drop() simulates an external drag-and-drop of files or clipboard-like data onto an element. Playwright dispatches dragenter, dragover, and drop with a synthetic [DataTransfer] in the page context — works cross-browser and is great for testing upload zones:

await page.locator('#dropzone').drop({
  files: { name: 'note.txt', mimeType: 'text/plain', buffer: Buffer.from('hello') },
});

await page.locator('#dropzone').drop({
  data: {
    'text/plain': 'hello world',
    'text/uri-list': 'https://example.com',
  },
});

🎯 Aria snapshots

🛑 test.abort()

New test.abort() aborts the currently running test from a fixture, hook, or route handler with an optional message. Use it when you have detected an unrecoverable misuse and want to fail the test right away:

test('does not publish to the shared page', async ({ page }) => {
  await page.route('**/publish', route => {
    test.abort('Tests must not publish to the shared page. Use the `clone` option.');
    return route.abort();
  });
  // ...
});

New APIs

Browser, Context and Page
Locators and Assertions
Network
  • webSocketRoute.protocols() returns the WebSocket subprotocols requested by the page.
  • New option noDefaults in browserType.connectOverCDP() disables Playwright's default overrides on the default context (download behavior, focus emulation, media emulation), so attaching to a user's daily-driver browser doesn't disturb its state.
Errors and Reporting
Test runner
  • New {testFileBaseName} token in testProject.snapshotPathTemplate — file name without extension.
  • Test runner now errors when a config tries to override a non-option fixture, and rejects workers: 0 or negative values.

🛠️ Other improvements

  • HTML reporter:
    • npx playwright show-report accepts .zip files directly — no need to unzip first.
    • Steps that contain attachments inside nested children show an indicator on the parent step.
    • The repeatEachIndex is shown in the test header when non-zero.
  • Trace Viewer adds a pretty-print toggle for JSON / form request and response bodies in the network details panel.

Breaking Changes ⚠️

  • Removed long-deprecated APIs:
    • Locator.ariaRef() — use the standard locator.ariaSnapshot() pipeline.
    • handle option on BrowserContext.exposeBinding and Page.exposeBinding.
    • logger option on BrowserType.connect and BrowserType.connectOverCDP — use tracing instead.
    • Context options videosPath / videoSize — use recordVideo instead.

Browser Versions

  • Chromium 148.0.7778.96
  • Mozilla Firefox 150.0.2
  • WebKit 26.4

This version was also tested against the following stable channels:

  • Google Chrome 147
  • Microsoft Edge 147

v1.59.1

Compare Source

v1.59.0

Compare Source

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

facebook/react (react)

v19.2.7

Compare Source

v19.2.6: 19.2.6 (May 6th, 2026)

Compare Source

React Server Components

v19.2.5: 19.2.5 (April 8th, 2026)

Compare Source

React Server Components

v19.2.4: 19.2.4 (January 26th, 2026)

Compare Source

React Server Components

v19.2.3: 19.2.3 (December 11th, 2025)

Compare Source

React Server Components

v19.2.2: 19.2.2 (December 11th, 2025)

Compare Source

React Server Components

v19.2.1: 19.2.1 (December 3rd, 2025)

Compare Source

React Server Components
facebook/react (react-dom)

v19.2.7

Compare Source

v19.2.6: 19.2.6 (May 6th, 2026)

Compare Source

React Server Components

v19.2.5: 19.2.5 (April 8th, 2026)

Compare Source

React Server Components

v19.2.4: 19.2.4 (January 26th, 2026)

Compare Source

React Server Components

v19.2.3: 19.2.3 (December 11th, 2025)

Compare Source

React Server Components

v19.2.2: 19.2.2 (December 11th, 2025)

Compare Source

React Server Components

v19.2.1: 19.2.1 (December 3rd, 2025)

Compare Source

React Server Components
unovue/reka-ui (reka-ui)

v2.9.10

Compare Source

   🐞 Bug Fixes
  • Combobox: Keep content open when interacting with associated label  -  by @​benjamincanac and Claude Opus 4.8 (1M context) in #​2686 (ed753)
  • Dialog: Honor disableOutsidePointerEvents on modal content  -  by @​zernonia and Claude Opus 4.8 (1M context) in #​2677 and #​2679 (5496c)
  • DismissableLayer: Keep body pointer-events locked when nested layer closes  -  by @​zernonia and Claude Opus 4.8 (1M context) in #​2674 and #​2678 (034d2)
  • Listbox: Prevent virtualized list from scrolling page on mount  -  by @​benjamincanac and Claude Opus 4.8 (1M context) in #​2675 (c5dc8)
  • useId: Honor configured id source before vue useId  -  by @​Mat4m0 in #​2683 (b2e78)
    • Behavior change: on Vue 3.5+, ConfigProvider's useId option now takes precedence over Vue's native useId, matching the documented Reka UI configuration behavior and avoiding SSR hydration mismatches when an app provides a stable ID source.
    View changes on GitHub
remeda/remeda (remeda)

v2.39.0

Compare Source

Bug Fixes

v2.38.0

Compare Source

Bug Fixes
  • drop,filter,groupBy,indexBy,isEmptyish,mapKeys,omit,pick,prop,sample,...: Remove trivial type-fest utilities (#​1366) (c8a7c2b)

v2.37.0

Compare Source

Bug Fixes
  • splice: move data-last inference to curried data param (#​1358) (16338d8)

v2.36.0

Compare Source

Bug Fixes
  • sample: typechecking perf issue with large literal tuples (#​1355) (542185d)

v2.35.0

Compare Source

Bug Fixes
rollup/rollup (rollup)

v4.61.1

Compare Source

2026-06-04

Bug Fixes
  • Avoid extraneous newlines when adding headers via plugins (#​6403)
  • Fix a rare issue where starting Rollup would hang on Windows (#​6404)
Pull Requests

v4.61.0

Compare Source

2026-06-01

Features
  • Sort entry modules to make chunk hashes deterministic (#​6391)
Pull Requests
npm/node-semver (semver)

v7.8.4

Compare Source

Bug Fixes

v7.8.3

Compare Source

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Asia/Shanghai)

  • Branch creation
    • "before 10am on monday"
  • 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

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

@netlify

netlify Bot commented Jun 14, 2026

Copy link
Copy Markdown

Deploy Preview for viteplus-preview canceled.

Name Link
🔨 Latest commit c116f61
🔍 Latest deploy log https://app.netlify.com/projects/viteplus-preview/deploys/6a2ee751991be100086485d3

@socket-security

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addednpm/​@​blazediff/​core@​1.9.3761009994100
Addednpm/​@​oxlint/​plugins@​1.69.0781009995100
Addednpm/​@​typescript/​native-preview@​7.0.0-dev.20260611.210010082100100

View full report

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.

0 participants