Skip to content
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 2 commits into from
Jan 25, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 14, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update Pending
@backstage/backend-common (source) ^0.16.0 -> ^0.18.0 age adoption passing confidence dependencies minor
@backstage/backend-tasks (source) ^0.3.7 -> ^0.4.0 age adoption passing confidence dependencies minor
@backstage/cli (source) 0.21.1 -> 0.22.1 age adoption passing confidence devDependencies minor
@backstage/cli (source) ^0.21.0 -> ^0.22.0 age adoption passing confidence dependencies minor
@backstage/core-app-api (source) 1.2.0 -> 1.4.0 age adoption passing confidence devDependencies minor
@backstage/dev-utils (source) 1.0.8 -> 1.0.11 age adoption passing confidence devDependencies patch
@​backstage/plugin-search-backend-module-pg ^0.4.2 -> ^0.5.0 age adoption passing confidence dependencies minor
@backstage/plugin-tech-radar (source) ^0.5.18 -> ^0.6.0 age adoption passing confidence dependencies minor
@backstage/plugin-user-settings (source) ^0.5.1 -> ^0.6.0 age adoption passing confidence dependencies minor
@backstage/test-utils (source) 1.2.2 -> 1.2.4 age adoption passing confidence devDependencies patch
@kubernetes/client-node ^0.17.1 -> ^0.18.0 age adoption passing confidence dependencies minor
@spotify/prettier-config 14.1.3 -> 14.1.4 age adoption passing confidence devDependencies patch
@types/express (source) 4.17.14 -> 4.17.16 age adoption passing confidence devDependencies patch
@types/express-serve-static-core (source) 4.17.31 -> 4.17.33 age adoption passing confidence devDependencies patch
@types/luxon (source) 3.1.0 -> 3.2.0 age adoption passing confidence devDependencies minor
@types/node (source) 18.11.13 -> 18.11.18 age adoption passing confidence devDependencies patch
cypress 12.0.2 -> 12.3.0 age adoption passing confidence devDependencies minor 12.4.0
lerna (source) 6.1.0 -> 6.4.1 age adoption passing confidence devDependencies minor
msw (source) 0.49.1 -> 0.49.3 age adoption passing confidence devDependencies patch
nock 13.2.9 -> 13.3.0 age adoption passing confidence devDependencies minor
node v18.12.1 -> 18.13.0 age adoption passing confidence minor
node-gyp 9.3.0 -> 9.3.1 age adoption passing confidence devDependencies patch
start-server-and-test 1.15.2 -> 1.15.3 age adoption passing confidence devDependencies patch

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 deprecated read method from the UrlReader interface. All implementations should use the readUrl method instead.

    Migrated UrlReader and related types to backend/backend-plugin-api, types remain re-exported from backend-common for now.

Patch Changes

v0.17.0

Compare Source

Minor Changes
  • de8a975: Changed to use native AbortController and AbortSignal from Node.js, instead
    of the one from node-abort-controller. This is possible now that the minimum
    supported 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
backstage/backstage (@​backstage/cli)

v0.22.1

Compare Source

Patch Changes
  • db2e137: Removed unnecessary usage of ThemeProvider from the ExampleComponent 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 in yarn.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 code
  • a62a1f9: The frontend serve task now filters out allowed package duplicates during its package check, just like versions:bump and versions:check.
  • d06a789: Removed unused package type-fest
  • 7c8a974: The repo test, repo lint, and repo build commands will now analyze yarn.lock for dependency changes when searching for changed packages. This allows you to use the --since <ref> flag even if you have yarn.lock changes.
  • e1b71e1: Workspace ranges are no longer considered invalid by version commands.
  • Updated dependencies

v0.22.0

Compare Source

Minor Changes
  • 736f893: The Jest configuration that was previously enabled with BACKSTAGE_NEXT_TESTS is now enabled by default. To revert to the old configuration you can now instead set BACKSTAGE_OLD_TESTS.

    This new configuration uses the babel coverage provider rather than v8. It used to be that v8 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-convention
  • 43b2b9c: 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 serving index.html from correct endpoint on subsequent requests.
  • b05dcd5: Move the zod dependency to a version that does not collide with other libraries
  • 459a345: Bump msw version in default plugin/app templates
  • c27eabe: Adds new web-library package option when generating a new plugin
  • 8fffe42: JSX and React Fast Refresh transforms are no longer enabled when bundling backend code.
  • 309f2da: Updated dependency esbuild to ^0.16.0.
  • ee14bab: Updated dependency minimatch to 5.1.1 and switch version range to ^.
  • 3280711: Updated dependency msw 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 terminology
  • d9d9a7a: Removed all copyright notices from package templates.
  • 8e0358e: Added --skip-install parameter to backstage-cli versions:bump
  • Updated dependencies
backstage/backstage (@​backstage/core-app-api)

v1.4.0

Compare Source

Minor Changes
Patch Changes

v1.3.0

Compare Source

Minor Changes
  • e0d9c95: Added a new AppRouter component and app.createRoot() method that replaces app.getRouter() and app.getProvider(), which are now deprecated. The new AppRouter component is a drop-in replacement for the old router component, while the new app.createRoot() method is used instead of the old provider component.

    An old app setup might look like this:

    const app = createApp(/* ... */);
    
    const AppProvider = app.getProvider();
    const AppRouter = app.getRouter();
    
    const routes = ...;
    
    const App = () => (
      <AppProvider>
        <AlertDisplay />
        <OAuthRequestDialog />
        <AppRouter>
          <Root>{routes}</Root>
        </AppRouter>
      </AppProvider>
    );
    
    export default App;

    With these new APIs, the setup now looks like this:

    import { AppRouter } from '@&#8203;backstage/core-app-api';
    
    const app = createApp(/* ... */);
    
    const routes = ...;
    
    export default app.createRoot(
      <>
        <AlertDisplay />
        <OAuthRequestDialog />
        <AppRouter>
          <Root>{routes}</Root>
        </AppRouter>
      </>,
    );

    Note that app.createRoot() accepts a React element, rather than a component.

Patch Changes
  • d3fea4a: Internal fixes to avoid implicit usage of globals
  • b05dcd5: Move the zod dependency to a version that does not collide with other libraries
  • b4b5b02: 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 components
  • 3280711: Updated dependency msw to ^0.49.0.
  • 19356df: Updated dependency zen-observable to ^0.9.0.
  • c3fa90e: Updated dependency zen-observable to ^0.10.0.
  • 8015ff1: Tweaked wording to use inclusive terminology
  • 653d791: Made WebStorage notify its subscribers when localStorage values change in other tabs/windows
  • 63310e3: Apps will now rewrite the app.baseUrl configuration to match the current location.origin. The backend.baseUrl will also be rewritten in the same way when the app.baseUrl and backend.baseUrl have matching origins. This will reduce the need for separate frontend builds for different environments.
  • Updated dependencies
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
backstage/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 Radar
Patch Changes

v0.5.20

Compare Source

Patch Changes

v0.5.19

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-user-settings)

v0.6.2

Compare Source

Patch Changes

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.Route
Patch Changes
backstage/backstage (@​backstage/test-utils)

v1.2.4

Compare Source

Patch Changes

v1.2.3

Compare Source

Patch Changes
kubernetes-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#&#8203;12-3-0

v12.2.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#&#8203;12-2-0

v12.1.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#&#8203;12-1-0

lerna/lerna

v6.4.1

Compare Source

Bug Fixes

v6.4.0

Compare Source

Features

v6.3.0

Compare Source

Features
  • version: use npmClientArgs in npm install after lerna version (#​3434) (e019e3f)

v6.2.0

Compare Source

Bug Fixes
  • schema: add the other format changelogPreset can assume (#​3441) (d286973)
Features
mswjs/msw

v0.49.3

Compare Source

v0.49.3 (2023-01-19)
Bug Fixes

v0.49.2

Compare Source

v0.49.2 (2022-12-13)

Bug Fixes
nock/nock

v13.3.0

Compare Source

Features
nodejs/node

v18.13.0: 2023-01-05, Version 18.13.0 'Hydrogen' (LTS), @​danielleadams

Compare 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.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 9033f45 to b206b8b Compare December 17, 2022 02:33
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Dec 17, 2022
@renovate renovate bot changed the title fix(deps): update all non-major dependencies Update all non-major dependencies Dec 17, 2022
@renovate renovate bot changed the title Update all non-major dependencies fix(deps): update all non-major dependencies Dec 17, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from f1b48cf to b505752 Compare December 22, 2022 16:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 75dce53 to def22fb Compare January 1, 2023 17:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 9ffa16c to 889b58d Compare January 11, 2023 23:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from f331a6a to 820f47d Compare January 18, 2023 13:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from ff59d7c to 8cc461b Compare January 24, 2023 20:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8cc461b to d971f33 Compare January 25, 2023 00:03
@renovate
Copy link
Contributor Author

renovate bot commented Jan 25, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@tumido tumido force-pushed the renovate/all-minor-patch branch 2 times, most recently from 0cea957 to 958f8fe Compare January 25, 2023 16:38
Copy link
Member

@tumido tumido left a comment

Choose a reason for hiding this comment

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

/lgtm
/approve

@tumido tumido force-pushed the renovate/all-minor-patch branch from 958f8fe to ff0e0b3 Compare January 25, 2023 16:57
@tumido tumido merged commit 519e62f into main Jan 25, 2023
@tumido tumido deleted the renovate/all-minor-patch branch January 25, 2023 17:03
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant