From 29cc3d9979886990fdbd791f394eb8f9ab158166 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 28 May 2024 17:24:42 +0100 Subject: [PATCH] Update dependency reflect-metadata to ^0.2.0 (#308) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
rbuckton/reflect-metadata (reflect-metadata) ### [`v0.2.2`](https://github.com/rbuckton/reflect-metadata/compare/v0.2.1...ca9650a46e3dfa32d0b384936eed539bd9109b12) [Compare Source](https://github.com/rbuckton/reflect-metadata/compare/v0.2.1...ca9650a46e3dfa32d0b384936eed539bd9109b12) ### [`v0.2.1`](https://github.com/rbuckton/reflect-metadata/releases/tag/v0.2.1) [Compare Source](https://github.com/rbuckton/reflect-metadata/compare/v0.2.0...v0.2.1) #### What's Changed - Fix stack overflow crash in isProviderFor by [@​rbuckton](https://github.com/rbuckton) in https://github.com/rbuckton/reflect-metadata/pull/155 - Update main to v0.2.1 by [@​rbuckton](https://github.com/rbuckton) in https://github.com/rbuckton/reflect-metadata/pull/156 **Full Changelog**: https://github.com/rbuckton/reflect-metadata/compare/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](https://github.com/rbuckton/reflect-metadata/compare/v0.1.14...v0.2.0) #### What's Changed - Add /lite and /no-conflict exports by [@​rbuckton](https://github.com/rbuckton) in https://github.com/rbuckton/reflect-metadata/pull/144 - No dynamic evaluation in `/lite` mode by [@​rbuckton](https://github.com/rbuckton) in https://github.com/rbuckton/reflect-metadata/pull/149 **Full Changelog**: https://github.com/rbuckton/reflect-metadata/compare/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](https://github.com/rbuckton/reflect-metadata/compare/v0.1.13...v0.1.14) #### What's Changed - Fix variable name by [@​amatiasq](https://github.com/amatiasq) in https://github.com/rbuckton/reflect-metadata/pull/109 - Bypass webpack `process.env` inlining by [@​rbuckton](https://github.com/rbuckton) in [`c8c06cc`](https://github.com/rbuckton/reflect-metadata/commit/c8c06ccdfc836ef8adfc8ade216dee9fd2046ecb) #### New Contributors - [@​amatiasq](https://github.com/amatiasq) made their first contribution in https://github.com/rbuckton/reflect-metadata/pull/109 **Full Changelog**: https://github.com/rbuckton/reflect-metadata/compare/v0.1.13...v0.1.14
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.vylpes.xyz/RabbitLabs/Droplet/pulls/308 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4193ce53..62b43e05 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index bd89134c..0550ed45 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"