Skip to content

chore(deps): Bump the all-minor-patch group across 1 directory with 19 updates - #1494

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/js/all-minor-patch-d3dbbfcae3
Closed

chore(deps): Bump the all-minor-patch group across 1 directory with 19 updates#1494
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/js/all-minor-patch-d3dbbfcae3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 5, 2026

Copy link
Copy Markdown
Contributor

Bumps the all-minor-patch group with 19 updates in the /js directory:

Package From To
@amplitude/unified 1.1.27 1.1.28
@codemirror/view 6.43.6 6.43.7
@next/third-parties 16.2.11 16.2.12
@zumer/snapdom 2.16.0 2.23.1
import-in-the-middle 3.3.2 3.3.3
next 16.2.11 16.2.12
posthog-js 1.408.1 1.409.5
@amplitude/analytics-core 2.53.1 2.54.1
@biomejs/biome 2.5.5 2.5.6
@types/lodash 4.17.24 4.17.25
@types/node 26.1.1 26.1.2
@types/react 19.2.17 19.2.18
@types/react-dom 19.2.3 19.2.4
@vitejs/plugin-react 6.0.4 6.0.5
baseline-browser-mapping 2.11.7 2.11.10
globals 17.7.0 17.8.0
vite 8.1.5 8.2.0
@playwright/test 1.61.1 1.62.1
playwright 1.61.1 1.62.1

Updates @amplitude/unified from 1.1.27 to 1.1.28

Release notes

Sourced from @​amplitude/unified's releases.

@​amplitude/unified@​1.1.28

1.1.28 (2026-07-28)

Note: Version bump only for package @​amplitude/unified

Commits
  • bd2c8bd chore(release): publish
  • 6c6c959 chore: babel autocapture plugin (#1868)
  • 218d96e chore(deps): bump next from 16.1.5 to 16.2.11 in /examples/browser/next-app (...
  • d693528 refactor(analytics-react-native): fetch remote config (#1882)
  • 4d89ff7 chore(deps): bump json from 2.19.5 to 2.19.9 in /examples/react-native/app (#...
  • 12cb578 refactor(analytics-react-native): rename element props (#1904)
  • 8585701 refactor(analytics-react-native): add autocapture.elementInteractions (#1894)
  • 9eed0ac refactor(analytics-react-native): support App Installed/Updated in autocaptur...
  • See full diff in compare view

Updates @codemirror/view from 6.43.6 to 6.43.7

Commits

Updates @next/third-parties from 16.2.11 to 16.2.12

Release notes

Sourced from @​next/third-parties's releases.

v16.2.12

What's Changed

Full Changelog: vercel/next.js@v16.2.11...v16.2.12

Commits

Updates @zumer/snapdom from 2.16.0 to 2.23.1

Release notes

Sourced from @​zumer/snapdom's releases.

v2.23.1

Full Changelog: zumerlab/snapdom@v2.23.0...v2.23.1

v2.23.0

What's Changed

⚡ perf

  • perf: replace Safari's 3x pre-capture warmup with a verified draw at raster time 6ee4680

🛠 fix

New Contributors

Full Changelog: zumerlab/snapdom@v2.22.0...v2.23.0

v2.22.0

This is an important version, lot of improvements.

Full Changelog: zumerlab/snapdom@v2.18.0...v2.22.0

New Contributors

v2.18.0

What's Changed

Lots of changes and improvements in this release: new capabilities, fidelity fixes, and cross-browser support.

feat

  • feat: emulate backdrop-filter at capture time #457
  • feat: clip option + snapdom.viewport() — region capture with offscreen culling 328226b

... (truncated)

Changelog

Sourced from @​zumer/snapdom's changelog.

v2.23.1

27 July 2026

  • perf: probe ink first in Safari's waitForImgPaint instead of a blind two-frame wait 50ea4eb
  • fix: rAF timeout fallback so Safari captures don't hang in occluded windows 104cb06

v2.23.0

27 July 2026

⚡ perf

  • perf: replace Safari's 3x pre-capture warmup with a verified draw at raster time 6ee4680

🛠 fix

v2.22.0

25 July 2026

✨ feat

  • feat: warn once when width-softened text risks re-wrap without reconcile:true 1b882d6
  • feat: add burst:true capture memoization, replacing session() c3f0a56
  • feat(pseudo): add function to strip CSS content alt-text suffix. Ref #458 9cefe86
  • feat(session): close the MutationObserver-only staleness gap b15b418
  • feat: snapdom.session — memoized repeated captures with mutation tracking 94f206c
  • feat: reconcile option — measured layout reconciliation of the clone against the live DOM 1597d77
  • feat(plugins): per-node resolveNode hook + internal tag handler registry aacc512

🛠 fix

  • fix: resolve <picture> srcset via media-query matching, not currentSrc b94f652
  • fix: capture roots that are themselves the target element were skipped 23a3611
  • fix: resolve image-set()/-webkit-image-set() by device pixel ratio f1e1cc2
  • fix(css): emit the base reset for tags evicted from the defaultStyle cache ef584a8
  • fix(styles): keep the height of wrappers whose children are all out of flow 714cdb4
  • fix(capture): stop background/asset passes losing the session nodeMap when same-origin iframes capture concurrently f5e1778
  • fix(clone): drop <picture> <source> elements so inlined <img> src is not overridden ff7b10d
  • fix(images): inline the capture root itself when it is an <img> or SVG <image> 5d5bf71

... (truncated)

Commits
  • 4ef7f1f 2.23.1
  • 7beb85e update
  • 104cb06 fix: rAF timeout fallback so Safari captures don't hang in occluded windows
  • 50ea4eb perf: probe ink first in Safari's waitForImgPaint instead of a blind two-fram...
  • 9d1ed8f docs: home bench no longer wedges in Safari — ignore iframes/video in html2ca...
  • b79d80e docs: drop docs entries from v2.23.0 changelog
  • becf7ac chore: update contributors list
  • 558aa80 Bumped version
  • 0da9f9f 2.23.0
  • db46fa9 docs: correct animation-pin comment — replay comes from inline styles / clone...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by tinchox5, a new releaser for @​zumer/snapdom since your current version.


Updates import-in-the-middle from 3.3.2 to 3.3.3

Release notes

Sourced from import-in-the-middle's releases.

import-in-the-middle: v3.3.3

3.3.3 (2026-07-23)

Bug Fixes

  • strip TypeScript after loaders normalize format (#278) (a4f0969)
Changelog

Sourced from import-in-the-middle's changelog.

3.3.3 (2026-07-23)

Bug Fixes

  • strip TypeScript after loaders normalize format (#278) (a4f0969)
Commits

Updates next from 16.2.11 to 16.2.12

Release notes

Sourced from next's releases.

v16.2.12

What's Changed

Full Changelog: vercel/next.js@v16.2.11...v16.2.12

Commits

Updates posthog-js from 1.408.1 to 1.409.5

Release notes

Sourced from posthog-js's releases.

posthog-js@1.409.5

1.409.5

Patch Changes

  • #4354 6c500f1 Thanks @​ablaszkiewicz! - Fail open when an error tracking suppression rule cannot be evaluated, so an unknown operator or a key outside $exception_types / $exception_values no longer drops the exception. (2026-07-31)

posthog-js@1.409.4

1.409.4

Patch Changes

  • #4338 c458807 Thanks @​turnipdabeets! - Fix canvases staying blank after seeking in session replay by re-sending one frame per canvas after each full snapshot (2026-07-31)

posthog-js@1.409.3

1.409.3

Patch Changes

  • #4312 4729871 Thanks @​darkopia! - Fix hosted (external) surveys with URL prefill: the auto-submitted response now includes caller-provided event properties (extra URL query params), and a later manual submit no longer clears the prefilled answer from the partial-response merge. (2026-07-31)

posthog-js@1.409.2

1.409.2

Patch Changes

  • #4340 4b8867c Thanks @​marandaneto! - Avoid redacting session replay network bodies when timestamps or UUID fragments resemble social security or credit card numbers. (2026-07-31)
  • Updated dependencies [4b8867c]:
    • @​posthog/browser-common@​0.3.1

posthog-js@1.409.1

1.409.1

Patch Changes

  • #4301 4b36c44 Thanks @​dustinbyrne! - Add the browser-v1 client adapter for shared extensions, including analytics, request, persistence, replayed remote-config outcomes, and synchronous best-effort cleanup. (2026-07-31)
  • Updated dependencies [6b48a59]:
    • @​posthog/browser-common@​0.3.0

posthog-js@1.409.0

1.409.0

Minor Changes

  • #4308 6e7f3ae Thanks @​ablaszkiewicz! - Emit the release id that posthog-cli injects into your bundle as $release_id on $exception events, so PostHog can attach exceptions to a release without joining through symbol sets. Adds getInjectedReleaseId() to @posthog/core. The property is only attached when an injected release id can be read.

... (truncated)

Commits
  • b9596a3 chore: update versions and lockfile [version bump]
  • 6c500f1 fix(error-tracking): fail open when a suppression rule cannot be evaluated (#...
  • 575c5e7 fix(mcp): redact sensitive binary payloads (#4358)
  • 557798d chore: update versions and lockfile [version bump]
  • b9a241e fix(core): identify anonymous user when id already matches persisted distinct...
  • cbc7b22 chore: update versions and lockfile [version bump]
  • 15aad20 fix(node): isolate NestJS context per subscription (#4351)
  • 29f8218 chore: update versions and lockfile [version bump]
  • c458807 fix(replay): re-emit one frame per canvas after each full snapshot (#4338)
  • a51566c chore: update versions and lockfile [version bump]
  • Additional commits viewable in compare view

Updates @amplitude/analytics-core from 2.53.1 to 2.54.1

Release notes

Sourced from @​amplitude/analytics-core's releases.

@​amplitude/analytics-core@​2.54.1

2.54.1 (2026-07-28)

Note: Version bump only for package @​amplitude/analytics-core

@​amplitude/analytics-core@​2.54.0

2.54.0 (2026-07-22)

Features

  • session-replay-browser: apply body masking rules in SR network logging (#1896) (66dfd6c)

@​amplitude/analytics-core@​2.53.2

2.53.2 (2026-07-20)

Note: Version bump only for package @​amplitude/analytics-core

Commits
  • bd2c8bd chore(release): publish
  • 6c6c959 chore: babel autocapture plugin (#1868)
  • 218d96e chore(deps): bump next from 16.1.5 to 16.2.11 in /examples/browser/next-app (...
  • d693528 refactor(analytics-react-native): fetch remote config (#1882)
  • 4d89ff7 chore(deps): bump json from 2.19.5 to 2.19.9 in /examples/react-native/app (#...
  • 12cb578 refactor(analytics-react-native): rename element props (#1904)
  • 8585701 refactor(analytics-react-native): add autocapture.elementInteractions (#1894)
  • 9eed0ac refactor(analytics-react-native): support App Installed/Updated in autocaptur...
  • 8959ac7 chore(release): publish
  • 66dfd6c feat(session-replay-browser): apply body masking rules in SR network logging ...
  • Additional commits viewable in compare view

Updates @biomejs/biome from 2.5.5 to 2.5.6

Release notes

Sourced from @​biomejs/biome's releases.

Biome CLI v2.5.6

2.5.6

Patch Changes

  • #11035 0e4b03b Thanks @​ematipico! - Fixed a performance regression in noMisusedPromises that caused type inference to run repeatedly while linting a file.

  • #11043 22ec076 Thanks @​denbezrukov! - Fixed CSS formatting for multiline function arguments preceded by comments:

     .example {
       value: outer(
         1,
         /* comment */
         nested(
    -      first,
    -      second
    -    )
    +        first,
    +        second
    +      )
       );
     }
  • #11007 c9acb25 Thanks @​BTF-Kabir-2020! - Fixed #9195: useHookAtTopLevel no longer reports hooks in named forwardRef components that receive a ref parameter.

  • #10152 50a9bd8 Thanks @​Zelys-DFKH! - Fixed #10131: Biome now correctly parses curried arrow functions in ternary consequents when the inner arrow's parameters use a destructuring pattern, e.g. cond ? (x) => ({ a, b }) => body : alt.

  • #11105 8ffe2b9 Thanks @​dadavidtseng! - Fixed #11092: The noUselessTernary quick fix now preserves operator spacing when simplifying or inverting boolean ternary expressions.

  • #10533 5809875 Thanks @​Mokto! - Fixed #10515: biome check --write was not idempotent on Svelte files — multi-line template literals in <script> blocks and block comments in <style> blocks gained an extra indent level on every run.

  • #11040 0abb620 Thanks @​Mokto! - Fixed an issue where the HTML formatter would duplicate a comment placed directly before a Svelte {@const ...} or {@debug ...} block. The duplication compounded on every subsequent --write, causing the file to grow exponentially.

  • #10858 6d18204 Thanks @​ruidosujeira! - Fixed #10839: Svelte {#each} array destructuring no longer includes spaces inside square brackets, and multiline bind function expressions now indent their getter, setter, and function body correctly.

  • #11009 2c36626 Thanks @​ematipico! - Improved the accuracy of type-aware lint rules by resolving more inferred types. For example, noFloatingPromises now detects floating Promises returned by aliased callbacks and arrays of Promises created by async mapping callbacks.

    The following statements are now reported:

    type AsyncCallback = () => Promise<void>;
    declare const callback: AsyncCallback;
    callback();
    [1, 2, 3].map(async (value) => value);

... (truncated)

Changelog

Sourced from @​biomejs/biome's changelog.

2.5.6

Patch Changes

  • #11035 0e4b03b Thanks @​ematipico! - Fixed a performance regression in noMisusedPromises that caused type inference to run repeatedly while linting a file.

  • #11043 22ec076 Thanks @​denbezrukov! - Fixed CSS formatting for multiline function arguments preceded by comments:

     .example {
       value: outer(
         1,
         /* comment */
         nested(
    -      first,
    -      second
    -    )
    +        first,
    +        second
    +      )
       );
     }
  • #11007 c9acb25 Thanks @​BTF-Kabir-2020! - Fixed #9195: useHookAtTopLevel no longer reports hooks in named forwardRef components that receive a ref parameter.

  • #10152 50a9bd8 Thanks @​Zelys-DFKH! - Fixed #10131: Biome now correctly parses curried arrow functions in ternary consequents when the inner arrow's parameters use a destructuring pattern, e.g. cond ? (x) => ({ a, b }) => body : alt.

  • #11105 8ffe2b9 Thanks @​dadavidtseng! - Fixed #11092: The noUselessTernary quick fix now preserves operator spacing when simplifying or inverting boolean ternary expressions.

  • #10533 5809875 Thanks @​Mokto! - Fixed #10515: biome check --write was not idempotent on Svelte files — multi-line template literals in <script> blocks and block comments in <style> blocks gained an extra indent level on every run.

  • #11040 0abb620 Thanks @​Mokto! - Fixed an issue where the HTML formatter would duplicate a comment placed directly before a Svelte {@const ...} or {@debug ...} block. The duplication compounded on every subsequent --write, causing the file to grow exponentially.

  • #10858 6d18204 Thanks @​ruidosujeira! - Fixed #10839: Svelte {#each} array destructuring no longer includes spaces inside square brackets, and multiline bind function expressions now indent their getter, setter, and function body correctly.

  • #11009 2c36626 Thanks @​ematipico! - Improved the accuracy of type-aware lint rules by resolving more inferred types. For example, noFloatingPromises now detects floating Promises returned by aliased callbacks and arrays of Promises created by async mapping callbacks.

    The following statements are now reported:

    type AsyncCallback = () => Promise<void>;
    declare const callback: AsyncCallback;
    callback();
    [1, 2, 3].map(async (value) => value);

  • #10973 9cb044c Thanks @​ematipico! - Fixed false positives in noMisleadingReturnType when generic-constraint, normalization, substitution, or structural return-type comparison cannot complete. The rule now suppresses diagnostics rather than suggesting a return type derived from partial information. For example, this unresolved return type is no longer reported:

... (truncated)

Commits

Updates @types/lodash from 4.17.24 to 4.17.25

Commits

Updates @types/node from 26.1.1 to 26.1.2

Commits

Updates @types/react from 19.2.17 to 19.2.18

Commits

Updates @types/react-dom from 19.2.3 to 19.2.4

Commits

Updates @vitejs/plugin-react from 6.0.4 to 6.0.5

Release notes

Sourced from @​vitejs/plugin-react's releases.

plugin-react@6.0.5

Fixed the react compiler preset filter to be linear (#1353)

The improved filter in v6.0.3 was non-linear and caused a performance regression (#1349). The filter was changed to be linear to avoid that.

Changelog

Sourced from @​vitejs/plugin-react's changelog.

6.0.5 (2026-07-30)

Fixed the react compiler preset filter to be linear (#1353)

The improved filter in v6.0.3 was non-linear and caused a performance regression (#1349). The filter was changed to be linear to avoid that.

Commits

Updates baseline-browser-mapping from 2.11.7 to 2.11.10

Release notes

Sourced from baseline-browser-mapping's releases.

v2.9.3 - remove process.loadEnvFile()

What's Changed

Full Changelog: web-platform-dx/baseline-browser-mapping@v2.9.2...v2.9.3

Commits
  • 5137e40 Patch to 2.11.10 because browser or feature data changed
  • d298f41 Browser or feature data changed
  • 89dd914 Patch to 2.11.9 because browser or feature data changed
  • cb95a74 Browser or feature data changed
  • f61d3d4 Patch to 2.11.8 because browser or feature data changed
  • a599be4 Browser or feature data changed
  • See full diff in compare view

Updates globals from 17.7.0 to 17.8.0

Release notes

Sourced from globals's releases.

v17.8.0

  • Update globals (2026-07-01) (#347) 7394811

sindresorhus/globals@v17.7.0...v17.8.0

Commits

Updates vite from 8.1.5 to 8.2.0

Release notes

Sourced from vite's releases.

create-vite@8.2.0

Please refer to CHANGELOG.md for details.

plugin-legacy@8.2.0

Please refer to CHANGELOG.md for details.

v8.2.0

Please refer to CHANGELOG.md for details.

v8.2.0-beta.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

8.2.0 (2026-07-30)

Features

  • add input to server.fs.allow (#23035) (95a3cda)
  • bundled-dev: reload once after rebuild instead of via the fallback page (#23106) (b24381d)
  • bundled-dev: support worker file update accepted by HMR (#23068) (0d04351)
  • config: include column in config incompatibility location (#23064) (8a24572)
  • dev: resolve interface name for explicit host in network URLs (#22965) (3ac77d9)

Bug Fixes

  • bundledDev: print build errors to the terminal when an HMR update fails (#23024) (41c4658)
  • deps: update all non-major dependencies (#23069) (4c07b74)
  • hmr: preserve environment snapshot during server restart (#22992) (b1186c3)
  • importAnalysis: interop imports injected into optimized dep files by plugins (#23029) (8c2a87d)
  • module-runner: keep stack trace interception working when Object.prototype is frozen (#23073) (599c5b0)
  • server: strip base in indexHtml module graph lookup (#22932) (fa005d1)
  • support resolving top-level input option with plugins (#23101) (41df81a)

Documentation

  • config: correct cacheDir default fallback description (#23060) (aafa103)

Tests

8.2.0-beta.0 (2026-07-22)

Features

  • add input option (#22642) (9beae37)
  • config: warn features incompatible with native loader in bundle loader (#22850) (05302b0)
  • css: export PostCSS config type for type-safe configs (#22792) (302c755)
  • dev: label network URLs with their interface name (#22830) (78accc4)
  • optimizer: support aube lockfile (#22813) (6319827)
  • optimizer: support nub lockfile (#22891) (65d3604)
  • update rolldown-related dependencies and use client-side HMR in bundled-dev (#22961) (960e9ef)
  • wasm: expand test suite, unwrap WebAssembly.Global and enable js-string builtins (#22674) (9e79b51)

Bug Fixes

Performance Improvements

... (truncated)

Commits

…9 updates

Bumps the all-minor-patch group with 19 updates in the /js directory:

| Package | From | To |
| --- | --- | --- |
| [@amplitude/unified](https://github.com/amplitude/Amplitude-TypeScript) | `1.1.27` | `1.1.28` |
| [@codemirror/view](https://github.com/codemirror/view) | `6.43.6` | `6.43.7` |
| [@next/third-parties](https://github.com/vercel/next.js/tree/HEAD/packages/third-parties) | `16.2.11` | `16.2.12` |
| [@zumer/snapdom](https://github.com/zumerlab/snapdom) | `2.16.0` | `2.23.1` |
| [import-in-the-middle](https://github.com/nodejs/import-in-the-middle) | `3.3.2` | `3.3.3` |
| [next](https://github.com/vercel/next.js) | `16.2.11` | `16.2.12` |
| [posthog-js](https://github.com/PostHog/posthog-js) | `1.408.1` | `1.409.5` |
| [@amplitude/analytics-core](https://github.com/amplitude/Amplitude-TypeScript) | `2.53.1` | `2.54.1` |
| [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `2.5.5` | `2.5.6` |
| [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.17.24` | `4.17.25` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `26.1.1` | `26.1.2` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.2.17` | `19.2.18` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `19.2.3` | `19.2.4` |
| [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) | `6.0.4` | `6.0.5` |
| [baseline-browser-mapping](https://github.com/web-platform-dx/baseline-browser-mapping) | `2.11.7` | `2.11.10` |
| [globals](https://github.com/sindresorhus/globals) | `17.7.0` | `17.8.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.1.5` | `8.2.0` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.61.1` | `1.62.1` |
| [playwright](https://github.com/microsoft/playwright) | `1.61.1` | `1.62.1` |



Updates `@amplitude/unified` from 1.1.27 to 1.1.28
- [Release notes](https://github.com/amplitude/Amplitude-TypeScript/releases)
- [Commits](https://github.com/amplitude/Amplitude-TypeScript/compare/@amplitude/unified@1.1.27...@amplitude/unified@1.1.28)

Updates `@codemirror/view` from 6.43.6 to 6.43.7
- [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codemirror/view/commits)

Updates `@next/third-parties` from 16.2.11 to 16.2.12
- [Release notes](https://github.com/vercel/next.js/releases)
- [Commits](https://github.com/vercel/next.js/commits/v16.2.12/packages/third-parties)

Updates `@zumer/snapdom` from 2.16.0 to 2.23.1
- [Release notes](https://github.com/zumerlab/snapdom/releases)
- [Changelog](https://github.com/zumerlab/snapdom/blob/main/CHANGELOG.md)
- [Commits](zumerlab/snapdom@v2.16.0...v2.23.1)

Updates `import-in-the-middle` from 3.3.2 to 3.3.3
- [Release notes](https://github.com/nodejs/import-in-the-middle/releases)
- [Changelog](https://github.com/nodejs/import-in-the-middle/blob/main/CHANGELOG.md)
- [Commits](nodejs/import-in-the-middle@import-in-the-middle-v3.3.2...import-in-the-middle-v3.3.3)

Updates `next` from 16.2.11 to 16.2.12
- [Release notes](https://github.com/vercel/next.js/releases)
- [Commits](vercel/next.js@v16.2.11...v16.2.12)

Updates `posthog-js` from 1.408.1 to 1.409.5
- [Release notes](https://github.com/PostHog/posthog-js/releases)
- [Changelog](https://github.com/PostHog/posthog-js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/PostHog/posthog-js/compare/posthog-js@1.408.1...posthog-js@1.409.5)

Updates `@amplitude/analytics-core` from 2.53.1 to 2.54.1
- [Release notes](https://github.com/amplitude/Amplitude-TypeScript/releases)
- [Commits](https://github.com/amplitude/Amplitude-TypeScript/compare/@amplitude/analytics-core@2.53.1...@amplitude/analytics-core@2.54.1)

Updates `@biomejs/biome` from 2.5.5 to 2.5.6
- [Release notes](https://github.com/biomejs/biome/releases)
- [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md)
- [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.5.6/packages/@biomejs/biome)

Updates `@types/lodash` from 4.17.24 to 4.17.25
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash)

Updates `@types/node` from 26.1.1 to 26.1.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@types/react` from 19.2.17 to 19.2.18
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `@types/react-dom` from 19.2.3 to 19.2.4
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `@vitejs/plugin-react` from 6.0.4 to 6.0.5
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react@6.0.5/packages/plugin-react)

Updates `baseline-browser-mapping` from 2.11.7 to 2.11.10
- [Release notes](https://github.com/web-platform-dx/baseline-browser-mapping/releases)
- [Commits](web-platform-dx/baseline-browser-mapping@v2.11.7...v2.11.10)

Updates `globals` from 17.7.0 to 17.8.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v17.7.0...v17.8.0)

Updates `vite` from 8.1.5 to 8.2.0
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/create-vite@8.2.0/packages/vite)

Updates `@playwright/test` from 1.61.1 to 1.62.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.61.1...v1.62.1)

Updates `playwright` from 1.61.1 to 1.62.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.61.1...v1.62.1)

---
updated-dependencies:
- dependency-name: "@amplitude/unified"
  dependency-version: 1.1.28
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: "@codemirror/view"
  dependency-version: 6.43.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: "@next/third-parties"
  dependency-version: 16.2.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: "@zumer/snapdom"
  dependency-version: 2.23.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: import-in-the-middle
  dependency-version: 3.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: next
  dependency-version: 16.2.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: posthog-js
  dependency-version: 1.409.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: "@amplitude/analytics-core"
  dependency-version: 2.54.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: "@biomejs/biome"
  dependency-version: 2.5.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: "@types/lodash"
  dependency-version: 4.17.25
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: "@types/node"
  dependency-version: 26.1.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: "@types/react"
  dependency-version: 19.2.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: "@types/react-dom"
  dependency-version: 19.2.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: "@vitejs/plugin-react"
  dependency-version: 6.0.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: baseline-browser-mapping
  dependency-version: 2.11.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: globals
  dependency-version: 17.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: vite
  dependency-version: 8.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: "@playwright/test"
  dependency-version: 1.62.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: playwright
  dependency-version: 1.62.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 5, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 5, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot Bot closed this Aug 5, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/js/all-minor-patch-d3dbbfcae3 branch August 5, 2026 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants