Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps typeorm from 0.3.25 to 0.3.26.

Release notes

Sourced from typeorm's releases.

0.3.26

Notes:

  • When using MySQL, TypeORM now connects using stringifyObjects: true, in order to avoid a potential security vulnerability in the mysql/mysql2 client libraries. You can revert to the old behavior by setting connectionOptions.extra.stringifyObjects = false.
  • When using SAP HANA, TypeORM now uses the built-in pool from the @sap/hana-client library. The deprecated hdb-pool is no longer necessary and can be removed. See https://typeorm.io/docs/drivers/sap/#data-source-options for the new pool options.

What's Changed

New Contributors

Full Changelog: typeorm/typeorm@0.3.25...0.3.26

Changelog

Sourced from typeorm's changelog.

0.3.26 (2025-08-16)

Notes:

  • When using MySQL, TypeORM now connects using stringifyObjects: true, in order to avoid a potential security vulnerability in the mysql/mysql2 client libraries. You can revert to the old behavior by setting connectionOptions.extra.stringifyObjects = false.
  • When using SAP HANA, TypeORM now uses the built-in pool from the @sap/hana-client library. The deprecated hdb-pool is no longer necessary and can be removed. See https://typeorm.io/docs/drivers/sap/#data-source-options for the new pool options.

Bug Fixes

  • add stricter type-checking and improve event loop handling (#11540) (01dddfe)
  • do not create junction table metadata when it already exists (#11114) (3c26cf1)
  • mysql: set stringifyObjects implicitly (#11574) (d57fe3b)
  • mysql: support Alibaba AnalyticDB returning version() column name in getVersion() (#11555) (1737e97)
  • oracle: pass duplicated parameters correctly to the client when executing a query (#11537) (f2d2236)
  • platform[web worker]: improve globalThis variable retrieval for browser environment (#11495) (ec26eae)
  • preserve useIndex when cloning a QueryExpressionMap (or a QueryBuilder) (#10679) (66ee307), closes #10678 #10678
  • regtype is not supported in aurora serverless v2 (#11568) (6e9f20d)
  • resolve array modification bug in QueryRunner drop methods (#11564) (f351757), closes #11563
  • support for better-sqlite3 v12 (#11557) (1ea3a5e)

Features

  • add Redis 5.x support with backward compatibility with peer dependency to allow (#11585) (17cf837), closes #11528
  • sap: add support for REAL_VECTOR and HALF_VECTOR data types in SAP HANA Cloud (#11526) (abf8863)
  • sap: use the native driver for connection pooling (#11520) (aebc7eb)
  • support virtual columns in entity schema (#11597) (d1e3950)

Performance Improvements

Commits
  • 4d204ad chore: Release v0.3.26 (#11602)
  • d1e3950 feat: support virtual columns in entity schema (#11597)
  • 1698313 docs: fix reload option typo (#11601)
  • 0b767e8 docs: added @piying/orm extension to readme (#11596)
  • ec26eae fix(platform[web worker]): improve globalThis variable retrieval for browser ...
  • 6e9f20d fix: regtype is not supported in aurora serverless v2 (#11568)
  • 17cf837 feat(11528): add Redis 5.x support with backward compatibility wite peer depe...
  • 8097d1a docs: fix redirect to mongodb page (#11584)
  • 23fcde2 docs: separate driver-specific documentation (#11581)
  • d57fe3b fix(mysql): set stringifyObjects implicitly (#11574)
  • Additional commits viewable in compare view

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [typeorm](https://github.com/typeorm/typeorm) from 0.3.25 to 0.3.26.
- [Release notes](https://github.com/typeorm/typeorm/releases)
- [Changelog](https://github.com/typeorm/typeorm/blob/master/CHANGELOG.md)
- [Commits](typeorm/typeorm@0.3.25...0.3.26)

---
updated-dependencies:
- dependency-name: typeorm
  dependency-version: 0.3.26
  dependency-type: direct:production
...

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 31, 2025
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 31, 2025
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@valkirilov valkirilov added the run-all-tests Trigger the CI to run the front-end, back-end and integration tests label Nov 3, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Nov 3, 2025

Code Coverage - Integration Tests

Status Category Percentage Covered / Total
🟢 Statements 81.66% 16275/19928
🟡 Branches 64.66% 7346/11360
🟡 Functions 70.64% 2284/3233
🟢 Lines 81.31% 15313/18832

@github-actions
Copy link
Contributor

github-actions bot commented Nov 3, 2025

Code Coverage - Frontend unit tests

St.
Category Percentage Covered / Total
🟢 Statements 82.21% 20143/24502
🟡 Branches 67.7% 8722/12884
🟡 Functions 76.34% 5357/7017
🟢 Lines 82.63% 19723/23870

Test suite run success

5229 tests passing in 681 suites.

Report generated by 🧪jest coverage report action from e794ce3

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 run-all-tests Trigger the CI to run the front-end, back-end and integration tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants