Skip to content

Bump initiative-app-kit from v0.19.0 to v0.20.0 - #25

Merged
LeeJMorel merged 3 commits into
mainfrom
dependabot/npm_and_yarn/initiative-app-kit-v0.20.0
Sep 17, 2026
Merged

LeeJMorel merged 3 commits into
mainfrom
dependabot/npm_and_yarn/initiative-app-kit-v0.20.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 16, 2026

Copy link
Copy Markdown
Contributor

Bumps initiative-app-kit from v0.19.0 to v0.20.0.

Release notes

Sourced from initiative-app-kit's releases.

v0.20.0 — an app can say where a guild stands with it

What changed

Manifest.guild_summary — the id of one read endpoint whose declared returns describe a guild's standing with your service: what it has used, what it is allowed.

A deployment MAY render those on the guild's own settings page, beside its own figures. Declaring it is not appearing: where such a thing renders is the deployment's decision, and one that renders them at all will have its own rule about whose it renders. This says only where you would like to be.

Why it is validated here

Nothing downstream refuses it. An endpoint a deployment cannot resolve draws nothing and says nothing, which looks exactly like a deployment that chose not to render it — so the kit refuses at authoring time:

  • a name that is not one of your endpoints
  • one that is not a read — a summary is drawn, not performed
  • one that returns nothing, so there would be nothing to draw
  • one with a required parameter. It is read for a guild, not for a question somebody asked, and there is no form to answer it in. Optional parameters are fine.

Omitting it is the ordinary case: most apps have no standing with a guild to report.

Upgrading

Nothing to do. The field is optional and additive; a manifest that does not declare it validates exactly as before.

npm install github:Morelitea/initiative-app-kit#v0.20.0
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [initiative-app-kit](https://github.com/Morelitea/initiative-app-kit) from v0.19.0 to v0.20.0.
- [Release notes](https://github.com/Morelitea/initiative-app-kit/releases)
- [Commits](Morelitea/initiative-app-kit@04c9027...fb8f7af)

---
updated-dependencies:
- dependency-name: initiative-app-kit
  dependency-version: fb8f7af5b14cf201bbcab8ad36be5f50cf1a04fe
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 16, 2026
@LeeJMorel
LeeJMorel merged commit 21e531b into main Sep 17, 2026
2 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/initiative-app-kit-v0.20.0 branch September 17, 2026 23:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant