Skip to content

Bump the minor group across 1 directory with 11 updates#750

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/minor-657d79c9f2
Open

Bump the minor group across 1 directory with 11 updates#750
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/minor-657d79c9f2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Dec 8, 2025

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

Package From To
@primer/octicons-react 19.8.0 19.21.1
@testing-library/user-event 14.5.2 14.6.1
@types/chrome 0.0.306 0.1.32
three-mesh-bvh 0.7.4 0.9.3
three-stdlib 2.29.10 2.36.1
@babel/runtime 7.23.9 7.28.4
@crxjs/vite-plugin 2.0.0-beta.26 2.2.1
@playwright/test 1.50.1 1.57.0
eslint-plugin-react 7.37.4 7.37.5
prettier 3.3.3 3.7.4
vite-plugin-node-polyfills 0.21.0 0.24.0

Updates @primer/octicons-react from 19.8.0 to 19.21.1

Release notes

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

v19.21.1

Patch Changes

v19.21.0

Minor Changes

Patch Changes

v19.20.0

Minor Changes

v19.19.0

Minor Changes

v19.18.1

Patch Changes

v19.18.0

Minor Changes

v19.17.0

Minor Changes

v19.16.0

Minor Changes

... (truncated)

Changelog

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

19.21.1

Patch Changes

19.21.0

Minor Changes

Patch Changes

19.20.0

Minor Changes

19.19.0

Minor Changes

19.18.1

Patch Changes

19.18.0

Minor Changes

19.17.0

Minor Changes

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​primer/octicons-react since your current version.


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.32

Commits

Updates three-mesh-bvh from 0.7.4 to 0.9.3

Release notes

Sourced from three-mesh-bvh's releases.

v0.9.3

Fixed

  • Fixed dependencies on WebGPURenderer compute nodes.
  • Fixed MeshBVH.bvhcast passing "NaN" nodeIndex values to callbacks when more than one group was present.
  • Fixed triangles being included in the BVH when they were not included in a groups range (eg exclude triangles in group gaps).
  • Ensure "triangle bounds" buffer is limited to the size it needs to be to avoid unnecessary memory overhead.
  • Remove limitation preventing "indirect" BVHs from being generated for BatchedMesh instances.
  • Raycasting will now return the correct material index aligned with three.js' results including when geometry with overlapping groups are used.

v0.9.2

Added

  • Types for web workers.
  • Add tsl functions for running bvh raycasting and distance queries via compute shaders.
  • Add "three-mesh-bvh/worker" export.
  • Add "three-mesh-bvh/webgpu" export.

Fixed

  • Type definitions.
  • Case where raycasting results would not match three.js' behavior.
  • Case where "intersectsGeometry" would throw an error if a geometry without an index was provided.
  • MeshBVHHelper: fix types to align with docs.
  • MeshBVHHelper: fix case where "update" causes an error if "mesh" is not provided.
  • MeshBVH: Fixed case where generating a bvh for a sub geometry was significantly slower, impacting BatchedMesh generation.

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.

... (truncated)

Changelog

Sourced from three-mesh-bvh's changelog.

[0.9.3] - 2025-12-01

Fixed

  • Fixed dependencies on WebGPURenderer compute nodes.
  • Fixed MeshBVH.bvhcast passing "NaN" nodeIndex values to callbacks when more than one group was present.
  • Fixed triangles being included in the BVH when they were not included in a groups range (eg exclude triangles in group gaps).
  • Ensure "triangle bounds" buffer is limited to the size it needs to be to avoid unnecessary memory overhead.
  • Remove limitation preventing "indirect" BVHs from being generated for BatchedMesh instances.
  • Raycasting will now return the correct material index aligned with three.js' results including when geometry with overlapping groups are used.

[0.9.2] - 2025-10-24

Added

  • Types for web workers.
  • Add tsl functions for running bvh raycasting and distance queries via compute shaders.
  • Add "three-mesh-bvh/worker" export.
  • Add "three-mesh-bvh/webgpu" export.

Fixed

  • Type definitions.
  • Case where raycasting results would not match three.js' behavior.
  • Case where "intersectsGeometry" would throw an error if a geometry without an index was provided.
  • MeshBVHHelper: fix types to align with docs.
  • MeshBVHHelper: fix case where "update" causes an error if "mesh" is not provided.
  • MeshBVH: Fixed case where generating a bvh for a sub geometry was significantly slower, impacting BatchedMesh generation.

[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.

... (truncated)

Commits
  • bd45ac3 0.9.3
  • f633ce0 Update CHANGELOG.md
  • bf96f84 Merge pull request #790 from gkjohnson/fix-material-side
  • 6cac298 Remove "experimental" line for indirect option
  • 5574031 Update CHANGELOG.md
  • 4ccb5be Add multimaterial tests
  • f29812a Merge remote-tracking branch 'origin/master' into fix-material-side
  • 1843fc0 Merge pull request #798 from gkjohnson/tests-fix
  • 3a4450a Remove unneeded arguments
  • d0adf8f Fix tests, add random raycast debug page
  • Additional commits viewable in compare view

Updates three-stdlib from 2.29.10 to 2.36.1

Release notes

Sourced from three-stdlib's releases.

v2.36.1

2.36.1 (2025-11-10)

Bug Fixes

  • lottie: harden SSR check to exclude react-native (#424) (f7fe1af)

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)

... (truncated)

Commits
  • f7fe1af fix(lottie): harden SSR check to exclude react-native (#424)
  • e6653ce feat(PointerLockControls): sensitivity const (#416)
  • e079bc8 fix: remove use of WebGL1 LuminanceFormat (#419)
  • b51a7c9 fix(lottie-web): remove expressions eval (#415)
  • c122b5c fix: Fix alignment of integer vertex attributes (#408)
  • 12f00a3 fix: syntax errors in shaders (#405)
  • 6bed3f4 fix: revert TS mods (#403)
  • 5b1448e fix: error when used on server side via SVGRenderer (#398)
  • 1399589 fix: exclude globals
  • 646ba34 fix: harden type qualifier keywords
  • Additional commits viewable in compare view

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.1

Release notes

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

@​crxjs/vite-plugin@​2.2.1

Patch Changes

  • 5ff5465: feat(vite-plugin): limit path string checking to literals

@​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

... (truncated)

Changelog

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

2.2.1

Patch Changes

  • 5ff5465: feat(vite-plugin): limit path string checking to literals

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

... (truncated)

Commits
  • c7a546a Version Packages (#1076)
  • 203eec9 feat(vite-plugin): limit path string checking to literals (#1074)
  • 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
  • Additional commits viewable in compare view

Updates @playwright/test from 1.50.1 to 1.57.0

Release notes

Sourced from @​playwright/test's releases.

v1.57.0

Speedboard

In HTML reporter, there's a new tab we call "Speedboard":

It shows you all your executed tests sorted by slowness, and can help you understand where your test suite is taking longer than expected. Take a look at yours - maybe you'll find some tests that are spending a longer time waiting than they should!

Chrome for Testing

Starting with this release, Playwright switches from Chromium, to using Chrome for Testing builds. Both headed and headless browsers are subject to this. Your tests should still be passing after upgrading to Playwright 1.57.

We're expecting no functional changes to come from this switch. The biggest change is the new icon and title in your toolbar.

If you still see an unexpected behaviour change, please file an issue.

On Arm64 Linux, Playwright continues to use Chromium.

Waiting for webserver output

testConfig.webServer added a wait field. Pass a regular expression, and Playwright will wait until the webserver logs match it.

import { defineConfig } from '@playwright/test';
export default defineConfig({
webServer: {
command: 'npm run start',
wait: {
stdout: '/Listening on port (?<my_server_port>\d+)/'
},
},
});

If you include a named capture group into the expression, then Playwright will provide the capture group contents via environment variables:

import { test, expect } from '@playwright/test';
test.use({ baseUrl: http://localhost:${process.env.MY_SERVER_PORT ?? 3000} });
test('homepage', async ({ page }) => {
await page.goto('/');
});
</tr></table>

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 8, 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.21.1` |
| [@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.32` |
| [three-mesh-bvh](https://github.com/gkjohnson/three-mesh-bvh) | `0.7.4` | `0.9.3` |
| [three-stdlib](https://github.com/pmndrs/three-stdlib) | `2.29.10` | `2.36.1` |
| [@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.1` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.50.1` | `1.57.0` |
| [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.7.4` |
| [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.21.1
- [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.21.1)

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.32
- [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.3
- [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.3)

Updates `three-stdlib` from 2.29.10 to 2.36.1
- [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.1)

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.1
- [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/vite-plugin@2.2.1/packages/vite-plugin)

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

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.7.4
- [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.7.4)

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.21.1
  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.32
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: three-mesh-bvh
  dependency-version: 0.9.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: three-stdlib
  dependency-version: 2.36.1
  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.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@playwright/test"
  dependency-version: 1.57.0
  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.7.4
  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] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/minor-657d79c9f2 branch from 2086aae to 6c2d8ba Compare December 19, 2025 15:08
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