From 50900ef5854ba4114891bc50eac356cf610fa332 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 02:06:23 +0000 Subject: [PATCH] chore: Update dependency @backstage/core-app-api to v1.14.2 (#92) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@backstage/core-app-api](https://backstage.io) ([source](https://togithub.com/backstage/backstage/tree/HEAD/packages/core-app-api)) | [`1.14.1` -> `1.14.2`](https://renovatebot.com/diffs/npm/@backstage%2fcore-app-api/1.14.1/1.14.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@backstage%2fcore-app-api/1.14.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@backstage%2fcore-app-api/1.14.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@backstage%2fcore-app-api/1.14.1/1.14.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@backstage%2fcore-app-api/1.14.1/1.14.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
backstage/backstage (@​backstage/core-app-api) ### [`v1.14.2`](https://togithub.com/backstage/backstage/blob/HEAD/packages/core-app-api/CHANGELOG.md#1142) [Compare Source](https://togithub.com/backstage/backstage/compare/v1.14.1...v1.14.2) ##### Patch Changes - [`9a46a81`](https://togithub.com/backstage/backstage/commit/9a46a81): The request to delete the session cookie when running the app in protected mode is now done with a plain `fetch` rather than `FetchApi`. This fixes a bug where the app would immediately try to sign-in again when removing the cookie during logout. - Updated dependencies - [@​backstage/config](https://togithub.com/backstage/config)[@​1](https://togithub.com/1).2.0 - [@​backstage/core-plugin-api](https://togithub.com/backstage/core-plugin-api)[@​1](https://togithub.com/1).9.3 - [@​backstage/types](https://togithub.com/backstage/types)[@​1](https://togithub.com/1).1.1 - [@​backstage/version-bridge](https://togithub.com/backstage/version-bridge)[@​1](https://togithub.com/1).0.8
--- ### Configuration 📅 **Schedule**: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/nobl9/nobl9-backstage-plugin). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- plugins/nobl9-plugin/package.json | 2 +- yarn.lock | 21 ++++++++++++++++++++- 3 files changed, 22 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 75000f4..fb75df8 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ }, "devDependencies": { "@backstage/cli": "0.26.11", - "@backstage/core-app-api": "1.14.1", + "@backstage/core-app-api": "1.14.2", "@backstage/dev-utils": "1.0.36", "@backstage/test-utils": "1.5.9", "@spotify/prettier-config": "15.0.0", diff --git a/plugins/nobl9-plugin/package.json b/plugins/nobl9-plugin/package.json index 924feab..1f8430a 100644 --- a/plugins/nobl9-plugin/package.json +++ b/plugins/nobl9-plugin/package.json @@ -50,7 +50,7 @@ }, "devDependencies": { "@backstage/cli": "0.26.11", - "@backstage/core-app-api": "1.14.1", + "@backstage/core-app-api": "1.14.2", "@backstage/dev-utils": "1.0.36", "@backstage/test-utils": "1.5.9", "@testing-library/jest-dom": "6.4.8", diff --git a/yarn.lock b/yarn.lock index 88767b5..43427e0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2596,7 +2596,26 @@ "@backstage/errors" "^1.2.4" "@backstage/types" "^1.1.1" -"@backstage/core-app-api@1.14.1", "@backstage/core-app-api@^1.14.1": +"@backstage/core-app-api@1.14.2": + version "1.14.2" + resolved "https://registry.yarnpkg.com/@backstage/core-app-api/-/core-app-api-1.14.2.tgz#e41176d84aaaefec68446f3ca39bc38e4c15729b" + integrity sha512-WdhUOzPqa4JXIBDbpTS9eqabR3MgIrAfX0YAFGFh8lA2awe1ZDrYOmkX1PQSR5j+4rrJZ4z8QUqZOgK+/j4UsQ== + dependencies: + "@backstage/config" "^1.2.0" + "@backstage/core-plugin-api" "^1.9.3" + "@backstage/types" "^1.1.1" + "@backstage/version-bridge" "^1.0.8" + "@types/prop-types" "^15.7.3" + "@types/react" "^16.13.1 || ^17.0.0 || ^18.0.0" + history "^5.0.0" + i18next "^22.4.15" + lodash "^4.17.21" + prop-types "^15.7.2" + react-use "^17.2.4" + zen-observable "^0.10.0" + zod "^3.22.4" + +"@backstage/core-app-api@^1.14.1": version "1.14.1" resolved "https://registry.yarnpkg.com/@backstage/core-app-api/-/core-app-api-1.14.1.tgz#d998ba2b9b2fd80db762a933c5e2d9985c14c1ac" integrity sha512-I3Hbc36dTjKNL5yhY16yNamv1nFxfzDxd6Y42apDq+IEAueZrodR/+qCeMq2QtcpZ9GOfowKoJhccA8GMUXpQQ==