Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 1, 2025

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/checkout action major v4v6 age adoption passing confidence
actions/checkout action major v3v6 age adoption passing confidence
actions/download-artifact action major v4v7 age adoption passing confidence
actions/setup-node action major v3v6 age adoption passing confidence
actions/upload-artifact action major v4v6 age adoption passing confidence
codecov/codecov-action action major v3v5 age adoption passing confidence
concurrently devDependencies major 8.2.29.2.1 age adoption passing confidence
intl-tel-input (source) dependencies major 17.0.2125.14.1 age adoption passing confidence
node stage major 2025 age adoption passing confidence
ops (changelog) major ~= 2.17~=3.5 age adoption passing confidence
ubuntu final major jammynoble age adoption passing confidence
ubuntu stage major jammynoble age adoption passing confidence

Release Notes

actions/checkout (actions/checkout)

v6

Compare Source

v5

Compare Source

actions/download-artifact (actions/download-artifact)

v7

Compare Source

v6

Compare Source

v5

Compare Source

actions/setup-node (actions/setup-node)

v6

Compare Source

v5

Compare Source

v4

Compare Source

actions/upload-artifact (actions/upload-artifact)

v6

Compare Source

v5

Compare Source

codecov/codecov-action (codecov/codecov-action)

v5

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.1..v5.5.2

v4

Compare Source

What's Changed
open-cli-tools/concurrently (concurrently)

v9.2.1

Compare Source

What's Changed

Full Changelog: open-cli-tools/concurrently@v9.2.0...v9.2.1

v9.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: open-cli-tools/concurrently@v9.1.2...v9.2.0

v9.1.2

Compare Source

What's Changed

New Contributors

Full Changelog: open-cli-tools/concurrently@v9.1.1...v9.1.2

v9.1.1

Compare Source

What's Changed

Full Changelog: open-cli-tools/concurrently@v9.1.0...v9.1.1

v9.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: open-cli-tools/concurrently@v9.0.1...v9.1.0

v9.0.1

Compare Source

What's Changed

Full Changelog: open-cli-tools/concurrently@v9.0.0...v9.0.1

v9.0.0

Compare Source

💥 Breaking Changes

  • Dropped support for Node.js < 18.0.0.
    Older Node.js version have reached end-of-life, and certain features require new-ish JS APIs.

  • Pending commands no longer run when --max-processes is set and an interruption/kill signal is sent - #​433, #​452, #​460
    Before v9.0.0, pressing Ctrl+C when --max-processes is set meant that only those commands would receive it. Once these stopped, the pending commands would start, which in turn meant that another Ctrl+C press would be necessary to stop them, and so on.
    Similar situation applied to combining --max-processes with --kill-others/--kill-others-on-fail.

    Starting with v9.0.0, this no longer happens, as these flags and/or key presses send a signal to stop the running commands in addition to preventing new commands from running.

  • The concurrently and default exports are now the same - #​399
    It's reasonable to expect that import { concurrently } from 'concurrently' would work the same as import concurrently from 'concurrently', however this has not been the case.
    The former used to be an unconfigured version of concurrently, lacking all features that you'd get from the CLI, which was seen as a "footgun". Both are now the same function.

    If you'd like to access the unconfigured function, use import { createConcurrently } from 'concurrently' instead.

✨ New Features

  • Exponential back-off support for process restarting - #​265, #​462
    Use --restart-after exponential. Restarts happen at 2^N seconds.
  • Add prefix padding via new --pad-prefix flag - #​166, #​417, #​495
  • Specify teardown commands via new --teardown flag - #​472, #​500
  • Expand node:<script> commands to node --run <script> - #​475
  • [API only] Inter-Process Communication (ipc) - #​498
  • [API only] Make it possible to use no colors at all - #​466
  • [API only] Add a state field to Command - #​455

🐛 Bug Fixes

Other Changes

New Contributors

Full Changelog: open-cli-tools/concurrently@v8.2.2...v9.0.0

jackocnr/intl-tel-input (intl-tel-input)

v25.14.1

Compare Source

Update Kyrgyzstan name in Russian localization

v25.14.0

Compare Source

feat: add Svelte 5 component wrapper - thanks to @​gh-sandeep!

v25.13.3

Compare Source

Update LPN to v9.0.21

v25.13.2

Compare Source

Set aria-selected on selection rather than on highlight. Closes #​2113

v25.13.1

Compare Source

Fix bug: init with shared number selects lower priority country

v25.13.0

Compare Source

v25.12.6

Compare Source

v25.12.5

Compare Source

Update utils to libphonenumber v9.0.18

v25.12.4

Compare Source

fix: expose native events in Angular component

v25.12.3

Compare Source

Fix: typing +882 erroneously shows BD flag. Closes #​2092

v25.12.2

Compare Source

Update utils to libphonenumber v9.0.17

v25.12.1

Compare Source

Alternative pluralisation logic for several countries. Thanks @​CorvS

v25.12.0

Compare Source

Add Lithuanian, Slovenian, Ship & Serbian translations , thanks @​CorvS

v25.11.3

Compare Source

Update utils to libphonenumber v9.0.16

v25.11.2

Compare Source

  • improvements to replace.js task

v25.11.1

Compare Source

Lots of under-the-hood refactoring and improvements - see commits

v25.11.0

Compare Source

  • Update LPN to v9.0.15
  • Lots of refactoring/improvements under the hood, including the new UI class, Typing improvements, readability improvements, modernisation, DOM efficiency, more robust code etc - see commits

v25.10.12

Compare Source

v25.10.11

Compare Source

v25.10.10

Compare Source

Fix: open/close/re-open dropdown, up/down keys jump multiple countries. Closes #​2073

v25.10.9

Compare Source

Fix replace task breaking minified build

v25.10.8

Compare Source

v25.10.7

Compare Source

strictMode: strip invalid chars on paste. Closes #​1540

v25.10.6

Compare Source

v25.10.5

Compare Source

v25.10.4

Compare Source

v25.10.3

Compare Source

Angular fixes/improvements, thanks @​GuiEpi!

v25.10.1

Compare Source

v25.10.0

Compare Source

v25.8.6

Compare Source

v25.8.5

Compare Source

v25.8.4

Compare Source

v25.8.3

Compare Source

a11y changes

  • fix: button aria-label was erroneously saying no-country-selected when showFlags=false
  • never show dial code in button title for consistency, as screen readers treat it inconsistently, sometimes causing duplication issues
  • remove aria-hidden from separate-dial-code element, as screen readers should match visible UI as much as pos

v25.8.2

Compare Source

v25.8.1

Compare Source

v25.8.0

Compare Source

  • Country search UI improvements: add magnifying glass icon to left of search input, and clear-text button to right of search input, and display a no-results message when there are no results.
  • a11y improvements, from gpt5
  • Finish migrating all tests from Jasmine to Jest, and add missing tests for new options/methods etc

v25.7.0

Compare Source

v25.5.2

Compare Source

v25.5.1

Compare Source

v25.5.0

Compare Source

v25.4.8

Compare Source

v25.4.7

Compare Source

v25.4.5

Compare Source

v25.4.4

Compare Source

2 updates/fixes for Vue component:

v25.4.3

Compare Source

v25.4.2

Compare Source

v25.4.1

Compare Source

v25.4.0

Compare Source


Configuration

📅 Schedule: Branch creation - "on the first day of january" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@webteam-app
Copy link

@renovate renovate bot force-pushed the renovate/major-all branch from a827704 to 498aedb Compare February 1, 2025 09:27
@renovate renovate bot force-pushed the renovate/major-all branch from 498aedb to d875dbc Compare February 28, 2025 15:42
@renovate renovate bot force-pushed the renovate/major-all branch 5 times, most recently from 23c2549 to 232b613 Compare March 19, 2025 13:01
@renovate renovate bot force-pushed the renovate/major-all branch from 232b613 to 4679349 Compare March 29, 2025 03:34
@renovate renovate bot force-pushed the renovate/major-all branch from 4679349 to 2b1cda8 Compare May 7, 2025 01:07
@renovate renovate bot force-pushed the renovate/major-all branch from 2b1cda8 to 62dcb68 Compare June 22, 2025 07:41
@renovate renovate bot force-pushed the renovate/major-all branch from 62dcb68 to 5987cdb Compare July 2, 2025 20:31
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from f411fc8 to 6f94ab8 Compare August 5, 2025 22:01
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 49b36fb to 26d2d0e Compare August 11, 2025 16:06
@renovate renovate bot force-pushed the renovate/major-all branch 9 times, most recently from 326d96c to bb09f0b Compare August 25, 2025 11:26
@renovate renovate bot force-pushed the renovate/major-all branch 5 times, most recently from 15c4016 to 6380aee Compare September 2, 2025 17:47
@renovate renovate bot force-pushed the renovate/major-all branch 4 times, most recently from e6d196c to ff5322e Compare September 22, 2025 19:26
@renovate renovate bot force-pushed the renovate/major-all branch 5 times, most recently from df0390d to 52bb3bc Compare September 29, 2025 07:29
@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from 3cf9e2a to 12b316d Compare October 16, 2025 20:07
@renovate renovate bot force-pushed the renovate/major-all branch 4 times, most recently from 32ce78d to 686ef55 Compare October 25, 2025 11:09
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from c696462 to 6f97397 Compare November 1, 2025 23:15
@renovate renovate bot force-pushed the renovate/major-all branch from 6f97397 to 0c72c23 Compare November 8, 2025 11:05
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from b32eea7 to 2e2565d Compare November 27, 2025 12:50
@renovate renovate bot force-pushed the renovate/major-all branch 4 times, most recently from fca79c1 to 5081c41 Compare December 16, 2025 15:13
@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from 98970de to 1d31ec0 Compare December 21, 2025 10:54
@renovate renovate bot force-pushed the renovate/major-all branch from 1d31ec0 to 05a2748 Compare January 3, 2026 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants