chore: Update all minor dependency updates #178
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:
^0.7.0
->^0.14.0
1.8.0
->1.10.0
1.5.12
->1.6.5
^0.8.1
->^0.12.0
1.2.0
->1.4.2
1.9.1
->1.11.0
^0.28.2
->^0.34.0
1.15.1
->1.18.0
^0.15.1
->^0.17.0
^0.11.11
->^0.12.0
^0.3.76
->^0.5.0
^0.23.1
->^0.25.0
^0.5.3
->^0.6.0
1.27.0
->1.31.2
1.31.0
->1.32.1
^0.12.5
->^0.13.0
1.15.1
->1.20.1
^0.6.0
->^0.7.0
^0.8.1
->^0.9.0
^0.8.4
->^0.10.0
^0.5.7
->^0.6.0
1.28.0
->1.34.0
1.8.6
->1.9.3
1.12.3
->1.14.1
1.2.14
->1.3.2
19.6.1
->19.8.1
19.6.0
->19.8.1
19.7.0
->19.8.1
3.4.2
->3.7.1
8.1.7
->8.2.3
15.4.3
->15.5.2
2.7.0
->2.10.5
8.13.1
->8.16.3
6.28.0
->6.30.1
6.28.0
->6.30.1
~5.7.0
->~5.9.0
4.6.0
->4.9.4
3.24.1
->3.25.76
Release Notes
backstage/community-plugins (@backstage-community/plugin-github-actions)
v0.14.0
Compare Source
Minor Changes
0493206
: Backstage version bump to v1.42.3v0.13.1
Compare Source
Patch Changes
e6e4a9d
: Add workflow age field to help indicate when the workflow last ranv0.13.0
Compare Source
Minor Changes
624c181
: Backstage version bump to v1.41.1Patch Changes
b41b1f0
: Change default branch to be that of the target repository instead of assuming it is using master.337f19a
: Resolve visual issue caused by the centering of the Workflow Status was done inside the component instead of controlled by the wrapper object. This led to case where when viewing 'Workflow run details' the status was centered when all other content was left aligned.v0.12.0
Compare Source
Minor Changes
8b45679
: Backstage version bump to v1.40.2v0.11.1
Compare Source
Patch Changes
dd3519b
: Fixed an issue where branches were fetched unnecessarily by certain components.v0.11.0
Compare Source
Minor Changes
f1e2943
: Backstage version bump to v1.39.0v0.10.0
Compare Source
Minor Changes
5041897
: Backstage version bump to v1.38.1v0.9.2
Compare Source
Patch Changes
58c5ad5
: Start pagination at page 1 inapi.listBranches
to avoid duplicate branches in WorkflowRunsCard.v0.9.1
Compare Source
Patch Changes
4aad9f3
: remove unused devDependencycanvas
v0.9.0
Compare Source
Minor Changes
5ca4b72
: Backstage version bump to v1.37.0v0.8.0
Compare Source
Minor Changes
435f142
: Backstage version bump to v1.36.0v0.7.2
Compare Source
Patch Changes
58d4734
: Fixed plugin setup documentation to show example of use with availability check in the catalog EntityPagebackstage/community-plugins (@backstage-community/plugin-tech-radar)
v1.10.0
Compare Source
Minor Changes
fe6d855
: Backstage version bump to v1.42.3Patch Changes
fe6d855
]v1.9.0
Compare Source
Minor Changes
8a9d386
: Backstage version bump to v1.41.1Patch Changes
8a9d386
]backstage/backstage (@backstage/app-defaults)
v1.6.5
Compare Source
Patch Changes
v1.6.4
Compare Source
Patch Changes
v1.6.3
Compare Source
Patch Changes
v1.6.2
Compare Source
Patch Changes
v1.6.1
Compare Source
Patch Changes
a47fd39
: Removes instances of default React imports, a necessary update for the upcoming React 19 migration.https://legacy.reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html
Updated dependencies
v1.6.0
Compare Source
Minor Changes
12f8e01
: BREAKING: The defaultDiscoveryApi
implementation has been switched to useFrontendHostDiscovery
, which adds support for thediscovery.endpoints
configuration.This is marked as a breaking change because it will cause any existing
discovery.endpoints
configuration to be picked up and used, which may break existing setups.For example, consider the following configuration:
This will now cause requests from the frontend towards the
catalog
plugin to be routed tohttps://catalog.internal.acme.org/api/catalog
, but this might not be reachable from the frontend. To fix this, you should update thediscovery.endpoints
configuration to only override the internal URL of the plugin:Patch Changes
v1.5.17
Compare Source
Patch Changes
58ec9e7
: Removed older versions of React packages as a preparatory step for upgrading to React 19. This commit does not introduce any functional changes, but removes dependencies on previous React versions, allowing for a cleaner upgrade path in subsequent commits.v1.5.16
Compare Source
Patch Changes
v1.5.15
Compare Source
Patch Changes
v1.5.14
Compare Source
v1.5.13
Compare Source
Patch Changes
backstage/backstage (@backstage/backend-defaults)
v0.12.0
Compare Source
Minor Changes
133519b
: feat: new cache managerInfinispan Data Grid
Patch Changes
caee2eb
: Fixed WinstonLogger throwing when redactions were null or undefineded74af5
: Fixed bug in PackageDiscoveryService where packages with "exports" field caused ERR_PACKAGE_PATH_NOT_EXPORTED error during backend startup.3a7dad9
: Updatedbetter-sqlite3
to v12v0.11.1
Compare Source
Patch Changes
ead925a
: Add a standardtoString
on credentials objectse0189b8
: UrlReader: Fix handling of access tokens for GitLab readURL requestsd1e4a6d
: Fixed bug where the GitLab user token and GitLab integration token were being merged togetherv0.11.0
Compare Source
Minor Changes
3ccb7fc
: Enhanced error handling in the auditor service factory to pass errors as objects. Aligned WinstonRootAuditorService with the default service factory's error handling.Patch Changes
1220cf8
: Added new rate limit middleware to allow rate limiting requests to the backendIf you are using the
configure
callback of the root HTTP router service and do NOT callapplyDefaults()
inside it, please see the relevant changes that were made, to see if you want to apply them as well to your custom configuration.Rate limiting can be turned on by adding the following configuration to
app-config.yaml
:Plugin specific rate limiting can be configured by adding the following configuration to
app-config.yaml
:c999c25
: Added some default implementations for the experimentalActionsService
andActionsRegistryService
under/alpha
that allow registration of actions for a particular plugin.Updated dependencies
v0.10.0
Compare Source
Minor Changes
d385854
: BREAKING: TheDefaultSchedulerService
constructor options now requiresRootLifecycleService
,HttpRouterService
, andPluginMetadataService
fields.The scheduler will register a REST API for listing and triggering tasks. Please see the scheduler documentation for more details about this API.
Patch Changes
1e06afd
:GithubUrlReader
's search detects glob-patterns supported byminimatch
, instead of just detecting*
and?
characters.For example, this allows to search for patterns like
{C,c}atalog-info.yaml
.acea1d4
: update documentation72d019d
: Removed various typosc6bc67d
: Added Valkey support alongside Redis in backend-defaults cache clients, using the new Keyv Valkey package. Also extended backend-test-utils to support Valkey in tests.36f77e9
: Bug fix: Pass user provided token through to gitlab url resolvers0e7a640
: TheGithubUrlReader
will now use the token fromoptions
when fetching repo detailsUpdated dependencies
v0.9.0
Compare Source
Minor Changes
1daedce
: Remove Throttle of Bitbucket Server API calls01edf6e
: Allow pass through of redis client and cluster options to Cache core servicecf4eb13
: Addedactor
property toBackstageUserPrincipal
containing the subject of the last service (if any) who performed authentication on behalf of the user.Patch Changes
7c6740e
: Implemented SRV lookup support in the defaultHostDiscovery
. You can now specify internal URLs on the formhttp+srv://some-srv-name/api/{{pluginId}}
and they will be resolved in real time.939116c
: Added an optionalbackend.trustProxy
app config value, which sets thecorresponding Express.js
trust proxy
setting. This letsyou easily configure proxy trust without making a custom
configure
callbackfor the
rootHttpRouter
service.If you already are using a custom
configure
callback, and if that also does not callapplyDefaults()
, you may want to add the following to it:175528c
: Addsbackend.auditor.severityLogLevelMappings
to map severity levels to log levels.Updated dependencies
v0.8.2
Compare Source
Patch Changes
e293b66
: The default auditor service implementation will now log low severity events withdebug
level instead ofinfo
.f422984
: Remove unused dependenciesecb9bab
: Explicitly stringify extra logger fields withJSON.stringify
to prevent[object Object]
errors.12f8e01
: Thediscovery.endpoints
configuration no longer requires bothinternal
andexternal
target when using the object form, instead falling back to the default.89db8b8
:GerritUrlReader
is now able tosearch
files matching a given pattern URL (usingminimatch
glob patterns).This allows the Gerrit Discovery to find all Backstage manifests inside a repository using the
**/catalog-info.yaml
pattern.Updated dependencies
backstage/backstage (@backstage/backend-plugin-api)
v1.4.2
Compare Source
Patch Changes
v1.4.1
Compare Source
Patch Changes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.