Skip to content

chore(deps): bump the production-dependencies group across 1 directory with 4 updates#602

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/production-dependencies-e4d07f1ca3
Open

chore(deps): bump the production-dependencies group across 1 directory with 4 updates#602
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/production-dependencies-e4d07f1ca3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 10, 2026

Bumps the production-dependencies group with 4 updates in the / directory: @gravity-ui/components, @gravity-ui/icons, @gravity-ui/uikit and lodash.

Updates @gravity-ui/components from 4.18.0 to 4.19.0

Release notes

Sourced from @​gravity-ui/components's releases.

v4.19.0

4.19.0 (2026-04-08)

Features

  • TokenizedInput: Added new component TokenizedInput (#375) (e861428)

Bug Fixes

Changelog

Sourced from @​gravity-ui/components's changelog.

4.19.0 (2026-04-08)

Features

  • TokenizedInput: Added new component TokenizedInput (#375) (e861428)

Bug Fixes

Commits

Updates @gravity-ui/icons from 2.17.0 to 2.18.0

Release notes

Sourced from @​gravity-ui/icons's releases.

v2.18.0

2.18.0 (2026-03-06)

Features

Changelog

Sourced from @​gravity-ui/icons's changelog.

2.18.0 (2026-03-06)

Features

Commits

Updates @gravity-ui/uikit from 7.31.1 to 7.37.0

Release notes

Sourced from @​gravity-ui/uikit's releases.

v7.37.0

7.37.0 (2026-04-09)

Features

Bug Fixes

  • ColorPicker: fix state updates for react 19 (#2646) (add88fd)

v7.36.1

7.36.1 (2026-04-02)

Bug Fixes

  • Button: fix flat-secondary hover text color (#2632) (1d5fe54)
  • ClipboardButton: correctly call own click callback (#2637) (3b529bc)
  • useList: replace push spread with direct iteration in flattenItems (#2639) (105779f)

v7.36.0

7.36.0 (2026-03-30)

Features

  • Accordion: add CSS token for summary inline padding (#2539) (8dbb5a3)
  • DialogFooter: render contents only if they exist (#2625) (f1a0e3f)

Bug Fixes

  • ColorPicker: prevent unnecessary color update on mount (#2633) (32cdf34)
  • Table: fix --_--menu-max-height variable declaration (#2628) (4f4ddce)
  • TabList: fix navigation via keyboard (#2629) (7e725f3)

v7.35.2

7.35.2 (2026-03-24)

Bug Fixes

v7.35.1

7.35.1 (2026-03-21)

... (truncated)

Changelog

Sourced from @​gravity-ui/uikit's changelog.

7.37.0 (2026-04-09)

Features

Bug Fixes

  • ColorPicker: fix state updates for react 19 (#2646) (add88fd)

7.36.1 (2026-04-02)

Bug Fixes

  • Button: fix flat-secondary hover text color (#2632) (1d5fe54)
  • ClipboardButton: correctly call own click callback (#2637) (3b529bc)
  • useList: replace push spread with direct iteration in flattenItems (#2639) (105779f)

7.36.0 (2026-03-30)

Features

  • Accordion: add CSS token for summary inline padding (#2539) (8dbb5a3)
  • DialogFooter: render contents only if they exist (#2625) (f1a0e3f)

Bug Fixes

  • ColorPicker: prevent unnecessary color update on mount (#2633) (32cdf34)
  • Table: fix --_--menu-max-height variable declaration (#2628) (4f4ddce)
  • TabList: fix navigation via keyboard (#2629) (7e725f3)

7.35.2 (2026-03-24)

Bug Fixes

7.35.1 (2026-03-21)

Bug Fixes

... (truncated)

Commits
  • 7802494 chore(main): release 7.37.0 (#2643)
  • add88fd fix(ColorPicker): fix state updates for react 19 (#2646)
  • b8472b8 feat(ColorPicker): add popupPlacement prop (#2644)
  • 389093e feat(Drawer): allow DrawerItem to be scrollable (#2640)
  • fe708a3 chore(main): release 7.36.1 (#2636)
  • 3b529bc fix(ClipboardButton): correctly call own click callback (#2637)
  • 105779f fix(useList): replace push spread with direct iteration in flattenItems (#2639)
  • 1d5fe54 fix(Button): fix flat-secondary hover text color (#2632)
  • fb3ee86 chore(main): release 7.36.0 (#2627)
  • 32cdf34 fix(ColorPicker): prevent unnecessary color update on mount (#2633)
  • Additional commits viewable in compare view

Updates lodash from 4.17.23 to 4.18.1

Release notes

Sourced from lodash's releases.

4.18.1

Bugs

Fixes a ReferenceError issue in lodash lodash-es lodash-amd and lodash.template when using the template and fromPairs functions from the modular builds. See lodash/lodash#6167

These defects were related to how lodash distributions are built from the main branch using https://github.com/lodash-archive/lodash-cli. When internal dependencies change inside lodash functions, equivalent updates need to be made to a mapping in the lodash-cli. (hey, it was ahead of its time once upon a time!). We know this, but we missed it in the last release. It's the kind of thing that passes in CI, but fails bc the build is not the same thing you tested.

There is no diff on main for this, but you can see the diffs for each of the npm packages on their respective branches:

4.18.0

v4.18.0

Full Changelog: lodash/lodash@4.17.23...4.18.0

Security

_.unset / _.omit: Fixed prototype pollution via constructor/prototype path traversal (GHSA-f23m-r3pf-42rh, fe8d32e). Previously, array-wrapped path segments and primitive roots could bypass the existing guards, allowing deletion of properties from built-in prototypes. Now constructor and prototype are blocked unconditionally as non-terminal path keys, matching baseSet. Calls that previously returned true and deleted the property now return false and leave the target untouched.

_.template: Fixed code injection via imports keys (GHSA-r5fr-rjxr-66jc, CVE-2026-4800, 879aaa9). Fixes an incomplete patch for CVE-2021-23337. The variable option was validated against reForbiddenIdentifierChars but importsKeys was left unguarded, allowing code injection via the same Function() constructor sink. imports keys containing forbidden identifier characters now throw "Invalid imports option passed into _.template".

Docs

  • Add security notice for _.template in threat model and API docs (#6099)
  • Document lower > upper behavior in _.random (#6115)
  • Fix quotes in _.compact jsdoc (#6090)

lodash.* modular packages

Diff

We have also regenerated and published a select number of the lodash.* modular packages.

These modular packages had fallen out of sync significantly from the minor/patch updates to lodash. Specifically, we have brought the following packages up to parity w/ the latest lodash release because they have had CVEs on them in the past:

Commits
  • cb0b9b9 release(patch): bump main to 4.18.1 (#6177)
  • 75535f5 chore: prune stale advisory refs (#6170)
  • 62e91bc docs: remove n_ Node.js < 6 REPL note from README (#6165)
  • 59be2de release(minor): bump to 4.18.0 (#6161)
  • af63457 fix: broken tests for _.template 879aaa9
  • 1073a76 fix: linting issues
  • 879aaa9 fix: validate imports keys in _.template
  • fe8d32e fix: block prototype pollution in baseUnset via constructor/prototype traversal
  • 18ba0a3 refactor(fromPairs): use baseAssignValue for consistent assignment (#6153)
  • b819080 ci: add dist sync validation workflow (#6137)
  • Additional commits viewable in compare view

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 10, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 10, 2026

Labels

The following labels could not be found: dependabot. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot requested a review from a team as a code owner April 10, 2026 13:00
@dependabot dependabot bot requested review from separatrixxx and removed request for a team April 10, 2026 13:00
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 10, 2026
@yc-ui-bot
Copy link
Copy Markdown
Contributor

Visual Tests Report is ready.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/production-dependencies-e4d07f1ca3 branch 3 times, most recently from fc2ba9c to 04e2bd8 Compare April 16, 2026 08:01
…y with 4 updates

Bumps the production-dependencies group with 4 updates in the / directory: [@gravity-ui/components](https://github.com/gravity-ui/components), [@gravity-ui/icons](https://github.com/gravity-ui/icons), [@gravity-ui/uikit](https://github.com/gravity-ui/uikit) and [lodash](https://github.com/lodash/lodash).


Updates `@gravity-ui/components` from 4.18.0 to 4.19.0
- [Release notes](https://github.com/gravity-ui/components/releases)
- [Changelog](https://github.com/gravity-ui/components/blob/main/CHANGELOG.md)
- [Commits](gravity-ui/components@v4.18.0...v4.19.0)

Updates `@gravity-ui/icons` from 2.17.0 to 2.18.0
- [Release notes](https://github.com/gravity-ui/icons/releases)
- [Changelog](https://github.com/gravity-ui/icons/blob/main/CHANGELOG.md)
- [Commits](gravity-ui/icons@v2.17.0...v2.18.0)

Updates `@gravity-ui/uikit` from 7.31.1 to 7.37.0
- [Release notes](https://github.com/gravity-ui/uikit/releases)
- [Changelog](https://github.com/gravity-ui/uikit/blob/main/CHANGELOG.md)
- [Commits](gravity-ui/uikit@v7.31.1...v7.37.0)

Updates `lodash` from 4.17.23 to 4.18.1
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.23...4.18.1)

---
updated-dependencies:
- dependency-name: "@gravity-ui/components"
  dependency-version: 4.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@gravity-ui/icons"
  dependency-version: 2.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@gravity-ui/uikit"
  dependency-version: 7.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: lodash
  dependency-version: 4.18.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/production-dependencies-e4d07f1ca3 branch from 04e2bd8 to fec8fd9 Compare April 17, 2026 17:19
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant