Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 6, 2025

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

Removes tmp

Updates tangy-form from 4.25.0 to 4.49.8

Release notes

Sourced from tangy-form's releases.

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.

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.

  • Background of tangy-prompt options should be transparent (could not trick it with a workaround)

v4.49.2

Fix appearance of audio recording delete button

... (truncated)

Changelog

Sourced from tangy-form's 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.

  • Background of tangy-prompt options should be transparent (could not trick it with a workaround)

... (truncated)

Commits
  • ad1bbbd Prevent double click of tangy-audio-recording buttons
  • 6095482 Update CHANGELOG
  • 42ccaba Disconnect and nullify all audio stream objects
  • c8b1416 Update CHANGELOG
  • 585b6c0 Convert webm to wav for tangy-audio-recording
  • d6af9a2 Set up package for v4.49.5
  • b3131ff Update CHANGELOG
  • b0e3bbf Use tangy-form-item background color for tangy-radio-block label
  • 1c41b75 Enable setting of tangy-radio-block bg color with --tangy-radio-block-label-bg
  • 11fbd4a Merge pull request #431 from Tangerine-Community/release/v4.49.3
  • 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 [tmp](https://github.com/raszi/node-tmp). 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 `tmp`

Updates `tangy-form` from 4.25.0 to 4.49.8
- [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.25.0...v4.49.8)

---
updated-dependencies:
- dependency-name: tmp
  dependency-version: 
  dependency-type: indirect
- dependency-name: tangy-form
  dependency-version: 4.49.8
  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 Aug 6, 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