Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 6, 2025

Bumps the minor group with 11 updates in the / directory:

Package From To
@primer/octicons-react 19.8.0 19.18.0
@testing-library/user-event 14.5.2 14.6.1
@types/chrome 0.0.306 0.1.22
three-mesh-bvh 0.7.4 0.9.1
three-stdlib 2.29.10 2.36.0
@babel/runtime 7.23.9 7.28.4
@crxjs/vite-plugin 2.0.0-beta.26 2.2.0
@playwright/test 1.50.1 1.55.1
eslint-plugin-react 7.37.4 7.37.5
prettier 3.3.3 3.6.2
vite-plugin-node-polyfills 0.21.0 0.24.0

Updates @primer/octicons-react from 19.8.0 to 19.18.0

Release notes

Sourced from @​primer/octicons-react's releases.

v19.18.0

Minor Changes

v19.17.0

Minor Changes

v19.16.0

Minor Changes

Patch Changes

v19.15.5

Patch Changes

v19.15.4

Patch Changes

v19.15.3

Patch Changes

v19.15.2

Patch Changes

v19.15.1

Patch Changes

v19.15.0

Minor Changes

... (truncated)

Changelog

Sourced from @​primer/octicons-react's changelog.

19.18.0

Minor Changes

19.17.0

Minor Changes

19.16.0

Minor Changes

Patch Changes

19.15.5

Patch Changes

19.15.4

Patch Changes

19.15.3

Patch Changes

19.15.2

Patch Changes

19.15.1

Patch Changes

... (truncated)

Commits

Updates @testing-library/user-event from 14.5.2 to 14.6.1

Release notes

Sourced from @​testing-library/user-event's releases.

v14.6.1

14.6.1 (2025-01-21)

Bug Fixes

  • correct description for delay option (#1175) (2edf14d)
  • keyboard: add ContextMenu to defaultKeyMap (#1079) (3e471d1)
  • keyboard: add brackets to defaultKeyMap (#1226) (543ecb0)
  • keyboard: walk through radio group per arrow keys (#1049) (bf8111c)
  • pointer: dispatch mouse events if pointerdown is defaultPrevented (#1121) (f681f7b)
  • pointer: set button and buttons properties on PointerEvent (#1219) (6614f72)
  • pointer: use 1 as default value for PointerEvent.width and PointerEvent.height (#1224) (f0468d0)
  • prevent click event loop on form-associated custom element (#1238) (465fc7e)
  • prevent click event on non-focusable control (#1130) (e429094)
  • upload: apply accept filter more leniently (#1064) (a344ad4)

v14.6.0

14.6.0 (2025-01-15)

Features

Bug Fixes

  • clipboard: await DataTransferItem.getAsString() callback (#1251) (7b11b0e)
  • event: assign pointer coords to MouseEvent (#1039) (8528972)
  • pointer: check PointerCoords.x in isDifferentPointerPosition (#1216) (75edef5)
  • pointer: check all fields of PointerCoords in isDifferentPointerPosition() (#1229) (5f3d28f)
Commits
  • d42954b chore: fix typos (#1260)
  • 465fc7e fix: prevent click event loop on form-associated custom element (#1238)
  • 65c1f6c test: update snapshots (#1261)
  • 543ecb0 fix(keyboard): add brackets to defaultKeyMap (#1226)
  • f0468d0 fix(pointer): use 1 as default value for PointerEvent.width and `PointerE...
  • 6614f72 fix(pointer): set button and buttons properties on PointerEvent (#1219)
  • 2edf14d fix: correct description for delay option (#1175)
  • e429094 fix: prevent click event on non-focusable control (#1130)
  • f681f7b fix(pointer): dispatch mouse events if pointerdown is defaultPrevented (#...
  • 3e471d1 fix(keyboard): add ContextMenu to defaultKeyMap (#1079)
  • Additional commits viewable in compare view

Updates @types/chrome from 0.0.306 to 0.1.22

Commits

Updates three-mesh-bvh from 0.7.4 to 0.9.1

Release notes

Sourced from three-mesh-bvh's releases.

v0.9.1

Fixed

  • Type definitions

v0.9.0

Changed

  • Changed "bvhClosestPointToPoint" function signature to include "maxDistance" argument.

v0.8.3

Fixed

  • Library not working with BatchedMesh in three.js r170.

v0.8.2

Fixed

  • Unnecessarily large triangle bounds buffer used during BVH construction.

v0.8.1

Fixed

  • Made example SDF generation logic more robust.
  • Adjust the valid the three.js peer dependency.
  • Add "barycoord" to the intersection values to align with latest three.js.

v0.8.0

Fixed

  • Updated three.js version to r158 where BatchedMesh is supported and available so certain bundlers do not fail on build.

v0.7.8 (Deprecated)

deprecated due to three.js version incompatibility. Use v0.8.0.

Fixed

  • Failure with older versions of three.js in some bundlers.

v0.7.7 (Deprecated)

deprecated due to three.js version incompatibility. Use v0.8.0.

Added

  • Support for a custom "range" option to build a BVH from a sub range of the geometry.
  • BatchedMesh support for bounds tree generation functions and raycasting. See "computeBatchedBoundsTree" and "disposeBatchedBoundsTree".
  • MeshBVHHelper support for InstancedMesh, BatchedMesh.

Fixed

  • Bug in MeshBVH.bvhcast causing the incorrect bounds to be checked on the other bvh.
  • Box3.setFromObject failing when MeshBVHHelper is included.

v0.7.6

[0.7.6] - 2024-07-02

Fixed

  • Regression when intersecting InstancedMesh instances.

v0.7.5

... (truncated)

Changelog

Sourced from three-mesh-bvh's changelog.

[0.9.1] - 2025.06-20

Fixed

  • Type definitions.

[0.9.0] - 2025-01-21

Changed

  • Changed "bvhClosestPointToPoint" function signature to include "maxDistance" argument.

[0.8.3] - 2024-11-11

Fixed

  • Library not working with BatchedMesh in three.js r170.

[0.8.2] - 2024-10-01

Fixed

  • Unnecessarily large triangle bounds buffer used during BVH construction.

[0.8.1] - 2024-09-29

Fixed

  • Made example SDF generation logic more robust.
  • Adjust the valid the three.js peer dependency.
  • Add "barycoord" to the intersection values to align with latest three.js.

[0.8.0] - 2024-09-18

Fixed

  • Updated three.js version to r158 where BatchedMesh is supported and available so certain bundlers do not fail on build.

[0.7.8] - 2024-09-11

deprecated due to three.js version incompatibility. Use v0.8.0.

Fixed

  • Failure with older versions of three.js.

[0.7.7] - 2024-09-09

deprecated due to three.js version incompatibility. Use v0.8.0.

Added

  • Support for a custom "range" option to build a BVH from a sub range of the geometry.
  • BatchedMesh support for bounds tree generation functions and raycasting. See "computeBatchedBoundsTree" and "disposeBatchedBoundsTree".
  • MeshBVHHelper support for InstancedMesh, BatchedMesh.

Fixed

  • Bug in MeshBVH.bvhcast causing the incorrect bounds to be checked on the other bvh.
  • Box3.setFromObject failing when MeshBVHHelper is included.

[0.7.6] - 2024-07-02

Fixed

  • Regression when intersecting InstancedMesh instances.

[0.7.5] - 2024-06-02

Changed

... (truncated)

Commits
  • 5858113 0.9.1
  • d24cc8d Update CHANGELOG.md
  • 86254bb Merge pull request #750 from AndrewChan2022/master
  • c73f3d7 sync index.d.ts MeshBVHOptions with js, add indirect parameter
  • 4c7581e Update and rename bug_report.md to bug_report.yml
  • 05f1a2b Update and rename feature_request.md to feature_request.yml
  • 2774f3e Create question.yml
  • 169bcdd Update README.md
  • 323f649 Merge pull request #744 from gkjohnson/dependabot/npm_and_yarn/vite-5.4.19
  • e4a731f Bump vite from 5.4.12 to 5.4.19
  • Additional commits viewable in compare view

Updates three-stdlib from 2.29.10 to 2.36.0

Release notes

Sourced from three-stdlib's releases.

v2.36.0

2.36.0 (2025-04-29)

Features

  • PointerLockControls: sensitivity const (#416) (e6653ce)

v2.35.16

2.35.16 (2025-04-23)

Bug Fixes

  • remove use of WebGL1 LuminanceFormat (#419) (e079bc8)

v2.35.15

2.35.15 (2025-04-05)

Bug Fixes

v2.35.14

2.35.14 (2025-02-20)

Bug Fixes

  • Fix alignment of integer vertex attributes (#408) (c122b5c)

v2.35.13

2.35.13 (2025-01-29)

Bug Fixes

v2.35.12

2.35.12 (2025-01-19)

Bug Fixes

v2.35.11

2.35.11 (2025-01-19)

... (truncated)

Commits

Updates @babel/runtime from 7.23.9 to 7.28.4

Release notes

Sourced from @​babel/runtime's releases.

v7.28.4 (2025-09-05)

Thanks @​gwillen and @​mrginglymus for your first PRs!

🏠 Internal

Committers: 5

v7.28.3 (2025-08-14)

👓 Spec Compliance

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-transform-class-static-block, babel-preset-env

🐛 Bug Fix

💅 Polish

  • babel-plugin-transform-regenerator, babel-plugin-transform-runtime

📝 Documentation

🏠 Internal

🔬 Output optimization

  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions

Committers: 5

... (truncated)

Changelog

Sourced from @​babel/runtime's changelog.

v7.28.4 (2025-09-05)

🏠 Internal

v7.28.3 (2025-08-14)

👓 Spec Compliance

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-transform-class-static-block, babel-preset-env

🐛 Bug Fix

💅 Polish

  • babel-plugin-transform-regenerator, babel-plugin-transform-runtime

📝 Documentation

🏠 Internal

🔬 Output optimization

  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions

v7.28.2 (2025-07-24)

🐛 Bug Fix

  • babel-types
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3

v7.28.1 (2025-07-12)

🐛 Bug Fix

  • babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator

📝 Documentation

... (truncated)

Commits

Updates @crxjs/vite-plugin from 2.0.0-beta.26 to 2.2.0

Release notes

Sourced from @​crxjs/vite-plugin's releases.

@​crxjs/vite-plugin@​2.2.0

Minor Changes

  • 1b0ada4: feat: add support for root url content script match in firefox #1056

@​crxjs/vite-plugin@​2.1.0

Minor Changes

  • 637e12c: feat: include sourcemaps in web_accessible_resources
  • 3e7a1b3: feat: allow query string in manifest html urls

@​crxjs/vite-plugin@​2.0.3

Patch Changes

  • 96c942b: fix: usage of newer picocolor api when using old dependency #1038
  • 548fb58: Add optional_host_permissions to manifest schemas

@​crxjs/vite-plugin@​2.0.2

Patch Changes

  • dcd88ee: fix: update repository url

@​crxjs/vite-plugin@​2.0.1

Patch Changes

  • b7e41e0: beatiful terminal

@​crxjs/vite-plugin@​2.0.0

🎉 Vite support is officially out of beta! 🎉

Vite support has been around under the @beta npm tag since December 16, 2021, but we're thrilled to announce that it's officially out of beta with version 2.0.0 ! 🔥

After three years of beta use, from Vite 3 to Vite 6, the plugin has proven it's stability for Chrome extension development.

What's New?

  • Revamped README: Easier setup instructions to get you coding immediately.
  • NPM Template: Quickly scaffold your extension with npm create crxjs@latest
  • Playgrounds: Enhanced playgrounds for maintainers to test and iterate swiftly.
  • CI Improvements: Windows integration and end-to-end tests on every PR to proactively catch bugs.
  • Active Maintainers: A vibrant and brand-new maintainers team 🎊
  • Discord Community: Join the discussion and connect with fellow developers ➡️ Discord.
  • Svelte Support: Enhanced support for developing extensions with Svelte!

Major Changes

  • 628b14f: Vite 3 support and new file writer

    This release adds Vite 3 support and includes a complete rewrite of the content script file writer. There are no intentional breaking changes, but

... (truncated)

Changelog

Sourced from @​crxjs/vite-plugin's changelog.

2.2.0

Minor Changes

  • 1b0ada4: feat: add support for root url content script match in firefox #1056

2.1.0

Minor Changes

  • 637e12c: feat: include sourcemaps in web_accessible_resources
  • 3e7a1b3: feat: allow query string in manifest html urls

2.0.3

Patch Changes

  • 96c942b: fix: usage of newer picocolor api when using old dependency #1038
  • 548fb58: Add optional_host_permissions to manifest schemas

2.0.2

Patch Changes

  • dcd88ee: fix: update repository url

2.0.1

Patch Changes

  • b7e41e0: beatiful terminal

2.0.0

Major Changes

  • 628b14f: ## Vite 3 support and new file writer

    This release adds Vite 3 support and includes a complete rewrite of the content script file writer. There are no intentional breaking changes, but Vite 3 support required significant changes under the hood, therefore this is a major release.

  • f4eb4d4: fix: workaround for the issue with chrome.runtime.getURL introduced in Chrome 130 causing CSP rejecting script due to different origin (GUID instead of chrome extension id)

Minor Changes

  • 9b0381b: Add Svelte support

... (truncated)

Commits
  • 20f4f94 Version Packages
  • 925dddf Update packages/vite-plugin/src/node/helpers.ts
  • ff3f0da feat: add support for root url content script match in firefox closes #1056
  • a842f4a Version Packages
  • 5591241 Merge pull request #1051 from ligfx/allow_query_string_in_manifest_html_urls
  • 7ca9eb8 tests: handle windows line endings in build mode
  • 4346855 tests: always print full diff
  • 637e12c feat: include sourcemaps in web_accessible_resources
  • 3f3f1c6 Merge branch 'main' into allow_query_string_in_manifest_html_urls
  • 610fb54 refactor(tests): remove extraneous server closes in individual tests
  • Additional commits viewable in compare view

Updates @playwright/test from 1.50.1 to 1.55.1

Release notes

Sourced from @​playwright/test's releases.

v1.55.1

Highlights

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

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

v1.55.0

New APIs

  • New Property testStepInfo.titlePath Returns the full title path starting from the test file, including test and step titles.

Codegen

  • Automatic toBeVisible() assertions: Codegen can now generate automatic toBeVisible() assertions for common UI interactions. This feature can be enabled in the Codegen settings UI.

Breaking Changes

  • ⚠️ Dropped support for Chromium extension manifest v2.

Miscellaneous

  • Added support for Debian 13 "Trixie".

Browser Versions

  • Chromium 140.0.7339.16
  • Mozilla Firefox 141.0
  • WebKit 26.0

This version was also tested against the following stable channels:

  • Google Chrome 139
  • Microsoft Edge 139

v1.54.2

Highlights

microsoft/playwright#36714 - [Regression]: Codegen is not able to launch in Administrator Terminal on Windows (ProtocolError: Protocol error) microsoft/playwright#36828 - [Regression]: Playwright Codegen keeps spamming with selected option microsoft/playwright#36810 - [Regression]: Starting Codegen with target language doesn't work anymore

Browser Versions

  • Chromium 139.0.7258.5

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by playwright-bot, a new releaser for @​playwright/test since your current version.


Updates eslint-plugin-react from 7.37.4 to 7.37.5

Release notes

Sourced from eslint-plugin-react's releases.

v7.37.5

Fixed

  • [no-unknown-property]: allow shadow root attrs on \<template> (#3912[] @​ljharb)
  • [prop-types]: support ComponentPropsWithRef from a namespace import (#3651[] @​corydeppen)
  • [jsx-no-constructed-context-values]: detect constructed context values in React 19 <Context> usage (#3910[] @​TildaDares)
  • [no-unknown-property]: allow transform-origin on rect (#3914[] @​ljharb)

Changed

#3651: jsx-eslint/eslint-plugin-react#3651 #3909: jsx-eslint/eslint-plugin-react#3909 #3910: jsx-eslint/eslint-plugin-react#3910 #3912: jsx-eslint/eslint-plugin-react#3912 #3914: jsx-eslint/eslint-plugin-react#3914 [button-has-type]: docs/rules/button-has-type.md [jsx-no-constructed-context-values]: docs/rules/jsx-no-constructed-context-values.md [no-unknown-property]: docs/rules/no-unknown-property.md [prop-types]: docs/rules/prop-types.md

Changelog

Sourced from eslint-plugin-react's changelog.

7.37.5 - 2025.04.03

Fixed

  • [no-unknown-property]: allow shadow root attrs on \<template> (#3912[] @​ljharb)
  • [prop-types]: support ComponentPropsWithRef from a namespace import (#3651[] @​corydeppen)
  • [jsx-no-constructed-context-values]: detect constructed context values in React 19 <Context> usage (#3910[] @​TildaDares)
  • [no-unknown-property]: allow transform-origin on rect (#3914[] @​ljharb)

Changed

#3914: jsx-eslint/eslint-plugin-react#3914 #3912: jsx-eslint/eslint-plugin-react#3912 #3910: jsx-eslint/eslint-plugin-react#3910 #3909: jsx-eslint/eslint-plugin-react#3909 #3651: jsx-eslint/eslint-plugin-react#3651

Commits
  • 2c98b83 Update CHANGELOG and bump version
  • 2f64dea [Fix] no-unknown-property: allow transform-origin on rect
  • 2428618 [Fix] jsx-no-constructed-context-values: detect constructed context values ...
  • 60b7316 [Tests] prop-types: use proper spacing/semis, button type
  • 90a00b9 [Fix] prop-types: support ComponentPropsWithRef from a namespace import
  • 3fd9b92 [Fix] no-unknown-property: allow shadow root attrs on \<template>
  • addad46 [Deps] update object.entries
  • 98a31f8 [Dev Deps] update @babel/core, @babel/eslint-parser
  • 7eb6ca9 [Docs] button-has-type: clean up phrasing
  • See full diff in compare view

Updates prettier from 3.3.3 to 3.6.2

Release notes

Sourced from prettier's releases.

3.6.2

What's Changed

🔗

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 6, 2025
Bumps the minor group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@primer/octicons-react](https://github.com/primer/octicons) | `19.8.0` | `19.18.0` |
| [@testing-library/user-event](https://github.com/testing-library/user-event) | `14.5.2` | `14.6.1` |
| [@types/chrome](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chrome) | `0.0.306` | `0.1.22` |
| [three-mesh-bvh](https://github.com/gkjohnson/three-mesh-bvh) | `0.7.4` | `0.9.1` |
| [three-stdlib](https://github.com/pmndrs/three-stdlib) | `2.29.10` | `2.36.0` |
| [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) | `7.23.9` | `7.28.4` |
| [@crxjs/vite-plugin](https://github.com/crxjs/chrome-extension-tools/tree/HEAD/packages/vite-plugin) | `2.0.0-beta.26` | `2.2.0` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.50.1` | `1.55.1` |
| [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.37.4` | `7.37.5` |
| [prettier](https://github.com/prettier/prettier) | `3.3.3` | `3.6.2` |
| [vite-plugin-node-polyfills](https://github.com/davidmyersdev/vite-plugin-node-polyfills) | `0.21.0` | `0.24.0` |



Updates `@primer/octicons-react` from 19.8.0 to 19.18.0
- [Release notes](https://github.com/primer/octicons/releases)
- [Changelog](https://github.com/primer/octicons/blob/main/CHANGELOG.md)
- [Commits](primer/octicons@v19.8.0...v19.18.0)

Updates `@testing-library/user-event` from 14.5.2 to 14.6.1
- [Release notes](https://github.com/testing-library/user-event/releases)
- [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md)
- [Commits](testing-library/user-event@v14.5.2...v14.6.1)

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

Updates `three-mesh-bvh` from 0.7.4 to 0.9.1
- [Release notes](https://github.com/gkjohnson/three-mesh-bvh/releases)
- [Changelog](https://github.com/gkjohnson/three-mesh-bvh/blob/master/CHANGELOG.md)
- [Commits](gkjohnson/three-mesh-bvh@v0.7.4...v0.9.1)

Updates `three-stdlib` from 2.29.10 to 2.36.0
- [Release notes](https://github.com/pmndrs/three-stdlib/releases)
- [Changelog](https://github.com/pmndrs/three-stdlib/blob/main/release.config.js)
- [Commits](pmndrs/three-stdlib@v2.29.10...v2.36.0)

Updates `@babel/runtime` from 7.23.9 to 7.28.4
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.28.4/packages/babel-runtime)

Updates `@crxjs/vite-plugin` from 2.0.0-beta.26 to 2.2.0
- [Release notes](https://github.com/crxjs/chrome-extension-tools/releases)
- [Changelog](https://github.com/crxjs/chrome-extension-tools/blob/main/packages/vite-plugin/CHANGELOG.md)
- [Commits](https://github.com/crxjs/chrome-extension-tools/commits/@crxjs/[email protected]/packages/vite-plugin)

Updates `@playwright/test` from 1.50.1 to 1.55.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.50.1...v1.55.1)

Updates `eslint-plugin-react` from 7.37.4 to 7.37.5
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-react@v7.37.4...v7.37.5)

Updates `prettier` from 3.3.3 to 3.6.2
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.3.3...3.6.2)

Updates `vite-plugin-node-polyfills` from 0.21.0 to 0.24.0
- [Release notes](https://github.com/davidmyersdev/vite-plugin-node-polyfills/releases)
- [Commits](davidmyersdev/vite-plugin-node-polyfills@v0.21.0...v0.24.0)

---
updated-dependencies:
- dependency-name: "@primer/octicons-react"
  dependency-version: 19.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@testing-library/user-event"
  dependency-version: 14.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@types/chrome"
  dependency-version: 0.1.22
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: three-mesh-bvh
  dependency-version: 0.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: three-stdlib
  dependency-version: 2.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@babel/runtime"
  dependency-version: 7.28.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@crxjs/vite-plugin"
  dependency-version: 2.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@playwright/test"
  dependency-version: 1.55.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: eslint-plugin-react
  dependency-version: 7.37.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: prettier
  dependency-version: 3.6.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: vite-plugin-node-polyfills
  dependency-version: 0.24.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/minor-86490fa769 branch from 5654589 to 66e6f5b Compare November 10, 2025 12:08
@pierremtb pierremtb closed this Nov 26, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 26, 2025

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/minor-86490fa769 branch November 26, 2025 17:50
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.

2 participants