janus-idp / backstage-showcase

This repo is moving to https://github.com/redhat-developer/red-hat-developer-hub
https://showcase.janus-idp.io
Apache License 2.0
110 stars 143 forks source link

chore(deps): update devdependencies (non-major) #1344

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@scalprum/react-test-utils 0.1.3 -> 0.2.0 age adoption passing confidence
@types/node (source) 18.19.33 -> 18.19.39 age adoption passing confidence
@types/node (source) 20.12.12 -> 20.14.8 age adoption passing confidence
jose 5.3.0 -> 5.4.1 age adoption passing confidence
lint-staged 15.2.5 -> 15.2.7 age adoption passing confidence
msw (source) 2.3.0 -> 2.3.1 age adoption passing confidence
prettier (source) 3.2.5 -> 3.3.2 age adoption passing confidence
turbo (source) 1.13.3 -> 1.13.4 age adoption passing confidence
typescript (source) 5.4.5 -> 5.5.2 age adoption passing confidence

Release Notes

scalprum/scaffloding (@​scalprum/react-test-utils) ### [`v0.2.0`](https://togithub.com/scalprum/scaffolding/releases/tag/%40scalprum/react-test-utils-0.2.0) [Compare Source](https://togithub.com/scalprum/scaffloding/compare/@scalprum/react-test-utils-0.1.3...@scalprum/react-test-utils-0.2.0) ##### Dependency Updates - `@scalprum/react-core` updated to version `0.8.0` ##### Features - enable ScalprumProvider intialization with scalprum instance ([894c8bf](https://togithub.com/scalprum/scaffolding/commit/894c8bf3d9f32a3f2236d8f1fac86a557cd09639))
panva/jose (jose) ### [`v5.4.1`](https://togithub.com/panva/jose/blob/HEAD/CHANGELOG.md#541-2024-06-18) [Compare Source](https://togithub.com/panva/jose/compare/v5.4.0...v5.4.1) ##### Fixes - ensure latest release on npm is v5.x ([a9b2a30](https://togithub.com/panva/jose/commit/a9b2a300947f9ab10d580748a3eda58207de4c62)) ### [`v5.4.0`](https://togithub.com/panva/jose/blob/HEAD/CHANGELOG.md#540-2024-06-03) [Compare Source](https://togithub.com/panva/jose/compare/v5.3.0...v5.4.0) ##### Features - expose JWT's payload in JWTClaimValidationFailed instances ([58bcffb](https://togithub.com/panva/jose/commit/58bcffbac735cc727fd81c36813f12fd6f58b695)), closes [#​680](https://togithub.com/panva/jose/issues/680) ##### Refactor - add explicit return types everywhere ([cc2b2d7](https://togithub.com/panva/jose/commit/cc2b2d7b76118d59b9e08c589dc33a45a6377f4a))
okonet/lint-staged (lint-staged) ### [`v15.2.7`](https://togithub.com/okonet/lint-staged/blob/HEAD/CHANGELOG.md#1527) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v15.2.6...v15.2.7) ##### Patch Changes - [#​1440](https://togithub.com/lint-staged/lint-staged/pull/1440) [`a51be80`](https://togithub.com/lint-staged/lint-staged/commit/a51be804b63307ac7af3c82f4cb2d43dbe92daac) Thanks [@​iiroj](https://togithub.com/iiroj)! - In the previous version the native `git rev-parse --show-toplevel` command was taken into use for resolving the current git repo root. This version drops the `--path-format=absolute` option to support earlier git versions since it's also the default behavior. If you are still having trouble, please try upgrading `git` to the latest version. ### [`v15.2.6`](https://togithub.com/okonet/lint-staged/blob/HEAD/CHANGELOG.md#1526) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v15.2.5...v15.2.6) ##### Patch Changes - [#​1433](https://togithub.com/lint-staged/lint-staged/pull/1433) [`119adb2`](https://togithub.com/lint-staged/lint-staged/commit/119adb29854cabddbfcf0469d7c8a0126184a5d4) Thanks [@​iiroj](https://togithub.com/iiroj)! - Use native "git rev-parse" commands to determine git repo root directory and the .git config directory, instead of using custom logic. This hopefully makes path resolution more robust on non-POSIX systems.
mswjs/msw (msw) ### [`v2.3.1`](https://togithub.com/mswjs/msw/releases/tag/v2.3.1) [Compare Source](https://togithub.com/mswjs/msw/compare/v2.3.0...v2.3.1) #### v2.3.1 (2024-06-01) ##### Bug Fixes - preserve trailing optional path parameters ([#​2169](https://togithub.com/mswjs/msw/issues/2169)) ([`e69bbd6`](https://togithub.com/mswjs/msw/commit/e69bbd6fda7c7997b523457b644440889e68d994)) [@​kettanaito](https://togithub.com/kettanaito) [@​KaiSpencer](https://togithub.com/KaiSpencer)
prettier/prettier (prettier) ### [`v3.3.2`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#332) [Compare Source](https://togithub.com/prettier/prettier/compare/3.3.1...3.3.2) [diff](https://togithub.com/prettier/prettier/compare/3.3.1...3.3.2) ##### Fix handlebars path expressions starts with `@` ([#​16358](https://togithub.com/prettier/prettier/pull/16358) by [@​Princeyadav05](https://togithub.com/Princeyadav05)) ```hbs {{! Input }}
{{@​x.y.z}}
{{! Prettier 3.3.1 }}
{{@​x}}
{{! Prettier 3.3.2 }}
{{@​x.y.z}}
``` ### [`v3.3.1`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#331) [Compare Source](https://togithub.com/prettier/prettier/compare/3.3.0...3.3.1) [diff](https://togithub.com/prettier/prettier/compare/3.3.0...3.3.1) ##### Preserve empty lines in front matter ([#​16347](https://togithub.com/prettier/prettier/pull/16347) by [@​fisker](https://togithub.com/fisker)) ```markdown --- foo: - bar1 - bar2 - bar3 --- Markdown --- foo: - bar1 - bar2 - bar3 --- Markdown --- foo: - bar1 - bar2 - bar3 --- Markdown ``` ##### Preserve explicit language in front matter ([#​16348](https://togithub.com/prettier/prettier/pull/16348) by [@​fisker](https://togithub.com/fisker)) ```markdown ---yaml title: Hello slug: home --- --- title: Hello slug: home --- ---yaml title: Hello slug: home --- ``` ##### Avoid line breaks in import attributes ([#​16349](https://togithub.com/prettier/prettier/pull/16349) by [@​fisker](https://togithub.com/fisker)) ```jsx // Input import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" }; // Prettier 3.3.0 import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" }; // Prettier 3.3.1 import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" }; ``` ### [`v3.3.0`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#330) [Compare Source](https://togithub.com/prettier/prettier/compare/3.2.5...3.3.0) [diff](https://togithub.com/prettier/prettier/compare/3.2.5...3.3.0) πŸ”— [Release Notes](https://prettier.io/blog/2024/06/01/3.3.0.html)
vercel/turbo (turbo) ### [`v1.13.4`](https://togithub.com/vercel/turbo/releases/tag/v1.13.4): Turborepo v1.13.4 [Compare Source](https://togithub.com/vercel/turbo/compare/v1.13.3...v1.13.4) #### What's Changed ##### Docs - Update eslint-config package name. by [@​anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/8069](https://togithub.com/vercel/turbo/pull/8069) - chore(docs): add missing words by [@​jeremyadavis](https://togithub.com/jeremyadavis) in [https://github.com/vercel/turbo/pull/8067](https://togithub.com/vercel/turbo/pull/8067) - Fix typo in Turborepo task-graph documentation by [@​danisal](https://togithub.com/danisal) in [https://github.com/vercel/turbo/pull/8212](https://togithub.com/vercel/turbo/pull/8212) ##### turbo-ignore - feat(turbo-ignore): don’t fail on single package repos by [@​tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/8177](https://togithub.com/vercel/turbo/pull/8177) ##### [@​turbo/repository](https://togithub.com/turbo/repository) - chore: differentiate rust changes from building turbo by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8001](https://togithub.com/vercel/turbo/pull/8001) ##### Examples - fix(examples): lint docs by [@​tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/8049](https://togithub.com/vercel/turbo/pull/8049) - fix(example): Fix Prisma example by [@​caaatisgood](https://togithub.com/caaatisgood) in [https://github.com/vercel/turbo/pull/8046](https://togithub.com/vercel/turbo/pull/8046) - chore: move react from devDependency to dependency in design system starter template by [@​ghdtjgus76](https://togithub.com/ghdtjgus76) in [https://github.com/vercel/turbo/pull/8159](https://togithub.com/vercel/turbo/pull/8159) ##### Changelog - feat(Turborepo): Be explicit about which binary we failed to find by [@​gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/8050](https://togithub.com/vercel/turbo/pull/8050) - fix(ui): add carraige return after cache log messages by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8015](https://togithub.com/vercel/turbo/pull/8015) - fix(turborepo): Watch mode not responding to changes by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/8057](https://togithub.com/vercel/turbo/pull/8057) - fix(Turborepo): Make package discovery async, and apply a debouncer by [@​gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/8058](https://togithub.com/vercel/turbo/pull/8058) - fix(Turborepo): Disable inputs support by [@​gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/8074](https://togithub.com/vercel/turbo/pull/8074) - feat(Turborepo): Add support for $TURBO_DEFAULT$ to file hash watcher by [@​gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/8086](https://togithub.com/vercel/turbo/pull/8086) - Remove async-trait from a few crates by [@​arlyon](https://togithub.com/arlyon) in [https://github.com/vercel/turbo/pull/8077](https://togithub.com/vercel/turbo/pull/8077) - feat(turborepo): Using file hashing for package watching by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/8104](https://togithub.com/vercel/turbo/pull/8104) - add support for cache_timeout as well as timeout by [@​arlyon](https://togithub.com/arlyon) in [https://github.com/vercel/turbo/pull/8078](https://togithub.com/vercel/turbo/pull/8078) - yield a different warning when the cache upload times out by [@​arlyon](https://togithub.com/arlyon) in [https://github.com/vercel/turbo/pull/8079](https://togithub.com/vercel/turbo/pull/8079) - fix lockfile by [@​sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/8110](https://togithub.com/vercel/turbo/pull/8110) - fix(gen): isolate generator to `commonjs` by [@​wesleycoder](https://togithub.com/wesleycoder) in [https://github.com/vercel/turbo/pull/8109](https://togithub.com/vercel/turbo/pull/8109) - fix: properly propigate internal errors by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8113](https://togithub.com/vercel/turbo/pull/8113) - feat(ui): render ui to alternative screen by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8084](https://togithub.com/vercel/turbo/pull/8084) - fix(turborepo): Persistent tasks in watch mode by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/8107](https://togithub.com/vercel/turbo/pull/8107) - fix(Turborepo): Fix as_inputs to include ! by [@​gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/8119](https://togithub.com/vercel/turbo/pull/8119) - fix(Turborepo): Handle new packages in lockfile comparisons by [@​gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/8127](https://togithub.com/vercel/turbo/pull/8127) - fix(ui): minor formatting by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8136](https://togithub.com/vercel/turbo/pull/8136) - feat(turborepo): new ui + watch mode by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/7962](https://togithub.com/vercel/turbo/pull/7962) - fix(turborepo): use transitive closure of filtered packages in watch mode by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/8161](https://togithub.com/vercel/turbo/pull/8161) - add two retry strategies to allow requests to timeout gracefully by [@​arlyon](https://togithub.com/arlyon) in [https://github.com/vercel/turbo/pull/8080](https://togithub.com/vercel/turbo/pull/8080) - add support for upload speed / remaining in the cache upload step by [@​arlyon](https://togithub.com/arlyon) in [https://github.com/vercel/turbo/pull/8081](https://togithub.com/vercel/turbo/pull/8081) - chore([@​turbo/benchmark](https://togithub.com/turbo/benchmark)): fix lint warnings by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/8233](https://togithub.com/vercel/turbo/pull/8233) - chore(turborepo): Feature flagged off file hashing by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/8229](https://togithub.com/vercel/turbo/pull/8229) - chore: downgrade curl to fix Windows rust tests by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8242](https://togithub.com/vercel/turbo/pull/8242) - fix(turborepo): Remove optional git locks by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/8244](https://togithub.com/vercel/turbo/pull/8244) - fix(turborepo): Optional lock with env var by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/8247](https://togithub.com/vercel/turbo/pull/8247) #### New Contributors - [@​caaatisgood](https://togithub.com/caaatisgood) made their first contribution in [https://github.com/vercel/turbo/pull/8046](https://togithub.com/vercel/turbo/pull/8046) - [@​jeremyadavis](https://togithub.com/jeremyadavis) made their first contribution in [https://github.com/vercel/turbo/pull/8067](https://togithub.com/vercel/turbo/pull/8067) - [@​wesleycoder](https://togithub.com/wesleycoder) made their first contribution in [https://github.com/vercel/turbo/pull/8109](https://togithub.com/vercel/turbo/pull/8109) - [@​ghdtjgus76](https://togithub.com/ghdtjgus76) made their first contribution in [https://github.com/vercel/turbo/pull/8159](https://togithub.com/vercel/turbo/pull/8159) - [@​danisal](https://togithub.com/danisal) made their first contribution in [https://github.com/vercel/turbo/pull/8212](https://togithub.com/vercel/turbo/pull/8212) **Full Changelog**: https://github.com/vercel/turbo/compare/v1.13.3...v1.13.4
Microsoft/TypeScript (typescript) ### [`v5.5.2`](https://togithub.com/Microsoft/TypeScript/compare/v5.4.5...ce2e60e4ea15a65992e54a9e8877d16be9d42abb) [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v5.4.5...v5.5.2)

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

β™» Rebasing: Whenever PR is behind base branch, 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.

openshift-ci[bot] commented 3 months ago

Hi @renovate[bot]. Thanks for your PR.

I'm waiting for a janus-idp member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository.
github-actions[bot] commented 3 months ago

The image is available at: quay.io/janus-idp/backstage-showcase:pr-1344!

kim-tsao commented 3 months ago

/ok-to-test

github-actions[bot] commented 3 months ago

The image is available at: quay.io/janus-idp/backstage-showcase:pr-1344!

kim-tsao commented 3 months ago

/lgtm /approve

sonarcloud[bot] commented 3 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

github-actions[bot] commented 3 months ago

The image is available at: quay.io/janus-idp/backstage-showcase:pr-1344!

kim-tsao commented 3 months ago

/lgtm

openshift-ci[bot] commented 3 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: kim-tsao

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/janus-idp/backstage-showcase/blob/main/OWNERS)~~ [kim-tsao] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment