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

Bump @playwright/test from 1.33.0 to 1.35.1 #191

Merged
merged 1 commit into from
Jul 11, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 26, 2023

Bumps @playwright/test from 1.33.0 to 1.35.1.

Release notes

Sourced from @​playwright/test's releases.

v1.35.1

Highlights

microsoft/playwright#23622 - [Docs] Provide a description how to correctly use expect.configure with poll parameter microsoft/playwright#23666 - [BUG] Live Trace does not work with Codespaces microsoft/playwright#23693 - [BUG] attachment steps are not hidden inside expect.toHaveScreenshot()

Browser Versions

  • Chromium 115.0.5790.13
  • Mozilla Firefox 113.0
  • WebKit 16.4

This version was also tested against the following stable channels:

  • Google Chrome 114
  • Microsoft Edge 114

v1.35.0

Highlights

  • UI mode is now available in VSCode Playwright extension via a new "Show trace viewer" button:

    Playwright UI Mode

  • UI mode and trace viewer mark network requests handled with page.route() and browserContext.route() handlers, as well as those issued via the API testing:

    Trace Viewer

  • New option maskColor for methods page.screenshot(), locator.screenshot(), expect(page).toHaveScreenshot() and expect(locator).toHaveScreenshot() to change default masking color:

    await page.goto('https://playwright.dev');
    await expect(page).toHaveScreenshot({
      mask: [page.locator('img')],
      maskColor: '#00FF00', // green
    });
  • New uninstall CLI command to uninstall browser binaries:

    $ npx playwright uninstall # remove browsers installed by this installation
    $ npx playwright uninstall --all # remove all ever-install Playwright browsers
  • Both UI mode and trace viewer now could be opened in a browser tab:

    $ npx playwright test --ui-port 0 # open UI mode in a tab on a random port
    $ npx playwright show-trace --port 0 # open trace viewer in tab on a random port

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Update one or more dependencies version minor Increment the minor version when merged labels Jun 26, 2023
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/playwright/test-1.35.1 branch 2 times, most recently from 597aa9a to 2018aa2 Compare July 11, 2023 12:11
Bumps [@playwright/test](https://github.com/Microsoft/playwright) from 1.33.0 to 1.35.1.
- [Release notes](https://github.com/Microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.33.0...v1.35.1)

---
updated-dependencies:
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/playwright/test-1.35.1 branch from 2018aa2 to 5200de9 Compare July 11, 2023 12:11
@sammacbeth sammacbeth merged commit 42322d4 into main Jul 11, 2023
4 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/playwright/test-1.35.1 branch July 11, 2023 12:15
private-face pushed a commit to tempest-tech-ltd/autoconsent that referenced this pull request Sep 29, 2023
* rewrote CMP Ketch to include US in the rules (duckduckgo#171)

Co-authored-by: euw-arasolofotsara1 <arasolofotsara@duckduckgo.com>

* Bump @rollup/plugin-typescript from 11.1.0 to 11.1.1 (duckduckgo#161)

Bumps [@rollup/plugin-typescript](https://github.com/rollup/plugins/tree/HEAD/packages/typescript) from 11.1.0 to 11.1.1.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/typescript/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/typescript-v11.1.1/packages/typescript)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-typescript"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @types/chrome from 0.0.235 to 0.0.237 (duckduckgo#173)

Bumps [@types/chrome](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chrome) from 0.0.235 to 0.0.237.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chrome)

---
updated-dependencies:
- dependency-name: "@types/chrome"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump tslib from 2.5.0 to 2.5.3 (duckduckgo#179)

Bumps [tslib](https://github.com/Microsoft/tslib) from 2.5.0 to 2.5.3.
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](microsoft/tslib@2.5.0...v2.5.3)

---
updated-dependencies:
- dependency-name: tslib
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @typescript-eslint/eslint-plugin from 5.59.5 to 5.59.11 (duckduckgo#182)

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.59.5 to 5.59.11.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.11/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Added rule for cookiefirst (duckduckgo#177)

* Added rule for cookiefirst

* Updated eval condition to just check for the cookie existence

* added verification to check if user's optout on TrustArc CMP has been set (duckduckgo#159)

* added verification to check if user's optout on TrustArc CMP has been set

* Update lib/cmps/trustarc-top.ts

---------

Co-authored-by: Sam Macbeth <sammacbeth@users.noreply.github.com>

* Round 2: Add to US top sites optOut banners rules and tests (duckduckgo#175)

* Add to US top sites optOut banners rules and tests

* fix linting errors

* add healthline cmp rule and test

* add US condition to canva rule

* Make more specific onlyFans prehideSelectors

---------

Co-authored-by: euw-arasolofotsara1 <arasolofotsara@duckduckgo.com>

* Update CHANGELOG.md [skip ci]

* Bump version to: 4.2.0 [skip ci]

* add batch of rules and tests for banners reported by users (duckduckgo#181)

* add justwatch-com rules and test

* add 1password-com rules and test

* add agolde-com rules and test

* add altium-com rules and test

* add aquasana-com rules and test

* add athlinks-com rules and test

* add burpee-com rules and test

* add crossfit-com rules and test

* add flex-orange-pl rules and test

* itopvpn-com rules and test

* add macpaw-com rules and test

* add nrk-no rules and test

* add pinetools-com rules and test

* add similarweb-com rules and test

* add takealot-com rules and test

* add trader-joes-com rules and test

* add urbanarmorgear-com rules and test

* add tidbits-com automattic cmp site rules and test

* add cmp automattic rules and test

* add woo-commerce-com rules and test

* add xhamster-eu rules and test

* add tumblr-com rules and test

* fix complianz-optin rules and test

* add urlPattern to athlinks-com rule

* make automattic cmp and popUp more specific

* simplify optOut for complianz-optin

* change justwatch notice banner to optOut banner

* Remove orange.pl rule

---------

Co-authored-by: euw-arasolofotsara1 <arasolofotsara@duckduckgo.com>
Co-authored-by: Sam Macbeth <smacbeth@duckduckgo.com>

* Update CHANGELOG.md [skip ci]

* Bump version to: 4.3.0 [skip ci]

* added nba.com notice rule and test and modified oneTrust rule class (duckduckgo#172)

* added nba.com notice rule and modified oneTrust

* corrected NBA regex for OneTrust

---------

Co-authored-by: euw-arasolofotsara1 <arasolofotsara@duckduckgo.com>

* Bump @types/chai from 4.3.4 to 4.3.5 (duckduckgo#183)

Bumps [@types/chai](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai) from 4.3.4 to 4.3.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chai)

---
updated-dependencies:
- dependency-name: "@types/chai"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump eslint from 8.40.0 to 8.43.0 (duckduckgo#184)

Bumps [eslint](https://github.com/eslint/eslint) from 8.40.0 to 8.43.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.40.0...v8.43.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @typescript-eslint/parser from 5.59.2 to 5.60.0 (duckduckgo#185)

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.59.2 to 5.60.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.60.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @typescript-eslint/eslint-plugin from 5.59.11 to 5.60.0 (duckduckgo#186)

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.59.11 to 5.60.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.60.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update CHANGELOG.md [skip ci]

* Bump version to: 4.3.1 [skip ci]

* Limit triggering of nba.com rule (duckduckgo#187)

* Update CHANGELOG.md [skip ci]

* Bump version to: 4.3.2 [skip ci]

* Remove wait from detectCmp step (duckduckgo#189)

* Update CHANGELOG.md [skip ci]

* Bump version to: 4.3.3 [skip ci]

* Add initial coverage data (duckduckgo#188)

* Support Chrome recorder generated selectors (duckduckgo#148)

* Update CHANGELOG.md [skip ci]

* Bump version to: 4.4.0 [skip ci]

* Bump @playwright/test from 1.33.0 to 1.35.1 (duckduckgo#191)

Bumps [@playwright/test](https://github.com/Microsoft/playwright) from 1.33.0 to 1.35.1.
- [Release notes](https://github.com/Microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.33.0...v1.35.1)

---
updated-dependencies:
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump typescript from 4.9.5 to 5.1.6 (duckduckgo#196)

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.1.6.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/commits)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Cancel prehide rules if the pop-up takes too long to appear (duckduckgo#205)

* use await instead of setTimeout

* Add prehideTimeout config variable

* Disable prehide rules when the process takes too long

* Add a log message on early unhide

* Update CHANGELOG.md [skip ci]

* Bump version to: 5.0.0 [skip ci]

* Build with ESBuild (duckduckgo#204)

* Build dist with esbuild

* Remove rollup

* Also watch rules

* Make playwright builds compatible with the crawler

* Add July crawl data (duckduckgo#199)

* Fix burpee rule matching and add new rule (duckduckgo#211)

* Fix burpee on granit.com

* Add cookie-manager-popup rule to cover some burpee.com matches.

* Make selector more specific.

* Update CHANGELOG.md [skip ci]

* Bump version to: 5.0.1 [skip ci]

* Bump @typescript-eslint/parser from 5.60.0 to 5.62.0 (duckduckgo#203)

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.60.0 to 5.62.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.62.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @types/chrome from 0.0.237 to 0.0.241 (duckduckgo#206)

Bumps [@types/chrome](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chrome) from 0.0.237 to 0.0.241.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chrome)

---
updated-dependencies:
- dependency-name: "@types/chrome"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump eslint from 8.43.0 to 8.45.0 (duckduckgo#208)

Bumps [eslint](https://github.com/eslint/eslint) from 8.43.0 to 8.45.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.43.0...v8.45.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix ucercentrics-api (duckduckgo#214)

* Bump @playwright/test from 1.35.1 to 1.36.2 (duckduckgo#213)

Bumps [@playwright/test](https://github.com/Microsoft/playwright) from 1.35.1 to 1.36.2.
- [Release notes](https://github.com/Microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.35.1...v1.36.2)

---
updated-dependencies:
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update CHANGELOG.md [skip ci]

* Bump version to: 5.1.0 [skip ci]

* Add rules for twitch.tv and kleinanzeigen.de (duckduckgo#220)

* Add a rule for twitch

* Add rule for kleinanzeigen.de

* Add tests

* Finish the kleinanzeigen rule

* Bump eslint from 8.45.0 to 8.46.0 (duckduckgo#215)

Bumps [eslint](https://github.com/eslint/eslint) from 8.45.0 to 8.46.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.45.0...v8.46.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @puppeteer/replay from 2.11.0 to 2.13.2 (duckduckgo#216)

Bumps [@puppeteer/replay](https://github.com/puppeteer/replay) from 2.11.0 to 2.13.2.
- [Release notes](https://github.com/puppeteer/replay/releases)
- [Changelog](https://github.com/puppeteer/replay/blob/main/CHANGELOG.md)
- [Commits](puppeteer/replay@v2.11.0...v2.13.2)

---
updated-dependencies:
- dependency-name: "@puppeteer/replay"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @types/chrome from 0.0.241 to 0.0.242 (duckduckgo#218)

Bumps [@types/chrome](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chrome) from 0.0.241 to 0.0.242.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chrome)

---
updated-dependencies:
- dependency-name: "@types/chrome"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump tslib from 2.5.3 to 2.6.1 (duckduckgo#217)

Bumps [tslib](https://github.com/Microsoft/tslib) from 2.5.3 to 2.6.1.
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](microsoft/tslib@v2.5.3...v2.6.1)

---
updated-dependencies:
- dependency-name: tslib
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update CHANGELOG.md [skip ci]

* Bump version to: 5.2.0 [skip ci]

* Fix the target ES version to avoid surprises downstream (duckduckgo#227)

* Update CHANGELOG.md [skip ci]

* Bump version to: 5.3.0 [skip ci]

* August crawl data (duckduckgo#238)

* Inline evals (duckduckgo#236)

* add isMainWorld config parameter

* Move loose functions into the class (no functional changes here)

* Pass Autoconsent instance reference to CMP constructors

* Breaking change: Initialize dynamic CMPs from inside AutoConsent class and remove some library exports

* Allow executing eval rules inline in case we're already in main world

* add debug logs for evals

* WIP: eval snippets

* WIP convert eval rules in code-based rules

* Move remaining eval rules to snippets

* Add a reset button to the extension popup

* Do not give up if a single detectPopup() fails

* fix logging

* Update CHANGELOG.md [skip ci]

* Bump version to: 6.0.0 [skip ci]

* Update trustarc-frame.ts (duckduckgo#235)

* Update trustarc-frame.ts

Added condition to close the modal window if the CMP is configured with an opt-out confirmation

* Update trustarc-frame.ts

Refactored code to use waitForThenClick

* Bump auto from 10.46.0 to 11.0.1 (duckduckgo#233)

Bumps [auto](https://github.com/intuit/auto) from 10.46.0 to 11.0.1.
- [Release notes](https://github.com/intuit/auto/releases)
- [Changelog](https://github.com/intuit/auto/blob/main/CHANGELOG.md)
- [Commits](intuit/auto@v10.46.0...v11.0.1)

---
updated-dependencies:
- dependency-name: auto
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @types/chrome from 0.0.242 to 0.0.243 (duckduckgo#221)

Bumps [@types/chrome](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chrome) from 0.0.242 to 0.0.243.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chrome)

---
updated-dependencies:
- dependency-name: "@types/chrome"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @puppeteer/replay from 2.13.2 to 2.13.3 (duckduckgo#222)

Bumps [@puppeteer/replay](https://github.com/puppeteer/replay) from 2.13.2 to 2.13.3.
- [Release notes](https://github.com/puppeteer/replay/releases)
- [Changelog](https://github.com/puppeteer/replay/blob/main/CHANGELOG.md)
- [Commits](puppeteer/replay@v2.13.2...v2.13.3)

---
updated-dependencies:
- dependency-name: "@puppeteer/replay"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump esbuild from 0.18.11 to 0.19.2 (duckduckgo#234)

Bumps [esbuild](https://github.com/evanw/esbuild) from 0.18.11 to 0.19.2.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](evanw/esbuild@v0.18.11...v0.19.2)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Add rule for activobank.pt (duckduckgo#244)

* Bump @playwright/test from 1.36.2 to 1.37.1 (duckduckgo#239)

Bumps [@playwright/test](https://github.com/Microsoft/playwright) from 1.36.2 to 1.37.1.
- [Release notes](https://github.com/Microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.36.2...v1.37.1)

---
updated-dependencies:
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump chai from 4.3.7 to 4.3.8 (duckduckgo#241)

Bumps [chai](https://github.com/chaijs/chai) from 4.3.7 to 4.3.8.
- [Release notes](https://github.com/chaijs/chai/releases)
- [Changelog](https://github.com/chaijs/chai/blob/4.x.x/History.md)
- [Commits](chaijs/chai@v4.3.7...v4.3.8)

---
updated-dependencies:
- dependency-name: chai
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump tslib from 2.6.1 to 2.6.2 (duckduckgo#242)

Bumps [tslib](https://github.com/Microsoft/tslib) from 2.6.1 to 2.6.2.
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](microsoft/tslib@v2.6.1...v2.6.2)

---
updated-dependencies:
- dependency-name: tslib
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @types/chrome from 0.0.243 to 0.0.245 (duckduckgo#245)

Bumps [@types/chrome](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chrome) from 0.0.243 to 0.0.245.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chrome)

---
updated-dependencies:
- dependency-name: "@types/chrome"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump web-ext from 7.6.2 to 7.7.0 (duckduckgo#249)

Bumps [web-ext](https://github.com/mozilla/web-ext) from 7.6.2 to 7.7.0.
- [Release notes](https://github.com/mozilla/web-ext/releases)
- [Commits](mozilla/web-ext@7.6.2...7.7.0)

---
updated-dependencies:
- dependency-name: web-ext
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update CHANGELOG.md [skip ci]

* Bump version to: 6.1.0 [skip ci]

* Update test site domain (duckduckgo#252)

* Update CHANGELOG.md [skip ci]

* Bump version to: 6.1.1 [skip ci]

* Publish coverage data (duckduckgo#253)

Co-authored-by: Dax the Deployer <dax@duckduckgo.com>

* Add asana sync for PRs (duckduckgo#258)

* Bump auto from 11.0.1 to 11.0.4 (duckduckgo#247)

Bumps [auto](https://github.com/intuit/auto) from 11.0.1 to 11.0.4.
- [Release notes](https://github.com/intuit/auto/releases)
- [Changelog](https://github.com/intuit/auto/blob/main/CHANGELOG.md)
- [Commits](intuit/auto@v11.0.1...v11.0.4)

---
updated-dependencies:
- dependency-name: auto
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @types/chai from 4.3.5 to 4.3.6 (duckduckgo#250)

Bumps [@types/chai](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai) from 4.3.5 to 4.3.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chai)

---
updated-dependencies:
- dependency-name: "@types/chai"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @playwright/test from 1.37.1 to 1.38.0 (duckduckgo#256)

Bumps [@playwright/test](https://github.com/Microsoft/playwright) from 1.37.1 to 1.38.0.
- [Release notes](https://github.com/Microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.37.1...v1.38.0)

---
updated-dependencies:
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix Asana project ID

* Bump version of asana sync action (duckduckgo#260)

* Final fix of asana project ID

* Bump typescript from 5.1.6 to 5.2.2 (duckduckgo#251)

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.1.6 to 5.2.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.1.6...v5.2.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* update build script

* fix canva rule

* lint

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Amanda RASOLOFOTSARA <50955126+icodebyamanda@users.noreply.github.com>
Co-authored-by: euw-arasolofotsara1 <arasolofotsara@duckduckgo.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kunal Virk <kunal@websilt.com>
Co-authored-by: hyebahi <hyebahi@gmail.com>
Co-authored-by: Sam Macbeth <sammacbeth@users.noreply.github.com>
Co-authored-by: Sam Macbeth <runner@fv-az560-829.3gr401zidpzu5nut432h0k4zzg.cx.internal.cloudapp.net>
Co-authored-by: Sam Macbeth <smacbeth@duckduckgo.com>
Co-authored-by: Sam Macbeth <runner@fv-az795-392.xf54hq4xvzaujoiinxtcwc2bjc.dx.internal.cloudapp.net>
Co-authored-by: Sam Macbeth <runner@fv-az412-458.ap3zscylkjruhik2cxa3opwqzb.jx.internal.cloudapp.net>
Co-authored-by: Sam Macbeth <runner@fv-az251-156.mxawqghed13elcrenaof0mmu1b.bx.internal.cloudapp.net>
Co-authored-by: Sam Macbeth <runner@fv-az586-284.032bdyo3y4renostddu1d2ndmc.jx.internal.cloudapp.net>
Co-authored-by: Maxim Tsoy <maks.tsoy@gmail.com>
Co-authored-by: Sam Macbeth <runner@fv-az1242-180.z3lz1fhdnu3uzdlp1yfgnqvlzh.jx.internal.cloudapp.net>
Co-authored-by: Sam Macbeth <runner@fv-az586-938.032bdyo3y4renostddu1d2ndmc.jx.internal.cloudapp.net>
Co-authored-by: Sam Macbeth <runner@fv-az437-384.fscfkmzfjsuenk015of0zguikd.cx.internal.cloudapp.net>
Co-authored-by: Sam Macbeth <runner@fv-az577-240.at4cxwiy2cwe3mwsxn423cheea.dx.internal.cloudapp.net>
Co-authored-by: Sam Macbeth <runner@fv-az792-972.lvz11p3rpiaudhre3wekhh4ggb.dx.internal.cloudapp.net>
Co-authored-by: Sam Macbeth <runner@fv-az735-334.v1h1ivlls45upmrpk3itq5dgaa.cx.internal.cloudapp.net>
Co-authored-by: Sam Macbeth <runner@fv-az642-87.cqpvgpoo3osu5lvmex0g05djkf.phxx.internal.cloudapp.net>
Co-authored-by: Sam Macbeth <runner@fv-az799-258.1a0eysidlh5efce4rkxll4lmbe.jx.internal.cloudapp.net>
Co-authored-by: Dax the Deployer <dax@duckduckgo.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update one or more dependencies version minor Increment the minor version when merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant