Skip to content

GitLab

  • 菜单
项目 Groups 代码片段
    • 正在加载...
  • 帮助
    • 帮助
    • 支持
    • 社区论坛
    • 提交反馈
    • 为 GitLab 提交贡献
  • 登录
  • S steedos-platform
  • 项目信息
    • 项目信息
    • 动态
    • 标记
    • 成员
  • 仓库
    • 仓库
    • 文件
    • 提交
    • 分支
    • 标签
    • 贡献者
    • 分支图
    • 比较
  • 议题 640
    • 议题 640
    • 列表
    • 看板
    • 服务台
    • 里程碑
  • 合并请求 58
    • 合并请求 58
  • CI/CD
    • CI/CD
    • 流水线
    • 作业
    • 计划
  • 部署
    • 部署
    • 环境
    • 发布
  • 监控
    • 监控
    • 指标
    • 事件
  • 软件包与镜像库
    • 软件包与镜像库
    • 软件包库
    • 基础设施库
  • 分析
    • 分析
    • CI/CD
    • 仓库
    • 价值流
  • Wiki
    • Wiki
  • 代码片段
    • 代码片段
  • 动态
  • 分支图
  • 创建新议题
  • 作业
  • 提交
  • 议题看板
收起侧边栏
  • steedos
  • steedos-platform
  • 合并请求
  • !1677

已关闭
Created 5月 08, 2021 by 庄建国@zhuangjianguoOwner
  • 报告滥用
报告滥用

Bump typeorm from 0.2.24 to 0.2.32 in /packages/accounts

  • 概览 1
  • 提交 1
  • 变更 1

Created by: dependabot[bot]

Bumps typeorm from 0.2.24 to 0.2.32.

Changelog

Sourced from typeorm's changelog.

0.2.32 (2021-03-30)

Bug Fixes

  • aurora-data-api get correct increment primary key for multiple entities inserted (#7434) (fc8af5f), closes #7385
  • aurora-data-api return number of affected rows in UpdatedResult and DeleteResult (#7433) (46aba1d), closes #7386
  • RelationLoader load with existing queryRunner (#7471) (2dcb493), closes #5338
  • Array type default value should not generate SQL commands without change (#7409) (7f06e44)
  • correctly get referenceColumn value in getEntityValueMap (#7005) (7fe723b), closes #7002
  • don't transform json(b) column value when computing update changes (#6929) (6be54d4)
  • empty entity when query with nested relations (#7450) (9abf727), closes #7041 #7041 #7041
  • fixed all known enum issues (#7419) (724d80b), closes #5371 #6471 #7217 #6047 #7283 #5871 #5729 #5478 #5882 #5275 #2233 #5648 #4897 #6376 #6115
  • improve EntityManager.save() return type (#7391) (66fbfda)
  • Only first single quote in comments is escaped (#7514) (e1e9423)
  • performance issues of RelationId. (#7318) (01a215a), closes #5691
  • rename a sequence related to generated primary key when a table is renamed (#5406) (25b457f)
  • resolve issue building tree entities with embeded primary column (#7416) (dc81814), closes #7415
  • wrong migration generation when column default value is set to null #6950 (#7356) (5a3f9ff)

Features

  • add check and dry-run to migration generate (#7275) (d6df200), closes #3037 #6978
  • add option for installing package using CLI (#6889) (3d876c6)
  • Add support for Access Token Authentication for SQL Server Driver (mssql) (#7477) (e639772)
  • added socketPath support for replicas in MySQL driver (#7459) (8d7afaf)
  • allow to pass the given table name as string in RelationDecorators (#7448) (4dbb10e)
  • implement "FOR UPDATE OF" for postgres driver (#7040) (fde9f07)
  • introduced a new configuration option "formatOptions.castParameters" to delegate the prepare/hydrate parameters to the driver which will result in casting the parameters to their respective column type (#7483) (7793b3f)
  • output Javascript Migrations instead of TypeScript (#7294) (b97cc4f)

0.2.31 (2021-02-08)

Bug Fixes

  • append condition to STI child entity join (#7339) (68bb82e)
  • avoid regex lookbehind for compatibility (#7270) (063d27f), closes #7026
  • cache from ENV - add ioredis support (#7332) (5e2117c)
  • datetime2 rounding in mssql (#7264) (4711a71), closes #3202
  • escape columns in InsertQueryBuilder.orUpdate (#6316) (ab56e07)
  • incorrect postgres uuid type in PrimaryGeneratedColumnType (#7298) (2758502)
  • MariaDB VIRTUAL + [NOT NULL|NULL] error (#7022) (82f2b75), closes #2691
  • reject nullable primary key columns (#7001) (cdace6e)
  • resolve issue with find with relations returns soft-deleted entities (#7296) (d7cb338), closes #6265
  • save does not return id, save does not return generated (#7336) (01a6aee)

Features

  • enable explicitly inserting IDENTITY values into mssql (#6199) (4abbd46), closes #2199
  • export all errors (#7006) (56300d8)
  • option to disable foreign keys creation (#7277) (cb17b95), closes #3120 #3120

... (truncated)

Commits
  • 8c7c655 version bump
  • e1e9423 fix: Only first single quote in comments is escaped (#7514)
  • eff43c1 fixed failing test
  • 25b457f fix: rename a sequence related to generated primary key when a table is renam...
  • 9abf727 fix: empty entity when query with nested relations (#7450)
  • e639772 feat: Add support for Access Token Authentication for SQL Server Driver (mssq...
  • 8d7afaf feat: added socketPath support for replicas in MySQL driver (#7459)
  • 2dcb493 fix: [RelationLoader] load with existing queryRunner (#7471)
  • 46aba1d fix: [aurora-data-api] Return number of affected rows in UpdatedResult and De...
  • fc8af5f fix: (aurora-data-api) get correct increment primary key for multiple entitie...
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

%d位指派人
分配到
%d位审核者
请求审核来自
工时统计
源分支: dependabot/npm_and_yarn/packages/accounts/typeorm-0.2.32