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

Build(deps): Bump playwright from 1.45.0 to 1.45.1 #4062

Merged
merged 1 commit into from
Jul 3, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 3, 2024

Bumps playwright from 1.45.0 to 1.45.1.

Release notes

Sourced from playwright's releases.

v1.45.1

Highlights

microsoft/playwright#31473 - [REGRESSION]: Playwright raises an error ENOENT: no such file or directory, open 'test-results/.playwright-artifacts-0/hash.zip' with Electron microsoft/playwright#31442 - [REGRESSION]: Locators of elements changing from/to hidden have operations hanging when using --disable-web-security microsoft/playwright#31431 - [REGRESSION]: NewTab doesn't work properly with Chrome with --disable-web-security microsoft/playwright#31425 - [REGRESSION]: beforeEach hooks are not skipped when describe condition depends on fixtures microsoft/playwright#31491 - [REGRESSION]: @playwright/experimental-ct-react doesn't work with VSCode extension and PNPM

Browser Versions

  • Chromium 127.0.6533.5
  • Mozilla Firefox 127.0
  • WebKit 17.4

This version was also tested against the following stable channels:

  • Google Chrome 126
  • Microsoft Edge 126
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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [playwright](https://github.com/microsoft/playwright) from 1.45.0 to 1.45.1.
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.45.0...v1.45.1)

---
updated-dependencies:
- dependency-name: playwright
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from remusao as a code owner July 3, 2024 04:07
@dependabot dependabot bot added the PR: Dependencies 🔩 Changes only update dependencies label Jul 3, 2024
@chrmod chrmod merged commit df811ab into master Jul 3, 2024
3 checks passed
@chrmod chrmod deleted the dependabot/npm_and_yarn/playwright-1.45.1 branch July 3, 2024 07:49
seia-soto added a commit to seia-soto/adblocker that referenced this pull request Jul 17, 2024
commit 5a760a8
Author: ghostery-adblocker-bot[bot] <97594979+ghostery-adblocker-bot[bot]@users.noreply.github.com>
Date:   Wed Jul 17 09:04:13 2024 +0200

    Update local assets and compression codebooks (ghostery#4105)

    Co-authored-by: Ghostery Adblocker Bot <ghostery-adblocker-bot@users.noreply.github.com>

commit 8e46eb7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Jul 17 09:03:10 2024 +0200

    Build(deps-dev): Bump @types/node from 20.14.10 to 20.14.11 (ghostery#4107)

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

    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      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>

commit b543295
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Jul 17 09:02:45 2024 +0200

    Build(deps): Bump playwright from 1.45.1 to 1.45.2 (ghostery#4106)

    Bumps [playwright](https://github.com/microsoft/playwright) from 1.45.1 to 1.45.2.
    - [Release notes](https://github.com/microsoft/playwright/releases)
    - [Commits](microsoft/playwright@v1.45.1...v1.45.2)

    ---
    updated-dependencies:
    - dependency-name: playwright
      dependency-type: direct:production
      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>

commit f8aa010
Author: Krzysztof Modras <1228153+chrmod@users.noreply.github.com>
Date:   Tue Jul 16 15:31:47 2024 +0200

    Run examples in both commonjs and esm (ghostery#4103)

commit 91eb4c3
Author: Krzysztof Modras <1228153+chrmod@users.noreply.github.com>
Date:   Tue Jul 16 14:23:04 2024 +0200

    Replace Cliqz references with Ghostery (ghostery#4095)

    * Replace Cliqz references with Ghostery

commit 72231fe
Author: HoJeong Go <seia@outlook.kr>
Date:   Tue Jul 16 19:23:18 2024 +0900

    Update ESLint configuration for test files (ghostery#4102)

    * feat: update eslint configuration for tests

commit 3401cc1
Author: Krzysztof Modras <1228153+chrmod@users.noreply.github.com>
Date:   Tue Jul 16 12:15:55 2024 +0200

    Enforce PR labels (ghostery#4101)

    * Enforce PR labels

commit 27262b8
Author: HoJeong Go <seia@outlook.kr>
Date:   Tue Jul 16 17:23:48 2024 +0900

    chore: drop unused tsconfig.json (ghostery#4104)

    refs ghostery#4098

commit 1698960
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Jul 16 09:52:12 2024 +0200

    Build(deps): Bump electron from 31.2.0 to 31.2.1 (ghostery#4100)

    Bumps [electron](https://github.com/electron/electron) from 31.2.0 to 31.2.1.
    - [Release notes](https://github.com/electron/electron/releases)
    - [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
    - [Commits](electron/electron@v31.2.0...v31.2.1)

    ---
    updated-dependencies:
    - dependency-name: electron
      dependency-type: direct:production
      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>

commit b24c97d
Author: ghostery-adblocker-bot[bot] <97594979+ghostery-adblocker-bot[bot]@users.noreply.github.com>
Date:   Tue Jul 16 09:51:55 2024 +0200

    Update local assets and compression codebooks (ghostery#4099)

    Co-authored-by: Ghostery Adblocker Bot <ghostery-adblocker-bot@users.noreply.github.com>

commit c90402a
Author: Krzysztof Modras <1228153+chrmod@users.noreply.github.com>
Date:   Tue Jul 16 09:11:24 2024 +0200

    tsx to run typescript (ghostery#4098)

commit 69f4a94
Author: ghostery-adblocker-bot[bot] <97594979+ghostery-adblocker-bot[bot]@users.noreply.github.com>
Date:   Mon Jul 15 16:53:21 2024 +0200

    Update local assets and compression codebooks (ghostery#4097)

    Co-authored-by: Ghostery Adblocker Bot <ghostery-adblocker-bot@users.noreply.github.com>

commit 046ab8c
Author: Krzysztof Modras <1228153+chrmod@users.noreply.github.com>
Date:   Mon Jul 15 15:34:03 2024 +0200

    Fix codebook generation (ghostery#4096)

commit 7ca177c
Author: Krzysztof Modras <1228153+chrmod@users.noreply.github.com>
Date:   Mon Jul 15 12:13:18 2024 +0200

    Fix asset update (ghostery#4094)

commit 411002a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jul 15 12:13:05 2024 +0200

    Build(deps-dev): Bump rimraf from 5.0.8 to 6.0.1 (ghostery#4078)

    Bumps [rimraf](https://github.com/isaacs/rimraf) from 5.0.8 to 6.0.1.
    - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
    - [Commits](isaacs/rimraf@v5.0.8...v6.0.1)

    ---
    updated-dependencies:
    - dependency-name: rimraf
      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>

commit 250b146
Author: Ghostery Adblocker Bot <ghostery-adblocker-bot@users.noreply.github.com>
Date:   Mon Jul 15 08:28:20 2024 +0000

    Bump version to: v1.28.2 [skip ci]

commit 294397b
Author: Ghostery Adblocker Bot <ghostery-adblocker-bot@users.noreply.github.com>
Date:   Mon Jul 15 08:28:17 2024 +0000

    Update CHANGELOG.md [skip ci]

commit b17784a
Author: HoJeong Go <seia@outlook.kr>
Date:   Mon Jul 15 17:24:50 2024 +0900

    chore: drop output files (ghostery#4092)

commit 130940e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jul 15 10:20:39 2024 +0200

    Build(deps): Bump electron from 31.1.0 to 31.2.0 (ghostery#4076)

    Bumps [electron](https://github.com/electron/electron) from 31.1.0 to 31.2.0.
    - [Release notes](https://github.com/electron/electron/releases)
    - [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
    - [Commits](electron/electron@v31.1.0...v31.2.0)

    ---
    updated-dependencies:
    - dependency-name: electron
      dependency-type: direct:production
      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>

commit 12e44f9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jul 15 10:20:31 2024 +0200

    Build(deps): Bump @remusao/smaz from 1.9.1 to 1.10.0 (ghostery#4085)

    Bumps [@remusao/smaz](https://github.com/remusao/mono/tree/HEAD/packages/smaz) from 1.9.1 to 1.10.0.
    - [Release notes](https://github.com/remusao/mono/releases)
    - [Changelog](https://github.com/remusao/mono/blob/master/packages/smaz/CHANGELOG.md)
    - [Commits](https://github.com/remusao/mono/commits/@remusao/smaz@1.10.0/packages/smaz)

    ---
    updated-dependencies:
    - dependency-name: "@remusao/smaz"
      dependency-type: direct:production
      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>

commit ff41a29
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jul 15 10:20:21 2024 +0200

    Build(deps-dev): Bump eslint from 9.6.0 to 9.7.0 (ghostery#4088)

    Bumps [eslint](https://github.com/eslint/eslint) from 9.6.0 to 9.7.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v9.6.0...v9.7.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>

commit f7bc6fb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jul 15 10:06:37 2024 +0200

    Build(deps-dev): Bump @remusao/smaz-generate from 1.9.1 to 1.10.0 (ghostery#4080)

    Bumps [@remusao/smaz-generate](https://github.com/remusao/mono/tree/HEAD/packages/smaz-generate) from 1.9.1 to 1.10.0.
    - [Release notes](https://github.com/remusao/mono/releases)
    - [Changelog](https://github.com/remusao/mono/blob/master/packages/smaz-generate/CHANGELOG.md)
    - [Commits](https://github.com/remusao/mono/commits/@remusao/smaz-generate@1.10.0/packages/smaz-generate)

    ---
    updated-dependencies:
    - dependency-name: "@remusao/smaz-generate"
      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>

commit f8f5c95
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jul 15 10:05:44 2024 +0200

    Build(deps): Bump puppeteer from 22.12.1 to 22.13.0 (ghostery#4081)

    Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 22.12.1 to 22.13.0.
    - [Release notes](https://github.com/puppeteer/puppeteer/releases)
    - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
    - [Commits](puppeteer/puppeteer@puppeteer-v22.12.1...puppeteer-v22.13.0)

    ---
    updated-dependencies:
    - dependency-name: puppeteer
      dependency-type: direct:production
      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>

commit a561dd6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jul 15 10:05:34 2024 +0200

    Build(deps): Bump @remusao/small from 1.2.1 to 1.3.0 (ghostery#4082)

    Bumps [@remusao/small](https://github.com/remusao/mono/tree/HEAD/packages/small) from 1.2.1 to 1.3.0.
    - [Release notes](https://github.com/remusao/mono/releases)
    - [Changelog](https://github.com/remusao/mono/blob/master/packages/small/CHANGELOG.md)
    - [Commits](https://github.com/remusao/mono/commits/@remusao/small@1.3.0/packages/small)

    ---
    updated-dependencies:
    - dependency-name: "@remusao/small"
      dependency-type: direct:production
      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>

commit 6e026f7
Author: Ghostery Adblocker Bot <ghostery-adblocker-bot@users.noreply.github.com>
Date:   Mon Jul 15 08:04:15 2024 +0000

    Bump version to: v1.28.1 [skip ci]

commit e00565c
Author: Ghostery Adblocker Bot <ghostery-adblocker-bot@users.noreply.github.com>
Date:   Mon Jul 15 08:04:12 2024 +0000

    Update CHANGELOG.md [skip ci]

commit bb3ae6a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jul 15 10:00:13 2024 +0200

    Build(deps-dev): Bump @remusao/auto-config from 1.1.2 to 1.2.0 (ghostery#4083)

    Bumps [@remusao/auto-config](https://github.com/remusao/mono/tree/HEAD/packages/auto-config) from 1.1.2 to 1.2.0.
    - [Release notes](https://github.com/remusao/mono/releases)
    - [Changelog](https://github.com/remusao/mono/blob/master/packages/auto-config/CHANGELOG.md)
    - [Commits](https://github.com/remusao/mono/commits/@remusao/auto-config@1.2.0/packages/auto-config)

    ---
    updated-dependencies:
    - dependency-name: "@remusao/auto-config"
      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>

commit 465a298
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jul 15 10:00:03 2024 +0200

    Build(deps-dev): Bump @eslint/js from 9.6.0 to 9.7.0 (ghostery#4089)

    Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.6.0 to 9.7.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/eslint/eslint/commits/v9.7.0/packages/js)

    ---
    updated-dependencies:
    - dependency-name: "@eslint/js"
      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>

commit bdbc000
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jul 15 09:59:54 2024 +0200

    Build(deps-dev): Bump prettier from 3.3.2 to 3.3.3 (ghostery#4090)

    Bumps [prettier](https://github.com/prettier/prettier) from 3.3.2 to 3.3.3.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@3.3.2...3.3.3)

    ---
    updated-dependencies:
    - dependency-name: prettier
      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>

commit d1f4c06
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jul 15 09:59:45 2024 +0200

    Build(deps-dev): Bump typescript-eslint (ghostery#4091)

    Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.0.0-alpha.41 to 8.0.0-alpha.44.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/HEAD/packages/typescript-eslint)

    ---
    updated-dependencies:
    - dependency-name: typescript-eslint
      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>

commit 43f5b24
Author: Krzysztof Modras <1228153+chrmod@users.noreply.github.com>
Date:   Mon Jul 15 09:57:13 2024 +0200

    Simplify build with tshy (ghostery#4079)

    Co-authored-by: HoJeong Go <seia@outlook.kr>

commit 9ce185f
Author: Ghostery Adblocker Bot <ghostery-adblocker-bot@users.noreply.github.com>
Date:   Tue Jul 9 11:20:01 2024 +0000

    Bump version to: v1.28.0 [skip ci]

commit bf5b788
Author: Ghostery Adblocker Bot <ghostery-adblocker-bot@users.noreply.github.com>
Date:   Tue Jul 9 11:19:58 2024 +0000

    Update CHANGELOG.md [skip ci]

commit 37461de
Author: HoJeong Go <seia@outlook.kr>
Date:   Tue Jul 9 20:16:36 2024 +0900

    Optimise DOM mutation handling in `DOMMonitor` (ghostery#4071)

    * feat: optimise mutation handling

    refs https://efa.mvv-muenchen.de/index.html?name_origin=91000680&name_destination=streetID%[…]20240704&itdTime=1001&language=de&itdTripDateTimeDepArr=dep
    refs ghostery/broken-page-reports#732

    ---------

    Co-authored-by: chrmod <chrmod@ghostery.com>
    Co-authored-by: Krzysztof Modras <1228153+chrmod@users.noreply.github.com>
    Co-authored-by: Philipp Claßen <philipp.classen@posteo.de>
    Co-authored-by: Rémi <remusao@users.noreply.github.com>

commit 5aecd4c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Jul 9 08:37:24 2024 +0200

    Build(deps-dev): Bump typescript-eslint (ghostery#4073)

    Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.0.0-alpha.39 to 8.0.0-alpha.41.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/HEAD/packages/typescript-eslint)

    ---
    updated-dependencies:
    - dependency-name: typescript-eslint
      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>

commit 5e25d1b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Jul 9 08:37:16 2024 +0200

    Build(deps-dev): Bump rollup from 4.18.0 to 4.18.1 (ghostery#4074)

    Bumps [rollup](https://github.com/rollup/rollup) from 4.18.0 to 4.18.1.
    - [Release notes](https://github.com/rollup/rollup/releases)
    - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
    - [Commits](rollup/rollup@v4.18.0...v4.18.1)

    ---
    updated-dependencies:
    - dependency-name: rollup
      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>

commit 9d97562
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jul 8 16:41:27 2024 +0200

    Build(deps-dev): Bump rimraf from 5.0.7 to 5.0.8 (ghostery#4066)

    Bumps [rimraf](https://github.com/isaacs/rimraf) from 5.0.7 to 5.0.8.
    - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
    - [Commits](isaacs/rimraf@v5.0.7...v5.0.8)

    ---
    updated-dependencies:
    - dependency-name: rimraf
      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>

commit b90eca8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jul 8 16:41:21 2024 +0200

    Build(deps-dev): Bump lerna from 8.1.5 to 8.1.6 (ghostery#4067)

    Bumps [lerna](https://github.com/lerna/lerna/tree/HEAD/packages/lerna) from 8.1.5 to 8.1.6.
    - [Release notes](https://github.com/lerna/lerna/releases)
    - [Changelog](https://github.com/lerna/lerna/blob/main/packages/lerna/CHANGELOG.md)
    - [Commits](https://github.com/lerna/lerna/commits/v8.1.6/packages/lerna)

    ---
    updated-dependencies:
    - dependency-name: lerna
      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>

commit 6634ba2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jul 8 16:41:13 2024 +0200

    Build(deps): Bump tldts-experimental from 6.1.30 to 6.1.31 (ghostery#4068)

    Bumps [tldts-experimental](https://github.com/remusao/tldts) from 6.1.30 to 6.1.31.
    - [Release notes](https://github.com/remusao/tldts/releases)
    - [Changelog](https://github.com/remusao/tldts/blob/master/CHANGELOG.md)
    - [Commits](remusao/tldts@v6.1.30...v6.1.31)

    ---
    updated-dependencies:
    - dependency-name: tldts-experimental
      dependency-type: direct:production
      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>

commit 26871ea
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jul 8 16:41:04 2024 +0200

    Build(deps-dev): Bump @types/node from 20.14.9 to 20.14.10 (ghostery#4069)

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

    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      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>

commit f9333e7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Jul 3 10:27:59 2024 +0200

    Build(deps-dev): Bump mocha from 10.5.2 to 10.6.0 (ghostery#4063)

    Bumps [mocha](https://github.com/mochajs/mocha) from 10.5.2 to 10.6.0.
    - [Release notes](https://github.com/mochajs/mocha/releases)
    - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
    - [Commits](mochajs/mocha@v10.5.2...v10.6.0)

    ---
    updated-dependencies:
    - dependency-name: mocha
      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>

commit df811ab
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Jul 3 09:49:12 2024 +0200

    Build(deps): Bump playwright from 1.45.0 to 1.45.1 (ghostery#4062)

    Bumps [playwright](https://github.com/microsoft/playwright) from 1.45.0 to 1.45.1.
    - [Release notes](https://github.com/microsoft/playwright/releases)
    - [Commits](microsoft/playwright@v1.45.0...v1.45.1)

    ---
    updated-dependencies:
    - dependency-name: playwright
      dependency-type: direct:production
      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>

commit 26b1308
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Jul 2 16:11:34 2024 +0200

    Build(deps-dev): Bump typescript-eslint (ghostery#4059)

    Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.0.0-alpha.34 to 8.0.0-alpha.39.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/HEAD/packages/typescript-eslint)

    ---
    updated-dependencies:
    - dependency-name: typescript-eslint
      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>

commit 4b50f4b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Jul 2 16:11:14 2024 +0200

    Build(deps-dev): Bump eslint from 9.5.0 to 9.6.0 (ghostery#4056)

    Bumps [eslint](https://github.com/eslint/eslint) from 9.5.0 to 9.6.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v9.5.0...v9.6.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>

commit e915aaf
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Jul 2 09:07:04 2024 +0200

    Build(deps-dev): Bump @eslint/js from 9.5.0 to 9.6.0 (ghostery#4057)

    Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.5.0 to 9.6.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/eslint/eslint/commits/v9.6.0/packages/js)

    ---
    updated-dependencies:
    - dependency-name: "@eslint/js"
      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>

commit 8ce1c8c
Author: Krzysztof Modras <1228153+chrmod@users.noreply.github.com>
Date:   Tue Jul 2 09:06:50 2024 +0200

    Update typescript (ghostery#4053)

commit 7b32fbe
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Jun 28 10:01:10 2024 +0200

    Build(deps): Bump @types/firefox-webext-browser from 120.0.3 to 120.0.4 (ghostery#4028)

    Bumps [@types/firefox-webext-browser](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/firefox-webext-browser) from 120.0.3 to 120.0.4.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/firefox-webext-browser)

    ---
    updated-dependencies:
    - dependency-name: "@types/firefox-webext-browser"
      dependency-type: direct:production
      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>

commit 020226e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Jun 28 09:49:13 2024 +0200

    Build(deps): Bump tldts-experimental from 6.1.29 to 6.1.30 (ghostery#4051)

    Bumps [tldts-experimental](https://github.com/remusao/tldts) from 6.1.29 to 6.1.30.
    - [Release notes](https://github.com/remusao/tldts/releases)
    - [Changelog](https://github.com/remusao/tldts/blob/master/CHANGELOG.md)
    - [Commits](remusao/tldts@v6.1.29...v6.1.30)

    ---
    updated-dependencies:
    - dependency-name: tldts-experimental
      dependency-type: direct:production
      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>

commit 61f35f6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Jun 28 09:49:04 2024 +0200

    Build(deps-dev): Bump mocha from 10.4.0 to 10.5.2 (ghostery#4052)

    Bumps [mocha](https://github.com/mochajs/mocha) from 10.4.0 to 10.5.2.
    - [Release notes](https://github.com/mochajs/mocha/releases)
    - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
    - [Commits](mochajs/mocha@v10.4.0...v10.5.2)

    ---
    updated-dependencies:
    - dependency-name: mocha
      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>

commit 1b19344
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Jun 27 18:24:46 2024 +0200

    Build(deps): Bump tldts-experimental from 6.1.27 to 6.1.29 (ghostery#4040)

    Bumps [tldts-experimental](https://github.com/remusao/tldts) from 6.1.27 to 6.1.29.
    - [Release notes](https://github.com/remusao/tldts/releases)
    - [Changelog](https://github.com/remusao/tldts/blob/master/CHANGELOG.md)
    - [Commits](remusao/tldts@v6.1.27...v6.1.29)

    ---
    updated-dependencies:
    - dependency-name: tldts-experimental
      dependency-type: direct:production
      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>

commit 1faddc6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Jun 27 18:24:29 2024 +0200

    Build(deps-dev): Bump lerna from 8.1.3 to 8.1.5 (ghostery#4042)

    Bumps [lerna](https://github.com/lerna/lerna/tree/HEAD/packages/lerna) from 8.1.3 to 8.1.5.
    - [Release notes](https://github.com/lerna/lerna/releases)
    - [Changelog](https://github.com/lerna/lerna/blob/main/packages/lerna/CHANGELOG.md)
    - [Commits](https://github.com/lerna/lerna/commits/v8.1.5/packages/lerna)

    ---
    updated-dependencies:
    - dependency-name: lerna
      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>

commit bfa6bb3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Jun 27 18:24:19 2024 +0200

    Build(deps): Bump ws from 8.17.0 to 8.17.1 (ghostery#4049)

    Bumps [ws](https://github.com/websockets/ws) from 8.17.0 to 8.17.1.
    - [Release notes](https://github.com/websockets/ws/releases)
    - [Commits](websockets/ws@8.17.0...8.17.1)

    ---
    updated-dependencies:
    - dependency-name: ws
      dependency-type: indirect
    ...

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

commit 5fb815d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Jun 27 10:28:43 2024 +0200

    Build(deps-dev): Bump @types/mocha from 10.0.6 to 10.0.7 (ghostery#4041)

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

    ---
    updated-dependencies:
    - dependency-name: "@types/mocha"
      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>

commit a12e571
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Jun 27 10:28:26 2024 +0200

    Build(deps): Bump playwright from 1.44.1 to 1.45.0 (ghostery#4043)

    Bumps [playwright](https://github.com/microsoft/playwright) from 1.44.1 to 1.45.0.
    - [Release notes](https://github.com/microsoft/playwright/releases)
    - [Commits](microsoft/playwright@v1.44.1...v1.45.0)

    ---
    updated-dependencies:
    - dependency-name: playwright
      dependency-type: direct:production
      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>

commit 576011f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Jun 27 10:28:16 2024 +0200

    Build(deps-dev): Bump @types/node from 20.14.2 to 20.14.9 (ghostery#4045)

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

    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      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>

commit 812e499
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Jun 27 10:28:02 2024 +0200

    Build(deps): Bump electron from 31.0.1 to 31.1.0 (ghostery#4046)

    Bumps [electron](https://github.com/electron/electron) from 31.0.1 to 31.1.0.
    - [Release notes](https://github.com/electron/electron/releases)
    - [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
    - [Commits](electron/electron@v31.0.1...v31.1.0)

    ---
    updated-dependencies:
    - dependency-name: electron
      dependency-type: direct:production
      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>

commit 0e0d7af
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Jun 27 10:27:49 2024 +0200

    Build(deps): Bump puppeteer from 22.11.0 to 22.12.1 (ghostery#4047)

    Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 22.11.0 to 22.12.1.
    - [Release notes](https://github.com/puppeteer/puppeteer/releases)
    - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
    - [Commits](puppeteer/puppeteer@puppeteer-v22.11.0...puppeteer-v22.12.1)

    ---
    updated-dependencies:
    - dependency-name: puppeteer
      dependency-type: direct:production
      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>

commit 506aece
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Jun 27 10:27:32 2024 +0200

    Build(deps-dev): Bump typescript-eslint (ghostery#4048)

    Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.0.0-alpha.30 to 8.0.0-alpha.34.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/HEAD/packages/typescript-eslint)

    ---
    updated-dependencies:
    - dependency-name: typescript-eslint
      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>

commit 1c4e363
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jun 17 11:04:12 2024 +0200

    Build(deps-dev): Bump @eslint/js from 9.4.0 to 9.5.0 (ghostery#4025)

    Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.4.0 to 9.5.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/eslint/eslint/commits/v9.5.0/packages/js)

    ---
    updated-dependencies:
    - dependency-name: "@eslint/js"
      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>

commit d6e0e33
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jun 17 10:37:03 2024 +0200

    Build(deps-dev): Bump eslint from 9.4.0 to 9.5.0 (ghostery#4026)

    Bumps [eslint](https://github.com/eslint/eslint) from 9.4.0 to 9.5.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v9.4.0...v9.5.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>

commit dae119f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jun 17 10:36:56 2024 +0200

    Build(deps): Bump tldts-experimental from 6.1.25 to 6.1.27 (ghostery#4027)

    Bumps [tldts-experimental](https://github.com/remusao/tldts) from 6.1.25 to 6.1.27.
    - [Release notes](https://github.com/remusao/tldts/releases)
    - [Changelog](https://github.com/remusao/tldts/blob/master/CHANGELOG.md)
    - [Commits](remusao/tldts@v6.1.25...v6.1.27)

    ---
    updated-dependencies:
    - dependency-name: tldts-experimental
      dependency-type: direct:production
      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>

commit d185574
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jun 17 05:18:39 2024 +0200

    Build(deps-dev): Bump prettier from 3.3.1 to 3.3.2 (ghostery#4021)

    Bumps [prettier](https://github.com/prettier/prettier) from 3.3.1 to 3.3.2.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@3.3.1...3.3.2)

    ---
    updated-dependencies:
    - dependency-name: prettier
      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>

commit 7f57f4c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jun 17 05:18:29 2024 +0200

    Build(deps): Bump electron from 31.0.0 to 31.0.1 (ghostery#4023)

    Bumps [electron](https://github.com/electron/electron) from 31.0.0 to 31.0.1.
    - [Release notes](https://github.com/electron/electron/releases)
    - [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
    - [Commits](electron/electron@v31.0.0...v31.0.1)

    ---
    updated-dependencies:
    - dependency-name: electron
      dependency-type: direct:production
      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>

commit 9f3ad69
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jun 17 05:18:22 2024 +0200

    Build(deps): Bump puppeteer from 22.10.0 to 22.11.0 (ghostery#4024)

    Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 22.10.0 to 22.11.0.
    - [Release notes](https://github.com/puppeteer/puppeteer/releases)
    - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
    - [Commits](puppeteer/puppeteer@puppeteer-v22.10.0...puppeteer-v22.11.0)

    ---
    updated-dependencies:
    - dependency-name: puppeteer
      dependency-type: direct:production
      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>
seia-soto added a commit to seia-soto/adblocker that referenced this pull request Jul 17, 2024
commit 5a760a8
Author: ghostery-adblocker-bot[bot] <97594979+ghostery-adblocker-bot[bot]@users.noreply.github.com>
Date:   Wed Jul 17 09:04:13 2024 +0200

    Update local assets and compression codebooks (ghostery#4105)

    Co-authored-by: Ghostery Adblocker Bot <ghostery-adblocker-bot@users.noreply.github.com>

commit 8e46eb7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Jul 17 09:03:10 2024 +0200

    Build(deps-dev): Bump @types/node from 20.14.10 to 20.14.11 (ghostery#4107)

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

    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      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>

commit b543295
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Jul 17 09:02:45 2024 +0200

    Build(deps): Bump playwright from 1.45.1 to 1.45.2 (ghostery#4106)

    Bumps [playwright](https://github.com/microsoft/playwright) from 1.45.1 to 1.45.2.
    - [Release notes](https://github.com/microsoft/playwright/releases)
    - [Commits](microsoft/playwright@v1.45.1...v1.45.2)

    ---
    updated-dependencies:
    - dependency-name: playwright
      dependency-type: direct:production
      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>

commit f8aa010
Author: Krzysztof Modras <1228153+chrmod@users.noreply.github.com>
Date:   Tue Jul 16 15:31:47 2024 +0200

    Run examples in both commonjs and esm (ghostery#4103)

commit 91eb4c3
Author: Krzysztof Modras <1228153+chrmod@users.noreply.github.com>
Date:   Tue Jul 16 14:23:04 2024 +0200

    Replace Cliqz references with Ghostery (ghostery#4095)

    * Replace Cliqz references with Ghostery

commit 72231fe
Author: HoJeong Go <seia@outlook.kr>
Date:   Tue Jul 16 19:23:18 2024 +0900

    Update ESLint configuration for test files (ghostery#4102)

    * feat: update eslint configuration for tests

commit 3401cc1
Author: Krzysztof Modras <1228153+chrmod@users.noreply.github.com>
Date:   Tue Jul 16 12:15:55 2024 +0200

    Enforce PR labels (ghostery#4101)

    * Enforce PR labels

commit 27262b8
Author: HoJeong Go <seia@outlook.kr>
Date:   Tue Jul 16 17:23:48 2024 +0900

    chore: drop unused tsconfig.json (ghostery#4104)

    refs ghostery#4098

commit 1698960
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Jul 16 09:52:12 2024 +0200

    Build(deps): Bump electron from 31.2.0 to 31.2.1 (ghostery#4100)

    Bumps [electron](https://github.com/electron/electron) from 31.2.0 to 31.2.1.
    - [Release notes](https://github.com/electron/electron/releases)
    - [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
    - [Commits](electron/electron@v31.2.0...v31.2.1)

    ---
    updated-dependencies:
    - dependency-name: electron
      dependency-type: direct:production
      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>

commit b24c97d
Author: ghostery-adblocker-bot[bot] <97594979+ghostery-adblocker-bot[bot]@users.noreply.github.com>
Date:   Tue Jul 16 09:51:55 2024 +0200

    Update local assets and compression codebooks (ghostery#4099)

    Co-authored-by: Ghostery Adblocker Bot <ghostery-adblocker-bot@users.noreply.github.com>

commit c90402a
Author: Krzysztof Modras <1228153+chrmod@users.noreply.github.com>
Date:   Tue Jul 16 09:11:24 2024 +0200

    tsx to run typescript (ghostery#4098)

commit 69f4a94
Author: ghostery-adblocker-bot[bot] <97594979+ghostery-adblocker-bot[bot]@users.noreply.github.com>
Date:   Mon Jul 15 16:53:21 2024 +0200

    Update local assets and compression codebooks (ghostery#4097)

    Co-authored-by: Ghostery Adblocker Bot <ghostery-adblocker-bot@users.noreply.github.com>

commit 046ab8c
Author: Krzysztof Modras <1228153+chrmod@users.noreply.github.com>
Date:   Mon Jul 15 15:34:03 2024 +0200

    Fix codebook generation (ghostery#4096)

commit 7ca177c
Author: Krzysztof Modras <1228153+chrmod@users.noreply.github.com>
Date:   Mon Jul 15 12:13:18 2024 +0200

    Fix asset update (ghostery#4094)

commit 411002a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jul 15 12:13:05 2024 +0200

    Build(deps-dev): Bump rimraf from 5.0.8 to 6.0.1 (ghostery#4078)

    Bumps [rimraf](https://github.com/isaacs/rimraf) from 5.0.8 to 6.0.1.
    - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
    - [Commits](isaacs/rimraf@v5.0.8...v6.0.1)

    ---
    updated-dependencies:
    - dependency-name: rimraf
      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>

commit 250b146
Author: Ghostery Adblocker Bot <ghostery-adblocker-bot@users.noreply.github.com>
Date:   Mon Jul 15 08:28:20 2024 +0000

    Bump version to: v1.28.2 [skip ci]

commit 294397b
Author: Ghostery Adblocker Bot <ghostery-adblocker-bot@users.noreply.github.com>
Date:   Mon Jul 15 08:28:17 2024 +0000

    Update CHANGELOG.md [skip ci]

commit b17784a
Author: HoJeong Go <seia@outlook.kr>
Date:   Mon Jul 15 17:24:50 2024 +0900

    chore: drop output files (ghostery#4092)

commit 130940e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jul 15 10:20:39 2024 +0200

    Build(deps): Bump electron from 31.1.0 to 31.2.0 (ghostery#4076)

    Bumps [electron](https://github.com/electron/electron) from 31.1.0 to 31.2.0.
    - [Release notes](https://github.com/electron/electron/releases)
    - [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
    - [Commits](electron/electron@v31.1.0...v31.2.0)

    ---
    updated-dependencies:
    - dependency-name: electron
      dependency-type: direct:production
      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>

commit 12e44f9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jul 15 10:20:31 2024 +0200

    Build(deps): Bump @remusao/smaz from 1.9.1 to 1.10.0 (ghostery#4085)

    Bumps [@remusao/smaz](https://github.com/remusao/mono/tree/HEAD/packages/smaz) from 1.9.1 to 1.10.0.
    - [Release notes](https://github.com/remusao/mono/releases)
    - [Changelog](https://github.com/remusao/mono/blob/master/packages/smaz/CHANGELOG.md)
    - [Commits](https://github.com/remusao/mono/commits/@remusao/smaz@1.10.0/packages/smaz)

    ---
    updated-dependencies:
    - dependency-name: "@remusao/smaz"
      dependency-type: direct:production
      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>

commit ff41a29
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jul 15 10:20:21 2024 +0200

    Build(deps-dev): Bump eslint from 9.6.0 to 9.7.0 (ghostery#4088)

    Bumps [eslint](https://github.com/eslint/eslint) from 9.6.0 to 9.7.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v9.6.0...v9.7.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>

commit f7bc6fb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jul 15 10:06:37 2024 +0200

    Build(deps-dev): Bump @remusao/smaz-generate from 1.9.1 to 1.10.0 (ghostery#4080)

    Bumps [@remusao/smaz-generate](https://github.com/remusao/mono/tree/HEAD/packages/smaz-generate) from 1.9.1 to 1.10.0.
    - [Release notes](https://github.com/remusao/mono/releases)
    - [Changelog](https://github.com/remusao/mono/blob/master/packages/smaz-generate/CHANGELOG.md)
    - [Commits](https://github.com/remusao/mono/commits/@remusao/smaz-generate@1.10.0/packages/smaz-generate)

    ---
    updated-dependencies:
    - dependency-name: "@remusao/smaz-generate"
      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>

commit f8f5c95
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jul 15 10:05:44 2024 +0200

    Build(deps): Bump puppeteer from 22.12.1 to 22.13.0 (ghostery#4081)

    Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 22.12.1 to 22.13.0.
    - [Release notes](https://github.com/puppeteer/puppeteer/releases)
    - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
    - [Commits](puppeteer/puppeteer@puppeteer-v22.12.1...puppeteer-v22.13.0)

    ---
    updated-dependencies:
    - dependency-name: puppeteer
      dependency-type: direct:production
      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>

commit a561dd6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jul 15 10:05:34 2024 +0200

    Build(deps): Bump @remusao/small from 1.2.1 to 1.3.0 (ghostery#4082)

    Bumps [@remusao/small](https://github.com/remusao/mono/tree/HEAD/packages/small) from 1.2.1 to 1.3.0.
    - [Release notes](https://github.com/remusao/mono/releases)
    - [Changelog](https://github.com/remusao/mono/blob/master/packages/small/CHANGELOG.md)
    - [Commits](https://github.com/remusao/mono/commits/@remusao/small@1.3.0/packages/small)

    ---
    updated-dependencies:
    - dependency-name: "@remusao/small"
      dependency-type: direct:production
      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>

commit 6e026f7
Author: Ghostery Adblocker Bot <ghostery-adblocker-bot@users.noreply.github.com>
Date:   Mon Jul 15 08:04:15 2024 +0000

    Bump version to: v1.28.1 [skip ci]

commit e00565c
Author: Ghostery Adblocker Bot <ghostery-adblocker-bot@users.noreply.github.com>
Date:   Mon Jul 15 08:04:12 2024 +0000

    Update CHANGELOG.md [skip ci]

commit bb3ae6a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jul 15 10:00:13 2024 +0200

    Build(deps-dev): Bump @remusao/auto-config from 1.1.2 to 1.2.0 (ghostery#4083)

    Bumps [@remusao/auto-config](https://github.com/remusao/mono/tree/HEAD/packages/auto-config) from 1.1.2 to 1.2.0.
    - [Release notes](https://github.com/remusao/mono/releases)
    - [Changelog](https://github.com/remusao/mono/blob/master/packages/auto-config/CHANGELOG.md)
    - [Commits](https://github.com/remusao/mono/commits/@remusao/auto-config@1.2.0/packages/auto-config)

    ---
    updated-dependencies:
    - dependency-name: "@remusao/auto-config"
      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>

commit 465a298
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jul 15 10:00:03 2024 +0200

    Build(deps-dev): Bump @eslint/js from 9.6.0 to 9.7.0 (ghostery#4089)

    Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.6.0 to 9.7.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/eslint/eslint/commits/v9.7.0/packages/js)

    ---
    updated-dependencies:
    - dependency-name: "@eslint/js"
      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>

commit bdbc000
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jul 15 09:59:54 2024 +0200

    Build(deps-dev): Bump prettier from 3.3.2 to 3.3.3 (ghostery#4090)

    Bumps [prettier](https://github.com/prettier/prettier) from 3.3.2 to 3.3.3.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@3.3.2...3.3.3)

    ---
    updated-dependencies:
    - dependency-name: prettier
      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>

commit d1f4c06
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jul 15 09:59:45 2024 +0200

    Build(deps-dev): Bump typescript-eslint (ghostery#4091)

    Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.0.0-alpha.41 to 8.0.0-alpha.44.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/HEAD/packages/typescript-eslint)

    ---
    updated-dependencies:
    - dependency-name: typescript-eslint
      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>

commit 43f5b24
Author: Krzysztof Modras <1228153+chrmod@users.noreply.github.com>
Date:   Mon Jul 15 09:57:13 2024 +0200

    Simplify build with tshy (ghostery#4079)

    Co-authored-by: HoJeong Go <seia@outlook.kr>

commit 9ce185f
Author: Ghostery Adblocker Bot <ghostery-adblocker-bot@users.noreply.github.com>
Date:   Tue Jul 9 11:20:01 2024 +0000

    Bump version to: v1.28.0 [skip ci]

commit bf5b788
Author: Ghostery Adblocker Bot <ghostery-adblocker-bot@users.noreply.github.com>
Date:   Tue Jul 9 11:19:58 2024 +0000

    Update CHANGELOG.md [skip ci]

commit 37461de
Author: HoJeong Go <seia@outlook.kr>
Date:   Tue Jul 9 20:16:36 2024 +0900

    Optimise DOM mutation handling in `DOMMonitor` (ghostery#4071)

    * feat: optimise mutation handling

    refs https://efa.mvv-muenchen.de/index.html?name_origin=91000680&name_destination=streetID%[…]20240704&itdTime=1001&language=de&itdTripDateTimeDepArr=dep
    refs ghostery/broken-page-reports#732

    ---------

    Co-authored-by: chrmod <chrmod@ghostery.com>
    Co-authored-by: Krzysztof Modras <1228153+chrmod@users.noreply.github.com>
    Co-authored-by: Philipp Claßen <philipp.classen@posteo.de>
    Co-authored-by: Rémi <remusao@users.noreply.github.com>

commit 5aecd4c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Jul 9 08:37:24 2024 +0200

    Build(deps-dev): Bump typescript-eslint (ghostery#4073)

    Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.0.0-alpha.39 to 8.0.0-alpha.41.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/HEAD/packages/typescript-eslint)

    ---
    updated-dependencies:
    - dependency-name: typescript-eslint
      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>

commit 5e25d1b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Jul 9 08:37:16 2024 +0200

    Build(deps-dev): Bump rollup from 4.18.0 to 4.18.1 (ghostery#4074)

    Bumps [rollup](https://github.com/rollup/rollup) from 4.18.0 to 4.18.1.
    - [Release notes](https://github.com/rollup/rollup/releases)
    - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
    - [Commits](rollup/rollup@v4.18.0...v4.18.1)

    ---
    updated-dependencies:
    - dependency-name: rollup
      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>

commit 9d97562
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jul 8 16:41:27 2024 +0200

    Build(deps-dev): Bump rimraf from 5.0.7 to 5.0.8 (ghostery#4066)

    Bumps [rimraf](https://github.com/isaacs/rimraf) from 5.0.7 to 5.0.8.
    - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
    - [Commits](isaacs/rimraf@v5.0.7...v5.0.8)

    ---
    updated-dependencies:
    - dependency-name: rimraf
      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>

commit b90eca8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jul 8 16:41:21 2024 +0200

    Build(deps-dev): Bump lerna from 8.1.5 to 8.1.6 (ghostery#4067)

    Bumps [lerna](https://github.com/lerna/lerna/tree/HEAD/packages/lerna) from 8.1.5 to 8.1.6.
    - [Release notes](https://github.com/lerna/lerna/releases)
    - [Changelog](https://github.com/lerna/lerna/blob/main/packages/lerna/CHANGELOG.md)
    - [Commits](https://github.com/lerna/lerna/commits/v8.1.6/packages/lerna)

    ---
    updated-dependencies:
    - dependency-name: lerna
      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>

commit 6634ba2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jul 8 16:41:13 2024 +0200

    Build(deps): Bump tldts-experimental from 6.1.30 to 6.1.31 (ghostery#4068)

    Bumps [tldts-experimental](https://github.com/remusao/tldts) from 6.1.30 to 6.1.31.
    - [Release notes](https://github.com/remusao/tldts/releases)
    - [Changelog](https://github.com/remusao/tldts/blob/master/CHANGELOG.md)
    - [Commits](remusao/tldts@v6.1.30...v6.1.31)

    ---
    updated-dependencies:
    - dependency-name: tldts-experimental
      dependency-type: direct:production
      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>

commit 26871ea
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jul 8 16:41:04 2024 +0200

    Build(deps-dev): Bump @types/node from 20.14.9 to 20.14.10 (ghostery#4069)

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

    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      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>

commit f9333e7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Jul 3 10:27:59 2024 +0200

    Build(deps-dev): Bump mocha from 10.5.2 to 10.6.0 (ghostery#4063)

    Bumps [mocha](https://github.com/mochajs/mocha) from 10.5.2 to 10.6.0.
    - [Release notes](https://github.com/mochajs/mocha/releases)
    - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
    - [Commits](mochajs/mocha@v10.5.2...v10.6.0)

    ---
    updated-dependencies:
    - dependency-name: mocha
      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>

commit df811ab
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Jul 3 09:49:12 2024 +0200

    Build(deps): Bump playwright from 1.45.0 to 1.45.1 (ghostery#4062)

    Bumps [playwright](https://github.com/microsoft/playwright) from 1.45.0 to 1.45.1.
    - [Release notes](https://github.com/microsoft/playwright/releases)
    - [Commits](microsoft/playwright@v1.45.0...v1.45.1)

    ---
    updated-dependencies:
    - dependency-name: playwright
      dependency-type: direct:production
      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>

commit 26b1308
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Jul 2 16:11:34 2024 +0200

    Build(deps-dev): Bump typescript-eslint (ghostery#4059)

    Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.0.0-alpha.34 to 8.0.0-alpha.39.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/HEAD/packages/typescript-eslint)

    ---
    updated-dependencies:
    - dependency-name: typescript-eslint
      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>

commit 4b50f4b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Jul 2 16:11:14 2024 +0200

    Build(deps-dev): Bump eslint from 9.5.0 to 9.6.0 (ghostery#4056)

    Bumps [eslint](https://github.com/eslint/eslint) from 9.5.0 to 9.6.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v9.5.0...v9.6.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>

commit e915aaf
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Jul 2 09:07:04 2024 +0200

    Build(deps-dev): Bump @eslint/js from 9.5.0 to 9.6.0 (ghostery#4057)

    Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.5.0 to 9.6.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/eslint/eslint/commits/v9.6.0/packages/js)

    ---
    updated-dependencies:
    - dependency-name: "@eslint/js"
      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>

commit 8ce1c8c
Author: Krzysztof Modras <1228153+chrmod@users.noreply.github.com>
Date:   Tue Jul 2 09:06:50 2024 +0200

    Update typescript (ghostery#4053)

commit 7b32fbe
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Jun 28 10:01:10 2024 +0200

    Build(deps): Bump @types/firefox-webext-browser from 120.0.3 to 120.0.4 (ghostery#4028)

    Bumps [@types/firefox-webext-browser](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/firefox-webext-browser) from 120.0.3 to 120.0.4.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/firefox-webext-browser)

    ---
    updated-dependencies:
    - dependency-name: "@types/firefox-webext-browser"
      dependency-type: direct:production
      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>

commit 020226e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Jun 28 09:49:13 2024 +0200

    Build(deps): Bump tldts-experimental from 6.1.29 to 6.1.30 (ghostery#4051)

    Bumps [tldts-experimental](https://github.com/remusao/tldts) from 6.1.29 to 6.1.30.
    - [Release notes](https://github.com/remusao/tldts/releases)
    - [Changelog](https://github.com/remusao/tldts/blob/master/CHANGELOG.md)
    - [Commits](remusao/tldts@v6.1.29...v6.1.30)

    ---
    updated-dependencies:
    - dependency-name: tldts-experimental
      dependency-type: direct:production
      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>

commit 61f35f6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Jun 28 09:49:04 2024 +0200

    Build(deps-dev): Bump mocha from 10.4.0 to 10.5.2 (ghostery#4052)

    Bumps [mocha](https://github.com/mochajs/mocha) from 10.4.0 to 10.5.2.
    - [Release notes](https://github.com/mochajs/mocha/releases)
    - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
    - [Commits](mochajs/mocha@v10.4.0...v10.5.2)

    ---
    updated-dependencies:
    - dependency-name: mocha
      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>

commit 1b19344
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Jun 27 18:24:46 2024 +0200

    Build(deps): Bump tldts-experimental from 6.1.27 to 6.1.29 (ghostery#4040)

    Bumps [tldts-experimental](https://github.com/remusao/tldts) from 6.1.27 to 6.1.29.
    - [Release notes](https://github.com/remusao/tldts/releases)
    - [Changelog](https://github.com/remusao/tldts/blob/master/CHANGELOG.md)
    - [Commits](remusao/tldts@v6.1.27...v6.1.29)

    ---
    updated-dependencies:
    - dependency-name: tldts-experimental
      dependency-type: direct:production
      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>

commit 1faddc6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Jun 27 18:24:29 2024 +0200

    Build(deps-dev): Bump lerna from 8.1.3 to 8.1.5 (ghostery#4042)

    Bumps [lerna](https://github.com/lerna/lerna/tree/HEAD/packages/lerna) from 8.1.3 to 8.1.5.
    - [Release notes](https://github.com/lerna/lerna/releases)
    - [Changelog](https://github.com/lerna/lerna/blob/main/packages/lerna/CHANGELOG.md)
    - [Commits](https://github.com/lerna/lerna/commits/v8.1.5/packages/lerna)

    ---
    updated-dependencies:
    - dependency-name: lerna
      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>

commit bfa6bb3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Jun 27 18:24:19 2024 +0200

    Build(deps): Bump ws from 8.17.0 to 8.17.1 (ghostery#4049)

    Bumps [ws](https://github.com/websockets/ws) from 8.17.0 to 8.17.1.
    - [Release notes](https://github.com/websockets/ws/releases)
    - [Commits](websockets/ws@8.17.0...8.17.1)

    ---
    updated-dependencies:
    - dependency-name: ws
      dependency-type: indirect
    ...

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

commit 5fb815d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Jun 27 10:28:43 2024 +0200

    Build(deps-dev): Bump @types/mocha from 10.0.6 to 10.0.7 (ghostery#4041)

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

    ---
    updated-dependencies:
    - dependency-name: "@types/mocha"
      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>

commit a12e571
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Jun 27 10:28:26 2024 +0200

    Build(deps): Bump playwright from 1.44.1 to 1.45.0 (ghostery#4043)

    Bumps [playwright](https://github.com/microsoft/playwright) from 1.44.1 to 1.45.0.
    - [Release notes](https://github.com/microsoft/playwright/releases)
    - [Commits](microsoft/playwright@v1.44.1...v1.45.0)

    ---
    updated-dependencies:
    - dependency-name: playwright
      dependency-type: direct:production
      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>

commit 576011f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Jun 27 10:28:16 2024 +0200

    Build(deps-dev): Bump @types/node from 20.14.2 to 20.14.9 (ghostery#4045)

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

    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      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>

commit 812e499
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Jun 27 10:28:02 2024 +0200

    Build(deps): Bump electron from 31.0.1 to 31.1.0 (ghostery#4046)

    Bumps [electron](https://github.com/electron/electron) from 31.0.1 to 31.1.0.
    - [Release notes](https://github.com/electron/electron/releases)
    - [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
    - [Commits](electron/electron@v31.0.1...v31.1.0)

    ---
    updated-dependencies:
    - dependency-name: electron
      dependency-type: direct:production
      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>

commit 0e0d7af
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Jun 27 10:27:49 2024 +0200

    Build(deps): Bump puppeteer from 22.11.0 to 22.12.1 (ghostery#4047)

    Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 22.11.0 to 22.12.1.
    - [Release notes](https://github.com/puppeteer/puppeteer/releases)
    - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
    - [Commits](puppeteer/puppeteer@puppeteer-v22.11.0...puppeteer-v22.12.1)

    ---
    updated-dependencies:
    - dependency-name: puppeteer
      dependency-type: direct:production
      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>

commit 506aece
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Jun 27 10:27:32 2024 +0200

    Build(deps-dev): Bump typescript-eslint (ghostery#4048)

    Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.0.0-alpha.30 to 8.0.0-alpha.34.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/HEAD/packages/typescript-eslint)

    ---
    updated-dependencies:
    - dependency-name: typescript-eslint
      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>

commit 1c4e363
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jun 17 11:04:12 2024 +0200

    Build(deps-dev): Bump @eslint/js from 9.4.0 to 9.5.0 (ghostery#4025)

    Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.4.0 to 9.5.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/eslint/eslint/commits/v9.5.0/packages/js)

    ---
    updated-dependencies:
    - dependency-name: "@eslint/js"
      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>

commit d6e0e33
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jun 17 10:37:03 2024 +0200

    Build(deps-dev): Bump eslint from 9.4.0 to 9.5.0 (ghostery#4026)

    Bumps [eslint](https://github.com/eslint/eslint) from 9.4.0 to 9.5.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v9.4.0...v9.5.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>

commit dae119f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jun 17 10:36:56 2024 +0200

    Build(deps): Bump tldts-experimental from 6.1.25 to 6.1.27 (ghostery#4027)

    Bumps [tldts-experimental](https://github.com/remusao/tldts) from 6.1.25 to 6.1.27.
    - [Release notes](https://github.com/remusao/tldts/releases)
    - [Changelog](https://github.com/remusao/tldts/blob/master/CHANGELOG.md)
    - [Commits](remusao/tldts@v6.1.25...v6.1.27)

    ---
    updated-dependencies:
    - dependency-name: tldts-experimental
      dependency-type: direct:production
      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>

commit d185574
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jun 17 05:18:39 2024 +0200

    Build(deps-dev): Bump prettier from 3.3.1 to 3.3.2 (ghostery#4021)

    Bumps [prettier](https://github.com/prettier/prettier) from 3.3.1 to 3.3.2.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@3.3.1...3.3.2)

    ---
    updated-dependencies:
    - dependency-name: prettier
      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>

commit 7f57f4c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jun 17 05:18:29 2024 +0200

    Build(deps): Bump electron from 31.0.0 to 31.0.1 (ghostery#4023)

    Bumps [electron](https://github.com/electron/electron) from 31.0.0 to 31.0.1.
    - [Release notes](https://github.com/electron/electron/releases)
    - [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
    - [Commits](electron/electron@v31.0.0...v31.0.1)

    ---
    updated-dependencies:
    - dependency-name: electron
      dependency-type: direct:production
      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>

commit 9f3ad69
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jun 17 05:18:22 2024 +0200

    Build(deps): Bump puppeteer from 22.10.0 to 22.11.0 (ghostery#4024)

    Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 22.10.0 to 22.11.0.
    - [Release notes](https://github.com/puppeteer/puppeteer/releases)
    - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
    - [Commits](puppeteer/puppeteer@puppeteer-v22.10.0...puppeteer-v22.11.0)

    ---
    updated-dependencies:
    - dependency-name: puppeteer
      dependency-type: direct:production
      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>
seia-soto added a commit to seia-soto/adblocker that referenced this pull request Jul 17, 2024
commit 5a760a8
Author: ghostery-adblocker-bot[bot] <97594979+ghostery-adblocker-bot[bot]@users.noreply.github.com>
Date:   Wed Jul 17 09:04:13 2024 +0200

    Update local assets and compression codebooks (ghostery#4105)

    Co-authored-by: Ghostery Adblocker Bot <ghostery-adblocker-bot@users.noreply.github.com>

commit 8e46eb7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Jul 17 09:03:10 2024 +0200

    Build(deps-dev): Bump @types/node from 20.14.10 to 20.14.11 (ghostery#4107)

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

    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      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>

commit b543295
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Jul 17 09:02:45 2024 +0200

    Build(deps): Bump playwright from 1.45.1 to 1.45.2 (ghostery#4106)

    Bumps [playwright](https://github.com/microsoft/playwright) from 1.45.1 to 1.45.2.
    - [Release notes](https://github.com/microsoft/playwright/releases)
    - [Commits](microsoft/playwright@v1.45.1...v1.45.2)

    ---
    updated-dependencies:
    - dependency-name: playwright
      dependency-type: direct:production
      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>

commit f8aa010
Author: Krzysztof Modras <1228153+chrmod@users.noreply.github.com>
Date:   Tue Jul 16 15:31:47 2024 +0200

    Run examples in both commonjs and esm (ghostery#4103)

commit 91eb4c3
Author: Krzysztof Modras <1228153+chrmod@users.noreply.github.com>
Date:   Tue Jul 16 14:23:04 2024 +0200

    Replace Cliqz references with Ghostery (ghostery#4095)

    * Replace Cliqz references with Ghostery

commit 72231fe
Author: HoJeong Go <seia@outlook.kr>
Date:   Tue Jul 16 19:23:18 2024 +0900

    Update ESLint configuration for test files (ghostery#4102)

    * feat: update eslint configuration for tests

commit 3401cc1
Author: Krzysztof Modras <1228153+chrmod@users.noreply.github.com>
Date:   Tue Jul 16 12:15:55 2024 +0200

    Enforce PR labels (ghostery#4101)

    * Enforce PR labels

commit 27262b8
Author: HoJeong Go <seia@outlook.kr>
Date:   Tue Jul 16 17:23:48 2024 +0900

    chore: drop unused tsconfig.json (ghostery#4104)

    refs ghostery#4098

commit 1698960
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Jul 16 09:52:12 2024 +0200

    Build(deps): Bump electron from 31.2.0 to 31.2.1 (ghostery#4100)

    Bumps [electron](https://github.com/electron/electron) from 31.2.0 to 31.2.1.
    - [Release notes](https://github.com/electron/electron/releases)
    - [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
    - [Commits](electron/electron@v31.2.0...v31.2.1)

    ---
    updated-dependencies:
    - dependency-name: electron
      dependency-type: direct:production
      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>

commit b24c97d
Author: ghostery-adblocker-bot[bot] <97594979+ghostery-adblocker-bot[bot]@users.noreply.github.com>
Date:   Tue Jul 16 09:51:55 2024 +0200

    Update local assets and compression codebooks (ghostery#4099)

    Co-authored-by: Ghostery Adblocker Bot <ghostery-adblocker-bot@users.noreply.github.com>

commit c90402a
Author: Krzysztof Modras <1228153+chrmod@users.noreply.github.com>
Date:   Tue Jul 16 09:11:24 2024 +0200

    tsx to run typescript (ghostery#4098)

commit 69f4a94
Author: ghostery-adblocker-bot[bot] <97594979+ghostery-adblocker-bot[bot]@users.noreply.github.com>
Date:   Mon Jul 15 16:53:21 2024 +0200

    Update local assets and compression codebooks (ghostery#4097)

    Co-authored-by: Ghostery Adblocker Bot <ghostery-adblocker-bot@users.noreply.github.com>

commit 046ab8c
Author: Krzysztof Modras <1228153+chrmod@users.noreply.github.com>
Date:   Mon Jul 15 15:34:03 2024 +0200

    Fix codebook generation (ghostery#4096)

commit 7ca177c
Author: Krzysztof Modras <1228153+chrmod@users.noreply.github.com>
Date:   Mon Jul 15 12:13:18 2024 +0200

    Fix asset update (ghostery#4094)

commit 411002a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jul 15 12:13:05 2024 +0200

    Build(deps-dev): Bump rimraf from 5.0.8 to 6.0.1 (ghostery#4078)

    Bumps [rimraf](https://github.com/isaacs/rimraf) from 5.0.8 to 6.0.1.
    - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
    - [Commits](isaacs/rimraf@v5.0.8...v6.0.1)

    ---
    updated-dependencies:
    - dependency-name: rimraf
      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>

commit 250b146
Author: Ghostery Adblocker Bot <ghostery-adblocker-bot@users.noreply.github.com>
Date:   Mon Jul 15 08:28:20 2024 +0000

    Bump version to: v1.28.2 [skip ci]

commit 294397b
Author: Ghostery Adblocker Bot <ghostery-adblocker-bot@users.noreply.github.com>
Date:   Mon Jul 15 08:28:17 2024 +0000

    Update CHANGELOG.md [skip ci]

commit b17784a
Author: HoJeong Go <seia@outlook.kr>
Date:   Mon Jul 15 17:24:50 2024 +0900

    chore: drop output files (ghostery#4092)

commit 130940e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jul 15 10:20:39 2024 +0200

    Build(deps): Bump electron from 31.1.0 to 31.2.0 (ghostery#4076)

    Bumps [electron](https://github.com/electron/electron) from 31.1.0 to 31.2.0.
    - [Release notes](https://github.com/electron/electron/releases)
    - [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
    - [Commits](electron/electron@v31.1.0...v31.2.0)

    ---
    updated-dependencies:
    - dependency-name: electron
      dependency-type: direct:production
      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>

commit 12e44f9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jul 15 10:20:31 2024 +0200

    Build(deps): Bump @remusao/smaz from 1.9.1 to 1.10.0 (ghostery#4085)

    Bumps [@remusao/smaz](https://github.com/remusao/mono/tree/HEAD/packages/smaz) from 1.9.1 to 1.10.0.
    - [Release notes](https://github.com/remusao/mono/releases)
    - [Changelog](https://github.com/remusao/mono/blob/master/packages/smaz/CHANGELOG.md)
    - [Commits](https://github.com/remusao/mono/commits/@remusao/smaz@1.10.0/packages/smaz)

    ---
    updated-dependencies:
    - dependency-name: "@remusao/smaz"
      dependency-type: direct:production
      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>

commit ff41a29
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jul 15 10:20:21 2024 +0200

    Build(deps-dev): Bump eslint from 9.6.0 to 9.7.0 (ghostery#4088)

    Bumps [eslint](https://github.com/eslint/eslint) from 9.6.0 to 9.7.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v9.6.0...v9.7.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>

commit f7bc6fb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jul 15 10:06:37 2024 +0200

    Build(deps-dev): Bump @remusao/smaz-generate from 1.9.1 to 1.10.0 (ghostery#4080)

    Bumps [@remusao/smaz-generate](https://github.com/remusao/mono/tree/HEAD/packages/smaz-generate) from 1.9.1 to 1.10.0.
    - [Release notes](https://github.com/remusao/mono/releases)
    - [Changelog](https://github.com/remusao/mono/blob/master/packages/smaz-generate/CHANGELOG.md)
    - [Commits](https://github.com/remusao/mono/commits/@remusao/smaz-generate@1.10.0/packages/smaz-generate)

    ---
    updated-dependencies:
    - dependency-name: "@remusao/smaz-generate"
      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>

commit f8f5c95
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jul 15 10:05:44 2024 +0200

    Build(deps): Bump puppeteer from 22.12.1 to 22.13.0 (ghostery#4081)

    Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 22.12.1 to 22.13.0.
    - [Release notes](https://github.com/puppeteer/puppeteer/releases)
    - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
    - [Commits](puppeteer/puppeteer@puppeteer-v22.12.1...puppeteer-v22.13.0)

    ---
    updated-dependencies:
    - dependency-name: puppeteer
      dependency-type: direct:production
      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>

commit a561dd6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jul 15 10:05:34 2024 +0200

    Build(deps): Bump @remusao/small from 1.2.1 to 1.3.0 (ghostery#4082)

    Bumps [@remusao/small](https://github.com/remusao/mono/tree/HEAD/packages/small) from 1.2.1 to 1.3.0.
    - [Release notes](https://github.com/remusao/mono/releases)
    - [Changelog](https://github.com/remusao/mono/blob/master/packages/small/CHANGELOG.md)
    - [Commits](https://github.com/remusao/mono/commits/@remusao/small@1.3.0/packages/small)

    ---
    updated-dependencies:
    - dependency-name: "@remusao/small"
      dependency-type: direct:production
      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>

commit 6e026f7
Author: Ghostery Adblocker Bot <ghostery-adblocker-bot@users.noreply.github.com>
Date:   Mon Jul 15 08:04:15 2024 +0000

    Bump version to: v1.28.1 [skip ci]

commit e00565c
Author: Ghostery Adblocker Bot <ghostery-adblocker-bot@users.noreply.github.com>
Date:   Mon Jul 15 08:04:12 2024 +0000

    Update CHANGELOG.md [skip ci]

commit bb3ae6a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jul 15 10:00:13 2024 +0200

    Build(deps-dev): Bump @remusao/auto-config from 1.1.2 to 1.2.0 (ghostery#4083)

    Bumps [@remusao/auto-config](https://github.com/remusao/mono/tree/HEAD/packages/auto-config) from 1.1.2 to 1.2.0.
    - [Release notes](https://github.com/remusao/mono/releases)
    - [Changelog](https://github.com/remusao/mono/blob/master/packages/auto-config/CHANGELOG.md)
    - [Commits](https://github.com/remusao/mono/commits/@remusao/auto-config@1.2.0/packages/auto-config)

    ---
    updated-dependencies:
    - dependency-name: "@remusao/auto-config"
      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>

commit 465a298
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jul 15 10:00:03 2024 +0200

    Build(deps-dev): Bump @eslint/js from 9.6.0 to 9.7.0 (ghostery#4089)

    Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.6.0 to 9.7.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/eslint/eslint/commits/v9.7.0/packages/js)

    ---
    updated-dependencies:
    - dependency-name: "@eslint/js"
      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>

commit bdbc000
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jul 15 09:59:54 2024 +0200

    Build(deps-dev): Bump prettier from 3.3.2 to 3.3.3 (ghostery#4090)

    Bumps [prettier](https://github.com/prettier/prettier) from 3.3.2 to 3.3.3.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@3.3.2...3.3.3)

    ---
    updated-dependencies:
    - dependency-name: prettier
      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>

commit d1f4c06
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jul 15 09:59:45 2024 +0200

    Build(deps-dev): Bump typescript-eslint (ghostery#4091)

    Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.0.0-alpha.41 to 8.0.0-alpha.44.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/HEAD/packages/typescript-eslint)

    ---
    updated-dependencies:
    - dependency-name: typescript-eslint
      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>

commit 43f5b24
Author: Krzysztof Modras <1228153+chrmod@users.noreply.github.com>
Date:   Mon Jul 15 09:57:13 2024 +0200

    Simplify build with tshy (ghostery#4079)

    Co-authored-by: HoJeong Go <seia@outlook.kr>

commit 9ce185f
Author: Ghostery Adblocker Bot <ghostery-adblocker-bot@users.noreply.github.com>
Date:   Tue Jul 9 11:20:01 2024 +0000

    Bump version to: v1.28.0 [skip ci]

commit bf5b788
Author: Ghostery Adblocker Bot <ghostery-adblocker-bot@users.noreply.github.com>
Date:   Tue Jul 9 11:19:58 2024 +0000

    Update CHANGELOG.md [skip ci]

commit 37461de
Author: HoJeong Go <seia@outlook.kr>
Date:   Tue Jul 9 20:16:36 2024 +0900

    Optimise DOM mutation handling in `DOMMonitor` (ghostery#4071)

    * feat: optimise mutation handling

    refs https://efa.mvv-muenchen.de/index.html?name_origin=91000680&name_destination=streetID%[…]20240704&itdTime=1001&language=de&itdTripDateTimeDepArr=dep
    refs ghostery/broken-page-reports#732

    ---------

    Co-authored-by: chrmod <chrmod@ghostery.com>
    Co-authored-by: Krzysztof Modras <1228153+chrmod@users.noreply.github.com>
    Co-authored-by: Philipp Claßen <philipp.classen@posteo.de>
    Co-authored-by: Rémi <remusao@users.noreply.github.com>

commit 5aecd4c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Jul 9 08:37:24 2024 +0200

    Build(deps-dev): Bump typescript-eslint (ghostery#4073)

    Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.0.0-alpha.39 to 8.0.0-alpha.41.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/HEAD/packages/typescript-eslint)

    ---
    updated-dependencies:
    - dependency-name: typescript-eslint
      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>

commit 5e25d1b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Jul 9 08:37:16 2024 +0200

    Build(deps-dev): Bump rollup from 4.18.0 to 4.18.1 (ghostery#4074)

    Bumps [rollup](https://github.com/rollup/rollup) from 4.18.0 to 4.18.1.
    - [Release notes](https://github.com/rollup/rollup/releases)
    - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
    - [Commits](rollup/rollup@v4.18.0...v4.18.1)

    ---
    updated-dependencies:
    - dependency-name: rollup
      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>

commit 9d97562
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jul 8 16:41:27 2024 +0200

    Build(deps-dev): Bump rimraf from 5.0.7 to 5.0.8 (ghostery#4066)

    Bumps [rimraf](https://github.com/isaacs/rimraf) from 5.0.7 to 5.0.8.
    - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
    - [Commits](isaacs/rimraf@v5.0.7...v5.0.8)

    ---
    updated-dependencies:
    - dependency-name: rimraf
      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>

commit b90eca8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jul 8 16:41:21 2024 +0200

    Build(deps-dev): Bump lerna from 8.1.5 to 8.1.6 (ghostery#4067)

    Bumps [lerna](https://github.com/lerna/lerna/tree/HEAD/packages/lerna) from 8.1.5 to 8.1.6.
    - [Release notes](https://github.com/lerna/lerna/releases)
    - [Changelog](https://github.com/lerna/lerna/blob/main/packages/lerna/CHANGELOG.md)
    - [Commits](https://github.com/lerna/lerna/commits/v8.1.6/packages/lerna)

    ---
    updated-dependencies:
    - dependency-name: lerna
      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>

commit 6634ba2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jul 8 16:41:13 2024 +0200

    Build(deps): Bump tldts-experimental from 6.1.30 to 6.1.31 (ghostery#4068)

    Bumps [tldts-experimental](https://github.com/remusao/tldts) from 6.1.30 to 6.1.31.
    - [Release notes](https://github.com/remusao/tldts/releases)
    - [Changelog](https://github.com/remusao/tldts/blob/master/CHANGELOG.md)
    - [Commits](remusao/tldts@v6.1.30...v6.1.31)

    ---
    updated-dependencies:
    - dependency-name: tldts-experimental
      dependency-type: direct:production
      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>

commit 26871ea
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jul 8 16:41:04 2024 +0200

    Build(deps-dev): Bump @types/node from 20.14.9 to 20.14.10 (ghostery#4069)

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

    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      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>

commit f9333e7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Jul 3 10:27:59 2024 +0200

    Build(deps-dev): Bump mocha from 10.5.2 to 10.6.0 (ghostery#4063)

    Bumps [mocha](https://github.com/mochajs/mocha) from 10.5.2 to 10.6.0.
    - [Release notes](https://github.com/mochajs/mocha/releases)
    - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
    - [Commits](mochajs/mocha@v10.5.2...v10.6.0)

    ---
    updated-dependencies:
    - dependency-name: mocha
      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>

commit df811ab
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Jul 3 09:49:12 2024 +0200

    Build(deps): Bump playwright from 1.45.0 to 1.45.1 (ghostery#4062)

    Bumps [playwright](https://github.com/microsoft/playwright) from 1.45.0 to 1.45.1.
    - [Release notes](https://github.com/microsoft/playwright/releases)
    - [Commits](microsoft/playwright@v1.45.0...v1.45.1)

    ---
    updated-dependencies:
    - dependency-name: playwright
      dependency-type: direct:production
      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>

commit 26b1308
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Jul 2 16:11:34 2024 +0200

    Build(deps-dev): Bump typescript-eslint (ghostery#4059)

    Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.0.0-alpha.34 to 8.0.0-alpha.39.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/HEAD/packages/typescript-eslint)

    ---
    updated-dependencies:
    - dependency-name: typescript-eslint
      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>

commit 4b50f4b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Jul 2 16:11:14 2024 +0200

    Build(deps-dev): Bump eslint from 9.5.0 to 9.6.0 (ghostery#4056)

    Bumps [eslint](https://github.com/eslint/eslint) from 9.5.0 to 9.6.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v9.5.0...v9.6.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>

commit e915aaf
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Jul 2 09:07:04 2024 +0200

    Build(deps-dev): Bump @eslint/js from 9.5.0 to 9.6.0 (ghostery#4057)

    Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.5.0 to 9.6.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/eslint/eslint/commits/v9.6.0/packages/js)

    ---
    updated-dependencies:
    - dependency-name: "@eslint/js"
      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>

commit 8ce1c8c
Author: Krzysztof Modras <1228153+chrmod@users.noreply.github.com>
Date:   Tue Jul 2 09:06:50 2024 +0200

    Update typescript (ghostery#4053)

commit 7b32fbe
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Jun 28 10:01:10 2024 +0200

    Build(deps): Bump @types/firefox-webext-browser from 120.0.3 to 120.0.4 (ghostery#4028)

    Bumps [@types/firefox-webext-browser](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/firefox-webext-browser) from 120.0.3 to 120.0.4.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/firefox-webext-browser)

    ---
    updated-dependencies:
    - dependency-name: "@types/firefox-webext-browser"
      dependency-type: direct:production
      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>

commit 020226e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Jun 28 09:49:13 2024 +0200

    Build(deps): Bump tldts-experimental from 6.1.29 to 6.1.30 (ghostery#4051)

    Bumps [tldts-experimental](https://github.com/remusao/tldts) from 6.1.29 to 6.1.30.
    - [Release notes](https://github.com/remusao/tldts/releases)
    - [Changelog](https://github.com/remusao/tldts/blob/master/CHANGELOG.md)
    - [Commits](remusao/tldts@v6.1.29...v6.1.30)

    ---
    updated-dependencies:
    - dependency-name: tldts-experimental
      dependency-type: direct:production
      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>

commit 61f35f6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Jun 28 09:49:04 2024 +0200

    Build(deps-dev): Bump mocha from 10.4.0 to 10.5.2 (ghostery#4052)

    Bumps [mocha](https://github.com/mochajs/mocha) from 10.4.0 to 10.5.2.
    - [Release notes](https://github.com/mochajs/mocha/releases)
    - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
    - [Commits](mochajs/mocha@v10.4.0...v10.5.2)

    ---
    updated-dependencies:
    - dependency-name: mocha
      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>

commit 1b19344
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Jun 27 18:24:46 2024 +0200

    Build(deps): Bump tldts-experimental from 6.1.27 to 6.1.29 (ghostery#4040)

    Bumps [tldts-experimental](https://github.com/remusao/tldts) from 6.1.27 to 6.1.29.
    - [Release notes](https://github.com/remusao/tldts/releases)
    - [Changelog](https://github.com/remusao/tldts/blob/master/CHANGELOG.md)
    - [Commits](remusao/tldts@v6.1.27...v6.1.29)

    ---
    updated-dependencies:
    - dependency-name: tldts-experimental
      dependency-type: direct:production
      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>

commit 1faddc6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Jun 27 18:24:29 2024 +0200

    Build(deps-dev): Bump lerna from 8.1.3 to 8.1.5 (ghostery#4042)

    Bumps [lerna](https://github.com/lerna/lerna/tree/HEAD/packages/lerna) from 8.1.3 to 8.1.5.
    - [Release notes](https://github.com/lerna/lerna/releases)
    - [Changelog](https://github.com/lerna/lerna/blob/main/packages/lerna/CHANGELOG.md)
    - [Commits](https://github.com/lerna/lerna/commits/v8.1.5/packages/lerna)

    ---
    updated-dependencies:
    - dependency-name: lerna
      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>

commit bfa6bb3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Jun 27 18:24:19 2024 +0200

    Build(deps): Bump ws from 8.17.0 to 8.17.1 (ghostery#4049)

    Bumps [ws](https://github.com/websockets/ws) from 8.17.0 to 8.17.1.
    - [Release notes](https://github.com/websockets/ws/releases)
    - [Commits](websockets/ws@8.17.0...8.17.1)

    ---
    updated-dependencies:
    - dependency-name: ws
      dependency-type: indirect
    ...

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

commit 5fb815d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Jun 27 10:28:43 2024 +0200

    Build(deps-dev): Bump @types/mocha from 10.0.6 to 10.0.7 (ghostery#4041)

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

    ---
    updated-dependencies:
    - dependency-name: "@types/mocha"
      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>

commit a12e571
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Jun 27 10:28:26 2024 +0200

    Build(deps): Bump playwright from 1.44.1 to 1.45.0 (ghostery#4043)

    Bumps [playwright](https://github.com/microsoft/playwright) from 1.44.1 to 1.45.0.
    - [Release notes](https://github.com/microsoft/playwright/releases)
    - [Commits](microsoft/playwright@v1.44.1...v1.45.0)

    ---
    updated-dependencies:
    - dependency-name: playwright
      dependency-type: direct:production
      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>

commit 576011f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Jun 27 10:28:16 2024 +0200

    Build(deps-dev): Bump @types/node from 20.14.2 to 20.14.9 (ghostery#4045)

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

    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      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>

commit 812e499
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Jun 27 10:28:02 2024 +0200

    Build(deps): Bump electron from 31.0.1 to 31.1.0 (ghostery#4046)

    Bumps [electron](https://github.com/electron/electron) from 31.0.1 to 31.1.0.
    - [Release notes](https://github.com/electron/electron/releases)
    - [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
    - [Commits](electron/electron@v31.0.1...v31.1.0)

    ---
    updated-dependencies:
    - dependency-name: electron
      dependency-type: direct:production
      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>

commit 0e0d7af
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Jun 27 10:27:49 2024 +0200

    Build(deps): Bump puppeteer from 22.11.0 to 22.12.1 (ghostery#4047)

    Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 22.11.0 to 22.12.1.
    - [Release notes](https://github.com/puppeteer/puppeteer/releases)
    - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
    - [Commits](puppeteer/puppeteer@puppeteer-v22.11.0...puppeteer-v22.12.1)

    ---
    updated-dependencies:
    - dependency-name: puppeteer
      dependency-type: direct:production
      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>

commit 506aece
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Jun 27 10:27:32 2024 +0200

    Build(deps-dev): Bump typescript-eslint (ghostery#4048)

    Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.0.0-alpha.30 to 8.0.0-alpha.34.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/HEAD/packages/typescript-eslint)

    ---
    updated-dependencies:
    - dependency-name: typescript-eslint
      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>

commit 1c4e363
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jun 17 11:04:12 2024 +0200

    Build(deps-dev): Bump @eslint/js from 9.4.0 to 9.5.0 (ghostery#4025)

    Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.4.0 to 9.5.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/eslint/eslint/commits/v9.5.0/packages/js)

    ---
    updated-dependencies:
    - dependency-name: "@eslint/js"
      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>

commit d6e0e33
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jun 17 10:37:03 2024 +0200

    Build(deps-dev): Bump eslint from 9.4.0 to 9.5.0 (ghostery#4026)

    Bumps [eslint](https://github.com/eslint/eslint) from 9.4.0 to 9.5.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v9.4.0...v9.5.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>

commit dae119f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jun 17 10:36:56 2024 +0200

    Build(deps): Bump tldts-experimental from 6.1.25 to 6.1.27 (ghostery#4027)

    Bumps [tldts-experimental](https://github.com/remusao/tldts) from 6.1.25 to 6.1.27.
    - [Release notes](https://github.com/remusao/tldts/releases)
    - [Changelog](https://github.com/remusao/tldts/blob/master/CHANGELOG.md)
    - [Commits](remusao/tldts@v6.1.25...v6.1.27)

    ---
    updated-dependencies:
    - dependency-name: tldts-experimental
      dependency-type: direct:production
      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>

commit d185574
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jun 17 05:18:39 2024 +0200

    Build(deps-dev): Bump prettier from 3.3.1 to 3.3.2 (ghostery#4021)

    Bumps [prettier](https://github.com/prettier/prettier) from 3.3.1 to 3.3.2.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@3.3.1...3.3.2)

    ---
    updated-dependencies:
    - dependency-name: prettier
      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>

commit 7f57f4c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jun 17 05:18:29 2024 +0200

    Build(deps): Bump electron from 31.0.0 to 31.0.1 (ghostery#4023)

    Bumps [electron](https://github.com/electron/electron) from 31.0.0 to 31.0.1.
    - [Release notes](https://github.com/electron/electron/releases)
    - [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
    - [Commits](electron/electron@v31.0.0...v31.0.1)

    ---
    updated-dependencies:
    - dependency-name: electron
      dependency-type: direct:production
      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>

commit 9f3ad69
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jun 17 05:18:22 2024 +0200

    Build(deps): Bump puppeteer from 22.10.0 to 22.11.0 (ghostery#4024)

    Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 22.10.0 to 22.11.0.
    - [Release notes](https://github.com/puppeteer/puppeteer/releases)
    - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
    - [Commits](puppeteer/puppeteer@puppeteer-v22.10.0...puppeteer-v22.11.0)

    ---
    updated-dependencies:
    - dependency-name: puppeteer
      dependency-type: direct:production
      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>
seia-soto added a commit to seia-soto/adblocker that referenced this pull request Jul 17, 2024
commit b944ce9
Author: HoJeong Go <seia@outlook.kr>
Date:   Wed Jul 17 20:26:04 2024 +0900

    Squashed commit of the following:

    commit 5a760a8
    Author: ghostery-adblocker-bot[bot] <97594979+ghostery-adblocker-bot[bot]@users.noreply.github.com>
    Date:   Wed Jul 17 09:04:13 2024 +0200

        Update local assets and compression codebooks (ghostery#4105)

        Co-authored-by: Ghostery Adblocker Bot <ghostery-adblocker-bot@users.noreply.github.com>

    commit 8e46eb7
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Wed Jul 17 09:03:10 2024 +0200

        Build(deps-dev): Bump @types/node from 20.14.10 to 20.14.11 (ghostery#4107)

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

        ---
        updated-dependencies:
        - dependency-name: "@types/node"
          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>

    commit b543295
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Wed Jul 17 09:02:45 2024 +0200

        Build(deps): Bump playwright from 1.45.1 to 1.45.2 (ghostery#4106)

        Bumps [playwright](https://github.com/microsoft/playwright) from 1.45.1 to 1.45.2.
        - [Release notes](https://github.com/microsoft/playwright/releases)
        - [Commits](microsoft/playwright@v1.45.1...v1.45.2)

        ---
        updated-dependencies:
        - dependency-name: playwright
          dependency-type: direct:production
          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>

    commit f8aa010
    Author: Krzysztof Modras <1228153+chrmod@users.noreply.github.com>
    Date:   Tue Jul 16 15:31:47 2024 +0200

        Run examples in both commonjs and esm (ghostery#4103)

    commit 91eb4c3
    Author: Krzysztof Modras <1228153+chrmod@users.noreply.github.com>
    Date:   Tue Jul 16 14:23:04 2024 +0200

        Replace Cliqz references with Ghostery (ghostery#4095)

        * Replace Cliqz references with Ghostery

    commit 72231fe
    Author: HoJeong Go <seia@outlook.kr>
    Date:   Tue Jul 16 19:23:18 2024 +0900

        Update ESLint configuration for test files (ghostery#4102)

        * feat: update eslint configuration for tests

    commit 3401cc1
    Author: Krzysztof Modras <1228153+chrmod@users.noreply.github.com>
    Date:   Tue Jul 16 12:15:55 2024 +0200

        Enforce PR labels (ghostery#4101)

        * Enforce PR labels

    commit 27262b8
    Author: HoJeong Go <seia@outlook.kr>
    Date:   Tue Jul 16 17:23:48 2024 +0900

        chore: drop unused tsconfig.json (ghostery#4104)

        refs ghostery#4098

    commit 1698960
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Tue Jul 16 09:52:12 2024 +0200

        Build(deps): Bump electron from 31.2.0 to 31.2.1 (ghostery#4100)

        Bumps [electron](https://github.com/electron/electron) from 31.2.0 to 31.2.1.
        - [Release notes](https://github.com/electron/electron/releases)
        - [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
        - [Commits](electron/electron@v31.2.0...v31.2.1)

        ---
        updated-dependencies:
        - dependency-name: electron
          dependency-type: direct:production
          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>

    commit b24c97d
    Author: ghostery-adblocker-bot[bot] <97594979+ghostery-adblocker-bot[bot]@users.noreply.github.com>
    Date:   Tue Jul 16 09:51:55 2024 +0200

        Update local assets and compression codebooks (ghostery#4099)

        Co-authored-by: Ghostery Adblocker Bot <ghostery-adblocker-bot@users.noreply.github.com>

    commit c90402a
    Author: Krzysztof Modras <1228153+chrmod@users.noreply.github.com>
    Date:   Tue Jul 16 09:11:24 2024 +0200

        tsx to run typescript (ghostery#4098)

    commit 69f4a94
    Author: ghostery-adblocker-bot[bot] <97594979+ghostery-adblocker-bot[bot]@users.noreply.github.com>
    Date:   Mon Jul 15 16:53:21 2024 +0200

        Update local assets and compression codebooks (ghostery#4097)

        Co-authored-by: Ghostery Adblocker Bot <ghostery-adblocker-bot@users.noreply.github.com>

    commit 046ab8c
    Author: Krzysztof Modras <1228153+chrmod@users.noreply.github.com>
    Date:   Mon Jul 15 15:34:03 2024 +0200

        Fix codebook generation (ghostery#4096)

    commit 7ca177c
    Author: Krzysztof Modras <1228153+chrmod@users.noreply.github.com>
    Date:   Mon Jul 15 12:13:18 2024 +0200

        Fix asset update (ghostery#4094)

    commit 411002a
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Jul 15 12:13:05 2024 +0200

        Build(deps-dev): Bump rimraf from 5.0.8 to 6.0.1 (ghostery#4078)

        Bumps [rimraf](https://github.com/isaacs/rimraf) from 5.0.8 to 6.0.1.
        - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
        - [Commits](isaacs/rimraf@v5.0.8...v6.0.1)

        ---
        updated-dependencies:
        - dependency-name: rimraf
          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>

    commit 250b146
    Author: Ghostery Adblocker Bot <ghostery-adblocker-bot@users.noreply.github.com>
    Date:   Mon Jul 15 08:28:20 2024 +0000

        Bump version to: v1.28.2 [skip ci]

    commit 294397b
    Author: Ghostery Adblocker Bot <ghostery-adblocker-bot@users.noreply.github.com>
    Date:   Mon Jul 15 08:28:17 2024 +0000

        Update CHANGELOG.md [skip ci]

    commit b17784a
    Author: HoJeong Go <seia@outlook.kr>
    Date:   Mon Jul 15 17:24:50 2024 +0900

        chore: drop output files (ghostery#4092)

    commit 130940e
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Jul 15 10:20:39 2024 +0200

        Build(deps): Bump electron from 31.1.0 to 31.2.0 (ghostery#4076)

        Bumps [electron](https://github.com/electron/electron) from 31.1.0 to 31.2.0.
        - [Release notes](https://github.com/electron/electron/releases)
        - [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
        - [Commits](electron/electron@v31.1.0...v31.2.0)

        ---
        updated-dependencies:
        - dependency-name: electron
          dependency-type: direct:production
          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>

    commit 12e44f9
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Jul 15 10:20:31 2024 +0200

        Build(deps): Bump @remusao/smaz from 1.9.1 to 1.10.0 (ghostery#4085)

        Bumps [@remusao/smaz](https://github.com/remusao/mono/tree/HEAD/packages/smaz) from 1.9.1 to 1.10.0.
        - [Release notes](https://github.com/remusao/mono/releases)
        - [Changelog](https://github.com/remusao/mono/blob/master/packages/smaz/CHANGELOG.md)
        - [Commits](https://github.com/remusao/mono/commits/@remusao/smaz@1.10.0/packages/smaz)

        ---
        updated-dependencies:
        - dependency-name: "@remusao/smaz"
          dependency-type: direct:production
          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>

    commit ff41a29
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Jul 15 10:20:21 2024 +0200

        Build(deps-dev): Bump eslint from 9.6.0 to 9.7.0 (ghostery#4088)

        Bumps [eslint](https://github.com/eslint/eslint) from 9.6.0 to 9.7.0.
        - [Release notes](https://github.com/eslint/eslint/releases)
        - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
        - [Commits](eslint/eslint@v9.6.0...v9.7.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>

    commit f7bc6fb
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Jul 15 10:06:37 2024 +0200

        Build(deps-dev): Bump @remusao/smaz-generate from 1.9.1 to 1.10.0 (ghostery#4080)

        Bumps [@remusao/smaz-generate](https://github.com/remusao/mono/tree/HEAD/packages/smaz-generate) from 1.9.1 to 1.10.0.
        - [Release notes](https://github.com/remusao/mono/releases)
        - [Changelog](https://github.com/remusao/mono/blob/master/packages/smaz-generate/CHANGELOG.md)
        - [Commits](https://github.com/remusao/mono/commits/@remusao/smaz-generate@1.10.0/packages/smaz-generate)

        ---
        updated-dependencies:
        - dependency-name: "@remusao/smaz-generate"
          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>

    commit f8f5c95
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Jul 15 10:05:44 2024 +0200

        Build(deps): Bump puppeteer from 22.12.1 to 22.13.0 (ghostery#4081)

        Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 22.12.1 to 22.13.0.
        - [Release notes](https://github.com/puppeteer/puppeteer/releases)
        - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
        - [Commits](puppeteer/puppeteer@puppeteer-v22.12.1...puppeteer-v22.13.0)

        ---
        updated-dependencies:
        - dependency-name: puppeteer
          dependency-type: direct:production
          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>

    commit a561dd6
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Jul 15 10:05:34 2024 +0200

        Build(deps): Bump @remusao/small from 1.2.1 to 1.3.0 (ghostery#4082)

        Bumps [@remusao/small](https://github.com/remusao/mono/tree/HEAD/packages/small) from 1.2.1 to 1.3.0.
        - [Release notes](https://github.com/remusao/mono/releases)
        - [Changelog](https://github.com/remusao/mono/blob/master/packages/small/CHANGELOG.md)
        - [Commits](https://github.com/remusao/mono/commits/@remusao/small@1.3.0/packages/small)

        ---
        updated-dependencies:
        - dependency-name: "@remusao/small"
          dependency-type: direct:production
          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>

    commit 6e026f7
    Author: Ghostery Adblocker Bot <ghostery-adblocker-bot@users.noreply.github.com>
    Date:   Mon Jul 15 08:04:15 2024 +0000

        Bump version to: v1.28.1 [skip ci]

    commit e00565c
    Author: Ghostery Adblocker Bot <ghostery-adblocker-bot@users.noreply.github.com>
    Date:   Mon Jul 15 08:04:12 2024 +0000

        Update CHANGELOG.md [skip ci]

    commit bb3ae6a
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Jul 15 10:00:13 2024 +0200

        Build(deps-dev): Bump @remusao/auto-config from 1.1.2 to 1.2.0 (ghostery#4083)

        Bumps [@remusao/auto-config](https://github.com/remusao/mono/tree/HEAD/packages/auto-config) from 1.1.2 to 1.2.0.
        - [Release notes](https://github.com/remusao/mono/releases)
        - [Changelog](https://github.com/remusao/mono/blob/master/packages/auto-config/CHANGELOG.md)
        - [Commits](https://github.com/remusao/mono/commits/@remusao/auto-config@1.2.0/packages/auto-config)

        ---
        updated-dependencies:
        - dependency-name: "@remusao/auto-config"
          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>

    commit 465a298
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Jul 15 10:00:03 2024 +0200

        Build(deps-dev): Bump @eslint/js from 9.6.0 to 9.7.0 (ghostery#4089)

        Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.6.0 to 9.7.0.
        - [Release notes](https://github.com/eslint/eslint/releases)
        - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
        - [Commits](https://github.com/eslint/eslint/commits/v9.7.0/packages/js)

        ---
        updated-dependencies:
        - dependency-name: "@eslint/js"
          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>

    commit bdbc000
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Jul 15 09:59:54 2024 +0200

        Build(deps-dev): Bump prettier from 3.3.2 to 3.3.3 (ghostery#4090)

        Bumps [prettier](https://github.com/prettier/prettier) from 3.3.2 to 3.3.3.
        - [Release notes](https://github.com/prettier/prettier/releases)
        - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
        - [Commits](prettier/prettier@3.3.2...3.3.3)

        ---
        updated-dependencies:
        - dependency-name: prettier
          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>

    commit d1f4c06
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Jul 15 09:59:45 2024 +0200

        Build(deps-dev): Bump typescript-eslint (ghostery#4091)

        Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.0.0-alpha.41 to 8.0.0-alpha.44.
        - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
        - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/CHANGELOG.md)
        - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/HEAD/packages/typescript-eslint)

        ---
        updated-dependencies:
        - dependency-name: typescript-eslint
          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>

    commit 43f5b24
    Author: Krzysztof Modras <1228153+chrmod@users.noreply.github.com>
    Date:   Mon Jul 15 09:57:13 2024 +0200

        Simplify build with tshy (ghostery#4079)

        Co-authored-by: HoJeong Go <seia@outlook.kr>

    commit 9ce185f
    Author: Ghostery Adblocker Bot <ghostery-adblocker-bot@users.noreply.github.com>
    Date:   Tue Jul 9 11:20:01 2024 +0000

        Bump version to: v1.28.0 [skip ci]

    commit bf5b788
    Author: Ghostery Adblocker Bot <ghostery-adblocker-bot@users.noreply.github.com>
    Date:   Tue Jul 9 11:19:58 2024 +0000

        Update CHANGELOG.md [skip ci]

    commit 37461de
    Author: HoJeong Go <seia@outlook.kr>
    Date:   Tue Jul 9 20:16:36 2024 +0900

        Optimise DOM mutation handling in `DOMMonitor` (ghostery#4071)

        * feat: optimise mutation handling

        refs https://efa.mvv-muenchen.de/index.html?name_origin=91000680&name_destination=streetID%[…]20240704&itdTime=1001&language=de&itdTripDateTimeDepArr=dep
        refs ghostery/broken-page-reports#732

        ---------

        Co-authored-by: chrmod <chrmod@ghostery.com>
        Co-authored-by: Krzysztof Modras <1228153+chrmod@users.noreply.github.com>
        Co-authored-by: Philipp Claßen <philipp.classen@posteo.de>
        Co-authored-by: Rémi <remusao@users.noreply.github.com>

    commit 5aecd4c
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Tue Jul 9 08:37:24 2024 +0200

        Build(deps-dev): Bump typescript-eslint (ghostery#4073)

        Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.0.0-alpha.39 to 8.0.0-alpha.41.
        - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
        - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/CHANGELOG.md)
        - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/HEAD/packages/typescript-eslint)

        ---
        updated-dependencies:
        - dependency-name: typescript-eslint
          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>

    commit 5e25d1b
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Tue Jul 9 08:37:16 2024 +0200

        Build(deps-dev): Bump rollup from 4.18.0 to 4.18.1 (ghostery#4074)

        Bumps [rollup](https://github.com/rollup/rollup) from 4.18.0 to 4.18.1.
        - [Release notes](https://github.com/rollup/rollup/releases)
        - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
        - [Commits](rollup/rollup@v4.18.0...v4.18.1)

        ---
        updated-dependencies:
        - dependency-name: rollup
          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>

    commit 9d97562
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Jul 8 16:41:27 2024 +0200

        Build(deps-dev): Bump rimraf from 5.0.7 to 5.0.8 (ghostery#4066)

        Bumps [rimraf](https://github.com/isaacs/rimraf) from 5.0.7 to 5.0.8.
        - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
        - [Commits](isaacs/rimraf@v5.0.7...v5.0.8)

        ---
        updated-dependencies:
        - dependency-name: rimraf
          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>

    commit b90eca8
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Jul 8 16:41:21 2024 +0200

        Build(deps-dev): Bump lerna from 8.1.5 to 8.1.6 (ghostery#4067)

        Bumps [lerna](https://github.com/lerna/lerna/tree/HEAD/packages/lerna) from 8.1.5 to 8.1.6.
        - [Release notes](https://github.com/lerna/lerna/releases)
        - [Changelog](https://github.com/lerna/lerna/blob/main/packages/lerna/CHANGELOG.md)
        - [Commits](https://github.com/lerna/lerna/commits/v8.1.6/packages/lerna)

        ---
        updated-dependencies:
        - dependency-name: lerna
          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>

    commit 6634ba2
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Jul 8 16:41:13 2024 +0200

        Build(deps): Bump tldts-experimental from 6.1.30 to 6.1.31 (ghostery#4068)

        Bumps [tldts-experimental](https://github.com/remusao/tldts) from 6.1.30 to 6.1.31.
        - [Release notes](https://github.com/remusao/tldts/releases)
        - [Changelog](https://github.com/remusao/tldts/blob/master/CHANGELOG.md)
        - [Commits](remusao/tldts@v6.1.30...v6.1.31)

        ---
        updated-dependencies:
        - dependency-name: tldts-experimental
          dependency-type: direct:production
          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>

    commit 26871ea
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Jul 8 16:41:04 2024 +0200

        Build(deps-dev): Bump @types/node from 20.14.9 to 20.14.10 (ghostery#4069)

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

        ---
        updated-dependencies:
        - dependency-name: "@types/node"
          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>

    commit f9333e7
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Wed Jul 3 10:27:59 2024 +0200

        Build(deps-dev): Bump mocha from 10.5.2 to 10.6.0 (ghostery#4063)

        Bumps [mocha](https://github.com/mochajs/mocha) from 10.5.2 to 10.6.0.
        - [Release notes](https://github.com/mochajs/mocha/releases)
        - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
        - [Commits](mochajs/mocha@v10.5.2...v10.6.0)

        ---
        updated-dependencies:
        - dependency-name: mocha
          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>

    commit df811ab
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Wed Jul 3 09:49:12 2024 +0200

        Build(deps): Bump playwright from 1.45.0 to 1.45.1 (ghostery#4062)

        Bumps [playwright](https://github.com/microsoft/playwright) from 1.45.0 to 1.45.1.
        - [Release notes](https://github.com/microsoft/playwright/releases)
        - [Commits](microsoft/playwright@v1.45.0...v1.45.1)

        ---
        updated-dependencies:
        - dependency-name: playwright
          dependency-type: direct:production
          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>

    commit 26b1308
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Tue Jul 2 16:11:34 2024 +0200

        Build(deps-dev): Bump typescript-eslint (ghostery#4059)

        Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.0.0-alpha.34 to 8.0.0-alpha.39.
        - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
        - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/CHANGELOG.md)
        - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/HEAD/packages/typescript-eslint)

        ---
        updated-dependencies:
        - dependency-name: typescript-eslint
          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>

    commit 4b50f4b
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Tue Jul 2 16:11:14 2024 +0200

        Build(deps-dev): Bump eslint from 9.5.0 to 9.6.0 (ghostery#4056)

        Bumps [eslint](https://github.com/eslint/eslint) from 9.5.0 to 9.6.0.
        - [Release notes](https://github.com/eslint/eslint/releases)
        - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
        - [Commits](eslint/eslint@v9.5.0...v9.6.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>

    commit e915aaf
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Tue Jul 2 09:07:04 2024 +0200

        Build(deps-dev): Bump @eslint/js from 9.5.0 to 9.6.0 (ghostery#4057)

        Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.5.0 to 9.6.0.
        - [Release notes](https://github.com/eslint/eslint/releases)
        - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
        - [Commits](https://github.com/eslint/eslint/commits/v9.6.0/packages/js)

        ---
        updated-dependencies:
        - dependency-name: "@eslint/js"
          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>

    commit 8ce1c8c
    Author: Krzysztof Modras <1228153+chrmod@users.noreply.github.com>
    Date:   Tue Jul 2 09:06:50 2024 +0200

        Update typescript (ghostery#4053)

    commit 7b32fbe
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Fri Jun 28 10:01:10 2024 +0200

        Build(deps): Bump @types/firefox-webext-browser from 120.0.3 to 120.0.4 (ghostery#4028)

        Bumps [@types/firefox-webext-browser](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/firefox-webext-browser) from 120.0.3 to 120.0.4.
        - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
        - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/firefox-webext-browser)

        ---
        updated-dependencies:
        - dependency-name: "@types/firefox-webext-browser"
          dependency-type: direct:production
          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>

    commit 020226e
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Fri Jun 28 09:49:13 2024 +0200

        Build(deps): Bump tldts-experimental from 6.1.29 to 6.1.30 (ghostery#4051)

        Bumps [tldts-experimental](https://github.com/remusao/tldts) from 6.1.29 to 6.1.30.
        - [Release notes](https://github.com/remusao/tldts/releases)
        - [Changelog](https://github.com/remusao/tldts/blob/master/CHANGELOG.md)
        - [Commits](remusao/tldts@v6.1.29...v6.1.30)

        ---
        updated-dependencies:
        - dependency-name: tldts-experimental
          dependency-type: direct:production
          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>

    commit 61f35f6
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Fri Jun 28 09:49:04 2024 +0200

        Build(deps-dev): Bump mocha from 10.4.0 to 10.5.2 (ghostery#4052)

        Bumps [mocha](https://github.com/mochajs/mocha) from 10.4.0 to 10.5.2.
        - [Release notes](https://github.com/mochajs/mocha/releases)
        - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
        - [Commits](mochajs/mocha@v10.4.0...v10.5.2)

        ---
        updated-dependencies:
        - dependency-name: mocha
          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>

    commit 1b19344
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Thu Jun 27 18:24:46 2024 +0200

        Build(deps): Bump tldts-experimental from 6.1.27 to 6.1.29 (ghostery#4040)

        Bumps [tldts-experimental](https://github.com/remusao/tldts) from 6.1.27 to 6.1.29.
        - [Release notes](https://github.com/remusao/tldts/releases)
        - [Changelog](https://github.com/remusao/tldts/blob/master/CHANGELOG.md)
        - [Commits](remusao/tldts@v6.1.27...v6.1.29)

        ---
        updated-dependencies:
        - dependency-name: tldts-experimental
          dependency-type: direct:production
          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>

    commit 1faddc6
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Thu Jun 27 18:24:29 2024 +0200

        Build(deps-dev): Bump lerna from 8.1.3 to 8.1.5 (ghostery#4042)

        Bumps [lerna](https://github.com/lerna/lerna/tree/HEAD/packages/lerna) from 8.1.3 to 8.1.5.
        - [Release notes](https://github.com/lerna/lerna/releases)
        - [Changelog](https://github.com/lerna/lerna/blob/main/packages/lerna/CHANGELOG.md)
        - [Commits](https://github.com/lerna/lerna/commits/v8.1.5/packages/lerna)

        ---
        updated-dependencies:
        - dependency-name: lerna
          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>

    commit bfa6bb3
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Thu Jun 27 18:24:19 2024 +0200

        Build(deps): Bump ws from 8.17.0 to 8.17.1 (ghostery#4049)

        Bumps [ws](https://github.com/websockets/ws) from 8.17.0 to 8.17.1.
        - [Release notes](https://github.com/websockets/ws/releases)
        - [Commits](websockets/ws@8.17.0...8.17.1)

        ---
        updated-dependencies:
        - dependency-name: ws
          dependency-type: indirect
        ...

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

    commit 5fb815d
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Thu Jun 27 10:28:43 2024 +0200

        Build(deps-dev): Bump @types/mocha from 10.0.6 to 10.0.7 (ghostery#4041)

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

        ---
        updated-dependencies:
        - dependency-name: "@types/mocha"
          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>

    commit a12e571
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Thu Jun 27 10:28:26 2024 +0200

        Build(deps): Bump playwright from 1.44.1 to 1.45.0 (ghostery#4043)

        Bumps [playwright](https://github.com/microsoft/playwright) from 1.44.1 to 1.45.0.
        - [Release notes](https://github.com/microsoft/playwright/releases)
        - [Commits](microsoft/playwright@v1.44.1...v1.45.0)

        ---
        updated-dependencies:
        - dependency-name: playwright
          dependency-type: direct:production
          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>

    commit 576011f
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Thu Jun 27 10:28:16 2024 +0200

        Build(deps-dev): Bump @types/node from 20.14.2 to 20.14.9 (ghostery#4045)

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

        ---
        updated-dependencies:
        - dependency-name: "@types/node"
          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>

    commit 812e499
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Thu Jun 27 10:28:02 2024 +0200

        Build(deps): Bump electron from 31.0.1 to 31.1.0 (ghostery#4046)

        Bumps [electron](https://github.com/electron/electron) from 31.0.1 to 31.1.0.
        - [Release notes](https://github.com/electron/electron/releases)
        - [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
        - [Commits](electron/electron@v31.0.1...v31.1.0)

        ---
        updated-dependencies:
        - dependency-name: electron
          dependency-type: direct:production
          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>

    commit 0e0d7af
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Thu Jun 27 10:27:49 2024 +0200

        Build(deps): Bump puppeteer from 22.11.0 to 22.12.1 (ghostery#4047)

        Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 22.11.0 to 22.12.1.
        - [Release notes](https://github.com/puppeteer/puppeteer/releases)
        - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
        - [Commits](puppeteer/puppeteer@puppeteer-v22.11.0...puppeteer-v22.12.1)

        ---
        updated-dependencies:
        - dependency-name: puppeteer
          dependency-type: direct:production
          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>

    commit 506aece
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Thu Jun 27 10:27:32 2024 +0200

        Build(deps-dev): Bump typescript-eslint (ghostery#4048)

        Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.0.0-alpha.30 to 8.0.0-alpha.34.
        - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
        - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/CHANGELOG.md)
        - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/HEAD/packages/typescript-eslint)

        ---
        updated-dependencies:
        - dependency-name: typescript-eslint
          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>

    commit 1c4e363
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Jun 17 11:04:12 2024 +0200

        Build(deps-dev): Bump @eslint/js from 9.4.0 to 9.5.0 (ghostery#4025)

        Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.4.0 to 9.5.0.
        - [Release notes](https://github.com/eslint/eslint/releases)
        - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
        - [Commits](https://github.com/eslint/eslint/commits/v9.5.0/packages/js)

        ---
        updated-dependencies:
        - dependency-name: "@eslint/js"
          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>

    commit d6e0e33
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Jun 17 10:37:03 2024 +0200

        Build(deps-dev): Bump eslint from 9.4.0 to 9.5.0 (ghostery#4026)

        Bumps [eslint](https://github.com/eslint/eslint) from 9.4.0 to 9.5.0.
        - [Release notes](https://github.com/eslint/eslint/releases)
        - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
        - [Commits](eslint/eslint@v9.4.0...v9.5.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>

    commit dae119f
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Jun 17 10:36:56 2024 +0200

        Build(deps): Bump tldts-experimental from 6.1.25 to 6.1.27 (ghostery#4027)

        Bumps [tldts-experimental](https://github.com/remusao/tldts) from 6.1.25 to 6.1.27.
        - [Release notes](https://github.com/remusao/tldts/releases)
        - [Changelog](https://github.com/remusao/tldts/blob/master/CHANGELOG.md)
        - [Commits](remusao/tldts@v6.1.25...v6.1.27)

        ---
        updated-dependencies:
        - dependency-name: tldts-experimental
          dependency-type: direct:production
          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>

    commit d185574
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Jun 17 05:18:39 2024 +0200

        Build(deps-dev): Bump prettier from 3.3.1 to 3.3.2 (ghostery#4021)

        Bumps [prettier](https://github.com/prettier/prettier) from 3.3.1 to 3.3.2.
        - [Release notes](https://github.com/prettier/prettier/releases)
        - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
        - [Commits](prettier/prettier@3.3.1...3.3.2)

        ---
        updated-dependencies:
        - dependency-name: prettier
          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>

    commit 7f57f4c
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Jun 17 05:18:29 2024 +0200

        Build(deps): Bump electron from 31.0.0 to 31.0.1 (ghostery#4023)

        Bumps [electron](https://github.com/electron/electron) from 31.0.0 to 31.0.1.
        - [Release notes](https://github.com/electron/electron/releases)
        - [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
        - [Commits](electron/electron@v31.0.0...v31.0.1)

        ---
        updated-dependencies:
        - dependency-name: electron
          dependency-type: direct:production
          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>

    commit 9f3ad69
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Jun 17 05:18:22 2024 +0200

        Build(deps): Bump puppeteer from 22.10.0 to 22.11.0 (ghostery#4024)

        Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 22.10.0 to 22.11.0.
        - [Release notes](https://github.com/puppeteer/puppeteer/releases)
        - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
        - [Commits](puppeteer/puppeteer@puppeteer-v22.10.0...puppeteer-v22.11.0)

        ---
        updated-dependencies:
        - dependency-name: puppeteer
          dependency-type: direct:production
          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>

commit bc8e7cc
Author: Krzysztof Modras <chrmod@chrmod.net>
Date:   Thu Jul 4 18:18:28 2024 +0200

    chore: test cleanup

commit 617c5f3
Author: Krzysztof Modras <chrmod@chrmod.net>
Date:   Thu Jul 4 17:41:38 2024 +0200

    chore: events cleanup

commit 0470287
Author: HoJeong Go <seia@outlook.kr>
Date:   Thu Jul 4 20:31:33 2024 +0900

    chore: clean up

    Co-authored-by: chrmod <chrmod@ghostery.com>

    chore: clean up

    Co-authored-by: chrmod <chrmod@ghostery.com>

    chore: clean up

    Co-authored-by: chrmod <chrmod@ghostery.com>

commit f22c78b
Author: Krzysztof Modras <1228153+chrmod@users.noreply.github.com>
Date:   Thu Jul 4 07:45:18 2024 +0200

    filter-matched emit exceptions (#6)

    * filter-match new interface; getHTMLFilters refactor

    * Fixed unhide lookup

    * Update getHTMLFilters return type

    * Update getCSPDirectives

    * matchAll: don't emit filter-matched

    * Update match

    * update getCosmeticFilters

    * fix tests

    * Cleanup

    * Cleanup

commit 4494b5a
Author: HoJeong Go <seia@outlook.kr>
Date:   Fri Jun 21 15:01:29 2024 +0900

    chore: optimise objects and code flow

commit 310b587
Author: HoJeong Go <seia@outlook.kr>
Date:   Wed Jun 19 12:13:31 2024 +0900

    chore: rename userContext to callerContext

commit 9a1a75d
Author: HoJeong Go <seia@outlook.kr>
Date:   Wed Jun 19 12:06:02 2024 +0900

    chore: inline exception variable

commit 1898d1f
Author: HoJeong Go <seia@outlook.kr>
Date:   Tue Jun 18 15:21:47 2024 +0900

    chore: remove duplicate code flow

commit 888b839
Author: HoJeong Go <seia@outlook.kr>
Date:   Mon Jun 17 16:40:57 2024 +0900

    feat: improve hasListeners capability

commit bb75d59
Author: HoJeong Go <seia@outlook.kr>
Date:   Mon Jun 17 16:27:51 2024 +0900

    fix: type and reduce lookups

    Co-authored-by: Remi <remusao@users.noreply.github.com>

commit 3e8365b
Author: HoJeong Go <seia@outlook.kr>
Date:   Mon Jun 17 16:24:54 2024 +0900

    fix: typings

commit 3d372ec
Author: HoJeong Go <seia@outlook.kr>
Date:   Mon Jun 17 16:18:51 2024 +0900

    chore: bring types from getcosmeticFilters

commit 8d716b8
Author: HoJeong Go <seia@outlook.kr>
Date:   Mon Jun 17 16:04:44 2024 +0900

    chore: rename matchType to filterType

commit 8c268f7
Author: HoJeong Go <seia@outlook.kr>
Date:   Mon Jun 17 16:03:10 2024 +0900

    chore: rename reference to userContext

commit db2caa3
Author: HoJeong Go <seia@outlook.kr>
Date:   Mon Jun 17 16:02:59 2024 +0900

    chore: correct comment positions

commit 62179dd
Author: HoJeong Go <seia@outlook.kr>
Date:   Mon Jun 17 15:56:45 2024 +0900

    chore: reduce lookups

    Co-authored-by: remi <remusao@users.noreply.github.com>

commit dcd13db
Author: HoJeong Go <seia@outlook.kr>
Date:   Mon Jun 17 15:00:08 2024 +0900

    chore: clearify variable names

commit fb2d801
Author: HoJeong Go <seia@outlook.kr>
Date:   Mon Jun 17 14:02:58 2024 +0900

    chore: remove useless copy of an array

    Co-authored-by: Remi <remusao@users.noreply.github.com>

commit c72d94a
Merge: 1fbcd42 ca11ec5
Author: Krzysztof Modras <1228153+chrmod@users.noreply.github.com>
Date:   Tue Jun 11 14:02:27 2024 +0200

    Merge branch 'master' into emit-cosmetic-filter-matches

commit 1fbcd42
Author: HoJeong Go <seia@outlook.kr>
Date:   Tue Jun 11 14:27:06 2024 +0900

    feat: optimise exceptions flow

commit 45e35db
Author: HoJeong Go <seia@outlook.kr>
Date:   Mon Jun 10 16:11:11 2024 +0900

    feat: improve performance by branching code flow

commit 190d355
Author: HoJeong Go <seia@outlook.kr>
Date:   Mon Jun 10 15:19:38 2024 +0900

    chore: revert accidental deletion of required import

commit ba99f8a
Author: HoJeong Go <seia@outlook.kr>
Date:   Thu Apr 4 13:46:12 2024 +0900

    feat: emit cosmetic rules on match

# Conflicts:
#	packages/adblocker/src/engine/engine.ts
#	packages/adblocker/test/engine/engine.test.ts
seia-soto added a commit to seia-soto/adblocker that referenced this pull request Jul 17, 2024
commit b944ce912a48ad8922de3831817bafa77f8286a5
Author: HoJeong Go <seia@outlook.kr>
Date:   Wed Jul 17 20:26:04 2024 +0900

    Squashed commit of the following:

    commit 5a760a81cc5673a8df01917105889a5c8711fb6d
    Author: ghostery-adblocker-bot[bot] <97594979+ghostery-adblocker-bot[bot]@users.noreply.github.com>
    Date:   Wed Jul 17 09:04:13 2024 +0200

        Update local assets and compression codebooks (#4105)

        Co-authored-by: Ghostery Adblocker Bot <ghostery-adblocker-bot@users.noreply.github.com>

    commit 8e46eb7b2b54ae60a6a6c4fd1153f2f6d93f8ad9
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Wed Jul 17 09:03:10 2024 +0200

        Build(deps-dev): Bump @types/node from 20.14.10 to 20.14.11 (#4107)

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

        ---
        updated-dependencies:
        - dependency-name: "@types/node"
          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>

    commit b543295974060b2b99585962c41085c8bba26184
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Wed Jul 17 09:02:45 2024 +0200

        Build(deps): Bump playwright from 1.45.1 to 1.45.2 (#4106)

        Bumps [playwright](https://github.com/microsoft/playwright) from 1.45.1 to 1.45.2.
        - [Release notes](https://github.com/microsoft/playwright/releases)
        - [Commits](https://github.com/microsoft/playwright/compare/v1.45.1...v1.45.2)

        ---
        updated-dependencies:
        - dependency-name: playwright
          dependency-type: direct:production
          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>

    commit f8aa01045ca20f8c83e8f0e9c678d1833cad83cb
    Author: Krzysztof Modras <1228153+chrmod@users.noreply.github.com>
    Date:   Tue Jul 16 15:31:47 2024 +0200

        Run examples in both commonjs and esm (#4103)

    commit 91eb4c360862ce3f6b327278b476741d9f2ed786
    Author: Krzysztof Modras <1228153+chrmod@users.noreply.github.com>
    Date:   Tue Jul 16 14:23:04 2024 +0200

        Replace Cliqz references with Ghostery (#4095)

        * Replace Cliqz references with Ghostery

    commit 72231fed35e77569e7cb3e268c6f43e0e1b0836d
    Author: HoJeong Go <seia@outlook.kr>
    Date:   Tue Jul 16 19:23:18 2024 +0900

        Update ESLint configuration for test files (#4102)

        * feat: update eslint configuration for tests

    commit 3401cc18671c91575262ae0e4ebc81355f3743af
    Author: Krzysztof Modras <1228153+chrmod@users.noreply.github.com>
    Date:   Tue Jul 16 12:15:55 2024 +0200

        Enforce PR labels (#4101)

        * Enforce PR labels

    commit 27262b8437ddc237e571235ea3a5bc95b047257a
    Author: HoJeong Go <seia@outlook.kr>
    Date:   Tue Jul 16 17:23:48 2024 +0900

        chore: drop unused tsconfig.json (#4104)

        refs https://github.com/ghostery/adblocker/pull/4098

    commit 1698960812cad24e325a7d76f19a362f65e8dd0a
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Tue Jul 16 09:52:12 2024 +0200

        Build(deps): Bump electron from 31.2.0 to 31.2.1 (#4100)

        Bumps [electron](https://github.com/electron/electron) from 31.2.0 to 31.2.1.
        - [Release notes](https://github.com/electron/electron/releases)
        - [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
        - [Commits](https://github.com/electron/electron/compare/v31.2.0...v31.2.1)

        ---
        updated-dependencies:
        - dependency-name: electron
          dependency-type: direct:production
          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>

    commit b24c97d54748f4b812af838fa6ec5049e8189dd3
    Author: ghostery-adblocker-bot[bot] <97594979+ghostery-adblocker-bot[bot]@users.noreply.github.com>
    Date:   Tue Jul 16 09:51:55 2024 +0200

        Update local assets and compression codebooks (#4099)

        Co-authored-by: Ghostery Adblocker Bot <ghostery-adblocker-bot@users.noreply.github.com>

    commit c90402a7399e05065a5e3d5436bcfa9ccbe0430f
    Author: Krzysztof Modras <1228153+chrmod@users.noreply.github.com>
    Date:   Tue Jul 16 09:11:24 2024 +0200

        tsx to run typescript (#4098)

    commit 69f4a948cbf47198a94d9d6e948ac048413a4acb
    Author: ghostery-adblocker-bot[bot] <97594979+ghostery-adblocker-bot[bot]@users.noreply.github.com>
    Date:   Mon Jul 15 16:53:21 2024 +0200

        Update local assets and compression codebooks (#4097)

        Co-authored-by: Ghostery Adblocker Bot <ghostery-adblocker-bot@users.noreply.github.com>

    commit 046ab8cbba93ee65b3fbd303e2464cafe756ef99
    Author: Krzysztof Modras <1228153+chrmod@users.noreply.github.com>
    Date:   Mon Jul 15 15:34:03 2024 +0200

        Fix codebook generation (#4096)

    commit 7ca177c1ee384d99ad51169fef62ceea38b8613a
    Author: Krzysztof Modras <1228153+chrmod@users.noreply.github.com>
    Date:   Mon Jul 15 12:13:18 2024 +0200

        Fix asset update (#4094)

    commit 411002a05929d8c42cd5a8551a0d4a73cc45814c
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Jul 15 12:13:05 2024 +0200

        Build(deps-dev): Bump rimraf from 5.0.8 to 6.0.1 (#4078)

        Bumps [rimraf](https://github.com/isaacs/rimraf) from 5.0.8 to 6.0.1.
        - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
        - [Commits](https://github.com/isaacs/rimraf/compare/v5.0.8...v6.0.1)

        ---
        updated-dependencies:
        - dependency-name: rimraf
          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>

    commit 250b146a1c2fc06ea86ee9590df5864d6bcf023e
    Author: Ghostery Adblocker Bot <ghostery-adblocker-bot@users.noreply.github.com>
    Date:   Mon Jul 15 08:28:20 2024 +0000

        Bump version to: v1.28.2 [skip ci]

    commit 294397b2a03ff399abaad9bf56b9c80d13b01cb0
    Author: Ghostery Adblocker Bot <ghostery-adblocker-bot@users.noreply.github.com>
    Date:   Mon Jul 15 08:28:17 2024 +0000

        Update CHANGELOG.md [skip ci]

    commit b17784a2ec9c0f8d889ddd28d529afcd0b6c79f4
    Author: HoJeong Go <seia@outlook.kr>
    Date:   Mon Jul 15 17:24:50 2024 +0900

        chore: drop output files (#4092)

    commit 130940e2fd49587b0c224fbc496f6dd1b9527d83
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Jul 15 10:20:39 2024 +0200

        Build(deps): Bump electron from 31.1.0 to 31.2.0 (#4076)

        Bumps [electron](https://github.com/electron/electron) from 31.1.0 to 31.2.0.
        - [Release notes](https://github.com/electron/electron/releases)
        - [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
        - [Commits](https://github.com/electron/electron/compare/v31.1.0...v31.2.0)

        ---
        updated-dependencies:
        - dependency-name: electron
          dependency-type: direct:production
          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>

    commit 12e44f9a91e0a019c2c0fd07316ce9aad456be41
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Jul 15 10:20:31 2024 +0200

        Build(deps): Bump @remusao/smaz from 1.9.1 to 1.10.0 (#4085)

        Bumps [@remusao/smaz](https://github.com/remusao/mono/tree/HEAD/packages/smaz) from 1.9.1 to 1.10.0.
        - [Release notes](https://github.com/remusao/mono/releases)
        - [Changelog](https://github.com/remusao/mono/blob/master/packages/smaz/CHANGELOG.md)
        - [Commits](https://github.com/remusao/mono/commits/@remusao/smaz@1.10.0/packages/smaz)

        ---
        updated-dependencies:
        - dependency-name: "@remusao/smaz"
          dependency-type: direct:production
          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>

    commit ff41a295c1a5ac32b1db2a48cef6cfed1176f07f
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Jul 15 10:20:21 2024 +0200

        Build(deps-dev): Bump eslint from 9.6.0 to 9.7.0 (#4088)

        Bumps [eslint](https://github.com/eslint/eslint) from 9.6.0 to 9.7.0.
        - [Release notes](https://github.com/eslint/eslint/releases)
        - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
        - [Commits](https://github.com/eslint/eslint/compare/v9.6.0...v9.7.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>

    commit f7bc6fbc9db52ea0ef90867c70d3a23bdc5222b5
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Jul 15 10:06:37 2024 +0200

        Build(deps-dev): Bump @remusao/smaz-generate from 1.9.1 to 1.10.0 (#4080)

        Bumps [@remusao/smaz-generate](https://github.com/remusao/mono/tree/HEAD/packages/smaz-generate) from 1.9.1 to 1.10.0.
        - [Release notes](https://github.com/remusao/mono/releases)
        - [Changelog](https://github.com/remusao/mono/blob/master/packages/smaz-generate/CHANGELOG.md)
        - [Commits](https://github.com/remusao/mono/commits/@remusao/smaz-generate@1.10.0/packages/smaz-generate)

        ---
        updated-dependencies:
        - dependency-name: "@remusao/smaz-generate"
          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>

    commit f8f5c95c3408fd8192ed0f051a035f41176796f9
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Jul 15 10:05:44 2024 +0200

        Build(deps): Bump puppeteer from 22.12.1 to 22.13.0 (#4081)

        Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 22.12.1 to 22.13.0.
        - [Release notes](https://github.com/puppeteer/puppeteer/releases)
        - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
        - [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v22.12.1...puppeteer-v22.13.0)

        ---
        updated-dependencies:
        - dependency-name: puppeteer
          dependency-type: direct:production
          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>

    commit a561dd60f16aba74195cb7f0ccbf4ddbf413a8b9
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Jul 15 10:05:34 2024 +0200

        Build(deps): Bump @remusao/small from 1.2.1 to 1.3.0 (#4082)

        Bumps [@remusao/small](https://github.com/remusao/mono/tree/HEAD/packages/small) from 1.2.1 to 1.3.0.
        - [Release notes](https://github.com/remusao/mono/releases)
        - [Changelog](https://github.com/remusao/mono/blob/master/packages/small/CHANGELOG.md)
        - [Commits](https://github.com/remusao/mono/commits/@remusao/small@1.3.0/packages/small)

        ---
        updated-dependencies:
        - dependency-name: "@remusao/small"
          dependency-type: direct:production
          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>

    commit 6e026f7399b9055ab00bb25165b459001a2962d6
    Author: Ghostery Adblocker Bot <ghostery-adblocker-bot@users.noreply.github.com>
    Date:   Mon Jul 15 08:04:15 2024 +0000

        Bump version to: v1.28.1 [skip ci]

    commit e00565c5916c2f348f2915c431c572f300cd7093
    Author: Ghostery Adblocker Bot <ghostery-adblocker-bot@users.noreply.github.com>
    Date:   Mon Jul 15 08:04:12 2024 +0000

        Update CHANGELOG.md [skip ci]

    commit bb3ae6a8e963d2a11a0234f76c0ccb87db5409db
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Jul 15 10:00:13 2024 +0200

        Build(deps-dev): Bump @remusao/auto-config from 1.1.2 to 1.2.0 (#4083)

        Bumps [@remusao/auto-config](https://github.com/remusao/mono/tree/HEAD/packages/auto-config) from 1.1.2 to 1.2.0.
        - [Release notes](https://github.com/remusao/mono/releases)
        - [Changelog](https://github.com/remusao/mono/blob/master/packages/auto-config/CHANGELOG.md)
        - [Commits](https://github.com/remusao/mono/commits/@remusao/auto-config@1.2.0/packages/auto-config)

        ---
        updated-dependencies:
        - dependency-name: "@remusao/auto-config"
          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>

    commit 465a298dc379a048c801549832bbff3f44e27a3a
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Jul 15 10:00:03 2024 +0200

        Build(deps-dev): Bump @eslint/js from 9.6.0 to 9.7.0 (#4089)

        Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.6.0 to 9.7.0.
        - [Release notes](https://github.com/eslint/eslint/releases)
        - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
        - [Commits](https://github.com/eslint/eslint/commits/v9.7.0/packages/js)

        ---
        updated-dependencies:
        - dependency-name: "@eslint/js"
          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>

    commit bdbc0001a473357d988bbebf2bf5c6196645073a
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Jul 15 09:59:54 2024 +0200

        Build(deps-dev): Bump prettier from 3.3.2 to 3.3.3 (#4090)

        Bumps [prettier](https://github.com/prettier/prettier) from 3.3.2 to 3.3.3.
        - [Release notes](https://github.com/prettier/prettier/releases)
        - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
        - [Commits](https://github.com/prettier/prettier/compare/3.3.2...3.3.3)

        ---
        updated-dependencies:
        - dependency-name: prettier
          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>

    commit d1f4c06db69210729cb8cd5a5defbe4f5a5a392f
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Jul 15 09:59:45 2024 +0200

        Build(deps-dev): Bump typescript-eslint (#4091)

        Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.0.0-alpha.41 to 8.0.0-alpha.44.
        - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
        - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/CHANGELOG.md)
        - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/HEAD/packages/typescript-eslint)

        ---
        updated-dependencies:
        - dependency-name: typescript-eslint
          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>

    commit 43f5b24babb84d61a5a24992e02183534b85a75c
    Author: Krzysztof Modras <1228153+chrmod@users.noreply.github.com>
    Date:   Mon Jul 15 09:57:13 2024 +0200

        Simplify build with tshy (#4079)

        Co-authored-by: HoJeong Go <seia@outlook.kr>

    commit 9ce185f2c94aa573598aa72bec421b67d8ec4933
    Author: Ghostery Adblocker Bot <ghostery-adblocker-bot@users.noreply.github.com>
    Date:   Tue Jul 9 11:20:01 2024 +0000

        Bump version to: v1.28.0 [skip ci]

    commit bf5b788373d87e3fdef7705024eea3fb024a87e7
    Author: Ghostery Adblocker Bot <ghostery-adblocker-bot@users.noreply.github.com>
    Date:   Tue Jul 9 11:19:58 2024 +0000

        Update CHANGELOG.md [skip ci]

    commit 37461de55e28934a536277d7decf99fe99cb3118
    Author: HoJeong Go <seia@outlook.kr>
    Date:   Tue Jul 9 20:16:36 2024 +0900

        Optimise DOM mutation handling in `DOMMonitor` (#4071)

        * feat: optimise mutation handling

        refs https://efa.mvv-muenchen.de/index.html?name_origin=91000680&name_destination=streetID%[…]20240704&itdTime=1001&language=de&itdTripDateTimeDepArr=dep
        refs https://github.com/ghostery/broken-page-reports/issues/732

        ---------

        Co-authored-by: chrmod <chrmod@ghostery.com>
        Co-authored-by: Krzysztof Modras <1228153+chrmod@users.noreply.github.com>
        Co-authored-by: Philipp Claßen <philipp.classen@posteo.de>
        Co-authored-by: Rémi <remusao@users.noreply.github.com>

    commit 5aecd4ca3816e20a463cc94bd2e6b35036a972cc
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Tue Jul 9 08:37:24 2024 +0200

        Build(deps-dev): Bump typescript-eslint (#4073)

        Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.0.0-alpha.39 to 8.0.0-alpha.41.
        - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
        - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/CHANGELOG.md)
        - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/HEAD/packages/typescript-eslint)

        ---
        updated-dependencies:
        - dependency-name: typescript-eslint
          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>

    commit 5e25d1bfcf222e38492c0d830a865f5e8b0d02ef
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Tue Jul 9 08:37:16 2024 +0200

        Build(deps-dev): Bump rollup from 4.18.0 to 4.18.1 (#4074)

        Bumps [rollup](https://github.com/rollup/rollup) from 4.18.0 to 4.18.1.
        - [Release notes](https://github.com/rollup/rollup/releases)
        - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
        - [Commits](https://github.com/rollup/rollup/compare/v4.18.0...v4.18.1)

        ---
        updated-dependencies:
        - dependency-name: rollup
          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>

    commit 9d975621f12f07dd70c18003535caeebe8d39f95
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Jul 8 16:41:27 2024 +0200

        Build(deps-dev): Bump rimraf from 5.0.7 to 5.0.8 (#4066)

        Bumps [rimraf](https://github.com/isaacs/rimraf) from 5.0.7 to 5.0.8.
        - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
        - [Commits](https://github.com/isaacs/rimraf/compare/v5.0.7...v5.0.8)

        ---
        updated-dependencies:
        - dependency-name: rimraf
          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>

    commit b90eca8f1d797b98251425232b2c231e6715cc84
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Jul 8 16:41:21 2024 +0200

        Build(deps-dev): Bump lerna from 8.1.5 to 8.1.6 (#4067)

        Bumps [lerna](https://github.com/lerna/lerna/tree/HEAD/packages/lerna) from 8.1.5 to 8.1.6.
        - [Release notes](https://github.com/lerna/lerna/releases)
        - [Changelog](https://github.com/lerna/lerna/blob/main/packages/lerna/CHANGELOG.md)
        - [Commits](https://github.com/lerna/lerna/commits/v8.1.6/packages/lerna)

        ---
        updated-dependencies:
        - dependency-name: lerna
          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>

    commit 6634ba2097b7eaa21d5a280af693f66129e901a0
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Jul 8 16:41:13 2024 +0200

        Build(deps): Bump tldts-experimental from 6.1.30 to 6.1.31 (#4068)

        Bumps [tldts-experimental](https://github.com/remusao/tldts) from 6.1.30 to 6.1.31.
        - [Release notes](https://github.com/remusao/tldts/releases)
        - [Changelog](https://github.com/remusao/tldts/blob/master/CHANGELOG.md)
        - [Commits](https://github.com/remusao/tldts/compare/v6.1.30...v6.1.31)

        ---
        updated-dependencies:
        - dependency-name: tldts-experimental
          dependency-type: direct:production
          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>

    commit 26871ea35d3c87600c3f7aa5f26dcc4b0c59af62
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Jul 8 16:41:04 2024 +0200

        Build(deps-dev): Bump @types/node from 20.14.9 to 20.14.10 (#4069)

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

        ---
        updated-dependencies:
        - dependency-name: "@types/node"
          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>

    commit f9333e7e80305be8bb603b9e334fd0055c7b44e3
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Wed Jul 3 10:27:59 2024 +0200

        Build(deps-dev): Bump mocha from 10.5.2 to 10.6.0 (#4063)

        Bumps [mocha](https://github.com/mochajs/mocha) from 10.5.2 to 10.6.0.
        - [Release notes](https://github.com/mochajs/mocha/releases)
        - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
        - [Commits](https://github.com/mochajs/mocha/compare/v10.5.2...v10.6.0)

        ---
        updated-dependencies:
        - dependency-name: mocha
          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>

    commit df811abd5a9b17c622545d3e4ee41066c3598b32
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Wed Jul 3 09:49:12 2024 +0200

        Build(deps): Bump playwright from 1.45.0 to 1.45.1 (#4062)

        Bumps [playwright](https://github.com/microsoft/playwright) from 1.45.0 to 1.45.1.
        - [Release notes](https://github.com/microsoft/playwright/releases)
        - [Commits](https://github.com/microsoft/playwright/compare/v1.45.0...v1.45.1)

        ---
        updated-dependencies:
        - dependency-name: playwright
          dependency-type: direct:production
          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>

    commit 26b13083f117db6bc871f656e474bcdfc153a939
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Tue Jul 2 16:11:34 2024 +0200

        Build(deps-dev): Bump typescript-eslint (#4059)

        Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.0.0-alpha.34 to 8.0.0-alpha.39.
        - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
        - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/CHANGELOG.md)
        - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/HEAD/packages/typescript-eslint)

        ---
        updated-dependencies:
        - dependency-name: typescript-eslint
          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>

    commit 4b50f4b458ffb05445e0e9c24ec7256ac8ad225f
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Tue Jul 2 16:11:14 2024 +0200

        Build(deps-dev): Bump eslint from 9.5.0 to 9.6.0 (#4056)

        Bumps [eslint](https://github.com/eslint/eslint) from 9.5.0 to 9.6.0.
        - [Release notes](https://github.com/eslint/eslint/releases)
        - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
        - [Commits](https://github.com/eslint/eslint/compare/v9.5.0...v9.6.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>

    commit e915aafa72007a699ffb6736db4bdea9b1f0749c
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Tue Jul 2 09:07:04 2024 +0200

        Build(deps-dev): Bump @eslint/js from 9.5.0 to 9.6.0 (#4057)

        Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.5.0 to 9.6.0.
        - [Release notes](https://github.com/eslint/eslint/releases)
        - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
        - [Commits](https://github.com/eslint/eslint/commits/v9.6.0/packages/js)

        ---
        updated-dependencies:
        - dependency-name: "@eslint/js"
          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>

    commit 8ce1c8c6c4d194924ebe0cb3fe5d999c4924091f
    Author: Krzysztof Modras <1228153+chrmod@users.noreply.github.com>
    Date:   Tue Jul 2 09:06:50 2024 +0200

        Update typescript (#4053)

    commit 7b32fbe7ebfb0fb78c13e565243a682662c6b885
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Fri Jun 28 10:01:10 2024 +0200

        Build(deps): Bump @types/firefox-webext-browser from 120.0.3 to 120.0.4 (#4028)

        Bumps [@types/firefox-webext-browser](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/firefox-webext-browser) from 120.0.3 to 120.0.4.
        - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
        - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/firefox-webext-browser)

        ---
        updated-dependencies:
        - dependency-name: "@types/firefox-webext-browser"
          dependency-type: direct:production
          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>

    commit 020226e4add23f3f0a1526f9ddc7eb8e8ba3fa9b
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Fri Jun 28 09:49:13 2024 +0200

        Build(deps): Bump tldts-experimental from 6.1.29 to 6.1.30 (#4051)

        Bumps [tldts-experimental](https://github.com/remusao/tldts) from 6.1.29 to 6.1.30.
        - [Release notes](https://github.com/remusao/tldts/releases)
        - [Changelog](https://github.com/remusao/tldts/blob/master/CHANGELOG.md)
        - [Commits](https://github.com/remusao/tldts/compare/v6.1.29...v6.1.30)

        ---
        updated-dependencies:
        - dependency-name: tldts-experimental
          dependency-type: direct:production
          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>

    commit 61f35f6aee663f9e891ed53e288e66f6be63c691
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Fri Jun 28 09:49:04 2024 +0200

        Build(deps-dev): Bump mocha from 10.4.0 to 10.5.2 (#4052)

        Bumps [mocha](https://github.com/mochajs/mocha) from 10.4.0 to 10.5.2.
        - [Release notes](https://github.com/mochajs/mocha/releases)
        - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
        - [Commits](https://github.com/mochajs/mocha/compare/v10.4.0...v10.5.2)

        ---
        updated-dependencies:
        - dependency-name: mocha
          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>

    commit 1b19344fdc69c1c174cc451cf99e763a27b33326
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Thu Jun 27 18:24:46 2024 +0200

        Build(deps): Bump tldts-experimental from 6.1.27 to 6.1.29 (#4040)

        Bumps [tldts-experimental](https://github.com/remusao/tldts) from 6.1.27 to 6.1.29.
        - [Release notes](https://github.com/remusao/tldts/releases)
        - [Changelog](https://github.com/remusao/tldts/blob/master/CHANGELOG.md)
        - [Commits](https://github.com/remusao/tldts/compare/v6.1.27...v6.1.29)

        ---
        updated-dependencies:
        - dependency-name: tldts-experimental
          dependency-type: direct:production
          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>

    commit 1faddc6f7b661b353e1b43c01abe981608b5bd51
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Thu Jun 27 18:24:29 2024 +0200

        Build(deps-dev): Bump lerna from 8.1.3 to 8.1.5 (#4042)

        Bumps [lerna](https://github.com/lerna/lerna/tree/HEAD/packages/lerna) from 8.1.3 to 8.1.5.
        - [Release notes](https://github.com/lerna/lerna/releases)
        - [Changelog](https://github.com/lerna/lerna/blob/main/packages/lerna/CHANGELOG.md)
        - [Commits](https://github.com/lerna/lerna/commits/v8.1.5/packages/lerna)

        ---
        updated-dependencies:
        - dependency-name: lerna
          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>

    commit bfa6bb3b8f4374453b444f7b6aa27c09296d5812
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Thu Jun 27 18:24:19 2024 +0200

        Build(deps): Bump ws from 8.17.0 to 8.17.1 (#4049)

        Bumps [ws](https://github.com/websockets/ws) from 8.17.0 to 8.17.1.
        - [Release notes](https://github.com/websockets/ws/releases)
        - [Commits](https://github.com/websockets/ws/compare/8.17.0...8.17.1)

        ---
        updated-dependencies:
        - dependency-name: ws
          dependency-type: indirect
        ...

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

    commit 5fb815d760c5387fa427bdb5f948ebf22b2805d5
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Thu Jun 27 10:28:43 2024 +0200

        Build(deps-dev): Bump @types/mocha from 10.0.6 to 10.0.7 (#4041)

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

        ---
        updated-dependencies:
        - dependency-name: "@types/mocha"
          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>

    commit a12e571890919ffeb51760cf99b2661c9d702c0a
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Thu Jun 27 10:28:26 2024 +0200

        Build(deps): Bump playwright from 1.44.1 to 1.45.0 (#4043)

        Bumps [playwright](https://github.com/microsoft/playwright) from 1.44.1 to 1.45.0.
        - [Release notes](https://github.com/microsoft/playwright/releases)
        - [Commits](https://github.com/microsoft/playwright/compare/v1.44.1...v1.45.0)

        ---
        updated-dependencies:
        - dependency-name: playwright
          dependency-type: direct:production
          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>

    commit 576011f04ad4f77389be74d7e15984a674a128ff
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Thu Jun 27 10:28:16 2024 +0200

        Build(deps-dev): Bump @types/node from 20.14.2 to 20.14.9 (#4045)

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

        ---
        updated-dependencies:
        - dependency-name: "@types/node"
          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>

    commit 812e499a10e045ecc09739164748905cbc537d5d
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Thu Jun 27 10:28:02 2024 +0200

        Build(deps): Bump electron from 31.0.1 to 31.1.0 (#4046)

        Bumps [electron](https://github.com/electron/electron) from 31.0.1 to 31.1.0.
        - [Release notes](https://github.com/electron/electron/releases)
        - [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
        - [Commits](https://github.com/electron/electron/compare/v31.0.1...v31.1.0)

        ---
        updated-dependencies:
        - dependency-name: electron
          dependency-type: direct:production
          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>

    commit 0e0d7af91fd3b829405858ce1536f7839f3a8fdb
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Thu Jun 27 10:27:49 2024 +0200

        Build(deps): Bump puppeteer from 22.11.0 to 22.12.1 (#4047)

        Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 22.11.0 to 22.12.1.
        - [Release notes](https://github.com/puppeteer/puppeteer/releases)
        - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
        - [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v22.11.0...puppeteer-v22.12.1)

        ---
        updated-dependencies:
        - dependency-name: puppeteer
          dependency-type: direct:production
          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>

    commit 506aece23ca267e4131cb02a6c72c7cffdc7787e
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Thu Jun 27 10:27:32 2024 +0200

        Build(deps-dev): Bump typescript-eslint (#4048)

        Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.0.0-alpha.30 to 8.0.0-alpha.34.
        - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
        - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/CHANGELOG.md)
        - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/HEAD/packages/typescript-eslint)

        ---
        updated-dependencies:
        - dependency-name: typescript-eslint
          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>

    commit 1c4e3634d328238d553b402db0444c1950c2cda1
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Jun 17 11:04:12 2024 +0200

        Build(deps-dev): Bump @eslint/js from 9.4.0 to 9.5.0 (#4025)

        Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.4.0 to 9.5.0.
        - [Release notes](https://github.com/eslint/eslint/releases)
        - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
        - [Commits](https://github.com/eslint/eslint/commits/v9.5.0/packages/js)

        ---
        updated-dependencies:
        - dependency-name: "@eslint/js"
          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>

    commit d6e0e333e298e482146192dc2069409b5f1224c5
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Jun 17 10:37:03 2024 +0200

        Build(deps-dev): Bump eslint from 9.4.0 to 9.5.0 (#4026)

        Bumps [eslint](https://github.com/eslint/eslint) from 9.4.0 to 9.5.0.
        - [Release notes](https://github.com/eslint/eslint/releases)
        - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
        - [Commits](https://github.com/eslint/eslint/compare/v9.4.0...v9.5.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>

    commit dae119f7db3bf32aad1a02152ed3fb00335efe9d
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Jun 17 10:36:56 2024 +0200

        Build(deps): Bump tldts-experimental from 6.1.25 to 6.1.27 (#4027)

        Bumps [tldts-experimental](https://github.com/remusao/tldts) from 6.1.25 to 6.1.27.
        - [Release notes](https://github.com/remusao/tldts/releases)
        - [Changelog](https://github.com/remusao/tldts/blob/master/CHANGELOG.md)
        - [Commits](https://github.com/remusao/tldts/compare/v6.1.25...v6.1.27)

        ---
        updated-dependencies:
        - dependency-name: tldts-experimental
          dependency-type: direct:production
          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>

    commit d185574c79803e9ed3dce12e157e6ff1ad8506d9
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Jun 17 05:18:39 2024 +0200

        Build(deps-dev): Bump prettier from 3.3.1 to 3.3.2 (#4021)

        Bumps [prettier](https://github.com/prettier/prettier) from 3.3.1 to 3.3.2.
        - [Release notes](https://github.com/prettier/prettier/releases)
        - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
        - [Commits](https://github.com/prettier/prettier/compare/3.3.1...3.3.2)

        ---
        updated-dependencies:
        - dependency-name: prettier
          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>

    commit 7f57f4cfffa62dd8b0012e60d9645e0b0d74d934
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Jun 17 05:18:29 2024 +0200

        Build(deps): Bump electron from 31.0.0 to 31.0.1 (#4023)

        Bumps [electron](https://github.com/electron/electron) from 31.0.0 to 31.0.1.
        - [Release notes](https://github.com/electron/electron/releases)
        - [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
        - [Commits](https://github.com/electron/electron/compare/v31.0.0...v31.0.1)

        ---
        updated-dependencies:
        - dependency-name: electron
          dependency-type: direct:production
          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>

    commit 9f3ad69e270d988c46bebbcd61ceb1959c720a1a
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Jun 17 05:18:22 2024 +0200

        Build(deps): Bump puppeteer from 22.10.0 to 22.11.0 (#4024)

        Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 22.10.0 to 22.11.0.
        - [Release notes](https://github.com/puppeteer/puppeteer/releases)
        - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
        - [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v22.10.0...puppeteer-v22.11.0)

        ---
        updated-dependencies:
        - dependency-name: puppeteer
          dependency-type: direct:production
          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>

commit bc8e7cc553bf858f62fa5dd4f2737b3631f4a96b
Author: Krzysztof Modras <chrmod@chrmod.net>
Date:   Thu Jul 4 18:18:28 2024 +0200

    chore: test cleanup

commit 617c5f3d8c353ebafaaea71cf73e5188caa16a43
Author: Krzysztof Modras <chrmod@chrmod.net>
Date:   Thu Jul 4 17:41:38 2024 +0200

    chore: events cleanup

commit 0470287a51876b9364ac17d78ffbb44ca139d5d5
Author: HoJeong Go <seia@outlook.kr>
Date:   Thu Jul 4 20:31:33 2024 +0900

    chore: clean up

    Co-authored-by: chrmod <chrmod@ghostery.com>

    chore: clean up

    Co-authored-by: chrmod <chrmod@ghostery.com>

    chore: clean up

    Co-authored-by: chrmod <chrmod@ghostery.com>

commit f22c78ba75a3e62e53e786c83857a2eded6583c6
Author: Krzysztof Modras <1228153+chrmod@users.noreply.github.com>
Date:   Thu Jul 4 07:45:18 2024 +0200

    filter-matched emit exceptions (#6)

    * filter-match new interface; getHTMLFilters refactor

    * Fixed unhide lookup

    * Update getHTMLFilters return type

    * Update getCSPDirectives

    * matchAll: don't emit filter-matched

    * Update match

    * update getCosmeticFilters

    * fix tests

    * Cleanup

    * Cleanup

commit 4494b5ab2f8cc3c327fc673009e0c0b59961b27c
Author: HoJeong Go <seia@outlook.kr>
Date:   Fri Jun 21 15:01:29 2024 +0900

    chore: optimise objects and code flow

commit 310b5878c64a743d439fb1f9e64882bad49b8dcd
Author: HoJeong Go <seia@outlook.kr>
Date:   Wed Jun 19 12:13:31 2024 +0900

    chore: rename userContext to callerContext

commit 9a1a75d4d61edd6e3dbc60e1f7532d61bf0117ce
Author: HoJeong Go <seia@outlook.kr>
Date:   Wed Jun 19 12:06:02 2024 +0900

    chore: inline exception variable

commit 1898d1f1a853358c947242a415555fa6a9f32dc2
Author: HoJeong Go <seia@outlook.kr>
Date:   Tue Jun 18 15:21:47 2024 +0900

    chore: remove duplicate code flow

commit 888b839125f137f69689576d12a2a71b9d36d0e7
Author: HoJeong Go <seia@outlook.kr>
Date:   Mon Jun 17 16:40:57 2024 +0900

    feat: improve hasListeners capability

commit bb75d5985845589279e6f1c8df80f13e9938db7f
Author: HoJeong Go <seia@outlook.kr>
Date:   Mon Jun 17 16:27:51 2024 +0900

    fix: type and reduce lookups

    Co-authored-by: Remi <remusao@users.noreply.github.com>

commit 3e8365b26a95ccf28861875eadaf348f7b293169
Author: HoJeong Go <seia@outlook.kr>
Date:   Mon Jun 17 16:24:54 2024 +0900

    fix: typings

commit 3d372ec52d3ac43f5b2ecec243378afa69715a1b
Author: HoJeong Go <seia@outlook.kr>
Date:   Mon Jun 17 16:18:51 2024 +0900

    chore: bring types from getcosmeticFilters

commit 8d716b8bad5072bfe0dd9c933ddb42d205d04767
Author: HoJeong Go <seia@outlook.kr>
Date:   Mon Jun 17 16:04:44 2024 +0900

    chore: rename matchType to filterType

commit 8c268f746a4c59d6185323cb9f50fedd00ac7c5b
Author: HoJeong Go <seia@outlook.kr>
Date:   Mon Jun 17 16:03:10 2024 +0900

    chore: rename reference to userContext

commit db2caa385769abb76cd8f1e4644ec2f60fbada29
Author: HoJeong Go <seia@outlook.kr>
Date:   Mon Jun 17 16:02:59 2024 +0900

    chore: correct comment positions

commit 62179dd70d7955d7ee1f92ecd841b7a9f396ccc7
Author: HoJeong Go <seia@outlook.kr>
Date:   Mon Jun 17 15:56:45 2024 +0900

    chore: reduce lookups

    Co-authored-by: remi <remusao@users.noreply.github.com>

commit dcd13db36312a00de76ee6a6623709d956b4eea4
Author: HoJeong Go <seia@outlook.kr>
Date:   Mon Jun 17 15:00:08 2024 +0900

    chore: clearify variable names

commit fb2d80116b02c7208c47c5be5a43c35aa361fe97
Author: HoJeong Go <seia@outlook.kr>
Date:   Mon Jun 17 14:02:58 2024 +0900

    chore: remove useless copy of an array

    Co-authored-by: Remi <remusao@users.noreply.github.com>

commit c72d94a95ab3ed401c4ea7cc430ffd9bde8fbf5a
Merge: 1fbcd426 ca11ec52
Author: Krzysztof Modras <1228153+chrmod@users.noreply.github.com>
Date:   Tue Jun 11 14:02:27 2024 +0200

    Merge branch 'master' into emit-cosmetic-filter-matches

commit 1fbcd42606f04398e55e7c02f7362c89f43b0c8f
Author: HoJeong Go <seia@outlook.kr>
Date:   Tue Jun 11 14:27:06 2024 +0900

    feat: optimise exceptions flow

commit 45e35db1994a2bf0f6d35b8064845965817ad590
Author: HoJeong Go <seia@outlook.kr>
Date:   Mon Jun 10 16:11:11 2024 +0900

    feat: improve performance by branching code flow

commit 190d3555f7a309a00a345f1efe79b2aac892f8f8
Author: HoJeong Go <seia@outlook.kr>
Date:   Mon Jun 10 15:19:38 2024 +0900

    chore: revert accidental deletion of required import

commit ba99f8a165318c056886ae55ace9ea4a93ca36a5
Author: HoJeong Go <seia@outlook.kr>
Date:   Thu Apr 4 13:46:12 2024 +0900

    feat: emit cosmetic rules on match

# Conflicts:
#	packages/adblocker/src/engine/engine.ts
#	packages/adblocker/test/engine/engine.test.ts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: Dependencies 🔩 Changes only update dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant