Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ui5-list): adjust failing test #9191

Merged
merged 5 commits into from
Jun 12, 2024
Merged

fix(ui5-list): adjust failing test #9191

merged 5 commits into from
Jun 12, 2024

Conversation

kgogov
Copy link
Member

@kgogov kgogov commented Jun 12, 2024

Related to #9173

@kgogov kgogov mentioned this pull request Jun 12, 2024
1 task
nnaydenow and others added 4 commits June 12, 2024 15:00
Split the button into two parts:

- All common imports related to configuration, etc.
- Component imports

Before, `bundle.esm.ts` was used as import in `bundle.esm.ts` compat. This caused a conflict when `ui5-grid` component were renamed to `ui5-table`, which is blocking the renaming.

With this change, we only use configuration imports and explicitly import only the components we need from other packages in `bundle.esm.ts` compat.
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@nnaydenow nnaydenow merged commit 55e477c into main Jun 12, 2024
10 checks passed
@nnaydenow nnaydenow deleted the ui5-list-failing-test branch June 12, 2024 12:39
ilhan007 pushed a commit that referenced this pull request Jun 14, 2024
kgogov added a commit that referenced this pull request Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants