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 /server #16

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 Jul 13, 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 8.0.3 to 8.1.4

Release notes

Sourced from @​nestjs/typeorm's releases.

Release 8.1.4

  • chore(): add deprecated tag to keep connection alive (4d689eb)
  • Merge branch 'master' of https://github.com/nestjs/typeorm (33ffb9d)
  • fix(): revert keep connection alive flag (56c4598)
  • chore(deps): update nest monorepo to v8.4.7 (b3db9bb)
  • chore(deps): update dependency prettier to v2.7.0 (eadd16a)

Release 8.1.3

  • chore(): add todo comments (153da09)
  • Merge pull request #1300 from mo4islona/master (3a4c65c)
  • chore(deps): update typescript-eslint monorepo to v5.28.0 (3454481)
  • chore(deps): update dependency ts-jest to v28.0.5 (0bf3259)
  • chore(deps): update dependency lint-staged to v13.0.1 (e1b4953)
  • fix(): do not initialize datasource if already initialized (d359f4d)
  • chore(deps): update dependency jest to v28.1.1 (4566ab0)
  • chore(deps): update typescript-eslint monorepo to v5.27.1 (523cb49)
  • chore(deps): update dependency @​types/jest to v28.1.1 (15aa891)
  • chore(deps): update dependency eslint to v8.17.0 (492cd59)
  • chore(deps): update dependency typescript to v4.7.3 (0ab0773)
  • chore(deps): update dependency ts-jest to v28.0.4 (38e173c)

Release 8.1.2

  • Update README.md (e5beeb8)
  • Merge pull request #1292 from gulaandrij/patch-1 (4773c05)
  • Update README.md (43376e8)

Release 8.1.1

  • Merge branch 'master' of https://github.com/nestjs/typeorm (9432329)
  • chore(): improve backward compatibility with v0.2 (8f4f57d)
  • chore(deps): update dependency @​types/jest to v28 (e6e8d51)
  • chore(deps): update dependency @​types/jest to v27.5.2 (12645e3)
  • chore(deps): update dependency lint-staged to v13 (925dcf4)

Release 8.1.0

Breaking changes

v8.1.0 uses typeorm v0.3+ instead of v0.2+

See breaking changes here https://github.com/typeorm/typeorm/releases/tag/0.3.0

Changelog

  • chore(): upgrade typeorm to the latest version (cbca8ba)
  • Merge pull request #1233 from nestjs/feat/typeorm-0.3-migration (9271d25)
  • Merge branch 'feat/typeorm-0.3-migration' of https://github.com/nestjs/typeorm into feat/typeorm-0.3-migration (d4ff918)
  • chore(): resolve conflicts (1f699cd)
  • chore(deps): update dependency @​commitlint/cli to v17.0.2 (06372e8)
  • chore(deps): update dependency lint-staged to v12.5.0 (e5163a0)
  • chore(deps): update nest monorepo to v8.4.6 (5fd8ccf)
  • chore(deps): update typescript-eslint monorepo to v5.27.0 (d65d38c)

... (truncated)

Commits

Updates typeorm from 0.2.45 to 0.3.17

Release notes

Sourced from typeorm's releases.

0.3.17

Bug Fixes

0.3.16

0.3.16 (2023-05-09)

Bug Fixes

Features

  • mariadb uuid inet4 inet6 column data type support (#9845) (d8a2e37)

Reverts

0.3.15

Bug Fixes

  • make cache optional fields optional (#9942) (159c60a)
  • prevent unique index identical to primary key (all sql dialects) (#9940) (51eecc2)
  • SelectQueryBuilder builds incorrectly escaped alias in Oracle when used on entity with composite key (#9668) (83c6c0e)

Features

0.3.14

Bug Fixes

... (truncated)

Changelog

Sourced from typeorm's changelog.

0.3.17 (2023-06-20)

Bug Fixes

0.3.16 (2023-05-09)

Bug Fixes

Features

  • mariadb uuid inet4 inet6 column data type support (#9845) (d8a2e37)

Reverts

0.3.15 (2023-04-15)

Bug Fixes

  • make cache optional fields optional (#9942) (159c60a)
  • prevent unique index identical to primary key (all sql dialects) (#9940) (51eecc2)
  • SelectQueryBuilder builds incorrectly escaped alias in Oracle when used on entity with composite key (#9668) (83c6c0e)

Features

0.3.14 (2023-04-09)

... (truncated)

Commits

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.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 13, 2023
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/server/xml2js-and-nestjs/typeorm-and-typeorm--removed branch 2 times, most recently from a116dbd to f718b5b Compare July 13, 2023 20:08
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 8.0.3 to 8.1.4
- [Release notes](https://github.com/nestjs/typeorm/releases)
- [Changelog](https://github.com/nestjs/typeorm/blob/master/.release-it.json)
- [Commits](nestjs/typeorm@8.0.3...8.1.4)

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

---
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 force-pushed the dependabot/npm_and_yarn/server/xml2js-and-nestjs/typeorm-and-typeorm--removed branch from f718b5b to 343251c Compare July 15, 2023 20:12
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.

0 participants