Skip to content

Commit

Permalink
Merge pull request #9828 from DFE-Digital/dependabot/npm_and_yarn/acc…
Browse files Browse the repository at this point in the history
…essible-autocomplete-3.0.1

Bump accessible-autocomplete from 3.0.0 to 3.0.1
  • Loading branch information
elceebee authored Oct 18, 2024
2 parents 72d6fba + 392722f commit 6406375
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ exports[`initAutocomplete should instantiate an autocomplete 1`] = `
<input
aria-autocomplete="list"
aria-controls="form-field-id__listbox"
aria-describedby="form-field-id__assistiveHint"
aria-expanded="false"
aria-owns="form-field-id__listbox"
autocomplete="off"
class="autocomplete__input autocomplete__input--show-all-values"
id="form-field-id"
Expand All @@ -70,6 +70,7 @@ exports[`initAutocomplete should instantiate an autocomplete 1`] = `
</g>
</svg>
<ul
aria-labelledby="form-field-id"
class="autocomplete__menu autocomplete__menu--inline autocomplete__menu--hidden"
id="form-field-id__listbox"
role="listbox"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ exports[`initAutoSuggest should instantiate an autosuggest 1`] = `
<input
aria-autocomplete="list"
aria-controls="form-field-id__listbox"
aria-describedby="form-field-id__assistiveHint"
aria-expanded="false"
aria-owns="form-field-id__listbox"
autocomplete="off"
class="autocomplete__input autocomplete__input--default"
id="form-field-id"
Expand All @@ -62,6 +62,7 @@ exports[`initAutoSuggest should instantiate an autosuggest 1`] = `
/>
<ul
aria-labelledby="form-field-id"
class="autocomplete__menu autocomplete__menu--inline autocomplete__menu--hidden"
id="form-field-id__listbox"
role="listbox"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"@ministryofjustice/frontend": "^2.2.4",
"@rails/webpacker": "^5.4.4",
"accessible-autocomplete": "^3.0.0",
"accessible-autocomplete": "^3.0.1",
"dfe-autocomplete": "github:DFE-Digital/dfe-autocomplete#8e7389ff62a38bc8880323f6c58eed9c8d10f080",
"govuk-frontend": "^5.7.1",
"jquery": "^3.7.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1864,10 +1864,10 @@ accessible-autocomplete@^2.0.4:
dependencies:
preact "^8.3.1"

accessible-autocomplete@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/accessible-autocomplete/-/accessible-autocomplete-3.0.0.tgz#f66ed03fb22d78f721326d187ee491dddbadec75"
integrity sha512-Kpm6EX+jjD0AurWfzSP4EVLEKsLUWCazZwidjum+8FCRtSINeaPzVa3ElKVGWvSqVZN9zjeSBF8cirhYEZjW1A==
accessible-autocomplete@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/accessible-autocomplete/-/accessible-autocomplete-3.0.1.tgz#8ddf4934d0b4ba6acb28de486dd505e062cdc86e"
integrity sha512-xMshgc2LT5addvvfCTGzIkRrvhbOFeylFSnSMfS/PdjvvvElZkakCwxO3/yJYBWyi1hi3tZloqOJQ5kqqJtH4g==

acorn-globals@^7.0.0:
version "7.0.1"
Expand Down

0 comments on commit 6406375

Please sign in to comment.