Skip to content

Commit

Permalink
chore: Update dependency @backstage/core-app-api to v1.14.2 (#92)
Browse files Browse the repository at this point in the history
[![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

<details>
<summary>backstage/backstage (@&#8203;backstage/core-app-api)</summary>

###
[`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
-
[@&#8203;backstage/config](https://togithub.com/backstage/config)[@&#8203;1](https://togithub.com/1).2.0
-
[@&#8203;backstage/core-plugin-api](https://togithub.com/backstage/core-plugin-api)[@&#8203;1](https://togithub.com/1).9.3
-
[@&#8203;backstage/types](https://togithub.com/backstage/types)[@&#8203;1](https://togithub.com/1).1.1
-
[@&#8203;backstage/version-bridge](https://togithub.com/backstage/version-bridge)[@&#8203;1](https://togithub.com/1).0.8

</details>

---

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

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGUiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 21, 2024
1 parent e025261 commit 50900ef
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugins/nobl9-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
21 changes: 20 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2596,7 +2596,26 @@
"@backstage/errors" "^1.2.4"
"@backstage/types" "^1.1.1"

"@backstage/[email protected]", "@backstage/core-app-api@^1.14.1":
"@backstage/[email protected]":
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==
Expand Down

0 comments on commit 50900ef

Please sign in to comment.