Skip to content

chore(deps): bump the npm-dependencies group with 10 updates#135

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-dependencies-b8821d5c6b
Open

chore(deps): bump the npm-dependencies group with 10 updates#135
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-dependencies-b8821d5c6b

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 4, 2026

Bumps the npm-dependencies group with 10 updates:

Package From To
@snack-uikit/fields 0.55.2 0.56.2
@snack-uikit/figma-tokens 17.7.5 19.0.4
react 19.2.6 19.2.7
@types/react 19.2.15 19.2.16
react-dom 19.2.6 19.2.7
@cloud-ru/ft-config-vitest 1.3.2 1.3.3
concurrently 9.2.1 10.0.3
pixelmatch 7.1.0 7.2.0
selenium-webdriver 4.29.0 4.44.0
vite 8.0.14 8.0.16

Updates @snack-uikit/fields from 0.55.2 to 0.56.2

Changelog

Sourced from @​snack-uikit/fields's changelog.

0.56.2 (2026-05-28)

Only dependencies have been changed

0.56.1 (2026-05-27)

Bug Fixes

  • MKP-3566: remove unnecessary var() function (8bd32d9)

0.56.0 (2026-05-26)

Features

  • PDS-3805: visible copy-button on not-readonly field-text-area (c11c83a)
Commits
  • 3bb1e17 [ci skip] Version bump
  • 2c9dc77 [ci skip] Version bump
  • 8bd32d9 fix(MKP-3566): remove unnecessary var() function
  • f2f2775 [ci skip] Version bump
  • c11c83a feat(PDS-3805): visible copy-button on not-readonly field-text-area
  • See full diff in compare view

Updates @snack-uikit/figma-tokens from 17.7.5 to 19.0.4

Changelog

Sourced from @​snack-uikit/figma-tokens's changelog.

19.0.4 (2026-03-26)

Bug Fixes

  • added notification date tokens (dd5cd26)
  • edited Notification Info tokens (dd01e61)

19.0.3 (2026-01-29)

Bug Fixes

  • added tokens for notification (741c9e8)

19.0.2 (2026-01-26)

Bug Fixes

  • FF-7936: nothing changed, just trigger new patch version release (2f52ba0)

19.0.1 (2026-01-12)

Bug Fixes

  • PROFCOMM-2249: remove scss deprecate varnings (1661d75)

19.0.0 (2025-12-04)

BREAKING CHANGES

  • PDS-3170: required bump version (b6734a3)

18.0.1 (2025-08-26)

Bug Fixes

  • FF-6930: readme and try fix version up flow (25d5275)

18.0.0 (2025-08-22)

BREAKING CHANGES

... (truncated)

Commits
  • 75b9749 chore(release): 19.0.4 [skip ci]
  • 00e7c81 chore: edited notification info token
  • dd01e61 fix: edited Notification Info tokens
  • dd5cd26 fix: added notification date tokens
  • a622ee3 chore(release): 19.0.3 [skip ci]
  • 741c9e8 fix: added tokens for notification
  • 089b5a8 chore(release): 19.0.2 [skip ci]
  • 2f52ba0 fix(FF-7936): nothing changed, just trigger new patch version release
  • 9d32b18 chore(FF-7936): deps update
  • bce16ec chore(release): 19.0.1 [skip ci]
  • Additional commits viewable in compare view

Updates react from 19.2.6 to 19.2.7

Release notes

Sourced from react's releases.

19.2.7 (June 1st, 2026)

React Server Components

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for react since your current version.


Updates @types/react from 19.2.15 to 19.2.16

Commits

Updates react-dom from 19.2.6 to 19.2.7

Release notes

Sourced from react-dom's releases.

19.2.7 (June 1st, 2026)

React Server Components

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for react-dom since your current version.


Updates @cloud-ru/ft-config-vitest from 1.3.2 to 1.3.3

Changelog

Sourced from @​cloud-ru/ft-config-vitest's changelog.

1.3.3 (2026-06-02)

Dependencies

  • FF-8587: up vitest to 4.1.8 (bcddadc)
Commits

Updates @types/react from 19.2.15 to 19.2.16

Commits

Updates concurrently from 9.2.1 to 10.0.3

Release notes

Sourced from concurrently's releases.

v10.0.3

Republish of https://github.com/open-cli-tools/concurrently/releases/tag/v10.0.1 with Trusted Publishing enabled (see #595)

Full Changelog: open-cli-tools/concurrently@v10.0.2...v10.0.3

v10.0.2

Test version to restore Trusted Publishing. Not published to npm.

v10.0.1

  • Ensure FlowController type is exported - #594

Full Changelog: open-cli-tools/concurrently@v10.0.0...v10.0.1

v10.0.0

💥 Breaking Changes

  • Dropped support for Node.js <22.0.0. Older Node.js version have reached end-of-life, and certain features require new-ish JS APIs.
  • concurrently is now ESM-only. It's now possible to require(esm). See here for interoperability.
  • Prefix colors now default to automatic - #581 The colors used to default to reset (which does nothing). Concurrently now automatically selects a color, out of the box. The list of colors used is not jarring nor carries semantic meaning, and reads well in both dark and light terminal backgrounds.
  • Removed deprecated flags and options
    • CLI flag --name-separator: use commas instead.
    • API option killOthers: use killOthersOn instead.

✨ New Features

  • Support applying modifiers to hex prefix colors (e.g. #ff0000.bold) - #450
  • Support chalk's color functions in prefixes (e.g. rgb(), hex(), bgRgb(), etc) - #578
  • Set prefix background color via bg#RRGGBB - #578
  • Allow shell override via --shell CLI flag/shell API option - #288, #589, #556 concurrently distinguishes between cmd.exe, powershell, and POSIX-based shells.
  • Manual prefix coloring in templates e.g. [{color}{name}{/color}] - #583, #587

🐛 Bug fixes

  • Scope quote normalization to CLI input - #582, #585 It should now also be possible to run commands like "/some/command" foo bar"
  • Don't throw when color doesn't exist - #580

🔐 Security

Other changes

  • Warn about running on Snap - #584

New Contributors

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for concurrently since your current version.


Updates pixelmatch from 7.1.0 to 7.2.0

Release notes

Sourced from pixelmatch's releases.

v7.2.0

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

Commits
Maintainer changes

This version was pushed to npm by mbx-npm-08-production, a new releaser for pixelmatch since your current version.


Updates selenium-webdriver from 4.29.0 to 4.44.0

Release notes

Sourced from selenium-webdriver's releases.

Selenium 4.44.0

Detailed Changelogs by Component

Java     |     Python     |     DotNet     |     Ruby     |     JavaScript

What's Changed

... (truncated)

Commits

Updates vite from 8.0.14 to 8.0.16

Release notes

Sourced from vite's releases.

v8.0.16

Please refer to CHANGELOG.md for details.

v8.0.15

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

8.0.16 (2026-06-01)

Bug Fixes

8.0.15 (2026-06-01)

Features

Bug Fixes

  • capitalize error messages and remove spurious space in parse error (#22488) (85a0eff)
  • deps: update all non-major dependencies (#22511) (2686d7d)
  • dev: fix html-proxy cache key mismatch for /@fs/ HTML paths (#21762) (47c4213)
  • glob: error on relative glob in virtual module when no files match (#22497) (5c8e98f)
  • optimizer: close the rolldown bundle when write() rejects (#22528) (e3cfb9d)
  • resolve: provide onWarn for viteResolvePlugin in JS plugin containers (#22509) (40985f1)

Miscellaneous Chores

Code Refactoring

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the npm-dependencies group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [@snack-uikit/fields](https://github.com/cloud-ru-tech/snack-uikit/tree/HEAD/packages/fields) | `0.55.2` | `0.56.2` |
| [@snack-uikit/figma-tokens](https://github.com/cloud-ru-tech/figma-tokens) | `17.7.5` | `19.0.4` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.2.6` | `19.2.7` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.2.15` | `19.2.16` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.2.6` | `19.2.7` |
| [@cloud-ru/ft-config-vitest](https://github.com/cloud-ru-tech/frontend-tools/tree/HEAD/packages/config-vitest) | `1.3.2` | `1.3.3` |
| [concurrently](https://github.com/open-cli-tools/concurrently) | `9.2.1` | `10.0.3` |
| [pixelmatch](https://github.com/mapbox/pixelmatch) | `7.1.0` | `7.2.0` |
| [selenium-webdriver](https://github.com/SeleniumHQ/selenium) | `4.29.0` | `4.44.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.0.14` | `8.0.16` |


Updates `@snack-uikit/fields` from 0.55.2 to 0.56.2
- [Changelog](https://github.com/cloud-ru-tech/snack-uikit/blob/master/packages/fields/CHANGELOG.md)
- [Commits](https://github.com/cloud-ru-tech/snack-uikit/commits/@snack-uikit/fields@0.56.2/packages/fields)

Updates `@snack-uikit/figma-tokens` from 17.7.5 to 19.0.4
- [Changelog](https://github.com/cloud-ru-tech/figma-tokens/blob/master/CHANGELOG.md)
- [Commits](cloud-ru-tech/figma-tokens@npm17.7.5...npm19.0.4)

Updates `react` from 19.2.6 to 19.2.7
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.7/packages/react)

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

Updates `react-dom` from 19.2.6 to 19.2.7
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.7/packages/react-dom)

Updates `@cloud-ru/ft-config-vitest` from 1.3.2 to 1.3.3
- [Changelog](https://github.com/cloud-ru-tech/frontend-tools/blob/master/packages/config-vitest/CHANGELOG.md)
- [Commits](https://github.com/cloud-ru-tech/frontend-tools/commits/@cloud-ru/ft-config-vitest@1.3.3/packages/config-vitest)

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

Updates `concurrently` from 9.2.1 to 10.0.3
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
- [Commits](open-cli-tools/concurrently@v9.2.1...v10.0.3)

Updates `pixelmatch` from 7.1.0 to 7.2.0
- [Release notes](https://github.com/mapbox/pixelmatch/releases)
- [Commits](mapbox/pixelmatch@v7.1.0...v7.2.0)

Updates `selenium-webdriver` from 4.29.0 to 4.44.0
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](SeleniumHQ/selenium@selenium-4.29.0...selenium-4.44.0)

Updates `vite` from 8.0.14 to 8.0.16
- [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/v8.0.16/packages/vite)

---
updated-dependencies:
- dependency-name: "@snack-uikit/fields"
  dependency-version: 0.56.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@snack-uikit/figma-tokens"
  dependency-version: 19.0.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: react
  dependency-version: 19.2.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@types/react"
  dependency-version: 19.2.16
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: react-dom
  dependency-version: 19.2.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@cloud-ru/ft-config-vitest"
  dependency-version: 1.3.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@types/react"
  dependency-version: 19.2.16
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: concurrently
  dependency-version: 10.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: pixelmatch
  dependency-version: 7.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: selenium-webdriver
  dependency-version: 4.44.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: vite
  dependency-version: 8.0.16
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
...

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 Jun 4, 2026
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 4, 2026
github-actions Bot added a commit that referenced this pull request Jun 4, 2026
github-actions Bot added a commit that referenced this pull request Jun 4, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 4, 2026

github-actions Bot added a commit that referenced this pull request Jun 4, 2026
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