Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 10, 2023

Bumps @councildataproject/cdp-frontend from 3.1.3 to 3.2.3.

Release notes

Sourced from @​councildataproject/cdp-frontend's releases.

Shorten Long Matter Abstracts in Voting Table

Just like v3.2.2, this is another example of long matter abstracts / titles making the voting table incredibly long. This shortens the abstracts to a set length and fills the rest with an ellipses (...).

What's Changed

Full Changelog: CouncilDataProject/cdp-frontend@v3.2.2...v3.2.3

Fix Overflowing Matter Abstracts

On our matter history page we sometimes encounter matter abstracts / titles that are incredibly long. We now cut matter abstracts after a certain length and replace with an ellipses (...).

What's Changed

Full Changelog: CouncilDataProject/cdp-frontend@v3.2.1...v3.2.2

Always Use Most Recently Generated Transcript for Event

With our recent upgrade to the Whisper Speech-to-Text model -- we have sort of deprecated the "confidence" attribute on the Transcript documents. Prior to this change, even if you had backfilled events / reprocessed events with cdp-backend v4, those transcripts might not have shown up because the transcripts were being selected using this old semi-deprecated "confidence" attribute.

We now selected the "most recently created transcript" for the event which hopefully should be the best.

Commits

Dependabot compatibility score

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 [@councildataproject/cdp-frontend](https://github.com/CouncilDataProject/cdp-frontend) from 3.1.3 to 3.2.3.
- [Release notes](https://github.com/CouncilDataProject/cdp-frontend/releases)
- [Commits](CouncilDataProject/cdp-frontend@v3.1.3...v3.2.3)

---
updated-dependencies:
- dependency-name: "@councildataproject/cdp-frontend"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Mar 10, 2023
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