Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 30, 2025

Removes lodash. It's no longer used after updating ancestor dependency tangy-form. These dependencies need to be updated together.

Removes lodash

Updates tangy-form from 4.24.0 to 4.50.1

Release notes

Sourced from tangy-form's releases.

v4.50.1

Full Changelog: Tangerine-Community/tangy-form@v4.50.0...v4.50.1

v4.50.0

What's Changed

Full Changelog: Tangerine-Community/tangy-form@v4.49.8...v4.50.0

v4.49.8

Prevent double click of tangy-audio-recording buttons

v4.49.7

tangy-audio-recording: Disconnect and nullify all audio stream objects to stop resource leaks

v4.49.6

Convert webm to wav for tangy-audio-recording

v4.49.5

Use tangy-form-item background color for tangy-radio-block label

v4.49.4

Enable custom styling of tangy-radio-block background color

Use --tangy-radio-block-label-bg to set the background color for global or specific tangy-radio-block elements.

Set the default background color of the tangy-radio-block elements with this code in custom-style:

  :tangy-radio-block {
  --tangy-radio-block-label-bg: #ffe082;
  }

Or set ="--tangy-radio-block-label-bg: transparent;" to make the tangy-prompt-box radio-blocks transparent:

<tangy-prompt-box name="tangerineMan" question-number="" label="" hint-text="" error-text="" warn-text="" class="" style="--tangy-radio-block-label-bg: transparent;" flex-start="">

v4.49.3

Addition of validate_back() function to enable separate validation checks when the back button is hit

Validation checks when hitting the back button were turned on in this commit. We want to allow navigation with the back button in most cases. The commit was aimed to fix an issue where audio was being recorded when the back button is clicked.

This fixes the issue instead by introducing a validate_back() function in tangy-form-item. Any tangy input can add that function to enforce validation when the back button is hit.

We start by validating tangy-audio-recording and tangy-video-capture. If the audio or video is actively being recorded, the validate_back() button will cancel the navigation, and prompt the user to stop the recording.

This also fixes issues with the tangy-audio-recording deletion workflow.

... (truncated)

Changelog

Sourced from tangy-form's changelog.

CHANGELOG

v4.49.8

tangy-audio-recording: Disconnect and nullify all audio stream objects to stop resource leaks

v4.49.7

tangy-audio-recording: Disconnect and nullify all audio stream objects to stop resource leaks

v4.49.6

Convert webm audio files to wav in tangy-audio-recording

v4.49.4, v4.49.5

Enable custom styling of tangy-radio-block background color

Use --tangy-radio-block-label-bg to set the background color for global or specific tangy-radio-block elements. Use tangy-form-item background color for tangy-radio-block label

Set the default background color of the tangy-radio-block elements with this code in custom-style:

  :tangy-radio-block {
  --tangy-radio-block-label-bg: #ffe082;
  }

Or set ="--tangy-radio-block-label-bg: transparent;" to make the tangy-prompt-box radio-blocks transparent:

<tangy-prompt-box name="tangerineMan" question-number="" label="" hint-text="" error-text="" warn-text="" class="" style="--tangy-radio-block-label-bg: transparent;" flex-start="">

v4.49.3

Addition of validate_back() function to enable separate validation checks when the back button is hit

Validation checks when hitting the back button were turned on in this commit. We want to allow navigation with the back button in most cases. The commit was aimed to fix an issue where audio was being recorded when the back button is clicked.

This fixes the issue instead by introducing a validate_back() function in tangy-form-item. Any tangy input can add that function to enforce validation when the back button is hit.

We start by validating tangy-audio-recording and tangy-video-capture. If the audio or video is actively being recorded, the validate_back() button will cancel the navigation, and prompt the user to stop the recording.

This also fixes issues with the tangy-audio-recording deletion workflow.

Fixes for tangy-prompt-box

  • Icon buttons are not clickable but the image is. Help and tangerine icons can be clicked but if you tap anywhere inside the whitespace for that item it doesn’t trigger the sound playing.

... (truncated)

Commits
  • 4549295 Audio Recording NLP navigation fixes
  • c003f08 Update version to v4.50.0
  • 34e9900 Merge pull request #433 from Tangerine-Community/tangy-audio-recording-nlp
  • db65d88 Updates after review
  • da37759 Display server-side annotated reference text
  • 8237399 Revert "Add difference display and correct words per minute calculation to ta...
  • ed2b137 Add difference display and correct words per minute calculation to tangy audi...
  • ce2acac Check network status before processing audio with nlp
  • f5ed9e2 Separate TangyAudioRecordingNLP from TangyAudioRecording
  • f0b1c88 Fix check for audioPlayback in tangy-audio-recording
  • Additional commits viewable in compare view

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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [lodash](https://github.com/lodash/lodash). It's no longer used after updating ancestor dependency [tangy-form](https://github.com/Tangerine-Community/tangy-form). These dependencies need to be updated together.


Removes `lodash`

Updates `tangy-form` from 4.24.0 to 4.50.1
- [Release notes](https://github.com/Tangerine-Community/tangy-form/releases)
- [Changelog](https://github.com/Tangerine-Community/tangy-form/blob/master/CHANGELOG.md)
- [Commits](Tangerine-Community/tangy-form@v4.24.0...v4.50.1)

---
updated-dependencies:
- dependency-name: lodash
  dependency-version: 
  dependency-type: indirect
- dependency-name: tangy-form
  dependency-version: 4.50.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 30, 2025
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