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

[cascading] from release/10.3.0-rc to main #1754

Merged
merged 2 commits into from
May 7, 2024
Merged

Conversation

otter-cascading[bot]
Copy link
Contributor

Cascading from release/10.3.0-rc to main

The configuration requests the cascading to bypass reviewer in case of CI success.
To not bypass the reviewing process, please check the following checkbox:

  • 🚫 stop reviewing process bypass for this Pull Request

This Pull Request has been generated with ❤️ by the Otter cascading tool.

mrednic-1A and others added 2 commits May 6, 2024 11:55
## Proposed change

<!-- Please include a summary of the changes and the related issue.
Please also include relevant motivation and context. List any
dependencies that is required for this change. -->

## Related issues

- 🐛 Fixes #(issue)
- 🚀 Feature #(issue)

<!-- Please make sure to follow the contributing guidelines on
https://github.com/amadeus-digital/Otter/blob/main/CONTRIBUTING.md -->

- the list of **ids** in the entities store was restricted to:
**string[] | number[]**
- the pb is that when passing an array of strings, tsc is complaining
about the fact that a _string_ is not assignable to a _number_, because
it cannot fulfill both conditions (the opposite is the same). That's why
I changed the type to (string | number)[] to be restrictive only to the
element and not to the entire array.
@otter-cascading otter-cascading bot requested a review from a team as a code owner May 6, 2024 12:21
@otter-cascading otter-cascading bot added the cascading Cascading from previous release label May 6, 2024
Copy link

nx-cloud bot commented May 6, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 8b0ac94. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 1 target

Sent with 💌 from NxCloud.

@github-actions github-actions bot added bug Something isn't working project:@o3r/core labels May 6, 2024
@kpanot kpanot added this pull request to the merge queue May 7, 2024
Merged via the queue into main with commit bc5bc2c May 7, 2024
48 checks passed
@kpanot kpanot deleted the cascading/10.3.0-rc-main branch May 7, 2024 02:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cascading Cascading from previous release project:@o3r/core
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants