Closed
Conversation
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.8.2 to 5.9.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](microsoft/TypeScript@v5.8.2...v5.9.2) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.9.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Author
|
Superseded by #84. |
Rafał Sieczka (bukrain)
pushed a commit
that referenced
this pull request
Mar 12, 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 (#68) * AGT-787: partnerAuctionId to analytical module * AGT-787: Some fix and tests * AGT-803-Deprecated-GAM-methods-module (#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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps typescript from 5.8.2 to 5.9.2.
Release notes
Sourced from typescript's releases.
Commits
be86783Give more specific errors forverbatimModuleSyntax(#62113)22ef577LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250714...d5a414cDon't usenoErrorTruncationwhen printing types withmaximumLengthset (#...f14b5c8Remove unused and confusing dom.iterable.d.ts file (#62037)2778e84Restore AbortSignal.abort (#62086)65cb4bdLEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250710...9e20e03Clear out checker-level stacks on pop (#62016)87740bcFix for Issue 61081 (#61221)833a8d4Fix Symbol completion priority and cursor positioning (#61945)0018c9fLEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250702...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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)