Skip to content

Bump typeorm from 1.0.0 to 1.1.1 - #94

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/typeorm-1.1.1
Open

Bump typeorm from 1.0.0 to 1.1.1#94
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/typeorm-1.1.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 5, 2026

Copy link
Copy Markdown
Contributor

Bumps typeorm from 1.0.0 to 1.1.1.

Release notes

Sourced from typeorm's releases.

1.1.1

What's Changed

New Contributors

Full Changelog: typeorm/typeorm@1.1.0...1.1.1

1.1.0

What's Changed

... (truncated)

Changelog

Sourced from typeorm's changelog.

1.1.1 (2026-09-01)

Bug Fixes

  • better-sqlite3: await query event subscribers and report failed queries (#12752) (8cf2258)
  • cache: release query runners created by clear and getFromCache (#12797) (3883d76)
  • evaluate function defaults before enum/string normalization (#12508) (c95b3bd)
  • export DateUtils from the package entry point (#12566) (9fed5b4)
  • export RelationMetadata (#12789) (9694a4a)
  • guard metadata access in InsertQueryBuilder for raw-table upsert (#12702) (281bfba)
  • persistence: keep many-to-many junction rows when the relation is not loaded (#12711) (04ff4da)
  • postgres: read coord_dimension when loading spatial columns (#12749) (1b2df90)
  • query-builder: nest child joins only when outer join semantics require it (#12793) (953b76f)
  • resolve relation values for join columns inside embedded entities (#12726) (008f5c6)
  • return undefined from deepValue when path is missing (#12776) (5105371)
  • schema: default many-to-many inverse foreign key to CASCADE (#12663) (a68612e)
  • sqljs: measure query execution time after the statement runs (#12759) (bb1ddea)
  • version-utils: compare versions of unequal length correctly (#12668) (5543c7c)

Performance Improvements

  • avoid quadratic grouping of raw results selected without primary keys (#12802) (b495ed4)

1.1.0 (2026-07-13)

Bug Fixes

  • cache: release query runner on error in storeInCache (#12545) (a84b9b3)
  • correct grammar in AlreadyHasActiveConnectionError message (#12554) (304d129)
  • entity-manager: default invalidWhereValuesBehavior to throw on the write path (#12690) (44d8052)
  • entity-manager: validate where criteria in increment/decrement (#12692) (8a51b75)
  • mongodb: use cursor.transform for doc to entity transformation and skip load broadcast in next if toArray (#11926) (0bbefc9)
  • move hashing function to PlatformTools (#12648) (c456cbd)
  • multiple recursive cte problems (#12490) (7c26654)
  • normalization of FindOptionsWhere for arrays and Buffers (#12577) (a8173fc)
  • persistence: preserve select false columns on the in-memory entity after save() (#12501) (324c46c)
  • postgres: improve normalizeDatetimeFunction for tstzrange data type (#12182) (bf47c9f)
  • query-builder: reject empty where criteria on update and delete operations (#12629) (81b9466)
  • query-builder: wrap inner joins under left joins correctly (#11137) (d5f4b9d)
  • remove require() calls that break bundlers (#12647) (30f9fc7)
  • tree-entity: tree entity schema propagation in internal TreeRepository methods (#12590) (7fb7c2c)

Features

Commits
  • 3ecf2c8 chore(release): v1.1.1 (#12819)
  • 953b76f fix(query-builder): nest child joins only when outer join semantics require i...
  • b495ed4 perf: avoid quadratic grouping of raw results selected without primary keys (...
  • 1b2df90 fix(postgres): read coord_dimension when loading spatial columns (#12749)
  • 8cf2258 fix(better-sqlite3): await query event subscribers and report failed queries ...
  • bb1ddea fix(sqljs): measure query execution time after the statement runs (#12759)
  • 9fed5b4 fix: export DateUtils from the package entry point (#12566)
  • dd98d0f docs: add rapiq to the extensions list in the README (#12779)
  • c95b3bd fix: evaluate function defaults before enum/string normalization (#12508)
  • 9694a4a fix: export RelationMetadata (#12789)
  • 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 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 [typeorm](https://github.com/typeorm/typeorm) from 1.0.0 to 1.1.1.
- [Release notes](https://github.com/typeorm/typeorm/releases)
- [Changelog](https://github.com/typeorm/typeorm/blob/master/CHANGELOG.md)
- [Commits](typeorm/typeorm@1.0.0...1.1.1)

---
updated-dependencies:
- dependency-name: typeorm
  dependency-version: 1.1.1
  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 Sep 5, 2026
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