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

Bump xml2js, @nestjs/typeorm and typeorm in /backend/underyourskin/nestjs #92

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 11, 2023

Removes xml2js. It's no longer used after updating ancestor dependencies xml2js, @nestjs/typeorm and typeorm. These dependencies need to be updated together.

Removes xml2js

Updates @nestjs/typeorm from 7.1.5 to 9.0.1

Release notes

Sourced from @​nestjs/typeorm's releases.

Release 9.0.1

  • Merge pull request #1333 from dineshsalunke/tree-repo-fix (249edca)
  • chore(deps): update dependency release-it to v15.3.0 (78f30a7)
  • chore(deps): update typescript-eslint monorepo to v5.33.0 (2a9f89b)
  • chore(deps): update nest monorepo to v9.0.8 (362682a)
  • chore(deps): update typescript-eslint monorepo to v5.32.0 (4b77381)
  • chore(deps): update dependency eslint to v8.21.0 (f3deed3)
  • chore(deps): update nest monorepo to v9.0.7 (216df0f)
  • chore(deps): update nest monorepo to v9.0.6 (c6bb982)
  • chore(deps): update dependency release-it to v15.2.0 (3dc105b)
  • chore(deps): update typescript-eslint monorepo to v5.31.0 (57ca6b7)
  • chore(deps): update dependency release-it to v15.1.4 (10fdfdc)
  • chore(deps): update nest monorepo to v9.0.5 (fd72ac3)
  • chore(deps): update dependency release-it to v15.1.3 (46f2d7d)
  • chore(deps): update typescript-eslint monorepo to v5.30.7 (96872d7)
  • chore(deps): update nest monorepo to v9.0.4 (da574c8)
  • Merge pull request #1346 from wodCZ/feature/circleci-convenience-image (36cec63)
  • ci(): use next-gen convenience image; update npm version without sudo (5c79d6a)
  • chore(deps): update dependency ts-jest to v28.0.7 (286eebb)
  • chore(deps): update dependency eslint to v8.20.0 (4e06d87)
  • chore(deps): update dependency release-it to v15.1.2 (266e9ed)
  • chore(deps): update dependency @​types/jest to v28.1.6 (0a2b49c)
  • chore(deps): update dependency ts-jest to v28.0.6 (f6a851d)
  • chore(deps): update dependency jest to v28.1.3 (67f2af6)
  • chore(deps): update dependency @​types/jest to v28.1.5 (75a7bb3)
  • chore(deps): update nest monorepo to v9.0.3 (7cd5624)
  • chore(deps): update typescript-eslint monorepo to v5.30.6 (b1d40cd)
  • style(provider): remove redundant spaces (5b666f2)
  • chore(deps): update dependency rxjs to v7.5.6 (2bcfbb7)
  • chore(deps): update nest monorepo to v9.0.2 (48cb6c6)
  • fix(provider): return proper repository (92781d8)
  • chore(deps): update nest monorepo to v9.0.1 (72bc454)

Release 9.0.0

  • Merge pull request #1331 from nestjs/renovate/major-nest-monorepo (8db515b)
  • chore(deps): update nest monorepo to v9 (7c6fe7e)
  • Merge pull request #1318 from nestjs/renovate/postgres-14.x (8770f0d)
  • chore(deps): update typescript-eslint monorepo to v5.30.5 (0d7436b)
  • chore(deps): update typescript-eslint monorepo to v5.30.4 (f07571c)
  • chore(deps): update dependency eslint to v8.19.0 (06018aa)
  • chore(deps): update dependency supertest to v6.2.4 (9db87d1)
  • chore(deps): update typescript-eslint monorepo to v5.30.3 (ed6c93c)
  • chore(deps): update dependency @​types/jest to v28.1.4 (385370c)
  • chore(deps): update dependency typeorm to v0.3.7 (67fc94b)
  • chore(deps): update dependency jest to v28.1.2 (5330e8d)
  • chore(deps): update dependency release-it to v15.1.1 (68afd5c)
  • chore(deps): update typescript-eslint monorepo to v5.30.0 (1756ce0)
  • chore(deps): update commitlint monorepo to v17.0.3 (6dac6c3)
  • chore(deps): update dependency lint-staged to v13.0.3 (6dc4ead)
  • chore(deps): update dependency postgres to v14.4 (599b3e6)

... (truncated)

Commits
  • 9eb2e5f chore(): release v9.0.1
  • 249edca Merge pull request #1333 from dineshsalunke/tree-repo-fix
  • 78f30a7 chore(deps): update dependency release-it to v15.3.0
  • 2a9f89b chore(deps): update typescript-eslint monorepo to v5.33.0
  • 362682a chore(deps): update nest monorepo to v9.0.8
  • 4b77381 chore(deps): update typescript-eslint monorepo to v5.32.0
  • f3deed3 chore(deps): update dependency eslint to v8.21.0
  • 216df0f chore(deps): update nest monorepo to v9.0.7
  • c6bb982 chore(deps): update nest monorepo to v9.0.6
  • 3dc105b chore(deps): update dependency release-it to v15.2.0
  • Additional commits viewable in compare view

Updates typeorm from 0.2.29 to 0.3.14

Release notes

Sourced from typeorm's releases.

0.3.14

Bug Fixes

  • drop xml & yml connection option support. Addresses security issues in underlying dependency (#9930) (7dac12c)

Features

0.3.13

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.12

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

... (truncated)

Changelog

Sourced from typeorm's changelog.

0.3.14 (2023-04-09)

Bug Fixes

  • drop xml & yml connection option support. Addresses security issues in underlying dependency (#9930) (7dac12c)

Features

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.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)

... (truncated)

Commits
  • 5e3c565 version bump
  • 7dac12c fix: drop xml & yml connection option support (#9930)
  • daf1b47 fix: wrong dependency version in init command
  • 0194f17 version bump
  • 12e9db0 feat: QueryBuilder performance optimizations (#9914)
  • 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)
  • Additional commits viewable in compare view

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js). It's no longer used after updating ancestor dependencies [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js), [@nestjs/typeorm](https://github.com/nestjs/typeorm) and [typeorm](https://github.com/typeorm/typeorm). These dependencies need to be updated together.


Removes `xml2js`

Updates `@nestjs/typeorm` from 7.1.5 to 9.0.1
- [Release notes](https://github.com/nestjs/typeorm/releases)
- [Changelog](https://github.com/nestjs/typeorm/blob/master/.release-it.json)
- [Commits](nestjs/typeorm@7.1.5...9.0.1)

Updates `typeorm` from 0.2.29 to 0.3.14
- [Release notes](https://github.com/typeorm/typeorm/releases)
- [Changelog](https://github.com/typeorm/typeorm/blob/master/CHANGELOG.md)
- [Commits](typeorm/typeorm@0.2.29...0.3.14)

---
updated-dependencies:
- dependency-name: xml2js
  dependency-type: indirect
- dependency-name: "@nestjs/typeorm"
  dependency-type: direct:production
- dependency-name: typeorm
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants