[Snyk] Upgrade typeorm from 0.2.24 to 0.3.27 #1635
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade typeorm from 0.2.24 to 0.3.27.
ℹ️ 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 708 versions ahead of your current version.
The recommended version was released 22 days ago.
Issues fixed by the recommended upgrade:
SNYK-JS-XML2JS-5414874
SNYK-JS-HIGHLIGHTJS-1045326
SNYK-JS-HIGHLIGHTJS-1048676
SNYK-JS-SHAJS-12089400
SNYK-JS-TYPEORM-590152
Release notes
Package name: typeorm
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
VirtualColumn
s to be initially non-selectable by @ alumni in #11586New Contributors
Full Changelog: 0.3.26...0.3.27
Notes:
stringifyObjects: true
, in order to avoid a potential security vulnerabilityin the mysql/mysql2 client libraries. You can revert to the old behavior by setting
connectionOptions.extra.stringifyObjects = false
.@ sap/hana-client
library. The deprecatedhdb-pool
is no longer necessary and can be removed. See https://typeorm.io/docs/drivers/sap/#data-source-options for the new pool options.
What's Changed
useIndex
when cloning a QueryExpressionMap (or a QueryBuilder) by @ kettui in #10679test.yml
tocommit-validation.yml
by @ albasyir in #11560stringifyObjects
implicitly by @ alumni in #11574@ piying/orm
extension to readme by @ wszgrcy in #11596reload
option typo by @ radovanovic-stevan in #11601New Contributors
Full Changelog: 0.3.25...0.3.26
What's Changed
New Contributors
Full Changelog: 0.3.24...0.3.25
What's Changed