Skip to content

Commit

Permalink
Update dependency reflect-metadata to ^0.2.0 (#308)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [reflect-metadata](http://rbuckton.github.io/reflect-metadata) ([source](https://github.com/rbuckton/reflect-metadata)) | dependencies | minor | [`^0.1.13` -> `^0.2.0`](https://renovatebot.com/diffs/npm/reflect-metadata/0.1.13/0.2.2) |

---

### Release Notes

<details>
<summary>rbuckton/reflect-metadata (reflect-metadata)</summary>

### [`v0.2.2`](rbuckton/reflect-metadata@v0.2.1...ca9650a)

[Compare Source](rbuckton/reflect-metadata@v0.2.1...ca9650a)

### [`v0.2.1`](https://github.com/rbuckton/reflect-metadata/releases/tag/v0.2.1)

[Compare Source](rbuckton/reflect-metadata@v0.2.0...v0.2.1)

#### What's Changed

-   Fix stack overflow crash in isProviderFor by [@&#8203;rbuckton](https://github.com/rbuckton) in rbuckton/reflect-metadata#155
-   Update main to v0.2.1 by [@&#8203;rbuckton](https://github.com/rbuckton) in rbuckton/reflect-metadata#156

**Full Changelog**: rbuckton/reflect-metadata@v0.2.0...v0.2.1

### [`v0.2.0`](https://github.com/rbuckton/reflect-metadata/releases/tag/v0.2.0): reflect-metadata 0.2.0

[Compare Source](rbuckton/reflect-metadata@v0.1.14...v0.2.0)

#### What's Changed

-   Add /lite and /no-conflict exports by [@&#8203;rbuckton](https://github.com/rbuckton) in rbuckton/reflect-metadata#144
-   No dynamic evaluation in `/lite` mode by [@&#8203;rbuckton](https://github.com/rbuckton) in rbuckton/reflect-metadata#149

**Full Changelog**: rbuckton/reflect-metadata@v0.1.14...v0.2.0

### [`v0.1.14`](https://github.com/rbuckton/reflect-metadata/releases/tag/v0.1.14): reflect-metadata 0.1.14

[Compare Source](rbuckton/reflect-metadata@v0.1.13...v0.1.14)

#### What's Changed

-   Fix variable name by [@&#8203;amatiasq](https://github.com/amatiasq) in rbuckton/reflect-metadata#109
-   Bypass webpack `process.env` inlining by [@&#8203;rbuckton](https://github.com/rbuckton) in [`c8c06cc`](rbuckton/reflect-metadata@c8c06cc)

#### New Contributors

-   [@&#8203;amatiasq](https://github.com/amatiasq) made their first contribution in rbuckton/reflect-metadata#109

**Full Changelog**: rbuckton/reflect-metadata@v0.1.13...v0.1.14

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4wLjAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4wLjAiLCJ0YXJnZXRCcmFuY2giOiJkZXZlbG9wIn0=-->

Reviewed-on: https://git.vylpes.xyz/RabbitLabs/Droplet/pulls/308
Co-authored-by: Renovate Bot <[email protected]>
Co-committed-by: Renovate Bot <[email protected]>
  • Loading branch information
Renovate Bot authored and Vylpes committed May 28, 2024
1 parent 567f335 commit 29cc3d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"mysql2": "^3.0.0",
"nodemailer": "^6.7.2",
"pug": "^3.0.2",
"reflect-metadata": "^0.1.13",
"reflect-metadata": "^0.2.0",
"reflection": "^0.0.1",
"tsyringe": "^4.5.0",
"typeorm": "^0.3.17",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3490,10 +3490,10 @@ react-is@^18.0.0:
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.2.0.tgz#199431eeaaa2e09f86427efbb4f1473edb47609b"
integrity sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==

reflect-metadata@^0.1.13:
version "0.1.13"
resolved "https://registry.npmjs.org/reflect-metadata/-/reflect-metadata-0.1.13.tgz"
integrity sha512-Ts1Y/anZELhSsjMcU605fU9RE4Oi3p5ORujwbIKXfWa+0Zxs510Qrmrce5/Jowq3cHSZSJqBjypxmHarc+vEWg==
reflect-metadata@^0.2.0:
version "0.2.2"
resolved "https://registry.yarnpkg.com/reflect-metadata/-/reflect-metadata-0.2.2.tgz#400c845b6cba87a21f2c65c4aeb158f4fa4d9c5b"
integrity sha512-urBwgfrvVP/eAyXx4hluJivBKzuEbSQs9rKWCrCkbSxNv8mxPcUZKeuoF3Uy4mJl3Lwprp6yy5/39VWigZ4K6Q==

reflect-metadata@^0.2.1:
version "0.2.1"
Expand Down

0 comments on commit 29cc3d9

Please sign in to comment.