-
Notifications
You must be signed in to change notification settings - Fork 22
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
Update dependency karma-coverage-istanbul-reporter to v3 #4063
Merged
olusegz07
merged 2 commits into
master
from
renovate/karma-coverage-istanbul-reporter-3.x
Feb 10, 2025
Merged
Update dependency karma-coverage-istanbul-reporter to v3 #4063
olusegz07
merged 2 commits into
master
from
renovate/karma-coverage-istanbul-reporter-3.x
Feb 10, 2025
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3993010
to
1cf02c2
Compare
f6bb88f
to
cbd351f
Compare
Plan Result (aat)
Change Result (Click me) # azurerm_application_insights.appinsight will be updated in-place
~ resource "azurerm_application_insights" "appinsight" {
id = "/subscriptions/1c4f0704-a29e-403d-b719-b90c34ef14c9/resourceGroups/xui-webapp-aat/providers/Microsoft.Insights/components/xui-webapp-appinsights-aat-classic"
name = "xui-webapp-appinsights-aat-classic"
tags = {
"application" = "expert-ui"
"autoShutdown" = "true"
"builtFrom" = "https://github.com/HMCTS/rpx-xui-webapp.git"
"businessArea" = "CFT"
"contactSlackChannel" = "#xui-pipeline"
"environment" = "staging"
"managedBy" = "Expert UI"
}
# (15 unchanged attributes hidden)
}
# module.application_insights.azurerm_application_insights.this will be updated in-place
~ resource "azurerm_application_insights" "this" {
id = "/subscriptions/1c4f0704-a29e-403d-b719-b90c34ef14c9/resourceGroups/xui-webapp-aat/providers/Microsoft.Insights/components/xui-webapp-appinsights-aat"
name = "xui-webapp-appinsights-aat"
tags = {
"application" = "expert-ui"
"autoShutdown" = "true"
"builtFrom" = "https://github.com/HMCTS/rpx-xui-webapp.git"
"businessArea" = "CFT"
"contactSlackChannel" = "#xui-pipeline"
"environment" = "staging"
"managedBy" = "Expert UI"
}
# (16 unchanged attributes hidden)
}
# module.redis6-cache.azurerm_redis_cache.redis will be updated in-place
~ resource "azurerm_redis_cache" "redis" {
id = "/subscriptions/1c4f0704-a29e-403d-b719-b90c34ef14c9/resourceGroups/rpx-mc-redis6-cache-aat/providers/Microsoft.Cache/redis/xui-webapp-aat"
name = "xui-webapp-aat"
tags = {
"application" = "expert-ui"
"autoShutdown" = "true"
"builtFrom" = "https://github.com/HMCTS/rpx-xui-webapp.git"
"businessArea" = "CFT"
"contactSlackChannel" = "#xui-pipeline"
"environment" = "staging"
"managedBy" = "Expert UI"
}
# (21 unchanged attributes hidden)
~ redis_configuration {
~ maxfragmentationmemory_reserved = 1330 -> 642
~ maxmemory_delta = 1330 -> 642
~ maxmemory_reserved = 1330 -> 642
# (9 unchanged attributes hidden)
}
}
Plan: 0 to add, 3 to change, 0 to destroy. |
Plan Result (prod)
Change Result (Click me) # azurerm_application_insights.appinsight will be updated in-place
~ resource "azurerm_application_insights" "appinsight" {
id = "/subscriptions/8999dec3-0104-4a27-94ee-6588559729d1/resourceGroups/xui-webapp-prod/providers/Microsoft.Insights/components/xui-webapp-appinsights-prod-classic"
name = "xui-webapp-appinsights-prod-classic"
tags = {
"application" = "expert-ui"
"builtFrom" = "https://github.com/HMCTS/rpx-xui-webapp.git"
"businessArea" = "CFT"
"contactSlackChannel" = "#xui-pipeline"
"environment" = "production"
"managedBy" = "Expert UI"
}
# (15 unchanged attributes hidden)
}
# module.application_insights.azurerm_application_insights.this will be updated in-place
~ resource "azurerm_application_insights" "this" {
id = "/subscriptions/8999dec3-0104-4a27-94ee-6588559729d1/resourceGroups/xui-webapp-prod/providers/Microsoft.Insights/components/xui-webapp-appinsights-prod"
name = "xui-webapp-appinsights-prod"
tags = {
"application" = "expert-ui"
"builtFrom" = "https://github.com/HMCTS/rpx-xui-webapp.git"
"businessArea" = "CFT"
"contactSlackChannel" = "#xui-pipeline"
"environment" = "production"
"managedBy" = "Expert UI"
}
# (16 unchanged attributes hidden)
}
# module.redis6-cache.azurerm_redis_cache.redis will be updated in-place
~ resource "azurerm_redis_cache" "redis" {
id = "/subscriptions/8999dec3-0104-4a27-94ee-6588559729d1/resourceGroups/rpx-mc-redis6-cache-prod/providers/Microsoft.Cache/redis/xui-webapp-prod"
name = "xui-webapp-prod"
tags = {
"application" = "expert-ui"
"builtFrom" = "https://github.com/HMCTS/rpx-xui-webapp.git"
"businessArea" = "CFT"
"contactSlackChannel" = "#xui-pipeline"
"environment" = "production"
"managedBy" = "Expert UI"
}
# (21 unchanged attributes hidden)
~ redis_configuration {
~ maxfragmentationmemory_reserved = 1330 -> 642
~ maxmemory_delta = 1330 -> 642
~ maxmemory_reserved = 1330 -> 642
# (9 unchanged attributes hidden)
}
}
Plan: 0 to add, 3 to change, 0 to destroy. |
d9127b1
to
4f104e7
Compare
StoneBenHMCTS
approved these changes
Feb 10, 2025
anthonydummer
approved these changes
Feb 10, 2025
olusegz07
added a commit
that referenced
this pull request
Feb 10, 2025
commit 3713c1c Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Mon Feb 10 12:16:34 2025 +0000 Update dependency puppeteer to v24 (#4236) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Olu <[email protected]> commit 3909631 Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Mon Feb 10 12:15:43 2025 +0000 Update dependency org.slf4j:slf4j-simple to v2 (#4075) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Olu <[email protected]> Co-authored-by: olusegun odunukan <[email protected]> commit d470bf0 Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Mon Feb 10 12:15:04 2025 +0000 Update dependency uuid to v11 (#4081) * Update dependency uuid to v11 * Update yarn.lock --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Olu <[email protected]> Co-authored-by: olusegun odunukan <[email protected]> commit aff4b23 Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Mon Feb 10 12:14:31 2025 +0000 Update dependency karma-coverage-istanbul-reporter to v3 (#4063) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Olu <[email protected]> commit 0a846c0 Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Mon Feb 10 12:14:01 2025 +0000 Update dependency mocha to v10 (#4068) * Update dependency mocha to v10 * Update yarn.lock * Update dependency mocha to v10 * Update yarn.lock * Update yarn.lock * Update yarn.lock * Update yarn.lock * Update yarn.lock --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: olusegun odunukan <[email protected]> Co-authored-by: Olu <[email protected]> commit c944298 Author: Ben Stone <[email protected]> Date: Mon Feb 10 11:53:09 2025 +0000 WIP:updates sign out link to be keyboard navigable (#4240) * updates sign out link to be keyboard navigable * updates link so that is keyboard clickable * puts tab index back in * removes install file --------- Co-authored-by: RiteshHMCTS <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
aat/add-or-update
dependencies
Pull requests that update a dependency file
ns:xui
prd:xui
prod/add-or-update
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
~2.1.0
->~3.0.0
Release Notes
mattlewis92/karma-coverage-istanbul-reporter (karma-coverage-istanbul-reporter)
v3.0.3
Compare Source
v3.0.2
Compare Source
v3.0.1
Compare Source
v3.0.0
Compare Source
⚠ BREAKING CHANGES
Features
Configuration
📅 Schedule: Branch creation - "after 7am and before 11am every weekday" in timezone Europe/London, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.