Skip to content

Commit

Permalink
chore(deps): Bump reflect-metadata from 0.1.14 to 0.2.1 (#1958)
Browse files Browse the repository at this point in the history
Bumps [reflect-metadata](https://github.com/rbuckton/reflect-metadata)
from 0.1.14 to 0.2.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rbuckton/reflect-metadata/releases">reflect-metadata's
releases</a>.</em></p>
<blockquote>
<h2>v0.2.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix stack overflow crash in isProviderFor by <a
href="https://github.com/rbuckton"><code>@​rbuckton</code></a> in <a
href="https://redirect.github.com/rbuckton/reflect-metadata/pull/155">rbuckton/reflect-metadata#155</a></li>
<li>Update main to v0.2.1 by <a
href="https://github.com/rbuckton"><code>@​rbuckton</code></a> in <a
href="https://redirect.github.com/rbuckton/reflect-metadata/pull/156">rbuckton/reflect-metadata#156</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rbuckton/reflect-metadata/compare/v0.2.0...v0.2.1">https://github.com/rbuckton/reflect-metadata/compare/v0.2.0...v0.2.1</a></p>
<h2>reflect-metadata 0.2.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Add /lite and /no-conflict exports by <a
href="https://github.com/rbuckton"><code>@​rbuckton</code></a> in <a
href="https://redirect.github.com/rbuckton/reflect-metadata/pull/144">rbuckton/reflect-metadata#144</a></li>
<li>No dynamic evaluation in <code>/lite</code> mode by <a
href="https://github.com/rbuckton"><code>@​rbuckton</code></a> in <a
href="https://redirect.github.com/rbuckton/reflect-metadata/pull/149">rbuckton/reflect-metadata#149</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rbuckton/reflect-metadata/compare/v0.1.14...v0.2.0">https://github.com/rbuckton/reflect-metadata/compare/v0.1.14...v0.2.0</a></p>
<h2>reflect-metadata 0.2.0-pre.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Add /lite and /no-conflict exports by <a
href="https://github.com/rbuckton"><code>@​rbuckton</code></a> in <a
href="https://redirect.github.com/rbuckton/reflect-metadata/pull/144">rbuckton/reflect-metadata#144</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rbuckton/reflect-metadata/compare/v0.1.14...v0.2.0-pre.0">https://github.com/rbuckton/reflect-metadata/compare/v0.1.14...v0.2.0-pre.0</a></p>
</blockquote>
</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 24, 2023
1 parent 125c8b0 commit fd1bea5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/ado-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@accessibility-insights-action/shared": "workspace:*",
"applicationinsights": "2.7.3",
"azure-pipelines-task-lib": "^4.7.0",
"reflect-metadata": "^0.1.14"
"reflect-metadata": "^0.2.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.15.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"marked-terminal": "^6.2.0",
"normalize-path": "^3.0.0",
"pony-cause": "^2.1.10",
"reflect-metadata": "^0.1.14",
"reflect-metadata": "^0.2.1",
"serialize-error": "^11.0.3",
"serve-static": "^1.15.0"
},
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ __metadata:
mockdate: ^3.0.5
npm-run-all: ^4.1.5
prettier: ^3.1.1
reflect-metadata: ^0.1.14
reflect-metadata: ^0.2.1
rimraf: ^5.0.5
tfx-cli: ^0.16.0
ts-jest: ^29.1.1
Expand Down Expand Up @@ -83,7 +83,7 @@ __metadata:
npm-run-all: ^4.1.5
pony-cause: ^2.1.10
prettier: ^3.1.1
reflect-metadata: ^0.1.14
reflect-metadata: ^0.2.1
rimraf: ^5.0.5
serialize-error: ^11.0.3
serve-static: ^1.15.0
Expand Down Expand Up @@ -10242,10 +10242,10 @@ __metadata:
languageName: node
linkType: hard

"reflect-metadata@npm:^0.1.14":
version: 0.1.14
resolution: "reflect-metadata@npm:0.1.14"
checksum: 155ad339319cec3c2d9d84719f730f8b6a6cd2a074733ec29dbae6c89d48a2914c7d07a2350212594f3aae160fa4da4f903e6512f27ceaf968443a7c692bcad0
"reflect-metadata@npm:^0.2.1":
version: 0.2.1
resolution: "reflect-metadata@npm:0.2.1"
checksum: 772f552a544e04b999c1bf2c868225fef10032274e9d9e315bc3e7a687a504b8b115fa71966665b9619acfd323123a941f892b593250140da809330d41564181
languageName: node
linkType: hard

Expand Down

0 comments on commit fd1bea5

Please sign in to comment.