-
Notifications
You must be signed in to change notification settings - Fork 153
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
fix(deps): update all non-major dependencies #49
Merged
Merged
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
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
4 times, most recently
from
December 17, 2022 02:33
9033f45
to
b206b8b
Compare
renovate
bot
changed the title
chore(deps): update all non-major dependencies
fix(deps): update all non-major dependencies
Dec 17, 2022
renovate
bot
changed the title
fix(deps): update all non-major dependencies
Update all non-major dependencies
Dec 17, 2022
renovate
bot
changed the title
Update all non-major dependencies
fix(deps): update all non-major dependencies
Dec 17, 2022
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
6 times, most recently
from
December 22, 2022 16:39
f1b48cf
to
b505752
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
5 times, most recently
from
January 1, 2023 17:39
75dce53
to
def22fb
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
6 times, most recently
from
January 11, 2023 23:08
9ffa16c
to
889b58d
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
6 times, most recently
from
January 18, 2023 13:19
f331a6a
to
820f47d
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
3 times, most recently
from
January 24, 2023 20:56
ff59d7c
to
8cc461b
Compare
Signed-off-by: Renovate Bot <[email protected]>
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
January 25, 2023 00:03
8cc461b
to
d971f33
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. ⚠ Warning: custom changes will be lost. |
tumido
force-pushed
the
renovate/all-minor-patch
branch
2 times, most recently
from
January 25, 2023 16:38
0cea957
to
958f8fe
Compare
tumido
approved these changes
Jan 25, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
Signed-off-by: Tomas Coufal <[email protected]>
tumido
force-pushed
the
renovate/all-minor-patch
branch
from
January 25, 2023 16:57
958f8fe
to
ff0e0b3
Compare
mareklibra
referenced
this pull request
in mareklibra/janus-idp-backstage-plugins
Apr 5, 2023
jkilzi
pushed a commit
to jkilzi/janus-idp-backstage-plugins
that referenced
this pull request
Dec 17, 2023
jkilzi
pushed a commit
to jkilzi/janus-idp-backstage-plugins
that referenced
this pull request
Jan 12, 2024
jkilzi
pushed a commit
to jkilzi/janus-idp-backstage-plugins
that referenced
this pull request
Jan 16, 2024
openshift-merge-bot bot
pushed a commit
that referenced
this pull request
Jan 17, 2024
* feat(orchestrator): add orchestrator plugins Squashed and rebased. Credits to - Guilherme Caponetto - Tiago Dolphine - Michael Anstis who did the work before squash and rebase. * feat(orchestrator): enable dynamic plugin * fix(orchestrator): load HostDirectory from backend-app-api (#28) Signed-off-by: Moti Asayag <[email protected]> (cherry picked from commit 3ba02c6) * fix(orchestrator): make the port config optional (#38) * feat(orchestrator): handle assessment workflow and make optional the workflowsSource config (#35) * feat: issue FLPATH-591 - Add assessment workflow type and display outputs (#21) * Configure for assessment swf * filter assessment on workflow definition page * workflow columns * workflow columns * workflow columns * workflow filter * feat: Render assessment results supporting dynamic categories * issue FLPATH-657: workflow label * Revert "Configure for assessment swf" This reverts commit b4048e1. * Revert sonata service port * Add key for workflow options category * Fix workflow execution from choose btn * Fix review comments * address comments * Fix review comment to switch to useRouteRef * fix review comments * fix review comments --------- Co-authored-by: richardwang98 <[email protected]> * feat: make optional the workflowsSource config (#25) --------- Co-authored-by: anludke <[email protected]> * feat(orchestrator): add backend endpoint for getting workflows from data index service (#39) * feat: add backend for getting work flows from data index service * feat: cherrypick - add backend for getting work flows from data index service * feat: cherrypick - add backend for getting work flows from data index service * feat: cherrypick - add backend for getting work flows from data index service * chore(orchestrator): update dependencies * feat(orchestrator): orchestrator plugin entry page & workflows table (#31) https://issues.redhat.com/browse/FLPATH-686 https://issues.redhat.com/browse/FLPATH-682 * feat: introduced the workflows/overview endpoint (#36) * FLPATH-702 : New endpoint to fetch workflow overview * FLPATH-702 : iterate through all elements instead of picking the first element * modified the map method * calculate avg execution time change * Add log message when http calls failing * Fix lint issues * rename variable * paginated graphql object fetch * Include workflowId in the result object * Renamed to description * to epoc timestamp * suppress eslint warning * epoc number to string * make all string fields optional * use a simple for loop * extracted to a new method * rename to lastTriggeredMs * include uri in the WorkflowOverview type * mark avgDurationMs as optional * feat(orchestrator): introduced `workflows/:workflowId/overview` endpoint (#40) * FLPATH-702 : New endpoint to fetch workflow overview * FLPATH-702 : iterate through all elements instead of picking the first element * modified the map method * calculate avg execution time change * Add log message when http calls failing * Fix lint issues * rename variable * paginated graphql object fetch * Include workflowId in the result object * Renamed to description * to epoc timestamp * suppress eslint warning * epoc number to string * make all string fields optional * use a simple for loop * extracted to a new method * rename to lastTriggeredMs * include uri in the WorkflowOverview type * mark avgDurationMs as optional * fetch only one overview obj * fix(orchestrator): make the port config optional (#37) * feat(orchestrator): orchestrator plugin entry page & workflows table (#31) https://issues.redhat.com/browse/FLPATH-686 https://issues.redhat.com/browse/FLPATH-682 * removed unnecessary method --------- Co-authored-by: Guilherme Caponetto <[email protected]> Co-authored-by: Jonathan Kilzi <[email protected]> * feat(orchestrator): add Workflow Run List (#30) * feat(orchestrator): add Workflow Run List FLPATH-693 A component listing running workflows is added. * chore: move loading logic out of the OrchestratorPage * chore(orchestrator): implement the WorkflowViewerFormatter (#41) * chore: implement the WorkflowViewerFormatter: utility for converting WorkflowOverview backend data to data UI can display * removed redundant export and removed redundant 'Interface' suffix from DataFormatter interface name * Update plugins/orchestrator/src/dataFormatters/DataFormatter.ts Co-authored-by: Guilherme Caponetto <[email protected]> --------- Co-authored-by: Guilherme Caponetto <[email protected]> * feat(orchestrator): fetch data input schema from `/management/processes` (#45) * Fetch data input schema from /management/processes * Fix some code smells * Rename WorkflowProcess -> WorkflowInfo * feat(orchestrator): implement the workflow viewer new UX (#32) * feat(orechestrator): implement the workflow viewer new UX * code review fixes * visual fixes including skeleton for loading state * chore(orchestrator): Renames the components displaying the tabs content * chore(orchestrator): updates the OrchestratorClient Lazy loads the baseUrl Adds a method for calling GET /workflows/overview * feat(orchestrator): orchestrator workflow execution page (#46) Co-authored-by: Jonathan Kilzi <[email protected]> * chore(orchestrator): updates the stories grouping (#50) * chore(orchestrator): aligns the workflows table with the design (#51) * chore(orchestrator): add Category to the procesInstance result (#52) * fix(orchestrator): add links to workflows in the workflow list (#53) * feat: added color icon to workflow details page last run status field (#55) * feat(orchestrator): enable usage of local envelope for the workflow editor (#56) * feat(orchestrator): add business key to assessment and pass on to workflow options (#42) * feat(orchestrator): add page listing details of a workflow run (#49) * feat(orchestrator): add feature flag for developer mode and config to enable/disable the integration with catalog (#58) * feat(orchestrator): workflow editor modal (#59) * feat(orchestrator): fix missing workflow type in overview (#60) Signed-off-by: Gloria Ciavarrini <[email protected]> * fix(orchestrator): fix some code smells (#63) * fix(orchestrator): addresses sonarcloud issues (#65) * fix(orchestrator): addressed a couple of issues (#64) * fix(orchestrator): minor fixes (#67) * feat(orchestrator): refactoring to use data-index to fetch workflow definitions (#57) Co-authored-by: Guilherme Caponetto <[email protected]> * fix(orchestrator): fix sonar issue (#69) * feat(orchestrator): use assessment process id as bk for next workflows (#70) * feat(orchestrator): execute workflow page new UX (#68) * fix(orchestrator): theme for `monaco-editor` in `JsonTextAreaForm` component and mandatory `dataIndexService.url` (#71) * fix(orchestrator): remove dependency on devmode in the entity provider (#72) * fix(orchestrator): skip it if hardcoded specs do not exist (#74) * feat(orchestrator): execute workflow page polishing (#75) * feat(orchestrator): workflow instance result page (#73) * chore(orchestrator): add codeowners to orchestrator * fix(FLPATH-852): show WF description on the execution result page (#77) * chore(orchestrator): add OWNERS file to each orchestrator package * feat(orchestrator): migrates to the new UI (#78) --------- Signed-off-by: Gloria Ciavarrini <[email protected]> Co-authored-by: Moti Asayag <[email protected]> Co-authored-by: richard wang <[email protected]> Co-authored-by: anludke <[email protected]> Co-authored-by: rhkp <[email protected]> Co-authored-by: Jonathan Kilzi <[email protected]> Co-authored-by: Jude Niroshan <[email protected]> Co-authored-by: Marek Libra <[email protected]> Co-authored-by: Bat-Zion Rotman <[email protected]> Co-authored-by: yu zhao <[email protected]> Co-authored-by: Gloria Ciavarrini <[email protected]> Co-authored-by: Tiago Dolphine <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.16.0
->^0.18.0
^0.3.7
->^0.4.0
0.21.1
->0.22.1
^0.21.0
->^0.22.0
1.2.0
->1.4.0
1.0.8
->1.0.11
^0.4.2
->^0.5.0
^0.5.18
->^0.6.0
^0.5.1
->^0.6.0
1.2.2
->1.2.4
^0.17.1
->^0.18.0
14.1.3
->14.1.4
4.17.14
->4.17.16
4.17.31
->4.17.33
3.1.0
->3.2.0
18.11.13
->18.11.18
12.0.2
->12.3.0
12.4.0
6.1.0
->6.4.1
0.49.1
->0.49.3
13.2.9
->13.3.0
v18.12.1
->18.13.0
9.3.0
->9.3.1
1.15.2
->1.15.3
Release Notes
backstage/backstage (@backstage/backend-common)
v0.18.1
Compare Source
Added a new badges plugin, split into
@backstage/plugin-badges
and@backstage/plugin-badges-backend
.The badges plugin offers a set of badges that can be used outside of your backstage deployment, showing information related to data in the catalog, such as entity owner and lifecycle data.
v0.18.0
Compare Source
Minor Changes
5e2cebe
: BREAKING: Removed deprecatedread
method from theUrlReader
interface. All implementations should use thereadUrl
method instead.Migrated
UrlReader
and related types tobackend/backend-plugin-api
, types remain re-exported frombackend-common
for now.Patch Changes
0e63aab
: Internal refactor of the logger and configuration loading implementations.31e2309
: AddedlegacyPlugin
and the lower levelmakeLegacyPlugin
wrappers that convert legacy plugins to the new backend system. This will be used to ease the future migration to the new backend system, but we discourage use of it for now.8e06f3c
: AddedloggerToWinstonLogger
, which was moved from@backstage/backend-plugin-api
.2b1554c
: Replaced dependencies on theLogger
type fromwinston
withLoggerService
from@backstage/backend-plugin-api
. This is not a breaking change as theLoggerService
is a subset of theLogger
interface.5437fe4
: Migrated types related toTokenManagerService
,CacheService
andDatabaseService
into backend-plugin-api.6f02d23
: MovedPluginEndpointDiscovery
type from backend-common to backend-plugin-api.d592ec4
: Updated the logger created bycreateRootLogger
to make it possible to override the defaultservice
log label.b99c030
: Refactor to rely on@backstage/backend-app-api
for the implementation ofcreateServiceBuilder
.f23eef3
: Updated dependencybetter-sqlite3
to^8.0.0
.v0.17.0
Compare Source
Minor Changes
de8a975
: Changed to use nativeAbortController
andAbortSignal
from Node.js, insteadof the one from
node-abort-controller
. This is possible now that the minimumsupported Node.js version of the project is 16.
Note that their interfaces are very slightly different, but typically not in a
way that matters to consumers. If you see any typescript errors as a direct
result from this, they are compatible with each other in the ways that we
interact with them, and should be possible to type-cast across without ill
effects.
Patch Changes
d3fea4a
: Internal fixes to avoid implicit usage of globals98776e6
: Fixed GitlabUrlReader to include api tokens in API calls1f2b2de
: exported KubernetesContainerRunner, KubernetesContainerRunnerOptions, KubernetesContainerRunnerMountBase840f211
: FixGitlabUrlReader.readTree
bug when there were no matching commits20a5161
: Adds MySQL support for the catalog-backend3280711
: Updated dependencymsw
to^0.49.0
.9ce7866
: Updated dependency@kubernetes/client-node
to0.18.0
.3c1302c
: Updated dependency@types/http-errors
to^2.0.0
.6b82598
: Added the ability to understand Job Artifact URLs to the GitLab integrationdfc8edf
: Internal refactor to avoid usage of deprecated symbols.8015ff1
: Tweaked wording to use inclusive terminology8646067
: FixedSingleHostDiscovery
so that it properly handles single-stringbackend.listen
configurations such as:80
.backstage/backstage (@backstage/cli)
v0.22.1
Compare Source
Patch Changes
db2e137
: Removed unnecessary usage ofThemeProvider
from theExampleComponent
test in the plugin template.47c1070
: Fixed an issue where the CLI would fail to function when there was a mix of workspace and non-workspace versions of the same package inyarn.lock
when using Yarn 3.2b435be
: Updated backend plugin ID during creation to match user-entered input.4b57212
: Add experimental environment variable to enable caching for production builds.7b407b3
: Slightly improve readability of "base URL conflict" error handling codea62a1f9
: The frontend serve task now filters out allowed package duplicates during its package check, just likeversions:bump
andversions:check
.d06a789
: Removed unused packagetype-fest
7c8a974
: Therepo test
,repo lint
, andrepo build
commands will now analyzeyarn.lock
for dependency changes when searching for changed packages. This allows you to use the--since <ref>
flag even if you haveyarn.lock
changes.e1b71e1
: Workspace ranges are no longer considered invalid by version commands.v0.22.0
Compare Source
Minor Changes
736f893
: The Jest configuration that was previously enabled withBACKSTAGE_NEXT_TESTS
is now enabled by default. To revert to the old configuration you can now instead setBACKSTAGE_OLD_TESTS
.This new configuration uses the
babel
coverage provider rather thanv8
. It used to be thatv8
worked better when using Sucrase for transpilation, but now that we have switched to SWC,babel
seems to work better. In addition, the new configuration also enables source maps by default, as they no longer have a negative impact on code coverage accuracy, and it also enables a modified Jest runtime with additional caching of script objects.Patch Changes
91d050c
: changed tests created by create-plugin to follow eslint-rules best practices particularly testing-library/prefer-screen-queries and testing-library/render-result-naming-convention43b2b9c
: Removed the unused dependency on@sucrase/jest-plugin
.dd72114
: Updated Jest coverage configuration to only apply either in the root project or package configuration, depending on whether repo or package tests are run.5850ef9
: Fix webpack dev server issue where it wasn't servingindex.html
from correct endpoint on subsequent requests.b05dcd5
: Move thezod
dependency to a version that does not collide with other libraries459a345
: Bumpmsw
version in default plugin/app templatesc27eabe
: Adds new web-library package option when generating a new plugin8fffe42
: JSX and React Fast Refresh transforms are no longer enabled when bundling backend code.309f2da
: Updated dependencyesbuild
to^0.16.0
.ee14bab
: Updated dependencyminimatch
to5.1.1
and switch version range to^
.3280711
: Updated dependencymsw
to^0.49.0
.ed0cf59
: Updated dependency@rollup/plugin-commonjs
to^23.0.0
.16b7c2f
: Updated dependency@rollup/plugin-yaml
to^4.0.0
.086c0bb
: Updated dependency@rollup/plugin-json
to^5.0.0
.8015ff1
: Tweaked wording to use inclusive terminologyd9d9a7a
: Removed all copyright notices from package templates.8e0358e
: Added--skip-install
parameter tobackstage-cli versions:bump
backstage/backstage (@backstage/core-app-api)
v1.4.0
Compare Source
Minor Changes
bca8e8b
: Allow defining application level feature flags. See Feature Flags documentation for reference.Patch Changes
v1.3.0
Compare Source
Minor Changes
e0d9c95
: Added a newAppRouter
component andapp.createRoot()
method that replacesapp.getRouter()
andapp.getProvider()
, which are now deprecated. The newAppRouter
component is a drop-in replacement for the old router component, while the newapp.createRoot()
method is used instead of the old provider component.An old app setup might look like this:
With these new APIs, the setup now looks like this:
Note that
app.createRoot()
accepts a React element, rather than a component.Patch Changes
d3fea4a
: Internal fixes to avoid implicit usage of globalsb05dcd5
: Move thezod
dependency to a version that does not collide with other librariesb4b5b02
: Tweak feature flag registration so that it happens immediately before the first rendering of the app, rather than just after.6870b43
: Fix for the automatic rewriting of base URLs.203271b
: Prevent duplicate feature flag components from rendering in the settings when using components3280711
: Updated dependencymsw
to^0.49.0
.19356df
: Updated dependencyzen-observable
to^0.9.0
.c3fa90e
: Updated dependencyzen-observable
to^0.10.0
.8015ff1
: Tweaked wording to use inclusive terminology653d791
: MadeWebStorage
notify its subscribers whenlocalStorage
values change in other tabs/windows63310e3
: Apps will now rewrite theapp.baseUrl
configuration to match the currentlocation.origin
. Thebackend.baseUrl
will also be rewritten in the same way when theapp.baseUrl
andbackend.baseUrl
have matching origins. This will reduce the need for separate frontend builds for different environments.backstage/backstage (@backstage/dev-utils)
v1.0.11
Compare Source
Patch Changes
v1.0.10
Compare Source
Patch Changes
v1.0.9
Compare Source
Patch Changes
2e701b3
: Internal refactor to usereact-router-dom
rather thanreact-router
.19356df
: Updated dependencyzen-observable
to^0.9.0
.c3fa90e
: Updated dependencyzen-observable
to^0.10.0
.8015ff1
: Tweaked wording to use inclusive terminologybackstage/backstage (@backstage/plugin-tech-radar)
v0.6.0
Compare Source
Minor Changes
38fd519
: Add highlighting of legend item and show bubble on hover within the Tech RadarPatch Changes
27a5e90
: Small updates to some paragraph components to ensure theme typography properties are inherited correctly.80ce4e8
: Small updates to some components to ensure theme typography properties are inherited correctly.v0.5.20
Compare Source
Patch Changes
v0.5.19
Compare Source
Patch Changes
3280711
: Updated dependencymsw
to^0.49.0
.backstage/backstage (@backstage/plugin-user-settings)
v0.6.2
Compare Source
Patch Changes
a942f70
: Minor update to theUserSettingsIdentityCard
to have clickable entity refsd61f622
: Refactor for the feature flag filter functionality80ce4e8
: Small updates to some components to ensure theme typography properties are inherited correctly.bca8e8b
: Feature flags now accept a description property.v0.6.1
Compare Source
Patch Changes
v0.6.0
Compare Source
Minor Changes
29bdda5
: Added the ability to fully customize settings page. Deprecated UserSettingsTab in favour of SettingsLayout.RoutePatch Changes
2e701b3
: Internal refactor to usereact-router-dom
rather thanreact-router
.3280711
: Updated dependencymsw
to^0.49.0
.19356df
: Updated dependencyzen-observable
to^0.9.0
.c3fa90e
: Updated dependencyzen-observable
to^0.10.0
.backstage/backstage (@backstage/test-utils)
v1.2.4
Compare Source
Patch Changes
v1.2.3
Compare Source
Patch Changes
5e238ed
: The test utility for the plugin context calledMockPluginProvider
has been created. It will be handy in the cases when you use__experimentalConfigure
in your plugin. It is experimental and exported through@backstage/test-utils/alpha
.2e701b3
: Internal refactor to usereact-router-dom
rather thanreact-router
.3280711
: Updated dependencymsw
to^0.49.0
.19356df
: Updated dependencyzen-observable
to^0.9.0
.c3fa90e
: Updated dependencyzen-observable
to^0.10.0
.8306875
: Sync components in @backstage/core-components with the Component Design Guidelineskubernetes-client/javascript
v0.18.1
Compare Source
v0.18.0
Compare Source
spotify/web-scripts
v14.1.4
Compare Source
Bug Fixes
cypress-io/cypress
v12.3.0
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#​12-3-0
v12.2.0
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#​12-2-0
v12.1.0
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#​12-1-0
lerna/lerna
v6.4.1
Compare Source
Bug Fixes
v6.4.0
Compare Source
Features
lerna watch
command (#3466) (008b995)v6.3.0
Compare Source
Features
v6.2.0
Compare Source
Bug Fixes
Features
mswjs/msw
v0.49.3
Compare Source
v0.49.3 (2023-01-19)
Bug Fixes
6a94b8c
) @chrisguttandinv0.49.2
Compare Source
v0.49.2 (2022-12-13)
Bug Fixes
globalThis.fetch
inctx.fetch
utility (#1490) (42cdbc7
) @Toxiapo @kettanaitonock/nock
v13.3.0
Compare Source
Features
nodejs/node
v18.13.0
: 2023-01-05, Version 18.13.0 'Hydrogen' (LTS), @danielleadamsCompare Source
Notable changes
Add support for externally shared js builtins
By default Node.js is built so that all dependencies are bundled into the Node.js binary itself. Some Node.js distributions prefer to manage dependencies externally. There are existing build options that allow dependencies with native code to be externalized. This commit adds additional options so that dependencies with JavaScrip
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.