Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade typeorm from 0.3.7 to 0.3.13 #39

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

snyk-bot
Copy link
Contributor

Snyk has created this PR to upgrade typeorm from 0.3.7 to 0.3.13.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 111 versions ahead of your current version.
  • The recommended version was released 22 days ago, on 2023-04-06.
Release notes
Package name: typeorm
  • 0.3.13 - 2023-04-06

    Bug Fixes

    • firstCapital=true not working in camelCase() function (f1330ad)
    • handles "query" relation loading strategy for TreeRepositories (#9680) (a11809e), closes #9673
    • improve EntityNotFound error message in QueryBuilder.findOneOrFail (#9872) (f7f6817)
    • loading tables with fk in sqlite query runner (#9875) (4997da0), closes #9266
    • prevent foreign key support during migration batch under sqlite (#9775) (197cc05), closes #9770
    • proper default value on generating migration when default value is a function calling [Postgres] (#9830) (bebba05)
    • react-native doesn't properly work in ESM projects because of circular dependency (#9765) (099fcd9)
    • resolve issues for mssql migration when simple-enum was changed (cb154d4), closes #7785 #9457 #7785 #9457
    • resolves issue with mssql column recreation (#9773) (07221a3), closes #9399
    • transform values for FindOperators #9381 (#9777) (de1228d), closes #9816
    • use forward slashes when normalizing path (#9768) (58fc088), closes #9766
    • use object create if entity skip constructor is set (#9831) (a868979)

    Features

    • add support for json datatype for sqlite (#9744) (4ac8c00)
    • add support for STI on EntitySchema (#9834) (bc306fb), closes #9833
    • allow type FindOptionsOrderValue for order by object property (#9895) (#9896) (0814970)
    • Broadcast identifier for removed related entities (#9913) (f530811)
    • leftJoinAndMapOne and innerJoinAndMapOne map result to entity (#9354) (947ffc3)
  • 0.3.13-dev.f7f6817 - 2023-04-06
  • 0.3.13-dev.f7b210b - 2023-04-05
  • 0.3.13-dev.f1330ad - 2023-04-06
  • 0.3.13-dev.de1228d - 2023-04-06
  • 0.3.13-dev.af4f15c - 2023-04-06
  • 0.3.13-dev.a868979 - 2023-04-06
  • 0.3.13-dev.a11809e - 2023-04-06
  • 0.3.13-dev.98f2205 - 2023-04-05
  • 0.3.13-dev.97280fc - 2023-04-06
  • 0.3.13-dev.58fc088 - 2023-02-09
  • 0.3.13-dev.4fa14e3 - 2023-04-05
  • 0.3.13-dev.4ac8c00 - 2023-04-06
  • 0.3.13-dev.1fcd9f3 - 2023-04-05
  • 0.3.13-dev.099fcd9 - 2023-02-08
  • 0.3.13-dev.07221a3 - 2023-04-05
  • 0.3.13-dev.0619aca - 2023-04-06
  • 0.3.12 - 2023-02-07

    Bug Fixes

    • allow to pass ObjectLiteral in mongo find where condition (#9632) (4eda5df), closes #9518
    • DataSource.setOptions doesn't properly update the database in the drivers (#9635) (a95bed7)
    • Fix grammar error in no migrations found log (#9754) (6fb2121)
    • improved FindOptionsWhere behavior with union types (#9607) (7726f5a)
    • Incorrect enum default value when table name contains dash character (#9685) (b3b0c11)
    • incorrect sorting of entities with multi-inheritances (#9406) (54ca9dd)
    • make sure "require" is defined in the environment (1a9b9fb)
    • materialized hints support for cte (#9605) (67973b4)
    • multiple select queries during db sync in sqlite (#9639) (6c928a4)
    • overriding caching settings when alwaysEnabled is true (#9731) (4df969e)
    • redundant Unique constraint on primary join column in Postgres (#9677) (b8704f8)
    • remove unnecessary .js extension in imports (#9713) (6b37e38)
    • resolve issue with "simple-enum" synchronization in SQLite (#9716) (c77c43e), closes #9715
    • sql expression when where parameter is empty array (#9691) (7df2ccf), closes #9690
    • synchronizing View with schema broken for oracle (#9602) (18b659d)

    Features

  • 0.3.12-dev.ef64bfc - 2023-01-28
  • 0.3.12-dev.defb409 - 2023-01-03
  • 0.3.12-dev.ca315f0 - 2023-02-05
  • 0.3.12-dev.c77c43e - 2023-02-06
  • 0.3.12-dev.c669f50 - 2023-01-28
  • 0.3.12-dev.b97633b - 2022-12-28
  • 0.3.12-dev.b8704f8 - 2023-02-06
  • 0.3.12-dev.ae91c05 - 2022-12-27
  • 0.3.12-dev.adce698 - 2023-02-07
  • 0.3.12-dev.a95bed7 - 2022-12-18
  • 0.3.12-dev.9bd3a64 - 2023-02-07
  • 0.3.12-dev.8668c29 - 2022-12-29
  • 0.3.12-dev.7df2ccf - 2023-02-06
  • 0.3.12-dev.7726f5a - 2023-02-06
  • 0.3.12-dev.74f7f79 - 2023-01-11
  • 0.3.12-dev.6fb2121 - 2023-02-05
  • 0.3.12-dev.6c928a4 - 2022-12-19
  • 0.3.12-dev.67973b4 - 2022-12-29
  • 0.3.12-dev.63ab05f - 2023-02-05
  • 0.3.12-dev.54ca9dd - 2023-02-07
  • 0.3.12-dev.4df969e - 2023-01-28
  • 0.3.12-dev.3e1caf0 - 2023-01-03
  • 0.3.12-dev.1a9b9fb - 2023-02-06
  • 0.3.12-dev.18b659d - 2022-12-29
  • 0.3.12-dev.15a4eb9 - 2022-12-29
  • 0.3.12-dev.12fdd73 - 2023-02-07
  • 0.3.12-dev.0eb7441 - 2023-02-07
  • 0.3.12-dev.0d72317 - 2022-12-03
  • 0.3.12-dev.8731858 - 2023-02-07
  • 0.3.12-dev.8251812 - 2022-12-16
  • 0.3.11 - 2022-12-03
    Read more
  • 0.3.11-dev.fc3b4f8 - 2022-12-03
  • 0.3.11-dev.f07fb2c - 2022-12-03
  • 0.3.11-dev.efb4168 - 2022-11-04
  • 0.3.11-dev.d71e9c4 - 2022-12-03
  • 0.3.11-dev.cdabaa3 - 2022-09-20
  • 0.3.11-dev.b5ff79f - 2022-11-04
  • 0.3.11-dev.97fae63 - 2022-12-03
  • 0.3.11-dev.8a837f9 - 2022-09-20
  • 0.3.11-dev.85fa9c6 - 2022-11-05
  • 0.3.11-dev.81fc9a9 - 2022-12-03
  • 0.3.11-dev.7fbc3ad - 2022-12-03
  • 0.3.11-dev.71efa8e - 2022-12-03
  • 0.3.11-dev.6eb674b - 2022-11-05
  • 0.3.11-dev.6ba48bd - 2022-12-03
  • 0.3.11-dev.66acec8 - 2022-11-04
  • 0.3.11-dev.658604d - 2022-12-03
  • 0.3.11-dev.5253c8f - 2022-11-04
  • 0.3.11-dev.4ec04fa - 2022-11-21
  • 0.3.11-dev.4a36d0e - 2022-11-05
  • 0.3.11-dev.38e0eff - 2022-11-04
  • 0.3.11-dev.2e1c9fd - 2022-11-04
  • 0.3.11-dev.2473ff0 - 2022-12-03
  • 0.3.11-dev.1cb738a - 2022-12-03
  • 0.3.11-dev.19536ed - 2022-11-05
  • 0.3.11-dev.7386318 - 2022-12-03
  • 0.3.10 - 2022-09-19

    Bug Fixes

    • "Cannot commit, no transaction is active" error in sql.js (#9234) (749809a), closes #9100
    • add missing support for primaryKeyConstraintName property in EntitySchema (cc63961)
    • malformed query when selecting deeply nested embedded entities (#9273) (83f7b88)
    • prototype pollution issue (e3aac27)
    • typescript 4.8 type issues #9331 (#9357) (a1960e1)
    • Update RelationIdLoader to use DriverUtils.getAlias (#9380) (a917d65), closes #9379

    Features

  • 0.3.10-dev.f24b262 - 2022-09-19
  • 0.3.10-dev.e3aac27 - 2022-08-29
  • 0.3.10-dev.de15df1 - 2022-09-19
  • 0.3.10-dev.cc63961 - 2022-08-30
  • 0.3.10-dev.a1960e1 - 2022-09-15
  • 0.3.10-dev.773a4fe - 2022-09-14
  • 0.3.10-dev.749809a - 2022-09-19
  • 0.3.10-dev.52e5f7c - 2022-09-14
  • 0.3.9 - 2022-08-28

    Bug Fixes

    • fixed regression introduced in 0.3.8 - broken CLI because of #8917 (#9332), closes #9330
  • 0.3.8 - 2022-08-26
    Read more
  • 0.3.8-dev.fd7ae97 - 2022-08-24
  • 0.3.8-dev.eb8f0c6 - 2022-08-24
  • 0.3.8-dev.e49d0c8 - 2022-08-24
  • 0.3.8-dev.de8aaac - 2022-08-24
  • 0.3.8-dev.dadb658 - 2022-08-24
  • 0.3.8-dev.d285fd0 - 2022-07-06
  • 0.3.8-dev.c4f4650 - 2022-08-25
  • 0.3.8-dev.bd96e27 - 2022-08-24
  • 0.3.8-dev.bb33cd0 - 2022-07-11
  • 0.3.8-dev.b8d04dc - 2022-08-25
  • 0.3.8-dev.9f7fc14 - 2022-08-24
  • 0.3.8-dev.8dcd61e - 2022-08-24
  • 0.3.8-dev.72728f1 - 2022-08-25
  • 0.3.8-dev.7198a7a - 2022-08-24
  • 0.3.8-dev.68e8f22 - 2022-08-25
  • 0.3.8-dev.64674e6 - 2022-08-24
  • 0.3.8-dev.5ebc626 - 2022-08-24
  • 0.3.8-dev.5e5abbd - 2022-08-25
  • 0.3.8-dev.46d0021 - 2022-08-24
  • 0.3.8-dev.3a533a4 - 2022-08-24
  • 0.3.8-dev.340ab67 - 2022-08-25
  • 0.3.8-dev.2e67138 - 2022-06-30
  • 0.3.8-dev.15f90e0 - 2022-08-22
  • 0.3.8-dev.109c1fa - 2022-06-29
  • 0.3.8-dev.0b54222 - 2022-07-05
  • 0.3.8-dev.03317a3 - 2022-08-28
  • 0.3.7 - 2022-06-29
    Read more
from typeorm GitHub release notes
Commit messages
Package name: typeorm
  • f1330ad fix: firstCapital=true not working in camelCase() function
  • a11809e fix: handles "query" relation loading strategy for TreeRepositories (#9680)
  • 947ffc3 feat: leftJoinAndMapOne and innerJoinAndMapOne map result to entity (#9354)
  • de1228d fix: transform values for FindOperators #9381 (#9777)
  • 197cc05 fix: prevent foreign key support during migration batch under sqlite (#9775)
  • 4ac8c00 feat: add support for json datatype for sqlite (#9744)
  • a868979 fix: use object create if entity skip constructor is set (#9831)
  • bc306fb feat: add support for STI on EntitySchema (#9834)
  • 97280fc docs: update migrations docs (#9828)
  • bebba05 fix: proper default value on generating migration when default value is a function calling [Postgres] (#9830)
  • f7f6817 fix: improve EntityNotFound error message in QueryBuilder.findOneOrFail (#9872)
  • 4997da0 fix: loading tables with fk in sqlite query runner (#9875)
  • 0619aca test: when calling AVG on an integer column, MS SQL Server returns an int. (#9784)
  • f530811 feat: Broadcast identifier for removed related entities (#9913)
  • af4f15c fixing failing test
  • 0814970 feat: allow type FindOptionsOrderValue for order by object property (#9895) (#9896)
  • 07221a3 fix: resolves issue with mssql column recreation (#9773)
  • cb154d4 fix: resolve issues for mssql migration when simple-enum was changed
  • 4fa14e3 build(deps): bump jsonwebtoken and mssql (#9700)
  • 1fcd9f3 refactor: remove date-fns package (#9634)
  • 98f2205 docs: added a documentation section on debugging query builder (#9846)
  • e0e7d2c docs: update many-to-many-relations.md (#9861)
  • 3f1142b docs: update relations-faq (#9879)
  • f7b210b docs: documented getCount() method (#9847)

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant