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.2.37 to 0.2.40 #96

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

Conversation

snyk-bot
Copy link
Contributor

@snyk-bot snyk-bot commented Dec 2, 2021

Snyk has created this PR to upgrade typeorm from 0.2.37 to 0.2.40.

merge advice
ℹ️ 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 49 versions ahead of your current version.
  • The recommended version was released 21 days ago, on 2021-11-11.
Release notes
Package name: typeorm
  • 0.2.40 - 2021-11-11

    Bug Fixes

    • BaseEntity finder methods to properly type-check lazy relations conditions (#5710) (0665ff5)

    Features

    • add depth limiter optional parameter when loading nested trees using TreeRepository's findTrees() and findDescendantsTree() (#7926) (0c44629), closes #3909
    • add upsert methods for the drivers that support onUpdate (#8104) (3f98197), closes #2363
    • Postgres IDENTITY Column support (#7741) (969af95)

    Reverts

  • 0.2.40-dev.e80f97d - 2021-11-11
  • 0.2.40-dev.d039319 - 2021-11-10
  • 0.2.40-dev.ae858ad - 2021-11-09
  • 0.2.40-dev.a92120a - 2021-11-10
  • 0.2.40-dev.969af95 - 2021-11-09
  • 0.2.40-dev.41ee95c - 2021-11-09
  • 0.2.40-dev.3f98197 - 2021-11-09
  • 0.2.40-dev.1588c58 - 2021-11-09
  • 0.2.40-dev.0cc8fbb - 2021-11-10
  • 0.2.40-dev.0334d10 - 2021-11-11
  • 0.2.39 - 2021-11-09

    Bug Fixes

    • attach FOR NO KEY UPDATE lock to query if required (#8008) (9692930), closes #7717
    • cli should accept absolute paths for --config (4ad3a61)
    • create a different cacheId if present for count query in getManyAndCount (#8283) (9f14e48), closes #4277
    • defaults type cast filtering in Cockroachdb (#8144) (28c183e), closes #7110 #7110
    • do not generate migration for unchanged enum column (#8161) (#8164) (4638dea)
    • NativescriptQueryRunner's query method fails when targeting es2017 (#8182) (8615733)
    • OneToManySubjectBuilder bug with multiple primary keys (#8221) (6558295)
    • ordering by joined columns for PostgreSQL (#3736) (#8118) (1649882)
    • support DeleteResult in SQLiteDriver (#8237) (b678807)

    Features

    • add typeorm command wrapper to package.json in project template (#8081) (19d4a91)
    • add dependency configuraiton for views #8240 (#8261) (2c861af)
    • add relation options to all tree queries (#8080) (e4d4636), closes #8076
    • add the ability to pass the driver into all database types (#8259) (2133ffe)
    • more informative logging in case of migration failure (#8307) (dc6f1c9)
    • support using custom index with SelectQueryBuilder in MySQL (#7755) (f79ae58)

    Reverts

  • 0.2.39-dev.f79ae58 - 2021-11-09
  • 0.2.39-dev.ef33cf4 - 2021-10-28
  • 0.2.39-dev.e4d4636 - 2021-11-08
  • 0.2.39-dev.dd94c9d - 2021-10-04
  • 0.2.39-dev.d8c5812 - 2021-10-03
  • 0.2.39-dev.d7d19e9 - 2021-10-02
  • 0.2.39-dev.cf281ef - 2021-10-22
  • 0.2.39-dev.bc55836 - 2021-10-28
  • 0.2.39-dev.b6c828c - 2021-10-18
  • 0.2.39-dev.b678807 - 2021-10-02
  • 0.2.39-dev.6929ae3 - 2021-11-06
  • 0.2.39-dev.503d1dc - 2021-10-20
  • 0.2.39-dev.4ad3a61 - 2021-10-21
  • 0.2.39-dev.4aaafdf - 2021-11-09
  • 0.2.39-dev.4638dea - 2021-11-04
  • 0.2.39-dev.2c861af - 2021-10-26
  • 0.2.39-dev.28c183e - 2021-11-04
  • 0.2.39-dev.25271d7 - 2021-11-02
  • 0.2.39-dev.2133ffe - 2021-10-22
  • 0.2.39-dev.179ae75 - 2021-10-26
  • 0.2.39-dev.1197f88 - 2021-10-29
  • 0.2.39-dev.0bc194c - 2021-10-03
  • 0.2.39-dev.0adad88 - 2021-10-27
  • 0.2.39-dev.9692930 - 2021-11-08
  • 0.2.39-dev.8615733 - 2021-10-06
  • 0.2.39-dev.6558295 - 2021-11-05
  • 0.2.39-dev.1649882 - 2021-11-05
  • 0.2.38 - 2021-10-02

    Bug Fixes

    • prevent using absolute table path in migrations unless required (#8038) (e9366b3)
    • snakecase conversion for strings with numbers (#8111) (749511d)
    • use full path for table lookups (#8097) (22676a0)

    Features

  • 0.2.38-dev.e9366b3 - 2021-08-18
  • 0.2.38-dev.d8f6037 - 2021-10-02
  • 0.2.38-dev.d4111ce - 2021-10-02
  • 0.2.38-dev.b858f84 - 2021-08-17
  • 0.2.38-dev.a868078 - 2021-08-28
  • 0.2.38-dev.749511d - 2021-08-25
  • 0.2.38-dev.324f1d8 - 2021-10-02
  • 0.2.38-dev.22676a0 - 2021-08-24
  • 0.2.38-dev.02f0bce - 2021-08-13
  • 0.2.37 - 2021-08-13

    Bug Fixes

    • allow periods in parameter identifiers (#8022) (4201938)
    • ConnectionManager connections property should include list of Connections (#8004) (2344db6)
    • entity value for date columns that are related (#8027) (5a3767f)
    • handle brackets when only one condition is passed (#8048) (ab39066)
    • handle enums with multiple apostrophes in MySQL (#8013) (37c40a6), closes #8011
    • include all drivers in driverfactory error message (#8061) (fbd1ef7)
    • resolve not returning soft deleted relations with withDeleted find option (#8017) (65cbcc7)
    • SAP HANA inserts used incorrect value for returning query (#8072) (36398db)
    • some drivers set the wrong database name when defined from url (#8058) (a3a3284)
    • throw error when not connected in drivers (#7995) (cd71f62)

    Features

from typeorm GitHub release notes

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

@codecov-commenter
Copy link

Codecov Report

Merging #96 (ee5c27a) into master (63c5b70) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #96   +/-   ##
=======================================
  Coverage   92.19%   92.19%           
=======================================
  Files          13       13           
  Lines         589      589           
  Branches      112      112           
=======================================
  Hits          543      543           
  Misses         46       46           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 63c5b70...ee5c27a. Read the comment docs.

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.

2 participants