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

πŸ— Update dependency typeorm to v0.2.25 [SECURITY] - abandoned #92

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 7, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
typeorm (source) 0.2.13 -> 0.2.25 age adoption passing confidence

GitHub Vulnerability Alerts

CVE-2020-8158

Prototype pollution vulnerability in the TypeORM package < 0.2.25 may allow attackers to add or modify Object properties leading to further denial of service or SQL injection attacks.


Release Notes

typeorm/typeorm

v0.2.25

Compare Source

Bug Fixes
Features
Performance Improvements
  • An optimized version of EntityMetadata#compareIds() for the common case (#​5419) (a9bdb37)

v0.2.24

Compare Source

Bug Fixes
Features

v0.2.23

Compare Source

Bug Fixes
Features

v0.2.22

Compare Source

Bug Fixes
Features
BREAKING CHANGES
  • aliases for very long relation names may be replaced with hashed strings.
    Fix: avoid collisions by using longest possible hash.
    Retain more entropy by not using only 8 characters of hashed aliases.

v0.2.21

Compare Source

Bug Fixes
Features

v0.2.20

Compare Source

Bug Fixes
Features

v0.2.19

Compare Source

Bug Fixes
Features

v0.2.18

Compare Source

Bug fixes
  • fixed loadRelationCountAndMap when entities' primary keys are strings (#​3946)
  • fixed QueryExpressionMap not cloning all values correctly (#​4156)
  • fixed transform embeddeds with no columns but with nested embeddeds (mongodb) (#​4131)
  • fixed the getMany() result being droped randomly bug when using the buffer as primary key. (#​4220)
Features
  • adds typeorm migration:show command (#​4173)
  • deprecate column readonly option in favor of update and insert options (#​4035)
  • support sql.js v1.0 (#​4104)
  • added support for orUpdate in SQLlite (#​4097)
  • added support for dirty_read (NOLOCK) in SQLServer (#​4133)
  • extend afterLoad() subscriber interface to take LoadEvent (issue #​4185)
  • relation decorators (e.g. @OneToMany) now also accept string instead of typeFunction, which prevents circular dependency issues in the frontend/browser (issue #​4190)
  • added support for metadata reflection in typeorm-class-transformer-shim.js (issue #​4219)
  • added sqlJsConfig to input config when initializing sql.js (issue #​4559)

v0.2.17

Compare Source

Bug fixes
  • fixed transform embeddeds with boolean values (mongodb) (#​3900)
  • fixed issue with schema inheritance in STI pattern (#​3957)
  • revert changes from #​3814 (#​3828)
  • fix performance issue when inserting into raw tables with QueryBuilder
    (#​3931)
  • sqlite date hydration is susceptible to corruption (#​3949)
  • fixed mongodb uniques, support 3 ways to define uniques (#​3986)
  • fixed mongodb TTL index (#​4044)
Features

v0.2.16

Compare Source

Bug fixes
  • removed unused parameters from insert, update, delete methods (#​3888)
  • fixed: migration generator produces duplicated changes (#​1960)
  • fixed: unique constraint not created on embedded entity field (#​3142)
  • fixed: FK columns have wrong length when PrimaryGeneratedColumn('uuid') is used (#​3604)
  • fixed: column option unique sqlite error (#​3803)
  • fixed: 'uuid' in PrimaryGeneratedColumn causes Many-to-Many Relationship to Fail (#​3151)
  • fixed: sync enums on schema sync (#​3694)
  • fixed: changes in enum type is not reflected when generating migration (in definition file) (#​3244)
  • fixed: migration will keep create and drop indexes if index name is the same across tables (#​3379)
Features
  • added lock option in FindOptions

v0.2.15

Compare Source

Bug fixes
  • fixed bug in connection.dropDatabase method (#​1414)
  • fixed "deep relations" not loaded/mapped due to the built-in max length of Postgres (#​3118)
  • updated all dependencies
  • fixed types issue from #​3725
  • removed sql-function-support (() => syntax) in parameters to prevent security considerations
  • fix sync schema issue with postgres enum in case capital letters in entity name (#​3536)
Features
  • added uuidExtension option to Postgres connection options, which allows TypeORM to use the newer pgcrypto extension to generate UUIDs

v0.2.14

Compare Source

Bug fixes
  • fixed migration issue with postgres numeric enum type - change queries are not generated if enum is not modified (#​3587)
  • fixed mongodb entity listeners in optional embeddeds (#​3450)
  • fixes returning invalid delete result
  • reverted lazy loading properties not enumerable feature to fix related bugs
Features
  • added CockroachDB support
  • added browser entry point to package.json (3583)
  • replaced backend-only drivers by dummy driver in browser builds
  • added useLocalForage option to Sql.js connection options, which enables asynchronous load and save operations of the datatbase from the indexedDB (#​3554)
  • added simple-enum column type (#​1414)

Configuration

πŸ“… Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate
Copy link
Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@renovate renovate bot changed the title πŸ— Update dependency typeorm to v0.2.25 [SECURITY] πŸ— Update dependency typeorm to v0.2.25 [SECURITY] - abandoned May 28, 2023
@renovate
Copy link
Author

renovate bot commented May 28, 2023

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

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.

None yet

1 participant