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

[WIP] Update dependencies #368

Merged
merged 15 commits into from
Sep 26, 2023
Merged

[WIP] Update dependencies #368

merged 15 commits into from
Sep 26, 2023

Conversation

GioSensation
Copy link
Member

@GioSensation GioSensation commented Aug 14, 2023

Reviewer: @shakyShane
Asana: https://app.asana.com/0/0/1205509987156725/f

Description

Just updating a bunch of dependencies.

Steps to test

Test suit working fine.

"jest-chrome": {
"jest": "$jest"
}
}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needed because jest-chrome is set to be dependent to jest 27, but it's not actually necessary. They've already merged the necessary change but haven't released (it's been a few months), so this is temporary.

@@ -5,16 +5,16 @@
*/
export class DeviceApiCall {
/** @type {string} */
method= 'unknown';
method = 'unknown'
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bunch of linting updates.

@@ -10,7 +10,7 @@ exports[`when all data is available updates each platforms task notes 1`] = `
<li>version [[version]]</li>
<li>[[commit]]</li>
<li>[[release_url]]</li>
<li><a href=\\"https://github.com/duckduckgo/android/pr/1\\">Android PR</a></li>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They've updated the format.

@@ -2,7 +2,7 @@ import { generateFiles } from '../api-call-generator.js'
import { join } from 'path'

describe('api call generator', () => {
it('generates files from fixtures', async () => {
it.skip('generates files from fixtures', async () => {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Skipping for now as I couldn't figure this out. It tries to access the json schema file but fails. Not sure why.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed to skip - I did a little check locally and something with jest is causing issues.

static defaults = defaults;
static get defaults () {
return defaults
}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No idea why these changes were necessary, TBH. Class fields were causing a weird error a build time. Transforming this into a getter fixed it. This is called only once so I believe it's fine.

Signed-off-by: Emanuele Feliziani <[email protected]>
Signed-off-by: Emanuele Feliziani <[email protected]>
Signed-off-by: Emanuele Feliziani <[email protected]>
Signed-off-by: Emanuele Feliziani <[email protected]>
Signed-off-by: Emanuele Feliziani <[email protected]>
Signed-off-by: Emanuele Feliziani <[email protected]>
Signed-off-by: Emanuele Feliziani <[email protected]>
Signed-off-by: Emanuele Feliziani <[email protected]>
Signed-off-by: Emanuele Feliziani <[email protected]>
Signed-off-by: Emanuele Feliziani <[email protected]>
Signed-off-by: Emanuele Feliziani <[email protected]>
Signed-off-by: Emanuele Feliziani <[email protected]>
… ema/update-deps

Signed-off-by: Emanuele Feliziani <[email protected]>

# Conflicts:
#	dist/autofill-debug.js
#	dist/autofill.js
#	package-lock.json
#	package.json
#	swift-package/Resources/assets/autofill-debug.js
#	swift-package/Resources/assets/autofill.js
Signed-off-by: Emanuele Feliziani <[email protected]>
Signed-off-by: Emanuele Feliziani <[email protected]>
@GioSensation GioSensation self-assigned this Sep 26, 2023
@GioSensation GioSensation marked this pull request as ready for review September 26, 2023 13:04
brindy added a commit to duckduckgo/macos-browser that referenced this pull request Sep 28, 2023
Task/Issue URL:
https://app.asana.com/0/1205602928782192/1205602928782192
Autofill Release:
https://github.com/duckduckgo/duckduckgo-autofill/releases/tag/8.4.1
BSK PR: duckduckgo/BrowserServicesKit#517

## Description
Updates Autofill to version
[8.4.1](https://github.com/duckduckgo/duckduckgo-autofill/releases/tag/8.4.1).

### Autofill 8.4.1 release notes
## What's Changed
* Precompile regexes by @GioSensation in
duckduckgo/duckduckgo-autofill#382
* Add perf tests by @GioSensation in
duckduckgo/duckduckgo-autofill#383
* deps: remove deprecated content-scope-utils by @shakyShane in
duckduckgo/duckduckgo-autofill#384
* Update dependencies by @GioSensation in
duckduckgo/duckduckgo-autofill#368
* Fix perf regressions by @GioSensation in
duckduckgo/duckduckgo-autofill#385


**Full Changelog**:
duckduckgo/duckduckgo-autofill@8.4.0...8.4.1

## 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: GioSensation <[email protected]>
Co-authored-by: Chris Brind <[email protected]>
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