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

Update to the latest version of the IAB TCF library #6

Open
wants to merge 162 commits into
base: master
Choose a base branch
from

Commits on Aug 5, 2020

  1. Configuration menu
    Copy the full SHA
    e561db0 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2021

  1. fix(cmpapi): fixes missing tcfPolicyVersion on TCData obj when gdprAp…

    …plies is false
    
    Policy version currently is only provided by the TC string that is passed to CmpApi.update(). When
    gdprApplies is false, that value should be null, however, when its null, there is no signal to
    CmpApi what version is supported. The JS API spec requires that the CMP provide a value for this
    field, _EVEN WHEN_ GDPR does not apply. The current behavior is that this field is undefined, which
    violates that requirement. This change addresses that.
    nhagen committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    a987e62 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2021

  1. Bump ws from 6.2.1 to 6.2.2 in /modules/core

    Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 6.2.2.
    - [Release notes](https://github.com/websockets/ws/releases)
    - [Commits](https://github.com/websockets/ws/commits)
    
    ---
    updated-dependencies:
    - dependency-name: ws
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 5, 2021
    Configuration menu
    Copy the full SHA
    65cf7a2 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. Bump glob-parent from 5.1.0 to 5.1.2 in /modules/core

    Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.0 to 5.1.2.
    - [Release notes](https://github.com/gulpjs/glob-parent/releases)
    - [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md)
    - [Commits](gulpjs/glob-parent@v5.1.0...v5.1.2)
    
    ---
    updated-dependencies:
    - dependency-name: glob-parent
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 10, 2021
    Configuration menu
    Copy the full SHA
    4585895 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2021

  1. Configuration menu
    Copy the full SHA
    afef252 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. Configuration menu
    Copy the full SHA
    f220f65 View commit details
    Browse the repository at this point in the history
  2. Remove extra const declaration

    Juan Mora committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    8833f40 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2021

  1. Fix typos

    Juan Mora committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    4bc6744 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2021

  1. Configuration menu
    Copy the full SHA
    8bdb309 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

  1. Merge pull request InteractiveAdvertisingBureau#289 from jcmlmorav/ma…

    …ster
    
    Add validation to accept special purposes only vendors
    kenario authored Jun 30, 2021
    Configuration menu
    Copy the full SHA
    f7622a5 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. Merge pull request InteractiveAdvertisingBureau#283 from InteractiveA…

    …dvertisingBureau/dependabot/npm_and_yarn/modules/core/ws-6.2.2
    
    Bump ws from 6.2.1 to 6.2.2 in /modules/core
    kenario authored Jul 6, 2021
    Configuration menu
    Copy the full SHA
    8c7eda1 View commit details
    Browse the repository at this point in the history
  2. Bump ws from 6.2.1 to 6.2.2

    Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 6.2.2.
    - [Release notes](https://github.com/websockets/ws/releases)
    - [Commits](https://github.com/websockets/ws/commits)
    
    ---
    updated-dependencies:
    - dependency-name: ws
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 6, 2021
    Configuration menu
    Copy the full SHA
    cd92ca2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request InteractiveAdvertisingBureau#284 from InteractiveA…

    …dvertisingBureau/dependabot/npm_and_yarn/ws-6.2.2
    
    Bump ws from 6.2.1 to 6.2.2
    kenario authored Jul 6, 2021
    Configuration menu
    Copy the full SHA
    6c72bb4 View commit details
    Browse the repository at this point in the history
  4. Bump ws from 6.2.1 to 6.2.2 in /modules/cmpapi

    Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 6.2.2.
    - [Release notes](https://github.com/websockets/ws/releases)
    - [Commits](https://github.com/websockets/ws/commits)
    
    ---
    updated-dependencies:
    - dependency-name: ws
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 6, 2021
    Configuration menu
    Copy the full SHA
    e2b3e83 View commit details
    Browse the repository at this point in the history
  5. Merge pull request InteractiveAdvertisingBureau#285 from InteractiveA…

    …dvertisingBureau/dependabot/npm_and_yarn/modules/cmpapi/ws-6.2.2
    
    Bump ws from 6.2.1 to 6.2.2 in /modules/cmpapi
    kenario authored Jul 6, 2021
    Configuration menu
    Copy the full SHA
    c9e38e4 View commit details
    Browse the repository at this point in the history
  6. Merge pull request InteractiveAdvertisingBureau#286 from InteractiveA…

    …dvertisingBureau/dependabot/npm_and_yarn/modules/core/glob-parent-5.1.2
    
    Bump glob-parent from 5.1.0 to 5.1.2 in /modules/core
    kenario authored Jul 6, 2021
    Configuration menu
    Copy the full SHA
    f9f33a9 View commit details
    Browse the repository at this point in the history
  7. Bump glob-parent from 5.1.0 to 5.1.2 in /modules/cmpapi

    Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.0 to 5.1.2.
    - [Release notes](https://github.com/gulpjs/glob-parent/releases)
    - [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md)
    - [Commits](gulpjs/glob-parent@v5.1.0...v5.1.2)
    
    ---
    updated-dependencies:
    - dependency-name: glob-parent
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 6, 2021
    Configuration menu
    Copy the full SHA
    6e1c63b View commit details
    Browse the repository at this point in the history
  8. Merge pull request InteractiveAdvertisingBureau#287 from InteractiveA…

    …dvertisingBureau/dependabot/npm_and_yarn/modules/cmpapi/glob-parent-5.1.2
    
    Bump glob-parent from 5.1.0 to 5.1.2 in /modules/cmpapi
    kenario authored Jul 6, 2021
    Configuration menu
    Copy the full SHA
    9f0d85e View commit details
    Browse the repository at this point in the history
  9. Merge pull request InteractiveAdvertisingBureau#252 from nhagen/fix-p…

    …olicy-version
    
    fixes missing tcfPolicyVersion on TCData obj when gdprApplies is false
    kenario authored Jul 6, 2021
    Configuration menu
    Copy the full SHA
    d26dcf7 View commit details
    Browse the repository at this point in the history
  10. Merge pull request InteractiveAdvertisingBureau#200 from jawadst/fix/…

    …cmpapi-readme
    
    Add missing status parameter for custom callbacks in the CmpApi documentation
    kenario authored Jul 6, 2021
    Configuration menu
    Copy the full SHA
    62b65a8 View commit details
    Browse the repository at this point in the history
  11. Removed global and typescript dependencies.

    Kevin Enario committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    b336c64 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    81f1555 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

  1. Merge pull request InteractiveAdvertisingBureau#291 from shortaflip/b…

    …ugfix#251
    
    Fixed documentation for Custom Commands callback 'songLyricaCallback'.
    kenario authored Jul 7, 2021
    Configuration menu
    Copy the full SHA
    c7ee9ef View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

  1. Remove changes to tests related to PR InteractiveAdvertisingBureau#252

    Tests were not updated to reflect last change before merging. This
    addresses that.
    nhagen committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    4ccc283 View commit details
    Browse the repository at this point in the history
  2. Merge pull request InteractiveAdvertisingBureau#292 from nhagen/fix-p…

    …olicyversion-tests
    
    Remove changes to tests related to PR InteractiveAdvertisingBureau#252
    kenario authored Jul 8, 2021
    Configuration menu
    Copy the full SHA
    49acb5c View commit details
    Browse the repository at this point in the history
  3. Merge pull request InteractiveAdvertisingBureau#290 from shortaflip/m…

    …aster
    
    Removed global and typescript dependencies.
    kenario authored Jul 8, 2021
    Configuration menu
    Copy the full SHA
    806fa1f View commit details
    Browse the repository at this point in the history
  4. v1.3.0-0

    Kevin Enario committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    c1325a3 View commit details
    Browse the repository at this point in the history
  5. v1.3.0-1

    Kevin Enario committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    8c06bbe View commit details
    Browse the repository at this point in the history
  6. v1.3.0-2

    Kevin Enario committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    7429161 View commit details
    Browse the repository at this point in the history
  7. Merge pull request InteractiveAdvertisingBureau#293 from shortaflip/m…

    …aster
    
    Updated version to prerelease 1.3.0-2
    kenario authored Jul 8, 2021
    Configuration menu
    Copy the full SHA
    2665a9b View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2021

  1. Removed line referring to global scope.

    Kevin Enario committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    a09168a View commit details
    Browse the repository at this point in the history
  2. Merge pull request InteractiveAdvertisingBureau#294 from shortaflip/m…

    …aster
    
    Removed line referring to global scope in SemanticPreEncoder.ts
    kenario authored Jul 20, 2021
    Configuration menu
    Copy the full SHA
    6dbc0a2 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. v1.3.0

    Kevin Enario committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    81318c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba9aebd View commit details
    Browse the repository at this point in the history
  3. Merge pull request InteractiveAdvertisingBureau#295 from shortaflip/m…

    …aster
    
    Update to release version v1.3.0.
    kenario authored Jul 21, 2021
    Configuration menu
    Copy the full SHA
    7a118e1 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

  1. Bump tar from 4.4.13 to 4.4.15

    Bumps [tar](https://github.com/npm/node-tar) from 4.4.13 to 4.4.15.
    - [Release notes](https://github.com/npm/node-tar/releases)
    - [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)
    - [Commits](isaacs/node-tar@v4.4.13...v4.4.15)
    
    ---
    updated-dependencies:
    - dependency-name: tar
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 4, 2021
    Configuration menu
    Copy the full SHA
    227717a View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

  1. Merge pull request InteractiveAdvertisingBureau#298 from InteractiveA…

    …dvertisingBureau/dependabot/npm_and_yarn/tar-4.4.15
    
    Bump tar from 4.4.13 to 4.4.15
    kenario authored Aug 5, 2021
    Configuration menu
    Copy the full SHA
    856e665 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2021

  1. added fix for InteractiveAdvertisingBureau#166

    updated formatting (since IDE formats on save)
    friedemannsommer committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    687f034 View commit details
    Browse the repository at this point in the history
  2. Bump path-parse from 1.0.6 to 1.0.7

    Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
    - [Release notes](https://github.com/jbgutierrez/path-parse/releases)
    - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)
    
    ---
    updated-dependencies:
    - dependency-name: path-parse
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 11, 2021
    Configuration menu
    Copy the full SHA
    9bf46a4 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

  1. Merge pull request InteractiveAdvertisingBureau#301 from InteractiveA…

    …dvertisingBureau/dependabot/npm_and_yarn/path-parse-1.0.7
    
    Bump path-parse from 1.0.6 to 1.0.7
    kenario authored Aug 13, 2021
    Configuration menu
    Copy the full SHA
    74d88f9 View commit details
    Browse the repository at this point in the history
  2. Bump path-parse from 1.0.6 to 1.0.7 in /modules/cmpapi

    Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
    - [Release notes](https://github.com/jbgutierrez/path-parse/releases)
    - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)
    
    ---
    updated-dependencies:
    - dependency-name: path-parse
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 13, 2021
    Configuration menu
    Copy the full SHA
    c5c3809 View commit details
    Browse the repository at this point in the history
  3. Merge pull request InteractiveAdvertisingBureau#302 from InteractiveA…

    …dvertisingBureau/dependabot/npm_and_yarn/modules/cmpapi/path-parse-1.0.7
    
    Bump path-parse from 1.0.6 to 1.0.7 in /modules/cmpapi
    kenario authored Aug 13, 2021
    Configuration menu
    Copy the full SHA
    a139396 View commit details
    Browse the repository at this point in the history
  4. Bump path-parse from 1.0.6 to 1.0.7 in /modules/core

    Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
    - [Release notes](https://github.com/jbgutierrez/path-parse/releases)
    - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)
    
    ---
    updated-dependencies:
    - dependency-name: path-parse
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 13, 2021
    Configuration menu
    Copy the full SHA
    37a671a View commit details
    Browse the repository at this point in the history
  5. Updated documetnation for CmpApi 'getTCData' usage with 'removeEventL…

    …istener' command.
    Kevin Enario committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    b12d795 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' into issue-296

    Kevin Enario committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    0fcb400 View commit details
    Browse the repository at this point in the history
  7. Merge pull request InteractiveAdvertisingBureau#303 from InteractiveA…

    …dvertisingBureau/dependabot/npm_and_yarn/modules/core/path-parse-1.0.7
    
    Bump path-parse from 1.0.6 to 1.0.7 in /modules/core
    kenario authored Aug 13, 2021
    Configuration menu
    Copy the full SHA
    f94f8dc View commit details
    Browse the repository at this point in the history
  8. Bump path-parse from 1.0.6 to 1.0.7 in /modules/stub

    Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
    - [Release notes](https://github.com/jbgutierrez/path-parse/releases)
    - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)
    
    ---
    updated-dependencies:
    - dependency-name: path-parse
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 13, 2021
    Configuration menu
    Copy the full SHA
    e4c6721 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2021

  1. Merge pull request InteractiveAdvertisingBureau#304 from InteractiveA…

    …dvertisingBureau/dependabot/npm_and_yarn/modules/stub/path-parse-1.0.7
    
    Bump path-parse from 1.0.6 to 1.0.7 in /modules/stub
    kenario authored Aug 16, 2021
    Configuration menu
    Copy the full SHA
    53883e7 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. Added fix to GVL clone function to make sure language property is als…

    …o cloned, updated unit tests.
    Kevin Enario committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    e7480e5 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. Updated unit test to include assertion that we are not fetching trans…

    …lations twice.
    Kevin Enario committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    514049c View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2021

  1. Merge pull request InteractiveAdvertisingBureau#305 from shortaflip/i…

    …ssue-296
    
    Issue-296: Update documentation for 'getTCData' usage with 'removeEventListener'
    kenario authored Aug 27, 2021
    Configuration menu
    Copy the full SHA
    ca59657 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70c7b97 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2021

  1. Updated comments for cloning a GVL and added documentation for clonin…

    …g a GVL with a non-default language.
    Kevin Enario committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    cda4675 View commit details
    Browse the repository at this point in the history
  2. Updated some documentation errors.

    Kevin Enario committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    9b8c62c View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

  1. Merge pull request InteractiveAdvertisingBureau#306 from shortaflip/i…

    …ssue-297
    
    Issue-297: Language of GVL not being cloned
    kenario authored Sep 1, 2021
    Configuration menu
    Copy the full SHA
    1d61696 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

  1. Bump tar from 4.4.15 to 4.4.19

    Bumps [tar](https://github.com/npm/node-tar) from 4.4.15 to 4.4.19.
    - [Release notes](https://github.com/npm/node-tar/releases)
    - [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)
    - [Commits](isaacs/node-tar@v4.4.15...v4.4.19)
    
    ---
    updated-dependencies:
    - dependency-name: tar
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 2, 2021
    Configuration menu
    Copy the full SHA
    4e2168e View commit details
    Browse the repository at this point in the history
  2. Merge pull request InteractiveAdvertisingBureau#311 from InteractiveA…

    …dvertisingBureau/dependabot/npm_and_yarn/tar-4.4.19
    
    Bump tar from 4.4.15 to 4.4.19
    kenario authored Sep 2, 2021
    Configuration menu
    Copy the full SHA
    ce3b89d View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

  1. v1.3.1-0

    Kevin Enario committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    ba3c73d View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. v1.3.1

    Kevin Enario committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    5a232f8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request InteractiveAdvertisingBureau#313 from shortaflip/m…

    …aster
    
    Update to v1.3.1
    kenario authored Sep 22, 2021
    Configuration menu
    Copy the full SHA
    257c71c View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. Set created and lastUpdated dates to a day-level UTC timestamp when t…

    …he TC string is updated
    tla-sirdata committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    016678a View commit details
    Browse the repository at this point in the history
  2. Update doc for cli tool

    tla-sirdata committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    70a2e59 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a36ffa View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. Merge pull request InteractiveAdvertisingBureau#316 from tla-sirdata/…

    …master
    
    Reduce timestamp granularity in TC String
    kenario authored Jan 14, 2022
    Configuration menu
    Copy the full SHA
    7c953a1 View commit details
    Browse the repository at this point in the history
  2. v1.4.0-0

    Kevin Enario committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    4a5f28e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24b0014 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2022

  1. Bump shelljs from 0.8.3 to 0.8.5 in /modules/core

    Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.3 to 0.8.5.
    - [Release notes](https://github.com/shelljs/shelljs/releases)
    - [Changelog](https://github.com/shelljs/shelljs/blob/master/CHANGELOG.md)
    - [Commits](shelljs/shelljs@v0.8.3...v0.8.5)
    
    ---
    updated-dependencies:
    - dependency-name: shelljs
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jan 15, 2022
    Configuration menu
    Copy the full SHA
    3618bca View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

  1. v1.4.0

    Kevin Enario committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    a8dbdc0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96347f4 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. Configuration menu
    Copy the full SHA
    9d46f1b View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. Bump pathval from 1.1.0 to 1.1.1

    Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1.
    - [Release notes](https://github.com/chaijs/pathval/releases)
    - [Changelog](https://github.com/chaijs/pathval/blob/master/CHANGELOG.md)
    - [Commits](chaijs/pathval@v1.1.0...v1.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: pathval
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 11, 2022
    Configuration menu
    Copy the full SHA
    02eac3e View commit details
    Browse the repository at this point in the history
  2. Bump pathval from 1.1.0 to 1.1.1 in /modules/cmpapi

    Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1.
    - [Release notes](https://github.com/chaijs/pathval/releases)
    - [Changelog](https://github.com/chaijs/pathval/blob/master/CHANGELOG.md)
    - [Commits](chaijs/pathval@v1.1.0...v1.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: pathval
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 11, 2022
    Configuration menu
    Copy the full SHA
    e083710 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. Configuration menu
    Copy the full SHA
    70ed357 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe1040c View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. Remove unused lock

    marco-prontera committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    98029ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c28f74 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4872f9 View commit details
    Browse the repository at this point in the history
  4. Fix code

    marco-prontera committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    c4c4055 View commit details
    Browse the repository at this point in the history
  5. Remove mocharc.yml

    marco-prontera committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    450cd08 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1c855e3 View commit details
    Browse the repository at this point in the history
  7. Add mocharc for core

    marco-prontera committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    44882ea View commit details
    Browse the repository at this point in the history
  8. Convert output to ESM

    marco-prontera committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    c26c4c7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0563243 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. Merge pull request InteractiveAdvertisingBureau#319 from InteractiveA…

    …dvertisingBureau/dependabot/npm_and_yarn/modules/core/shelljs-0.8.5
    
    Bump shelljs from 0.8.3 to 0.8.5 in /modules/core
    kenario authored Apr 4, 2022
    Configuration menu
    Copy the full SHA
    e8485a5 View commit details
    Browse the repository at this point in the history
  2. Bump ansi-regex from 3.0.0 to 3.0.1 in /modules/cmpapi

    Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 3.0.0 to 3.0.1.
    - [Release notes](https://github.com/chalk/ansi-regex/releases)
    - [Commits](chalk/ansi-regex@v3.0.0...v3.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: ansi-regex
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 4, 2022
    Configuration menu
    Copy the full SHA
    e4fb8f9 View commit details
    Browse the repository at this point in the history
  3. Bump ajv from 6.10.2 to 6.12.6 in /modules/core

    Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6.
    - [Release notes](https://github.com/ajv-validator/ajv/releases)
    - [Commits](ajv-validator/ajv@v6.10.2...v6.12.6)
    
    ---
    updated-dependencies:
    - dependency-name: ajv
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 4, 2022
    Configuration menu
    Copy the full SHA
    314af59 View commit details
    Browse the repository at this point in the history
  4. Bump shelljs from 0.8.3 to 0.8.5

    Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.3 to 0.8.5.
    - [Release notes](https://github.com/shelljs/shelljs/releases)
    - [Changelog](https://github.com/shelljs/shelljs/blob/master/CHANGELOG.md)
    - [Commits](shelljs/shelljs@v0.8.3...v0.8.5)
    
    ---
    updated-dependencies:
    - dependency-name: shelljs
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 4, 2022
    Configuration menu
    Copy the full SHA
    ba33933 View commit details
    Browse the repository at this point in the history
  5. Merge pull request InteractiveAdvertisingBureau#320 from InteractiveA…

    …dvertisingBureau/dependabot/npm_and_yarn/shelljs-0.8.5
    
    Bump shelljs from 0.8.3 to 0.8.5
    kenario authored Apr 4, 2022
    Configuration menu
    Copy the full SHA
    94e1386 View commit details
    Browse the repository at this point in the history
  6. Bump shelljs from 0.8.3 to 0.8.5 in /modules/cmpapi

    Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.3 to 0.8.5.
    - [Release notes](https://github.com/shelljs/shelljs/releases)
    - [Changelog](https://github.com/shelljs/shelljs/blob/master/CHANGELOG.md)
    - [Commits](shelljs/shelljs@v0.8.3...v0.8.5)
    
    ---
    updated-dependencies:
    - dependency-name: shelljs
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 4, 2022
    Configuration menu
    Copy the full SHA
    5d2f1fa View commit details
    Browse the repository at this point in the history
  7. Merge pull request InteractiveAdvertisingBureau#321 from InteractiveA…

    …dvertisingBureau/dependabot/npm_and_yarn/modules/cmpapi/shelljs-0.8.5
    
    Bump shelljs from 0.8.3 to 0.8.5 in /modules/cmpapi
    kenario authored Apr 4, 2022
    Configuration menu
    Copy the full SHA
    c57cda2 View commit details
    Browse the repository at this point in the history
  8. Merge pull request InteractiveAdvertisingBureau#327 from InteractiveA…

    …dvertisingBureau/dependabot/npm_and_yarn/pathval-1.1.1
    
    Bump pathval from 1.1.0 to 1.1.1
    kenario authored Apr 4, 2022
    Configuration menu
    Copy the full SHA
    029797a View commit details
    Browse the repository at this point in the history
  9. Merge pull request InteractiveAdvertisingBureau#328 from InteractiveA…

    …dvertisingBureau/dependabot/npm_and_yarn/modules/cmpapi/pathval-1.1.1
    
    Bump pathval from 1.1.0 to 1.1.1 in /modules/cmpapi
    kenario authored Apr 4, 2022
    Configuration menu
    Copy the full SHA
    50bf5d5 View commit details
    Browse the repository at this point in the history
  10. Merge pull request InteractiveAdvertisingBureau#331 from InteractiveA…

    …dvertisingBureau/dependabot/npm_and_yarn/modules/core/ajv-6.12.6
    
    Bump ajv from 6.10.2 to 6.12.6 in /modules/core
    kenario authored Apr 4, 2022
    Configuration menu
    Copy the full SHA
    f5394cc View commit details
    Browse the repository at this point in the history
  11. Bump ajv from 6.10.2 to 6.12.6

    Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6.
    - [Release notes](https://github.com/ajv-validator/ajv/releases)
    - [Commits](ajv-validator/ajv@v6.10.2...v6.12.6)
    
    ---
    updated-dependencies:
    - dependency-name: ajv
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 4, 2022
    Configuration menu
    Copy the full SHA
    f2317f0 View commit details
    Browse the repository at this point in the history
  12. Merge pull request InteractiveAdvertisingBureau#332 from InteractiveA…

    …dvertisingBureau/dependabot/npm_and_yarn/ajv-6.12.6
    
    Bump ajv from 6.10.2 to 6.12.6
    kenario authored Apr 4, 2022
    Configuration menu
    Copy the full SHA
    de04082 View commit details
    Browse the repository at this point in the history
  13. Bump ajv from 6.10.2 to 6.12.6 in /modules/cmpapi

    Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6.
    - [Release notes](https://github.com/ajv-validator/ajv/releases)
    - [Commits](ajv-validator/ajv@v6.10.2...v6.12.6)
    
    ---
    updated-dependencies:
    - dependency-name: ajv
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 4, 2022
    Configuration menu
    Copy the full SHA
    1f23f40 View commit details
    Browse the repository at this point in the history
  14. Merge pull request InteractiveAdvertisingBureau#333 from InteractiveA…

    …dvertisingBureau/dependabot/npm_and_yarn/modules/cmpapi/ajv-6.12.6
    
    Bump ajv from 6.10.2 to 6.12.6 in /modules/cmpapi
    kenario authored Apr 4, 2022
    Configuration menu
    Copy the full SHA
    53f40ff View commit details
    Browse the repository at this point in the history
  15. Bump ajv from 6.10.2 to 6.12.6 in /modules/stub

    Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6.
    - [Release notes](https://github.com/ajv-validator/ajv/releases)
    - [Commits](ajv-validator/ajv@v6.10.2...v6.12.6)
    
    ---
    updated-dependencies:
    - dependency-name: ajv
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 4, 2022
    Configuration menu
    Copy the full SHA
    fb36e7d View commit details
    Browse the repository at this point in the history
  16. Merge pull request InteractiveAdvertisingBureau#334 from InteractiveA…

    …dvertisingBureau/dependabot/npm_and_yarn/modules/stub/ajv-6.12.6
    
    Bump ajv from 6.10.2 to 6.12.6 in /modules/stub
    kenario authored Apr 4, 2022
    Configuration menu
    Copy the full SHA
    824decd View commit details
    Browse the repository at this point in the history
  17. Merge pull request InteractiveAdvertisingBureau#343 from InteractiveA…

    …dvertisingBureau/dependabot/npm_and_yarn/modules/cmpapi/ansi-regex-3.0.1
    
    Bump ansi-regex from 3.0.0 to 3.0.1 in /modules/cmpapi
    kenario authored Apr 4, 2022
    Configuration menu
    Copy the full SHA
    2e34aa1 View commit details
    Browse the repository at this point in the history
  18. Bump ansi-regex from 3.0.0 to 3.0.1 in /modules/core

    Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 3.0.0 to 3.0.1.
    - [Release notes](https://github.com/chalk/ansi-regex/releases)
    - [Commits](chalk/ansi-regex@v3.0.0...v3.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: ansi-regex
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 4, 2022
    Configuration menu
    Copy the full SHA
    ca58681 View commit details
    Browse the repository at this point in the history
  19. Merge pull request InteractiveAdvertisingBureau#344 from InteractiveA…

    …dvertisingBureau/dependabot/npm_and_yarn/modules/core/ansi-regex-3.0.1
    
    Bump ansi-regex from 3.0.0 to 3.0.1 in /modules/core
    kenario authored Apr 4, 2022
    Configuration menu
    Copy the full SHA
    c26459f View commit details
    Browse the repository at this point in the history
  20. Bump ansi-regex from 4.1.0 to 4.1.1 in /modules/stub

    Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 4.1.0 to 4.1.1.
    - [Release notes](https://github.com/chalk/ansi-regex/releases)
    - [Commits](chalk/ansi-regex@v4.1.0...v4.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: ansi-regex
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 4, 2022
    Configuration menu
    Copy the full SHA
    177a609 View commit details
    Browse the repository at this point in the history
  21. Merge pull request InteractiveAdvertisingBureau#345 from InteractiveA…

    …dvertisingBureau/dependabot/npm_and_yarn/modules/stub/ansi-regex-4.1.1
    
    Bump ansi-regex from 4.1.0 to 4.1.1 in /modules/stub
    kenario authored Apr 4, 2022
    Configuration menu
    Copy the full SHA
    942c5e5 View commit details
    Browse the repository at this point in the history
  22. Merge pull request InteractiveAdvertisingBureau#326 from giniyat202/m…

    …aster
    
    Fix stub.js infinite loop in nested iframe
    kenario authored Apr 4, 2022
    Configuration menu
    Copy the full SHA
    7640733 View commit details
    Browse the repository at this point in the history
  23. Merge pull request InteractiveAdvertisingBureau#336 from Marco-Pronte…

    …ra/feature/335
    
    [InteractiveAdvertisingBureau#335] Explicit type conversion
    kenario authored Apr 4, 2022
    Configuration menu
    Copy the full SHA
    f3df257 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. Configuration menu
    Copy the full SHA
    713047c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ef9ca9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c85a44 View commit details
    Browse the repository at this point in the history
  4. Fix test

    marco-prontera committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    1cd94ae View commit details
    Browse the repository at this point in the history
  5. Fix test

    marco-prontera committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    39596d9 View commit details
    Browse the repository at this point in the history
  6. Remove lint

    marco-prontera committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    255bdbc View commit details
    Browse the repository at this point in the history
  7. Update lock

    marco-prontera committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    d70d19e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b1acb55 View commit details
    Browse the repository at this point in the history
  9. Add comment lines

    marco-prontera committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    817e9e9 View commit details
    Browse the repository at this point in the history
  10. Separates the initialization of the created field in the constructor …

    …from the lastUpdated field.
    Kevin Enario committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    00d318d View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

  1. Merge pull request InteractiveAdvertisingBureau#346 from shortaflip/b…

    …ugfix/342
    
    InteractiveAdvertisingBureau#342: Separates the initialization of the created field in the constructor …
    kenario authored Apr 7, 2022
    Configuration menu
    Copy the full SHA
    42b40e9 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. Revert "Merge pull request InteractiveAdvertisingBureau#346 from shor…

    …taflip/bugfix/342"
    
    This reverts commit 42b40e9, reversing
    changes made to f3df257.
    Kevin Enario committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    c2afe58 View commit details
    Browse the repository at this point in the history
  2. Merge pull request InteractiveAdvertisingBureau#347 from shortaflip/m…

    …aster
    
    Revert "Merge pull request InteractiveAdvertisingBureau#346 from shortaflip/bugfix/342"
    kenario authored Apr 11, 2022
    Configuration menu
    Copy the full SHA
    49972aa View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. Configuration menu
    Copy the full SHA
    6b2b6a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e574e5 View commit details
    Browse the repository at this point in the history
  3. Use ESM for tests

    marco-prontera committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    df57cb7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fec66f2 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

  1. Merge pull request InteractiveAdvertisingBureau#338 from Marco-Pronte…

    …ra/feature/337
    
    [InteractiveAdvertisingBureau#337] Update dependencies ROAD TO ESM
    kenario authored May 4, 2022
    Configuration menu
    Copy the full SHA
    6c3075a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d110860 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d436f8e View commit details
    Browse the repository at this point in the history
  4. Fixed circleci setup fail.

    Kevin Enario committed May 4, 2022
    Configuration menu
    Copy the full SHA
    97bc87d View commit details
    Browse the repository at this point in the history
  5. Merge pull request InteractiveAdvertisingBureau#351 from shortaflip/m…

    …aster
    
    Fixed circleci setup fail.
    kenario authored May 4, 2022
    Configuration menu
    Copy the full SHA
    90f682f View commit details
    Browse the repository at this point in the history
  6. Added next tag for publish script.

    Kevin Enario committed May 4, 2022
    Configuration menu
    Copy the full SHA
    7dae7d7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4f676b2 View commit details
    Browse the repository at this point in the history
  8. Merge pull request InteractiveAdvertisingBureau#352 from shortaflip/m…

    …aster
    
    Added next tag for publish script.
    kenario authored May 4, 2022
    Configuration menu
    Copy the full SHA
    e713958 View commit details
    Browse the repository at this point in the history
  9. v1.5.0-0

    Kevin Enario committed May 4, 2022
    Configuration menu
    Copy the full SHA
    1867e41 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1eeb3f9 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. Fix support ESM

    marco-prontera committed May 10, 2022
    Configuration menu
    Copy the full SHA
    8ed50b0 View commit details
    Browse the repository at this point in the history
  2. Doc

    marco-prontera committed May 10, 2022
    Configuration menu
    Copy the full SHA
    6e9eb99 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. Merge pull request InteractiveAdvertisingBureau#355 from Marco-Pronte…

    …ra/feature/354
    
    [InteractiveAdvertisingBureau#354] Complete the ESM and CJS build flow
    kenario authored May 23, 2022
    Configuration menu
    Copy the full SHA
    6ef07a0 View commit details
    Browse the repository at this point in the history
  2. v1.5.0-1

    Kevin Enario committed May 23, 2022
    Configuration menu
    Copy the full SHA
    88ba0e2 View commit details
    Browse the repository at this point in the history
  3. v1.5.0-2

    Kevin Enario committed May 23, 2022
    Configuration menu
    Copy the full SHA
    c4a10eb View commit details
    Browse the repository at this point in the history
  4. Merge pull request InteractiveAdvertisingBureau#356 from shortaflip/m…

    …aster
    
    pre-releases v.1.5.0-2
    kenario authored May 23, 2022
    Configuration menu
    Copy the full SHA
    eb8698b View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. Configuration menu
    Copy the full SHA
    edc531f View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. Configuration menu
    Copy the full SHA
    7a60ca7 View commit details
    Browse the repository at this point in the history
  2. v1.5.0-3

    Kevin Enario authored and Kevin Enario committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    198aad3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ac1085 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. Bump jsdom from 15.1.1 to 16.5.0 in /modules/cmpapi

    Bumps [jsdom](https://github.com/jsdom/jsdom) from 15.1.1 to 16.5.0.
    - [Release notes](https://github.com/jsdom/jsdom/releases)
    - [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md)
    - [Commits](jsdom/jsdom@15.1.1...16.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: jsdom
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    2aee90f View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. v1.5.0

    Kevin Enario authored and Kevin Enario committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    15f7340 View commit details
    Browse the repository at this point in the history
  2. v1.5.1

    Kevin Enario authored and Kevin Enario committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    a62505f View commit details
    Browse the repository at this point in the history
  3. v1.5.2

    Kevin Enario authored and Kevin Enario committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    b661065 View commit details
    Browse the repository at this point in the history
  4. v1.5.3

    The Kevin authored and The Kevin committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    346609e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0f4fac2 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. Bump terser from 4.4.3 to 4.8.1 in /modules/stub

    Bumps [terser](https://github.com/terser/terser) from 4.4.3 to 4.8.1.
    - [Release notes](https://github.com/terser/terser/releases)
    - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/terser/terser/commits)
    
    ---
    updated-dependencies:
    - dependency-name: terser
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 20, 2022
    Configuration menu
    Copy the full SHA
    d7df8e8 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. Merge pull request InteractiveAdvertisingBureau#360 from InteractiveA…

    …dvertisingBureau/dependabot/npm_and_yarn/modules/cmpapi/jsdom-16.5.0
    
    Bump jsdom from 15.1.1 to 16.5.0 in /modules/cmpapi
    kenario authored Aug 22, 2022
    Configuration menu
    Copy the full SHA
    cdef5cb View commit details
    Browse the repository at this point in the history
  2. Bump jsdom from 15.1.1 to 16.5.0 in /modules/core

    Bumps [jsdom](https://github.com/jsdom/jsdom) from 15.1.1 to 16.5.0.
    - [Release notes](https://github.com/jsdom/jsdom/releases)
    - [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md)
    - [Commits](jsdom/jsdom@15.1.1...16.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: jsdom
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 22, 2022
    Configuration menu
    Copy the full SHA
    e6b4db6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request InteractiveAdvertisingBureau#361 from InteractiveA…

    …dvertisingBureau/dependabot/npm_and_yarn/modules/core/jsdom-16.5.0
    
    Bump jsdom from 15.1.1 to 16.5.0 in /modules/core
    kenario authored Aug 22, 2022
    Configuration menu
    Copy the full SHA
    27c186b View commit details
    Browse the repository at this point in the history
  4. Merge pull request InteractiveAdvertisingBureau#366 from InteractiveA…

    …dvertisingBureau/dependabot/npm_and_yarn/modules/stub/terser-4.8.1
    
    Bump terser from 4.4.3 to 4.8.1 in /modules/stub
    kenario authored Aug 22, 2022
    Configuration menu
    Copy the full SHA
    e2eac47 View commit details
    Browse the repository at this point in the history
  5. Bump terser from 4.6.6 to 4.8.1 in /modules/cmpapi

    Bumps [terser](https://github.com/terser/terser) from 4.6.6 to 4.8.1.
    - [Release notes](https://github.com/terser/terser/releases)
    - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/terser/terser/commits)
    
    ---
    updated-dependencies:
    - dependency-name: terser
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 22, 2022
    Configuration menu
    Copy the full SHA
    756653c View commit details
    Browse the repository at this point in the history
  6. Merge pull request InteractiveAdvertisingBureau#367 from InteractiveA…

    …dvertisingBureau/dependabot/npm_and_yarn/modules/cmpapi/terser-4.8.1
    
    Bump terser from 4.6.6 to 4.8.1 in /modules/cmpapi
    kenario authored Aug 22, 2022
    Configuration menu
    Copy the full SHA
    85f3357 View commit details
    Browse the repository at this point in the history
  7. Bump terser from 4.6.6 to 4.8.1 in /modules/core

    Bumps [terser](https://github.com/terser/terser) from 4.6.6 to 4.8.1.
    - [Release notes](https://github.com/terser/terser/releases)
    - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/terser/terser/commits)
    
    ---
    updated-dependencies:
    - dependency-name: terser
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 22, 2022
    Configuration menu
    Copy the full SHA
    4b7302a View commit details
    Browse the repository at this point in the history
  8. Merge pull request InteractiveAdvertisingBureau#368 from InteractiveA…

    …dvertisingBureau/dependabot/npm_and_yarn/modules/core/terser-4.8.1
    
    Bump terser from 4.6.6 to 4.8.1 in /modules/core
    kenario authored Aug 22, 2022
    Configuration menu
    Copy the full SHA
    fd756ec View commit details
    Browse the repository at this point in the history
  9. Bump terser from 4.8.0 to 4.8.1

    Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1.
    - [Release notes](https://github.com/terser/terser/releases)
    - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/terser/terser/commits)
    
    ---
    updated-dependencies:
    - dependency-name: terser
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 22, 2022
    Configuration menu
    Copy the full SHA
    976f438 View commit details
    Browse the repository at this point in the history
  10. Merge pull request InteractiveAdvertisingBureau#369 from InteractiveA…

    …dvertisingBureau/dependabot/npm_and_yarn/terser-4.8.1
    
    Bump terser from 4.8.0 to 4.8.1
    kenario authored Aug 22, 2022
    Configuration menu
    Copy the full SHA
    d21927f View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. Configuration menu
    Copy the full SHA
    ab7e329 View commit details
    Browse the repository at this point in the history
  2. remove test for RemoveEventListener as a custom command and add test …

    …to insure that 'addEventListener' and 'removeEventListener' methods behave properly
    sevriugin committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    d195eac View commit details
    Browse the repository at this point in the history