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

Vylpes' Den: Rules should mention me #237

Closed
Vylpes opened this issue Feb 6, 2023 · 0 comments
Closed

Vylpes' Den: Rules should mention me #237

Vylpes opened this issue Feb 6, 2023 · 0 comments

Comments

@Vylpes
Copy link
Owner

Vylpes commented Feb 6, 2023

In case my tag changes

"Don't argue with a mod's decision. A moderator's choice is final. If you have an issue with a member of the mod team DM me (#1)."

Vylpes added a commit that referenced this issue Jun 12, 2023
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [typeorm](https://typeorm.io) ([source](https://github.com/typeorm/typeorm)) | dependencies | patch | [`0.3.14` -> `0.3.16`](https://renovatebot.com/diffs/npm/typeorm/0.3.14/0.3.16) |

---

### Release Notes

<details>
<summary>typeorm/typeorm</summary>

### [`v0.3.16`](https://github.com/typeorm/typeorm/blob/HEAD/CHANGELOG.md#&#8203;0316-httpsgithubcomtypeormtypeormcompare03150316-2023-05-09)

[Compare Source](typeorm/typeorm@0.3.15...0.3.16)

##### Bug Fixes

-   add `trustServerCertificate` option to `SqlServerConnectionOptions` ([#&#8203;9985](typeorm/typeorm#9985)) ([0305805](typeorm/typeorm@0305805)), closes [#&#8203;8093](typeorm/typeorm#8093)
-   add directConnection options to MongoDB connection ([#&#8203;9955](typeorm/typeorm#9955)) ([e0165e7](typeorm/typeorm@e0165e7))
-   add onDelete option validation for oracle ([#&#8203;9786](typeorm/typeorm#9786)) ([938f94b](typeorm/typeorm@938f94b)), closes [#&#8203;9189](typeorm/typeorm#9189)
-   added instanceName to options ([#&#8203;9968](typeorm/typeorm#9968)) ([7c5627f](typeorm/typeorm@7c5627f))
-   added transaction retry logic in cockroachdb ([#&#8203;10032](typeorm/typeorm#10032)) ([607d6f9](typeorm/typeorm@607d6f9))
-   allow json as alias for longtext mariadb ([#&#8203;10018](typeorm/typeorm#10018)) ([2a2bb4b](typeorm/typeorm@2a2bb4b))
-   convert the join table ID to the referenceColumn ID type ([#&#8203;9887](typeorm/typeorm#9887)) ([9460296](typeorm/typeorm@9460296))
-   correct encode mongodb auth credentials ([#&#8203;10024](typeorm/typeorm#10024)) ([96b7ee4](typeorm/typeorm@96b7ee4)), closes [#&#8203;9885](typeorm/typeorm#9885)
-   create correct children during cascade saving entities with STI ([#&#8203;9034](typeorm/typeorm#9034)) ([06c1e98](typeorm/typeorm@06c1e98)), closes [#&#8203;7758](typeorm/typeorm#7758) [#&#8203;7758](typeorm/typeorm#7758) [#&#8203;9033](typeorm/typeorm#9033) [#&#8203;9033](typeorm/typeorm#9033) [#&#8203;7758](typeorm/typeorm#7758) [#&#8203;7758](typeorm/typeorm#7758)
-   express option bug in init command ([#&#8203;10022](typeorm/typeorm#10022)) ([5be20e2](typeorm/typeorm@5be20e2))
-   for running cli-ts-node-esm use exit code from child process ([#&#8203;10030](typeorm/typeorm#10030)) ([a188b1d](typeorm/typeorm@a188b1d)), closes [#&#8203;10029](typeorm/typeorm#10029)
-   mongodb typings breaks the browser version ([#&#8203;9962](typeorm/typeorm#9962)) ([99bef49](typeorm/typeorm@99bef49)), closes [#&#8203;9959](typeorm/typeorm#9959)
-   RelationIdLoader has access to queryPlanner when wrapped in transaction ([#&#8203;9990](typeorm/typeorm#9990)) ([21a9d67](typeorm/typeorm@21a9d67)), closes [#&#8203;9988](typeorm/typeorm#9988)
-   resolve duplicate subscriber updated columns ([#&#8203;9958](typeorm/typeorm#9958)) ([3d67901](typeorm/typeorm@3d67901)), closes [#&#8203;9948](typeorm/typeorm#9948)
-   select + addOrderBy broke in 0.3.14 ([#&#8203;9961](typeorm/typeorm#9961)) ([0e56f0f](typeorm/typeorm@0e56f0f)), closes [#&#8203;9960](typeorm/typeorm#9960)
-   support More/LessThanOrEqual in relations  ([#&#8203;9978](typeorm/typeorm#9978)) ([8795c86](typeorm/typeorm@8795c86))

##### Features

-   mariadb uuid inet4 inet6 column data type support ([#&#8203;9845](typeorm/typeorm#9845)) ([d8a2e37](typeorm/typeorm@d8a2e37))

##### Reverts

-   "refactor: remove date-fns package ([#&#8203;9634](typeorm/typeorm#9634))" ([54f4f89](typeorm/typeorm@54f4f89))

### [`v0.3.15`](https://github.com/typeorm/typeorm/blob/HEAD/CHANGELOG.md#&#8203;0315-httpsgithubcomtypeormtypeormcompare03140315-2023-04-15)

[Compare Source](typeorm/typeorm@0.3.14...0.3.15)

##### Bug Fixes

-   make cache optional fields optional ([#&#8203;9942](typeorm/typeorm#9942)) ([159c60a](typeorm/typeorm@159c60a))
-   prevent unique index identical to primary key (all sql dialects) ([#&#8203;9940](typeorm/typeorm#9940)) ([51eecc2](typeorm/typeorm@51eecc2))
-   SelectQueryBuilder builds incorrectly escaped alias in Oracle when used on entity with composite key ([#&#8203;9668](typeorm/typeorm#9668)) ([83c6c0e](typeorm/typeorm@83c6c0e))

##### Features

-   support for the latest mongodb v5 ([#&#8203;9925](typeorm/typeorm#9925)) ([f6a3ce7](typeorm/typeorm@f6a3ce7)), closes [#&#8203;7907](typeorm/typeorm#7907) [#&#8203;7907](typeorm/typeorm#7907)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC43NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNzQuMiJ9-->

Co-authored-by: Renovate Bot <renovate@vylpes.com>
Co-authored-by: Ethan Lane <ethan@vylpes.com>
Reviewed-on: https://gitea.vylpes.xyz/RabbitLabs/vylbot-app/pulls/237
Co-authored-by: RenovateBot <renovate@vylpes.com>
Co-committed-by: RenovateBot <renovate@vylpes.com>
@Vylpes Vylpes closed this as completed Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: Backlog
Development

No branches or pull requests

1 participant