Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bump typeorm from 0.3.22 to 0.3.27#320

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
dependabot wants to merge1 commit intomain
base:main
Choose a base branch
Loading
fromdependabot/npm_and_yarn/typeorm-0.3.27

Conversation

@dependabot
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubNov 15, 2025
edited
Loading

Bumpstypeorm from 0.3.22 to 0.3.27.

Release notes

Sourced fromtypeorm's releases.

0.3.27

Note: This release reverts a fix from 0.3.26 (#11114) because it introduced a regression in certain cases.

Once a fix can be provided which does not have this regression, it will be released in a future patch.

What's Changed

New Contributors

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

0.3.26

Notes:

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

What's Changed

... (truncated)

Changelog

Sourced fromtypeorm's changelog.

0.3.27 (2025-09-19)

Bug Fixes

Features

  • add new undefined and null behavior flags (#11332) (96ea431)
  • allowVirtualColumns to be initially non-selectable (#11586) (22b26d1)
  • migration: improve JSDoc types in generated migration templates (#11490) (fa3cd43)
  • mysql: add support for MySQL 9 / MariaDB 12 (#11575) (8b76e1a)
  • postgres: support vector/halfvec data types (#11437) (a49f612)

Performance Improvements

  • Cache package.json location between getNearestPackageJson invocations (#11580) (b6ffd46), closes#4136

Reverts

0.3.26 (2025-08-16)

Notes:

  • When using MySQL, TypeORM now connects usingstringifyObjects: true, in order to avoid a potential security vulnerabilityin the mysql/mysql2 client libraries. You can revert to the old behavior by settingconnectionOptions.extra.stringifyObjects = false.
  • When using SAP HANA, TypeORM now uses the built-in pool from the@sap/hana-client library. The deprecatedhdb-poolis no longer necessary and can be removed. Seehttps://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: setstringifyObjects 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)
  • preserveuseIndex when cloning a QueryExpressionMap (or a QueryBuilder) (#10679) (66ee307), closes#10678#10678

... (truncated)

Commits
  • 9ea8577 chore: Release v0.3.27 (#11661)
  • 34d8714 Revert "fix: do not create junction table metadata when it already exists (#1...
  • 974ead2 fix: JSON parsing for mysql2 client library (#8319) (#11659)
  • a49f612 feat(postgres): support vector/halfvec data types (#11437)
  • 96ea431 feat: add new undefined and null behavior flags (#11332)
  • 93aa5c4 ci: add close stale issues GH action (#11651)
  • 8b76e1a feat(mysql): add support for MySQL 9 / MariaDB 12 (#11575)
  • 3fac86b fix: update tests to reflect migration template changes (#11653)
  • fa3cd43 feat(migration): improve JSDoc types in generated migration templates (#11490)
  • 6e92aad build(deps): bump axios from 1.11.0 to 1.12.1 in /docs (#11649)
  • Additional commits viewable incompare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 theSecurity Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [typeorm](https://github.com/typeorm/typeorm) from 0.3.22 to 0.3.27.- [Release notes](https://github.com/typeorm/typeorm/releases)- [Changelog](https://github.com/typeorm/typeorm/blob/master/CHANGELOG.md)- [Commits](typeorm/typeorm@0.3.22...0.3.27)---updated-dependencies:- dependency-name: typeorm  dependency-version: 0.3.27  dependency-type: direct:production...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot added dependenciesPull requests that update a dependency file javascriptPull requests that update javascript code labelsNov 15, 2025
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

dependenciesPull requests that update a dependency filejavascriptPull requests that update javascript code

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant


[8]ページ先頭

©2009-2025 Movatter.jp