Skip to content

Bump typescript-eslint from 8.39.0 to 8.46.0#56

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/typescript-eslint-8.46.0
Closed

Bump typescript-eslint from 8.39.0 to 8.46.0#56
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/typescript-eslint-8.46.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 13, 2025

Bumps typescript-eslint from 8.39.0 to 8.46.0.

Release notes

Sourced from typescript-eslint's releases.

v8.46.0

8.46.0 (2025-10-06)

🚀 Features

  • eslint-plugin: [no-unsafe-member-access] add allowOptionalChaining option (#11659)
  • eslint-plugin-internal: [no-dynamic-tests] new internal Lint rule to ban dynamic syntax in generating tests (#11323)
  • rule-schema-to-typescript-types: clean up and make public (#11633)
  • typescript-eslint: export util types (#10848, #10849)
  • typescript-estree: mention file specifics in project service allowDefaultProject error (#11635)
  • typescript-estree: private identifiers can only appear on LHS of in expressions (#9232)

🩹 Fixes

  • eslint-plugin: [no-floating-promises] remove excess parentheses in suggestions (#11487)
  • eslint-plugin: [unbound-method] improve wording around this: void and binding (#11634)
  • eslint-plugin: [no-deprecated] ignore deprecated export imports (#11603)
  • eslint-plugin: removed error type previously deprecated (#11674)
  • eslint-plugin: [prefer-readonly-parameter-types] ignore tagged primitives (#11660)
  • rule-tester: deprecate TestCaseError#type and LintMessage#nodeType (#11628)
  • typescript-estree: forbid abstract modifier in object methods (#11656)
  • typescript-estree: forbid abstract method and accessor to have implementation (#11657)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.45.0

8.45.0 (2025-09-29)

🚀 Features

  • eslint-plugin: expose rule name via RuleModule interface (#11616)

🩹 Fixes

  • disable generating declaration maps (#11627)
  • ast-spec: narrow ArrowFunctionExpression.generator to false (#11636)
  • eslint-plugin: [no-base-to-string] check if superclass is ignored (#11617)
  • eslint-plugin: [prefer-nullish-coalescing] ignoreBooleanCoercion should not apply to top-level ternary expressions (#11614)

... (truncated)

Changelog

Sourced from typescript-eslint's changelog.

8.46.0 (2025-10-06)

🚀 Features

❤️ Thank You

You can read about our versioning strategy and releases on our website.

8.45.0 (2025-09-29)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.44.1 (2025-09-22)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.44.0 (2025-09-15)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.43.0 (2025-09-08)

🩹 Fixes

  • eslint-plugin: [no-deprecated] should report deprecated exports and reexports (#11359)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

8.42.0 (2025-09-02)

🚀 Features

  • deprecate tseslint.config() (#11531)

🩹 Fixes

... (truncated)

Commits
  • aec785e chore(release): publish 8.46.0
  • 5c1a159 feat(typescript-eslint): export util types (close #10848) (#10849)
  • 255e9e2 chore(release): publish 8.45.0
  • c198052 chore(release): publish 8.44.1
  • 77056f7 chore(release): publish 8.44.0
  • ef9173c chore(release): publish 8.43.0
  • d8ca5ef fix(eslint-plugin): [no-deprecated] should report deprecated exports and reex...
  • d135909 chore(release): publish 8.42.0
  • fa15645 fix(typescript-eslint): handle non-normalized windows paths produced by jiti ...
  • d7614a7 feat: deprecate tseslint.config() (#11531)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for typescript-eslint since your current version.


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 [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.39.0 to 8.46.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.46.0/packages/typescript-eslint)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 13, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 20, 2025

Superseded by #58.

@dependabot dependabot bot closed this Oct 20, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/typescript-eslint-8.46.0 branch October 20, 2025 00:49
nickllerandi pushed a commit that referenced this pull request Feb 6, 2026
… time, support region, bugfixes (prebid#14374)

* AGT-734: Support region for prebid modules (merge 0_3_4 with master)

* AGT-730: move spd to partnerData (merge 0_3_4 to master)

* AGT-765: Send ad size and pos in impression reporting module (#58)

* AGT-765: pos and size

* AGT-765: Tests for position resolving

* AGT-765: Test fix

* AGT-756: Missed vrref in payload fix (#56)

* AGT-756: vrref in payload fix

* remove comment

* AGT-756: Fix vrref bug

* AGT-756: Remove comments

* AGT-756: Test for vrref

* update requestRtt to show more clear time (#59)

* AGT-739: Change time to call server (#57)

* fix typo, remove parameter duplication (#60)

* fix typo, remove parameter duplication

* update doc examples

* AGT-721: Documentation for region, size, pos (#61)

* fix region parameter in table (#62)

* update tests

* remove unused test

---------

Co-authored-by: dmytro-po <dmytro.po@intentiq.com>
nickllerandi pushed a commit that referenced this pull request Mar 17, 2026
…hods (prebid#14553)

* AGT-734: Support region for prebid modules (merge 0_3_4 with master)

* AGT-730: move spd to partnerData (merge 0_3_4 to master)

* AGT-765: Send ad size and pos in impression reporting module (#58)

* AGT-765: pos and size

* AGT-765: Tests for position resolving

* AGT-765: Test fix

* AGT-756: Missed vrref in payload fix (#56)

* AGT-756: vrref in payload fix

* remove comment

* AGT-756: Fix vrref bug

* AGT-756: Remove comments

* AGT-756: Test for vrref

* update requestRtt to show more clear time (#59)

* AGT-739: Change time to call server (#57)

* fix typo, remove parameter duplication (#60)

* fix typo, remove parameter duplication

* update doc examples

* AGT-721: Documentation for region, size, pos (#61)

* fix region parameter in table (#62)

* update tests

* remove unused test

* 0.35 master (#65)

* Prebid 10.25.0 release

* Increment version to 10.26.0-pre

* limelight: Send open rtb bid requests from our prebid js adapter (prebid#14397)

* changed requests format to OpenRTB.

* Added more tests

* fix refererInfo.page fallback for site.page

* fix built imp for size-only

* fix built imp for size-only

* OMS Bid Adapter: add prebid js version to request payload (prebid#14421)

* Bump qs from 6.14.1 to 6.14.2 (prebid#14478)

Bumps [qs](https://github.com/ljharb/qs) from 6.14.1 to 6.14.2.
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.14.1...v6.14.2)

---
updated-dependencies:
- dependency-name: qs
  dependency-version: 6.14.2
  dependency-type: indirect
...

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

* Bump fast-xml-parser from 5.3.4 to 5.3.6 (prebid#14482)

Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 5.3.4 to 5.3.6.
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases)
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md)
- [Commits](NaturalIntelligence/fast-xml-parser@v5.3.4...v5.3.6)

---
updated-dependencies:
- dependency-name: fast-xml-parser
  dependency-version: 5.3.6
  dependency-type: indirect
...

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

* Floor module: add enforcement allowlist config option (prebid#14455)

* Core: add bidder-scoped floor enforcement

* Core: enforce floors allowlist against adapterCode

* Various modules: remove legacy GPT targeting fallbacks (prebid#14450)

* Core: remove legacy GPT targeting fallbacks

* Reconciliation RTD Provider: handle missing RSDK_ADID targeting

* Core: fix targetingLock GPT test mock for getConfig

* TargetVideo bid adapter: send price floor param (prebid#14406)

* TargetVideo bid adapter: send price floor param

* Add support for the price floors module

* Add imports

* Fix getBidFloor function floor params

---------

Co-authored-by: dnrstc <danrstc@gmail.com>

* New adapter: Verben (prebid#14494)

Co-authored-by: Verben <support_trading@verben.com>
Co-authored-by: Patrick McCann <patmmccann@gmail.com>

* Teal bid adapter: include native and video media types (prebid#14493)

* Proxistore Bid Adapter: migration to OpenRTB (prebid#14411)

* Update Proxistore endpoint URLs in adapter and tests

Updated the Proxistore `COOKIE_BASE_URL` and `COOKIE_LESS_URL` to the new `abs` domain in both the adapter and its corresponding test file. This ensures consistency with the updated API endpoints.

* Integrate OpenRTB converter for Proxistore bid adapter, and add OpenRTB request as a separate field.

* Refactor Proxistore bid adapter to improve OpenRTB handling, add GDPR-specific URL selection, and enhance test coverage.

* Add support for website and language parameters in Proxistore bid adapter requests, with corresponding test coverage.

* Handle empty response body in Proxistore bid adapter to avoid runtime errors.

---------

Co-authored-by: Anthony Richir <anthony.richir@proxistore.com>

* Floxis Bid Adapter: initial release (prebid#13934)

* Floxis Bid Adapter : initial release

* Added ORTB parameters for blocking

* Adjusted documentation with maintainer info

* Added more validations, extracted converter to a const

* Floxis Bid Adapter: redesign to seat-based architecture with ortbConverter

Major rewrite replacing teqblazeUtils with ortbConverter for ORTB 2.x compliance.

Changes:
- New params: seat (required), region (required), partner (required)
- Endpoint URL: https://{subdomain}.floxis.tech/pbjs?seat={seat}
  - subdomain = region for 'floxis' partner
  - subdomain = {partner}-{region} for white-label partners
- ORTB-native implementation with Floors Module support
- 40 comprehensive tests with full code coverage
- Updated documentation with examples

Addresses all PR prebid#13934 review comments from @osazos

* Rename FloxisBidAdapter.md to floxisBidAdapter.md

* Code review adjustments

---------

Co-authored-by: Patrick McCann <pmccann@cafemedia.com>

* InsurAds Bid Adapter: Initial Implementation (prebid#14470)

* InsurAds Bid Adapter Implementation

* Remove test alias

* Storage Settings Example

* Adapter rename 1/2

* Adapter rename 2/2

* Update modules/insuradsBidAdapter.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update modules/insuradsBidAdapter.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update test/spec/modules/insuradsBidAdapter_spec.js

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* The params need to be registered under nexx360

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* LeagueM BId Adapter: initial release (prebid#14479)

* LeagueM BId Adapter: initial release

* Update test/spec/modules/leagueMBidAdapter_spec.js

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update test/spec/modules/leagueMBidAdapter_spec.js

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update test/spec/modules/leagueMBidAdapter_spec.js

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update modules/leagueMBidAdapter.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Patrick McCann <patmmccann@gmail.com>

* New Adapter: Harion (prebid#14398)

* new adapter harion

* refactor(adapter): guard added to interpretResponse

* Core: disabling fingerprinting apis (prebid#14404)

* Core: disabling fingerprinting apis

* getFallbackWindow -> utils

* Fix several typos in comments and tests (prebid#14498)

* Bump ajv from 6.12.6 to 6.14.0 (prebid#14499)

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.6 to 6.14.0.
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](ajv-validator/ajv@v6.12.6...v6.14.0)

---
updated-dependencies:
- dependency-name: ajv
  dependency-version: 6.14.0
  dependency-type: indirect
...

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

* Setting alwaysHasCapacity flag to true (prebid#14500)

* Adcluster Bid Adapter: Support Adcluster (prebid#14050)

* adcluster - new adapter

* fixes

* video preview id change

* video preview id change

* Update adclusterBidAdapter_spec.js

* fallback

* multiformat fix

---------

Co-authored-by: Patrick McCann <patmmccann@gmail.com>
Co-authored-by: Patrick McCann <pmccann@cafemedia.com>

* ReVantage Bid Adapter: initial release (prebid#14180)

* Create revantageBidAdapter.js

* Create revantageBidAdapter.md

* Update revantageBidAdapter.js

* Update revantageBidAdapter.js

* Update revantageBidAdapter.js

* Update revantageBidAdapter.js

Fixed trailing slash Error on Line 123

* Create revantageBidAdapter_spec.js

* Update revantageBidAdapter_spec.js

Fixed Trailing slashes (again)

* Update revantageBidAdapter_spec.js

* Update revantageBidAdapter_spec.js

same thing again

* Refactor Revantage Bid Adapter for media types and bids

Refactor Revantage Bid Adapter to use media type constants and improve bid response handling.

* Refactor RevantageBidAdapter tests for GPP consent

* Update modules/revantageBidAdapter.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update modules/revantageBidAdapter.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Validate feedId consistency in batch bid requests

Added validation to ensure all bid requests in a batch have the same feedId, logging a warning if they do not.

* Add test for rejecting batch with different feedIds

* Update syncOptions for image sync URL parameters

* Update sync URL to use 'tag=img' instead of 'type=img'

* Update print statement from 'Hello' to 'Goodbye'

* fixed

* Enhance video bid handling and add utility functions

Added functions to handle video size extraction and VAST detection.

---------

Co-authored-by: Patrick McCann <pmccann@cafemedia.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* AdMatic Bid Adapter : add adrubi alias (prebid#14504)

* Admatic Bidder Adaptor

* Update admaticBidAdapter.md

* Update admaticBidAdapter.md

* remove floor parameter

* Update admaticBidAdapter.js

* Admatic Bid Adapter: alias and bid floor features activated

* Admatic adapter: host param control changed

* Alias name changed.

* Revert "Admatic adapter: host param control changed"

This reverts commit de7ac85.

* added alias feature and host param

* Revert "added alias feature and host param"

This reverts commit 6ec8f45.

* Revert "Alias name changed."

This reverts commit 661c54f.

* Revert "Admatic Bid Adapter: alias and bid floor features activated"

This reverts commit 7a2e0e2.

* Revert "Update admaticBidAdapter.js"

This reverts commit 7a845b7.

* Revert "remove floor parameter"

This reverts commit 7a23b05.

* Admatic adapter: host param control && Add new Bidder

* Revert "Admatic adapter: host param control && Add new Bidder"

This reverts commit 3c797b1.

* commit new features

* Update admaticBidAdapter.js

* updated for coverage

* sync updated

* Update adloader.js

* AdMatic Bidder: development of user sync url

* Update admaticBidAdapter.js

* Set currency for AdserverCurrency: bug fix

* Update admaticBidAdapter.js

* update

* admatic adapter video params update

* Update admaticBidAdapter.js

* update

* Update admaticBidAdapter.js

* update

* update

* Update admaticBidAdapter_spec.js

* Update admaticBidAdapter.js

* Update admaticBidAdapter.js

* Revert "Update admaticBidAdapter.js"

This reverts commit 1216892.

* Revert "Update admaticBidAdapter.js"

This reverts commit b1929ec.

* Revert "Update admaticBidAdapter_spec.js"

This reverts commit 1ca6597.

* Revert "update"

This reverts commit 689ce9d.

* Revert "update"

This reverts commit f381a45.

* Revert "Update admaticBidAdapter.js"

This reverts commit 38fd7ab.

* Revert "update"

This reverts commit a5316e7.

* Revert "Update admaticBidAdapter.js"

This reverts commit 60a28ca.

* Revert "admatic adapter video params update"

This reverts commit 31e69e8.

* update

* Update admaticBidAdapter.js

* Update admaticBidAdapter_spec.js

* mime_type add

* add native adapter

* AdMatic Adapter: Consent Management

* added gvlid

* Update admaticBidAdapter.js

* admatic cur update

* Update admaticBidAdapter.js

* Update admaticBidAdapter.js

* Update admaticBidAdapter.js

* Update admaticBidAdapter.js

* Update admaticBidAdapter.js

* Update admaticBidAdapter.js

* Update admaticBidAdapter.js

* admatic sync update

* Update admaticBidAdapter.js

* Revert "Update admaticBidAdapter.js"

This reverts commit 11e053f.

* Revert "Update admaticBidAdapter.js"

This reverts commit 11e053f.

* Update admaticBidAdapter.js

* OMS Bid Adapter: add instl flag to imp in request (prebid#14501)

* Zeta SSP Analytics Adapter: pass floors. (prebid#14350)

* Zeta SSP Analytics Adapter: pass floors.

* Zeta SSP Analytics Adapter: minor fix.

* Zeta SSP Analytics Adapter: fix tests.

* Revert "Various modules: remove legacy GPT targeting fallbacks (prebid#14450)" (prebid#14510)

This reverts commit 299f207.

* Prebid 10.26.0 release

* Increment version to 10.27.0-pre

* DPAI bid adapter: initial release (prebid#14434)

* New adapter DPAI

* New adapter DPAI

* New adapter DPAI: Added end line

* New adapter DPAI: Added end line

---------

Co-authored-by: Patrick McCann <patmmccann@gmail.com>

* Core: remove stale transformBidParams references (prebid#14512)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Prebid.js automated release <prebidjs-release@prebid.org>
Co-authored-by: RuzannaAvetisyan <44729750+RuzannaAvetisyan@users.noreply.github.com>
Co-authored-by: Siminko Vlad <85431371+siminkovladyslav@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Patrick McCann <patmmccann@gmail.com>
Co-authored-by: danijel-ristic <168181386+danijel-ristic@users.noreply.github.com>
Co-authored-by: dnrstc <danrstc@gmail.com>
Co-authored-by: verben-gh <ezequiel.espino@verben.com>
Co-authored-by: Verben <support_trading@verben.com>
Co-authored-by: johnclc <johnclc@users.noreply.github.com>
Co-authored-by: Anthony <anthonyrichir@users.noreply.github.com>
Co-authored-by: Anthony Richir <anthony.richir@proxistore.com>
Co-authored-by: floxis-tech <andrius.nvilnia@gmail.com>
Co-authored-by: Patrick McCann <pmccann@cafemedia.com>
Co-authored-by: Jose Climaco <josepereira@me.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: morock <98119227+mo4rock@users.noreply.github.com>
Co-authored-by: markappmedia <markappmedia@gmail.com>
Co-authored-by: mkomorski <marcin.komorski@pollub.edu.pl>
Co-authored-by: Vedant Madane <6527493+VedantMadane@users.noreply.github.com>
Co-authored-by: pm-priyanka-deshmane <107103300+pm-priyanka-deshmane@users.noreply.github.com>
Co-authored-by: adclusterdev <dev@adcluster.com.tr>
Co-authored-by: v0idxyz <58184010+v0idxyz@users.noreply.github.com>
Co-authored-by: Fatih Kaya <fatih.kaya.84@gmail.com>
Co-authored-by: abermanov-zeta <95416296+abermanov-zeta@users.noreply.github.com>
Co-authored-by: Demetrio Girardi <dgirardi@prebid.org>
Co-authored-by: driftpixelai <166716541+driftpixelai@users.noreply.github.com>

* AGT-790: Fix additional parameters (#63)

* AGT-790: Fix additional parameters

* Fix analytics doc

* AGT-787: partnerAuctionId to analytical module (prebid#68)

* AGT-787: partnerAuctionId to analytical module

* AGT-787: Some fix and tests

* AGT-803-Deprecated-GAM-methods-module (prebid#67)

* AGT-803-Deprecated-GAM-methods-module

* AGT-803-Deprecated-GAM-methods-module

* AGT-803-Deprecated-GAM-methods-module

* AGT-803-Deprecated-GAM-methods-module

---------

Co-authored-by: Oleksii Petrychenko <panleshapan@gmail.com>

* update documentation

* Merge branch '0.35-master' into release_0.35

* fix: apply URL length guard after payload append for GET reports

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: DimaIntentIQ <139111483+DimaIntentIQ@users.noreply.github.com>
Co-authored-by: DimaIntentIQ <dmytro.piskun@intentiq.com>
Co-authored-by: Prebid.js automated release <prebidjs-release@prebid.org>
Co-authored-by: RuzannaAvetisyan <44729750+RuzannaAvetisyan@users.noreply.github.com>
Co-authored-by: Siminko Vlad <85431371+siminkovladyslav@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Patrick McCann <patmmccann@gmail.com>
Co-authored-by: danijel-ristic <168181386+danijel-ristic@users.noreply.github.com>
Co-authored-by: dnrstc <danrstc@gmail.com>
Co-authored-by: verben-gh <ezequiel.espino@verben.com>
Co-authored-by: Verben <support_trading@verben.com>
Co-authored-by: johnclc <johnclc@users.noreply.github.com>
Co-authored-by: Anthony <anthonyrichir@users.noreply.github.com>
Co-authored-by: Anthony Richir <anthony.richir@proxistore.com>
Co-authored-by: floxis-tech <andrius.nvilnia@gmail.com>
Co-authored-by: Patrick McCann <pmccann@cafemedia.com>
Co-authored-by: Jose Climaco <josepereira@me.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: morock <98119227+mo4rock@users.noreply.github.com>
Co-authored-by: markappmedia <markappmedia@gmail.com>
Co-authored-by: mkomorski <marcin.komorski@pollub.edu.pl>
Co-authored-by: Vedant Madane <6527493+VedantMadane@users.noreply.github.com>
Co-authored-by: pm-priyanka-deshmane <107103300+pm-priyanka-deshmane@users.noreply.github.com>
Co-authored-by: adclusterdev <dev@adcluster.com.tr>
Co-authored-by: v0idxyz <58184010+v0idxyz@users.noreply.github.com>
Co-authored-by: Fatih Kaya <fatih.kaya.84@gmail.com>
Co-authored-by: abermanov-zeta <95416296+abermanov-zeta@users.noreply.github.com>
Co-authored-by: Demetrio Girardi <dgirardi@prebid.org>
Co-authored-by: driftpixelai <166716541+driftpixelai@users.noreply.github.com>
Co-authored-by: oleksii-intent <oleksii.pe@intentiq.com>
Co-authored-by: Oleksii Petrychenko <panleshapan@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants