Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renovate Update dependency accessible-autocomplete to v3 #506

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 19, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
accessible-autocomplete ^2.0.4 -> ^3.0.0 age adoption passing confidence

Release Notes

alphagov/accessible-autocomplete (accessible-autocomplete)

v3.0.1

Compare Source

Fixes

v3.0.0

Compare Source

Breaking changes
Verify your code does not rely on removed polyfills

Following on from our previous announcement, the accessible autocomplete code is no longer transpiled and polyfilled to support IE8-10.

However, because the polyfills create or extend global objects, you might have other code in your service unintentionally relying on the inclusion of these polyfills. You might need to introduce your own polyfills or rewrite your JavaScript to avoid using the polyfilled features.

This change was introduced in pull request #​612: Update packages, configs + Node.js 20.

Check for minor visual changes in the rendering of the component

We've made some style adjustments to the stylesheet shipped with the component to make its colours, height, line-height and padding match those of the latest version of GOV.UK Frontend's <input>.

If you're using this stylesheet:

  • check if our style update affects the rendering of the component in your service, and adjust if necessary
  • if you were adding to the default style's to match GOV.UK Frontend's input,
    look for CSS declarations you may now be able to remove

This change was introduced in pull request #​644: Align CSS styles with GOV.UK Frontend.

New features
Options to add classes to parts of the component

Use these new options to add your own classes to parts of the component:

  • inputClasses for the input element
  • hintClasses for the suggestion hint (input element appearing when the text typed by the user matches the start of an option)
  • menuClasses for the ul element listing the options

You can also add custom classes to the ul listing the options through the new menuAttributes option, providing a className or class property.

This change was introduced in:

New class on the component's status

Use the new autocomplete__status class in your CSS (or <CSS_NAMESPACE>__status if you set the cssNamespace option) to customise the styles of the component's status element (hidden element that makes announcements to assistive technologies).

This change was introduced in pull request #​620: Add className attribute to status component. Thanks to @​lennym for contributing this change.

Fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

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

@renovate renovate bot requested review from a team as code owners April 19, 2024 11:14
@renovate renovate bot added dependencies Pull requests that update a dependency file Renovate labels Apr 19, 2024
@codecov-commenter
Copy link

codecov-commenter commented Apr 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.00%. Comparing base (fa86656) to head (2cfe6e5).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #506   +/-   ##
=======================================
  Coverage   72.00%   72.00%           
=======================================
  Files         120      120           
  Lines        5368     5368           
=======================================
  Hits         3865     3865           
  Misses       1162     1162           
  Partials      341      341           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate-accessible-autocomplete-3-x branch 2 times, most recently from b1e888e to 7856b21 Compare April 19, 2024 14:23
@townxelliot townxelliot added the escalated This has been escalated to a Jira ticket, linked in the comments label Apr 19, 2024
@townxelliot
Copy link
Contributor

Escalated to https://opgtransform.atlassian.net/browse/VEGA-2466 as requires human intervention.

See changelog for details of potentially breaking changes: https://github.com/alphagov/accessible-autocomplete/releases/tag/v3.0.0

@renovate renovate bot force-pushed the renovate-accessible-autocomplete-3-x branch 8 times, most recently from 45c0e58 to 4eceb34 Compare April 26, 2024 08:39
@renovate renovate bot force-pushed the renovate-accessible-autocomplete-3-x branch 4 times, most recently from bf4c5c6 to 6672d5b Compare May 2, 2024 10:04
@renovate renovate bot force-pushed the renovate-accessible-autocomplete-3-x branch 7 times, most recently from 4545b87 to 7e45e6d Compare May 14, 2024 11:04
@renovate renovate bot force-pushed the renovate-accessible-autocomplete-3-x branch 2 times, most recently from 384644c to b171162 Compare May 15, 2024 16:24
@renovate renovate bot force-pushed the renovate-accessible-autocomplete-3-x branch 4 times, most recently from 27911e4 to b4efae7 Compare October 7, 2024 15:36
@renovate renovate bot force-pushed the renovate-accessible-autocomplete-3-x branch 2 times, most recently from 896585f to e785cb8 Compare October 15, 2024 08:35
@renovate renovate bot force-pushed the renovate-accessible-autocomplete-3-x branch 4 times, most recently from 11d660b to 55c4b42 Compare October 21, 2024 09:42
@renovate renovate bot force-pushed the renovate-accessible-autocomplete-3-x branch from 55c4b42 to 44709f1 Compare October 25, 2024 12:14
@renovate renovate bot force-pushed the renovate-accessible-autocomplete-3-x branch from 44709f1 to 95e088b Compare November 6, 2024 14:26
@renovate renovate bot force-pushed the renovate-accessible-autocomplete-3-x branch 5 times, most recently from bc400d2 to fafa0f4 Compare November 21, 2024 11:11
@renovate renovate bot force-pushed the renovate-accessible-autocomplete-3-x branch from fafa0f4 to 66ee139 Compare December 5, 2024 12:21
@renovate renovate bot changed the title Renovate Update dependency accessible-autocomplete to v3 Renovate Update dependency accessible-autocomplete to v3 - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate-accessible-autocomplete-3-x branch December 8, 2024 18:43
@renovate renovate bot changed the title Renovate Update dependency accessible-autocomplete to v3 - autoclosed Renovate Update dependency accessible-autocomplete to v3 Dec 8, 2024
@renovate renovate bot reopened this Dec 8, 2024
@renovate renovate bot force-pushed the renovate-accessible-autocomplete-3-x branch 4 times, most recently from 02c5b78 to b985464 Compare December 12, 2024 13:12
@renovate renovate bot force-pushed the renovate-accessible-autocomplete-3-x branch from b985464 to 2cfe6e5 Compare December 12, 2024 13:34
Copy link

sonarcloud bot commented Dec 12, 2024

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 escalated This has been escalated to a Jira ticket, linked in the comments Renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants