Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 28, 2025

Bumps @db-ux/react-core-components from 1.2.1 to 2.1.2.

Release notes

Sourced from @​db-ux/react-core-components's releases.

v2.1.2

What's Changed

Fixes

Documentation

Full Changelog: db-ux-design-system/core-web@v2.1.1...v2.1.2

v2.1.1

What's Changed

Fixed

Full Changelog: db-ux-design-system/core-web@v2.1.0...v2.1.1

v2.1.0

What's Changed

Added

Changed

  • DBCustomSelect: improvements for custom-select by @​nmerget in db-ux-design-system/core-web#4200
    • searchFilter: FN for custom filtering
    • transformSelectedLabels: FN for custom labels
    • selectedLabels: fixed custom labels
    • searchValue: search filter value
  • DBTag: replace title-HTML-attribute for removable tag with DBTooltip by @​nmerget in db-ux-design-system/core-web#4218
    • In case that you're integrating the HTML directly or testing against the resulting HTML code, this would be a BREAKING CHANGE

Fixed

... (truncated)

Commits
  • fdacb4c refactor: backdrop opacity to use new opacity token for documentation (#4269)
  • c9b59ea chore(deps-dev): bump @​typescript-eslint/eslint-plugin (#4290)
  • f3c4290 chore(deps-dev): bump lint-staged from 16.0.0 to 16.1.0 (#4287)
  • aa5b794 chore(deps-dev): bump @​types/node from 22.15.21 to 22.15.23 (#4289)
  • 4cb84a9 chore(deps-dev): bump esbuild from 0.25.4 to 0.25.5 (#4288)
  • a678e15 docs: add dark light switcher for patternhub (#4261)
  • 424537a fix: removed stopPropagation for every event to fix issue with <form> (#4280)
  • 171eb62 fix: issue with invalid options (#4260)
  • 5c13704 docs(README): added tag "good first issue"
  • 047592d fix(tabs): only set aria-controls attribute when tab panels exist (#4270)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 28, 2025
@dependabot dependabot bot requested review from mfranzke and nmerget as code owners May 28, 2025 23:16
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 28, 2025
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-db-ux-react-core-components-2.1.2 branch from 82bc54d to f97d5fc Compare May 28, 2025 23:25
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-db-ux-react-core-components-2.1.2 branch from f97d5fc to 8bbfd9f Compare May 29, 2025 08:32
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-db-ux-react-core-components-2.1.2 branch from 8bbfd9f to 107aa8f Compare May 29, 2025 23:17
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-db-ux-react-core-components-2.1.2 branch from 107aa8f to a524716 Compare June 1, 2025 23:09
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-db-ux-react-core-components-2.1.2 branch from a524716 to c1a89ec Compare June 1, 2025 23:11
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-db-ux-react-core-components-2.1.2 branch from c1a89ec to e8243b0 Compare June 2, 2025 23:42
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-db-ux-react-core-components-2.1.2 branch from e8243b0 to 7b97c6e Compare June 3, 2025 23:51
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-db-ux-react-core-components-2.1.2 branch from 7b97c6e to 1cb95db Compare June 5, 2025 23:15
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-db-ux-react-core-components-2.1.2 branch from 1cb95db to f8c1010 Compare June 9, 2025 23:40
Bumps [@db-ux/react-core-components](https://github.com/db-ux-design-system/core-web) from 1.2.1 to 2.1.2.
- [Release notes](https://github.com/db-ux-design-system/core-web/releases)
- [Changelog](https://github.com/db-ux-design-system/core-web/blob/main/docs/release-management.md)
- [Commits](db-ux-design-system/core-web@v1.2.1...v2.1.2)

---
updated-dependencies:
- dependency-name: "@db-ux/react-core-components"
  dependency-version: 2.1.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-db-ux-react-core-components-2.1.2 branch from f8c1010 to 0b656b7 Compare June 10, 2025 23:34
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 11, 2025

Superseded by #300.

@dependabot dependabot bot closed this Jun 11, 2025
@dependabot dependabot bot deleted the dependabot-npm_and_yarn-db-ux-react-core-components-2.1.2 branch June 11, 2025 23:12
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