Skip to content

Bump @babel/plugin-transform-runtime from 7.27.4 to 7.28.5 - #28

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/babel/plugin-transform-runtime-7.28.5
Open

dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/babel/plugin-transform-runtime-7.28.5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Oct 27, 2025

Copy link
Copy Markdown

Bumps @babel/plugin-transform-runtime from 7.27.4 to 7.28.5.

Release notes

Sourced from @​babel/plugin-transform-runtime's releases.

v7.28.5 (2025-10-23)

Thank you @​CO0Ki3, @​Olexandr88, and @​youthfulhps for your first PRs!

👓 Spec Compliance

🐛 Bug Fix

  • babel-plugin-proposal-destructuring-private
  • babel-parser
  • babel-plugin-proposal-discard-binding, babel-plugin-transform-destructuring
  • babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-plugin-transform-block-scoping, babel-plugin-transform-optional-chaining, babel-traverse, babel-types
  • babel-traverse

🏠 Internal

🏃‍♀️ Performance

Committers: 8

v7.28.4 (2025-09-05)

Thanks @​gwillen and @​mrginglymus for your first PRs!

🏠 Internal

  • babel-core, babel-helper-check-duplicate-nodes, babel-traverse, babel-types
  • babel-plugin-transform-regenerator

... (truncated)

Changelog

Sourced from @​babel/plugin-transform-runtime's changelog.

v7.28.5 (2025-10-23)

👓 Spec Compliance

🐛 Bug Fix

  • babel-plugin-proposal-destructuring-private
  • babel-parser
  • babel-plugin-proposal-discard-binding, babel-plugin-transform-destructuring
  • babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-plugin-transform-block-scoping, babel-plugin-transform-optional-chaining, babel-traverse, babel-types
  • babel-traverse

🏠 Internal

🏃‍♀️ Performance

v7.28.4 (2025-09-05)

🏠 Internal

v7.28.3 (2025-08-14)

👓 Spec Compliance

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-transform-class-static-block, babel-preset-env

🐛 Bug Fix

💅 Polish

  • babel-plugin-transform-regenerator, babel-plugin-transform-runtime

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​babel/plugin-transform-runtime 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 [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) from 7.27.4 to 7.28.5.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.28.5/packages/babel-plugin-transform-runtime)

---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-runtime"
  dependency-version: 7.28.5
  dependency-type: direct:production
  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 27, 2025
GMilica pushed a commit that referenced this pull request Sep 14, 2026
 (prebid#15559)

* modify adUnit infomation

* fix imuid module

* feat(GenieeBidAdapter): Add support for GPID and pbadslot

- Add support for GPID (Global Placement ID) from ortb2Imp.ext.gpid
- Add fallback support for ortb2Imp.ext.data.pbadslot
- Include gpid parameter in request when GPID exists
- Add test cases to verify GPID, pbadslot, and priority behavior

* Aladdin Bidder ID5 Compatible Adapter

* add comment

* modified test message

* the import of buildExtuidQuery was missing

* test: add test cases for id5id in extuid query

* delete duplicate test

* feat(GenieeBidAdapter): Add support for iframe-based cookie sync in BidAdapter

* [CARPET-5190] Bid Adapter: Fix the default value of the ib parameter

- change default value ib parameter

* remove ib param

* fix test/spec/modules/ssp_genieeBidAdapter_spec.js

* Corrected cookie sync URL and added title to data

* reset document.title after test

* Modify document.title in sandbox.stub

* CARPET-6134 Change logic of specified currency bidparams

* format code

* update assert in unit test

* update code

* update code

* update reset config

* Update assert to expect

* Update logic

* Add param floor price for aladdin bidder send to backend

* Add param schain for aladdin bidder send to backend

* hotfix accept send floor price value zero aladdin bidder

* format code

* Geniee SSP Bid Adapter: remove duplicated getFloorPrice declaration

modules/ssp_genieeBidAdapter.js declares the identical getFloorPrice
function twice, which stops the gulp-babel precompile and prevents any
unit spec from running. Keep a single declaration.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

* add ex_genieeBidAdapter  doc

* add ex_geniee adapter

* format

* move public bid param types to a .d.ts

* Geniee Exchange Bid Adapter: use default text/plain content type to avoid CORS preflight

* Geniee Exchange Bid Adapter: replace stale CORS comment with rationale for default text/plain

* Geniee Exchange Bid Adapter: skip requests whose ortb2 `at` is not 1

* accepts a multiformat (banner + video) ad unit and sends only the banner part:

* add comments about currency decison priority

* send placementId to imp[].tagid instead of query parameter

* Geniee Exchange Bid Adapter: reject non-string placementId in isBidRequestValid

* Geniee Exchange Bid Adapter: render NaN/Infinity faithfully in param error logs

* Geniee Exchange Bid Adapter: declare device-storage disclosure via disclosureURL

- point disclosureURL at https://genieesspv.jp/disclosure.json, which lists the
  cookies on *.genieesspv.jp and *.gssprt.jp (gid, _g_optout, sync_done, GSRT*,
  and demand partners' matched identifiers) with lifetimes and TCF purposes
- document the storage in the module md; Geniee has no gvlid because the
  Exchange does not serve GDPR territories

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>

---------

Co-authored-by: Murano Takamasa <takamasa-murano@j0098.geniee.jp>
Co-authored-by: daikichiteranishi <49385718+daikichiteranishi@users.noreply.github.com>
Co-authored-by: teranishi daikichi <daikichi.teranishi@geniee.co.jp>
Co-authored-by: gn-daikichi <49385718+gn-daikichi@users.noreply.github.com>
Co-authored-by: takumi-furukawa <takumi.furukawa@geniee.co.jp>
Co-authored-by: furukawaTakumi <45890154+furukawaTakumi@users.noreply.github.com>
Co-authored-by: furukawaTakumi <black3moon88@gmail.com>
Co-authored-by: haruki-yamaguchi <haruki.yamaguchi@geniee.co.jp>
Co-authored-by: haruki yamaguchi <100411113+hrkhito@users.noreply.github.com>
Co-authored-by: Thanh Tran <thanhtv@geniee.co.jp>
Co-authored-by: thanhtran-geniee <135969265+thanhtran-geniee@users.noreply.github.com>
Co-authored-by: hieund-geniee <hieund@geniee.co.jp>
Co-authored-by: hieund-geniee <127374021+hieund-geniee@users.noreply.github.com>
Co-authored-by: Claude Fable 5 <noreply@anthropic.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