Skip to content

Commit d5df32a

Browse files
daxmobileborgateo
andauthored
Update autofill to 18.2.0 (#6393)
Task/Issue URL: https://app.asana.com/1/137249556945/task/1210792735895158 Autofill Release: https://github.com/duckduckgo/duckduckgo-autofill/releases/tag/18.2.0 ## Description Updates Autofill to version [18.2.0](https://github.com/duckduckgo/duckduckgo-autofill/releases/tag/18.2.0). ### Autofill 18.2.0 release notes ## What's Changed * fix scanner debugging by @shakyShane in duckduckgo/duckduckgo-autofill#611 * [GH Action] Reduce dependabot frequency by @dbajpeyi in duckduckgo/duckduckgo-autofill#871 * Fix: acehardware.com - update submitButtonSelector ignoring aria-label="clear" by @borgateo in duckduckgo/duckduckgo-autofill#877 * build(deps-dev): bump eslint from 9.28.0 to 9.30.1 by @dependabot[bot] in duckduckgo/duckduckgo-autofill#873 * [CredentialsImport] Credentials import support for iOS and Android by @dbajpeyi in duckduckgo/duckduckgo-autofill#823 * [site-specific-fixes] Move thresholds to site-specific-fixes by @dbajpeyi in duckduckgo/duckduckgo-autofill#832 * Chore: UI refresh — Update Icons by @borgateo in duckduckgo/duckduckgo-autofill#876 * Update password-related json files by @daxmobile in duckduckgo/duckduckgo-autofill#879 * [CredentialsImport] Only show prompts on empty input by @dbajpeyi in duckduckgo/duckduckgo-autofill#878 * [Windows] Call setSize after font load finishes by @dbajpeyi in duckduckgo/duckduckgo-autofill#864 * [HTMLTooltip] type htmltooltipoptions by @dbajpeyi in duckduckgo/duckduckgo-autofill#880 **Full Changelog**: duckduckgo/duckduckgo-autofill@18.1.0...18.2.0 ## Steps to test This release has been tested during autofill development. For smoke test steps see [this task](https://app.asana.com/0/1198964220583541/1200583647142330/f). Co-authored-by: borgateo <[email protected]>
1 parent 6a1060d commit d5df32a

File tree

6 files changed

+5552
-5444
lines changed

6 files changed

+5552
-5444
lines changed

node_modules/@duckduckgo/autofill/dist/autofill-debug.js

Lines changed: 4630 additions & 4570 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@duckduckgo/autofill/dist/autofill.css

Lines changed: 16 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@duckduckgo/autofill/dist/autofill.js

Lines changed: 897 additions & 843 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@duckduckgo/autofill/dist/shared-credentials.json

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@duckduckgo/autoconsent": "^14.8.0",
17-
"@duckduckgo/autofill": "github:duckduckgo/duckduckgo-autofill#18.1.0",
17+
"@duckduckgo/autofill": "github:duckduckgo/duckduckgo-autofill#18.2.0",
1818
"@duckduckgo/content-scope-scripts": "github:duckduckgo/content-scope-scripts#10.12.0",
1919
"@duckduckgo/privacy-dashboard": "github:duckduckgo/privacy-dashboard#9.0.0",
2020
"@duckduckgo/privacy-reference-tests": "github:duckduckgo/privacy-reference-tests#1751029573"

0 commit comments

Comments
 (0)