8000 Tags Β· rglearns/otter Β· GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: rglearns/otter

Tags

v12.4.0-prerelease.24

Toggle v12.4.0-prerelease.24's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Chore/cascading (AmadeusITGroup#3252)

## Proposed change

<!--
Please include a summary of the changes and the related issue.
Please also include relevant motivation and context.
-->

## Related issues

<!--
Please make sure to follow the [contribution
guidelines](https://github.com/amadeus-digital/Otter/blob/main/CONTRIBUTING.md)
-->

*- No issue associated -*

<!-- * πŸ› Fix #issue -->
<!-- * πŸ› Fix resolves #issue -->
<!-- * πŸš€ Feature #issue -->
<!-- * πŸš€ Feature resolves #issue -->
<!-- * :octocat: Pull Request #issue -->

v12.3.2

Toggle v12.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: sdk should support nullable type (AmadeusITGroup#3253)

## Proposed change

<!--
Please include a summary of the changes and the related issue.
Please also include relevant motivation and context.
-->

## Related issues

<!--
Please make sure to follow the [contribution
guidelines](https://github.com/amadeus-digital/Otter/blob/main/CONTRIBUTING.md)
-->

*- No issue associated -*

<!-- * πŸ› Fix #issue -->
<!-- * πŸ› Fix resolves AmadeusITGroup#3196  -->
<!-- * πŸš€ Feature #issue -->
<!-- * πŸš€ Feature resolves #issue -->
<!-- * :octocat: Pull Request #issue -->

v12.3.1

Toggle v12.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: added deps in int tests (AmadeusITGroup#3250)

## Proposed change
Adding `generatorDependencies` not to rely on peerdeps that, in some cases, provoke miss-alignment.
```json
    "@angular/cdk": "~19.0.0",
    "@angular/common": "~19.2.0",
    "@angular/compiler": "~19.2.0",
    "@angular/core": "~19.2.0",
    "@angular/forms": "~19.2.0",
    "@angular/material": "~19.0.0",
```
This leads to  install failures when adding o3r packages.

v12.4.0-prerelease.23

Toggle v12.4.0-prerelease.23's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(ama-mfe): handle `NavigationMessage` consumption by `RoutingServ…

…ice` (AmadeusITGroup#3230)

`RoutingService` used by embedded modules now both produces and consumes
Navigation messages:

- when a module receives a message - it triggers internal Routing
navigation
- when internal Routing navigation is finished - it sends a message to
notify others

v12.4.0-prerelease.22

Toggle v12.4.0-prerelease.22's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): update codecov/test-results-action action to v1.1.1 (Ama…

…deusITGroup#3240)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[codecov/test-results-action](https://redirect.github.com/codecov/test-results-action)
| action | patch | `v1.1.0` -> `v1.1.1` |

---

### Release Notes

<details>
<summary>codecov/test-results-action
(codecov/test-results-action)</summary>

###
[`v1.1.1`](https://redirect.github.com/codecov/test-results-action/releases/tag/v1.1.1)

[Compare
Source](https://redirect.github.com/codecov/test-results-action/compare/v1.1.0...v1.1.1)

#### What's Changed

- fix: automatically detect arm64 by
[@&#8203;joseph-sentry](https://redirect.github.com/joseph-sentry) in
[https://github.com/codecov/test-results-action/pull/125](https://redirect.github.com/codecov/test-results-action/pull/125)
- fix: version info reporting by
[@&#8203;joseph-sentry](https://redirect.github.com/joseph-sentry) in
[https://github.com/codecov/test-results-action/pull/124](https://redirect.github.com/codecov/test-results-action/pull/124)
- fix: OIDC on forks by
[@&#8203;joseph-sentry](https://redirect.github.com/joseph-sentry) in
[https://github.com/codecov/test-results-action/pull/123](https://redirect.github.com/codecov/test-results-action/pull/123)
- Update README.md by
[@&#8203;joseph-sentry](https://redirect.github.com/joseph-sentry) in
[https://github.com/codecov/test-results-action/pull/122](https://redirect.github.com/codecov/test-results-action/pull/122)

**Full Changelog**:
codecov/test-results-action@v1...v1.1.1

</details>

---

### Configuration

πŸ“… **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

β™» **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

πŸ”• **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/AmadeusITGroup/otter).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4xNi4wIiwidXBkYXRlZEluVmVyIjoiNDAuMTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

v12.4.0-prerelease.21

Toggle v12.4.0-prerelease.21's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(ama-mfe): add `provideDisableHistoryWrites()` provider (AmadeusI…

…TGroup#3229)

A provider that turns off common History modification for an app running
inside an iframe

If an iframe is not sandboxed or is of the same origin, navigation
inside it will mess up the main window history.

This provider disables writing to and overriding history API from inside
the iframe to prevent this

Theoretically, this might break applications that rely on reading
history API from inside the iframe.

This should also allow having `CustomPathLocationStrategy` in the iframe
if necessary.

v12.4.0-prerelease.20

Toggle v12.4.0-prerelease.20's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(figma-sdk): create figma restApi SDK (AmadeusITGroup#3197)

## Proposed change

feat(figma-sdk): create figma restApi SDK

<!--
Please include a summary of the changes and the related issue.
Please also include relevant motivation and context.
-->

## Related issues

<!--
Please make sure to follow the [contribution
guidelines](https://github.com/amadeus-digital/Otter/blob/main/CONTRIBUTING.md)
-->

*- No issue associated -*

<!-- * πŸ› Fix #issue -->
<!-- * πŸ› Fix resolves #issue -->
<!-- * πŸš€ Feature #issue -->
<!-- * πŸš€ Feature resolves #issue -->
<!-- * :octocat: Pull Request #issue -->

v12.4.0-prerelease.19

Toggle v12.4.0-prerelease.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: reactivate int tests for lib with o3r/testing (AmadeusITGroup#3238)

## Proposed change

<!--
Please include a summary of the changes and the related issue.
Please also include relevant motivation and context.
-->

## Related issues

<!--
Please make sure to follow the [contribution
guidelines](https://github.com/amadeus-digital/Otter/blob/main/CONTRIBUTING.md)
-->

* πŸ› Fix AmadeusITGroup#1765
<!-- * πŸ› Fix resolves #issue -->
<!-- * πŸš€ Feature #issue -->
<!-- * πŸš€ Feature resolves #issue -->
<!-- * :octocat: Pull Request #issue -->

v12.4.0-prerelease.18

Toggle v12.4.0-prerelease.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): update linters to ~9.27.0 (AmadeusITGroup#3232)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@eslint/js](https://eslint.org)
([source](https://redirect.github.com/eslint/eslint/tree/HEAD/packages/js))
| [`~9.26.0` ->
`~9.27.0`](https://renovatebot.com/diffs/npm/@eslint%2fjs/9.26.0/9.27.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@eslint%2fjs/9.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@eslint%2fjs/9.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@eslint%2fjs/9.26.0/9.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@eslint%2fjs/9.26.0/9.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [eslint](https://eslint.org)
([source](https://redirect.github.com/eslint/eslint)) | [`~9.26.0` ->
`~9.27.0`](https://renovatebot.com/diffs/npm/eslint/9.26.0/9.27.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/eslint/9.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint/9.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint/9.26.0/9.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint/9.26.0/9.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release N
7DD8
otes

<details>
<summary>eslint/eslint (@&#8203;eslint/js)</summary>

###
[`v9.27.0`](https://redirect.github.com/eslint/eslint/compare/v9.26.0...ecaef7351f9f3220aa57409bf98db3e55b07a02a)

[Compare
Source](https://redirect.github.com/eslint/eslint/compare/v9.26.0...v9.27.0)

</details>

<details>
<summary>eslint/eslint (eslint)</summary>

###
[`v9.27.0`](https://redirect.github.com/eslint/eslint/compare/v9.26.0...b9080cf28d88f934941a545a033eb960eceeadbd)

[Compare
Source](https://redirect.github.com/eslint/eslint/compare/v9.26.0...v9.27.0)

</details>

---

### Configuration

πŸ“… **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

β™» **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

πŸ”• **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/AmadeusITGroup/otter).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4xNi4wIiwidXBkYXRlZEluVmVyIjoiNDAuMTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

v12.4.0-prerelease.17

Toggle v12.4.0-prerelease.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): update all non-major dependencies (AmadeusITGroup#3231)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence | Type |
Update |
|---|---|---|---|---|---|---|---|
|
[@types/chrome](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/chrome)
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chrome))
| [`^0.0.322` ->
`^0.0.323`](https://renovatebot.com/diffs/npm/@types%2fchrome/0.0.322/0.0.323)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fchrome/0.0.323?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fchrome/0.0.323?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fchrome/0.0.322/0.0.323?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fchrome/0.0.322/0.0.323?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | patch |
|
[github/codeql-action](https://redirect.github.com/github/codeql-action)
| `v3.28.17` -> `v3.28.18` |
[![age](https://developer.mend.io/api/mc/badges/age/github-tags/github%2fcodeql-action/v3.28.18?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/github-tags/github%2fcodeql-action/v3.28.18?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/github-tags/github%2fcodeql-action/v3.28.17/v3.28.18?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/github%2fcodeql-action/v3.28.17/v3.28.18?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| action | patch |

---

### Release Notes

<details>
<summary>github/codeql-action (github/codeql-action)</summary>

###
[`v3.28.18`](https://redirect.github.com/github/codeql-action/compare/v3.28.17...v3.28.18)

[Compare
Source](https://redirect.github.com/github/codeql-action/compare/v3.28.17...v3.28.18)

</details>

---

### Configuration

πŸ“… **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

β™» **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

πŸ‘» **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/AmadeusITGroup/otter).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4xNi4wIiwidXBkYXRlZEluVmVyIjoiNDAuMTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
0