Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 12, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
@amadeus-it-group/microfrontends 0.0.9 -> 0.0.10 age confidence peerDependencies patch
@amadeus-it-group/microfrontends 0.0.9 -> 0.0.10 age confidence dependencies patch
@amadeus-it-group/microfrontends 0.0.9 -> 0.0.10 age confidence devDependencies patch
@amadeus-it-group/microfrontends-angular 0.0.9 -> 0.0.10 age confidence peerDependencies patch
@amadeus-it-group/microfrontends-angular 0.0.9 -> 0.0.10 age confidence dependencies patch
bootstrap (source) 5.3.7 -> 5.3.8 age confidence devDependencies patch
bootstrap (source) 5.3.7 -> 5.3.8 age confidence dependencies patch
codecov/codecov-action v5.5.1 -> v5.5.2 age confidence action patch
github/codeql-action v3.31.5 -> v3.31.7 age confidence action patch v3.31.8

Release Notes

AmadeusITGroup/microfrontends (@​amadeus-it-group/microfrontends)

v0.0.10

Compare Source

Angular 21 support and new API for managing listen connection filters at runtime.

// new getter/setter
peer.connectionFilters; // get current filters
peer.connectionFilters = [
  /* filters */
]; // set new filters

// listen changes
peer.listen(); // will use existing filters and start listening
peer.listen(newFilters); // will replace filters and start listening
Features
  • add API to change listen connection filters (91e266c)
Fixes
  • clean up .listen() API types (d363169)
  • don't crash when trying to listen/connect in SSR environment (1aca6cc)
twbs/bootstrap (bootstrap)

v5.3.8

Compare Source

What's Changed

Dependencies

New Contributors

Full Changelog: twbs/bootstrap@v5.3.7...v5.3.8

codecov/codecov-action (codecov/codecov-action)

v5.5.2

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.1..v5.5.2

github/codeql-action (github/codeql-action)

v3.31.7

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.31.7 - 05 Dec 2025
  • Update default CodeQL bundle version to 2.23.7. #​3343

See the full CHANGELOG.md for more information.

v3.31.6

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.31.6 - 01 Dec 2025

No user facing changes.

See the full CHANGELOG.md for more information.


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 if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner December 12, 2025 13:37
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Dec 12, 2025
@nx-cloud
Copy link

nx-cloud bot commented Dec 12, 2025

View your CI Pipeline Execution ↗ for commit 9250b4a

Command Status Duration Result
nx run-many --target=test-e2e ✅ Succeeded 1m 56s View ↗
nx run-many --tui=false --target=build --projec... ✅ Succeeded <1s View ↗
nx run-many --target=build,build-swagger ✅ Succeeded 16m 25s View ↗
nx affected --target=lint --configuration ci ✅ Succeeded 15m 17s View ↗
nx affected --target=test --collectCoverage --c... ✅ Succeeded 9m 6s View ↗
nx run ama-sdk-schematics:build-swagger ✅ Succeeded 3m View ↗
nx run-many --target=documentation ✅ Succeeded 1m 35s View ↗
nx affected --target=package-github-action ✅ Succeeded 2m 1s View ↗

☁️ Nx Cloud last updated this comment at 2025-12-16 14:24:18 UTC

@github-actions
Copy link

github-actions bot commented Dec 12, 2025

⚠️ Yarn detected 2 errors during the install process.


List of reported errors
Error Description
YN0060 bootstrap is listed by your project with version 5.3.8 (p42d4f0), which doesn't satisfy what @design-factory/design-factory requests (5.3.7).
YN0060 bootstrap is listed by your project with version 5.3.8 (p73d0cf), which doesn't satisfy what @design-factory/design-factory requests (5.3.7).

"devDependencies": {
"@amadeus-it-group/kassette": "^1.7.0",
"@angular-devkit/architect": "~0.2003.11",
"@angular-devkit/architect": "0.2003.13",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we are still facing the issue with the ~ being removed for this package

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If I remember well, @fpaul-1A said that it is the only solution to fix it because of the strange versioning of Angular devkit packages

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the only working solution I found is to use regex manager which doesn't support ranges

@codecov
Copy link

codecov bot commented Dec 12, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 70.52%. Comparing base (de9f938) to head (9250b4a).
✅ All tests successful. No failed tests found.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

cpaulve-1A
cpaulve-1A previously approved these changes Dec 15, 2025
@renovate renovate bot dismissed stale reviews from cpaulve-1A and matthieu-crouzet via 77cd4eb December 15, 2025 14:32
@renovate renovate bot force-pushed the renovate/main-patch-patch-dependencies branch 3 times, most recently from d17a642 to 68968d2 Compare December 16, 2025 09:40
@renovate renovate bot force-pushed the renovate/main-patch-patch-dependencies branch from 68968d2 to 9250b4a Compare December 16, 2025 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment