chore: Update all minor dependency updates #159
+1,725
−1,143
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:
1.7.1
->1.8.0
^0.28.0
->^0.29.0
1.2.0
->1.3.0
^0.15.0
->^0.16.0
^0.11.5
->^0.12.0
^0.3.67
->^0.4.0
^0.23.0
->^0.24.0
1.24.0
->1.25.0
1.27.1
->1.28.0
1.26.2
->1.27.0
1.26.2
->1.27.0
1.6.1
->1.7.0
19.5.0
->19.6.0
19.5.0
->19.6.0
Release Notes
backstage/backstage (@backstage/catalog-client)
v1.8.0
Compare Source
Minor Changes
656d1ef
: Internal update to use the updated generated code frombackstage-cli package schema openapi generate --client-package ...
.31c4fe0
: The client now automatically splits up very largegetEntitiesByRefs
calls into several smaller requests behind the scenes when needed. This ensures that each individual request does not exceed common Express.js request body limits or overload the server.Patch Changes
873f89a
: Fix for certain filter fields in thecatalogApiMock
being case sensitive.backstage/backstage (@backstage/cli)
v0.29.1
Compare Source
Published a new
@backstage/backend-test-utils
package, which is a package for backend test utilities.v0.29.0
Compare Source
Minor Changes
bc47b17
: BREAKING: Updates ESLint config to ignore all generated source code undersrc/**/generated/**/*.ts
.6819f8c
: Added a new optimization to therepo test
command that will filter out unused packages in watch mode if all provide filters are paths that point from the repo root. This significantly speeds up running individual tests from the repo root in a large workspace, for example:yarn test packages/app/src/App.test.tsx
d849865
: The package packing now populatestypesVersions
for additional entry points rather than using additionalpackage.json
files for type resolution. This improves auto completion of separate entry points when consuming published packages.bc71665
: BREAKING: TheLEGACY_BACKEND_START
flag has been removed, along with support forsrc/run.ts
as the development entry point.Patch Changes
4046d53
: Fixed an issue where the--successCache
option for therepo test
andrepo lint
commands would be include the workspace path in generated cache keys. This previously broke caching in environments where the workspace path varies across builds.4a378d3
: Fix dev server reloads of plugin discovery for new frontend system.28b60ad
: The check forreact-dom/client
in the Jest configuration will now properly always run from the target directory.6b2888c
: Fixed an issue with the--successCache
flag forrepo test
where the tree hash for the wrong package directory would sometimes be used to generate the cache key.e30b65d
: Added--alwaysPack
as a replacement for the now hidden--alwaysYarnPack
flag for thebuild-workspace
command.be0278e
: Removed circular importa7f97e4
: Added a new"rejectFrontendNetworkRequests"
configuration flag that can be set in the"jest"
field in the rootpackage.json
:This flag causes rejection of any form of network requests that are attempted to be made in frontend or common package tests. This flag can only be set in the root
package.json
and can not be overridden in individual package configurations.6c48ebd
: Add--max-warnings -1
support tobackstage-cli package lint
04297a0
: The--successCache
option for therepo test
andrepo lint
commands now use an additive store that keeps old entries around for a week before they are cleaned up automatically.a2f0559
: When using the experimental Rspack flag the app build and dev server now injects configuration via a<script type="backstage.io/config">...</script>
tag inindex.html
rather than theprocess.env.APP_CONFIG
definition, which will now be defined as an empty array instead.This requires the app to be using the config loader from the 1.31 release of Backstage. Make sure your app is using at least that version if you are upgrading to this version of the CLI.
If you have copied the implementation of the
defaultConfigLoader
, make sure to update it to the new implementation. In particular the config loader needs to be able to read configuration fromscript
tags with the typebackstage.io/config
.b4627f2
: Fixed an issue where theraw-loader
for loading HTML templates was not resolved from the context of the CLI package.cd1ef2b
: Updated dependencyvite
to^5.0.0
.23f1da2
: Updated dependencyts-morph
to^24.0.0
.b533056
: Updated dependencycss-loader
to^7.0.0
.be008c3
: Updated dependency@module-federation/enhanced
to^0.7.0
.6266ed3
: Updated dependencydel
to^8.0.0
.4046d53
: Fixed an issue with therepo lint
command where the cache key for the--successCache
option would not properly ignore files that should be ignored according to.eslintignore
s.e19c53c
: Fix for the--link
flag forpackage start
to deduplicatereact-router
andreact-router-dom
.17850a5
: Update upgrade-helper link inversions:bump
command to includeyarnPlugin
parameter when the yarn plugin is installed09ea093
: Fixed an issue where.css
style injection would fail for published packages.702f41d
: Bumped dev dependencies@types/node
5d74716
: Remove unused backend-common dependencyb084f5a
: Bump the Webpack dependency range to^5.94.0
, as our current configuration is not compatible with some older versions.e565f73
: Added support for.webp
files in the frontend tooling.946fa34
: Added a new--link <workspace-path>
option for frontend builds that allow you to override module resolution to link in an external workspace at runtime.As part of this change the Webpack linked workspace resolution plugin for frontend builds has been removed. It was in place to support the old workspace linking where it was done by Yarn, which is no longer a working option.
Updated dependencies
backstage/backstage (@backstage/config)
v1.3.0
Compare Source
Minor Changes
d52d7f9
: MakereadDurationFromConfig
support both ISO and ms formats as well, to make it easier to enter time as an end userPatch Changes
backstage/backstage (@backstage/core-components)
v0.16.0
Compare Source
Minor Changes
dc409c5
: The SupportButton component will now be hidden if no support config is specified in app-configPatch Changes
0f18340
: Change core component Table tool bar search box to the a appropriate Search icon and textaf9097e
: Adds the ability to mock a media query per break point and to change the active break point during a test. Usage example:Updated dependencies
backstage/backstage (@backstage/plugin-api-docs)
v0.12.0
Compare Source
Minor Changes
6836522
: Added support for pagination in api-docs plugin - DefaultApiExplorerPagePatch Changes
11f57de
: bump@asyncapi/react-component
to latest2.x
3cd1dee
: Uses theme values to style the API definition schema so that theme overrides apply.v0.11.11
Compare Source
Patch Changes
e969dc7
: Move@types/react
to a peer dependency.46b5a20
: Empty states updated with external link icon for learn more linksv0.11.10
Compare Source
Patch Changes
46b5a20
: Empty states updated with external link icon for learn more linksv0.11.9
Compare Source
Patch Changes
fec8b57
: Updated exports to use the new type parameters for extensions and extension blueprints.836127c
: Updated dependency@testing-library/react
to^16.0.0
.8a474f2
: Updating docs to usecreateFrontendModule
insteadv0.11.8
Compare Source
Patch Changes
770ba02
:ConsumingComponentsCard
andProvidingComponentsCard
will now optionally acceptcolumns
to override which table columns are displayedfe1fbb2
: Migrating usages of the deprecatedcreateExtension
v1
format to the newerv2
format, and oldcreate*Extension
extension creators to blueprints.ebfeb40
: Addedresolvers
prop toAsyncApiDefinitionWidget
. This allows to override the default http/https resolvers, for example to add authentication to requests to internal schema registries.4b6d2cb
: Updated dependency@graphiql/react
to^0.23.0
.6582799
: AddtableOptions
to all tables and additionallytitle
to API tables.backstage/backstage (@backstage/plugin-auth-backend)
v0.24.0
Compare Source
Minor Changes
75168e3
: BREAKING: The AWS ALBfullProfile
will no longer have the its username or email converted to lowercase. This is to ensure unique handling of the users. You may need to update and configure a custom sign-in resolver or profile transform as a result.Patch Changes
d52d7f9
: Support ISO and ms string forms of durations in config too4e58bc7
: Upgrade to uuid v11 internallybackstage/backstage (@backstage/plugin-catalog)
v1.25.0
Compare Source
Minor Changes
50df3c8
: - Updated EntityLayout component to implement breadcrumb navigation based on the entity relations.79e9631
: AllowOffsetPaginatedCatalogTable
to configure Table options andCursorPaginatedCatalogTable
to configurepaginationPosition
.Patch Changes
2a67594
: Fixed an issue causing theCatalogIndexPage
to not properly filter results when using offset pagination.backstage/backstage (@backstage/plugin-catalog-backend)
v1.28.0
Compare Source
Minor Changes
39fd704
: Internal update to use the new generated server types frombackstage-cli package schema openapi generate --server
.76857da
: Addedentity_ref
column tofinal_entities
in order to moverefresh_state
away from the read path34d4360
: Drop redundant indices from the database.The following redundant indices are removed in this version:
final_entities_entity_id_idx
- overlaps withfinal_entities_pkey
refresh_state_entity_id_idx
- overlaps withrefresh_state_pkey
refresh_state_entity_ref_idx
- overlaps withrefresh_state_entity_ref_uniq
search_key_idx
andsearch_value_idx
- these were replaced by the composite indexsearch_key_value_idx
in #22594No negative end user impact is expected, but rather that performance should increase due to less index churn.
Patch Changes
d52d7f9
: Support ISO and ms string forms of durations in config toob89834b
: Fixed an issue where entities would not be marked for restitching if only the target of a relationship changed.1bf02cc
: Fixed bug when searching an entity byspec.profile.displayName
in the catalog on the frontend. Text filter fields were not applied correctly to the database query resulting in empty results.4e58bc7
: Upgrade to uuid v11 internally5efde17
: Internal refactor to slightly speed up the processing loopbackstage/backstage (@backstage/plugin-scaffolder)
v1.27.0
Compare Source
Minor Changes
f61d4cc
: Add scaffolder permissionscaffolder.template.management
for accessing the template management features69fb6e7
: FixcontextMenu
not being disabled bug in new scaffolder pagesPatch Changes
99471cd
: fix(scaffolder): useonInputChange
inRepoUrlPicker
to fix issue with the value not updating properly8e4bed4
: Updated dependencyidb-keyval
to5.1.5
.7669af3
: Revert the change of the option label forEntityPicker
backstage/backstage (@backstage/plugin-scaffolder-backend)
v1.27.0
Compare Source
Minor Changes
0587633
: Bumped theisolated-vm
dependency from v4 to v5, which drops support for Node.js v16.e61d5ef
: BREAKING EXPERIMENTAL: Thecheckpoint
method now takes an object instead of previous arguments.You can also now return
void
from the checkpoint if the method returnsvoid
inside thecheckpoint
handler.Patch Changes
6aa5b98
: Fix tasks listing with postgres59137ff
: Fix issue with token not being available because it's now non-enumerablec5e39e7
: Internal refactor to use the deferred from the types packagee4f5d95
: Align with type declaration of template filter/global function by supporting undefined as return value.d52d7f9
: Support ISO and ms string forms of durations in config too7ab3371
: ModifiedcreateDryRunner
and corresponding route to includetemplateMetaData
inside thetemplateInfo
. This allows custom action writers to access things liketemplateInfo.entity.metadata.name
via the action context while executing templates using the dry run framework.4e58bc7
: Upgrade to uuid v11 internally2dae341
: Add newfs:readdir
action to list current content of the workspace97ba58f
: Add example template for notification sendingbackstage/backstage (@backstage/plugin-search-backend)
v1.7.0
Compare Source
Minor Changes
39fd704
: Internal update to use the new generated server types frombackstage-cli package schema openapi generate --server
.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.