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

chore(deps): bump reflect-metadata from 0.2.1 to 0.2.2 #946

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 29, 2024

Bumps reflect-metadata from 0.2.1 to 0.2.2.

Commits

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [reflect-metadata](https://github.com/rbuckton/reflect-metadata) from 0.2.1 to 0.2.2.
- [Release notes](https://github.com/rbuckton/reflect-metadata/releases)
- [Changelog](https://github.com/rbuckton/reflect-metadata/blob/main/tsconfig-release.json)
- [Commits](https://github.com/rbuckton/reflect-metadata/commits)

---
updated-dependencies:
- dependency-name: reflect-metadata
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 29, 2024
@antoinezanardi antoinezanardi merged commit 013be6a into develop Mar 29, 2024
14 checks passed
@antoinezanardi antoinezanardi deleted the dependabot/npm_and_yarn/develop/reflect-metadata-0.2.2 branch March 29, 2024 15:34
antoinezanardi pushed a commit that referenced this pull request Apr 18, 2024
## [1.31.0](v1.30.1...v1.31.0) (2024-04-18)

### 🚀 Features

* **game-history-record:** interactions in records ([#974](#974)) ([57b4813](57b4813))
* **game-phase:** phase tick ([#976](#976)) ([28048cf](28048cf))
* **tie:** kill random player when successive ties in votes ([#983](#983)) ([e9ae5f5](e9ae5f5))

### 🐛 Bug Fixes

* **game-history-record:** don't generate voting result if play type is not vote ([#970](#970)) ([42910b5](42910b5))

### 🧹 Chore

* **deps:** bump @cucumber/cucumber from 10.3.1 to 10.3.2 ([#943](#943)) ([2b0473e](2b0473e))
* **deps:** bump @cucumber/cucumber from 10.3.2 to 10.4.0 ([#964](#964)) ([b7fa581](b7fa581))
* **deps:** bump @fastify/static from 7.0.1 to 7.0.2 ([#949](#949)) ([4a3244b](4a3244b))
* **deps:** bump @fastify/static from 7.0.2 to 7.0.3 ([#956](#956)) ([e393318](e393318))
* **deps:** bump @nestjs/mongoose from 10.0.5 to 10.0.6 in the nest group ([#977](#977)) ([ed8c541](ed8c541))
* **deps:** bump @types/node from 20.12.4 to 20.12.5 in the types group ([#963](#963)) ([cb76ea8](cb76ea8))
* **deps:** bump @types/node from 20.12.5 to 20.12.6 in the types group ([#967](#967)) ([efc6749](efc6749))
* **deps:** bump @types/node from 20.12.6 to 20.12.7 in the types group ([#971](#971)) ([1a559a0](1a559a0))
* **deps:** bump @types/qs from 6.9.14 to 6.9.15 in the types group ([#981](#981)) ([ca3d814](ca3d814))
* **deps:** bump mongoose from 8.2.2 to 8.2.3 ([#936](#936)) ([0596416](0596416))
* **deps:** bump mongoose from 8.2.3 to 8.2.4 ([#945](#945)) ([239e098](239e098))
* **deps:** bump mongoose from 8.2.4 to 8.3.0 ([#952](#952)) ([46f565a](46f565a))
* **deps:** bump mongoose from 8.3.0 to 8.3.1 ([#968](#968)) ([a8d3b98](a8d3b98))
* **deps:** bump mongoose from 8.3.1 to 8.3.2 ([#982](#982)) ([af7a635](af7a635))
* **deps:** bump qs from 6.12.0 to 6.12.1 ([#979](#979)) ([7cb594f](7cb594f))
* **deps:** bump reflect-metadata from 0.2.1 to 0.2.2 ([#946](#946)) ([013be6a](013be6a))
* **deps:** bump semantic-release from 23.0.5 to 23.0.6 ([#938](#938)) ([160cdf5](160cdf5))
* **deps:** bump semantic-release from 23.0.6 to 23.0.7 ([#954](#954)) ([a4a4a35](a4a4a35))
* **deps:** bump semantic-release from 23.0.7 to 23.0.8 ([#972](#972)) ([837a3de](837a3de))
* **deps:** bump the commitlint group with 2 updates ([#978](#978)) ([5cb18d9](5cb18d9))
* **deps:** bump the nest group with 2 updates ([#961](#961)) ([8937ce2](8937ce2))
* **deps:** bump the nest group with 5 updates ([#942](#942)) ([2db0c96](2db0c96))
* **deps:** bump the nest group with 6 updates ([#940](#940)) ([c43b41a](c43b41a))
* **deps:** bump the nest group with 6 updates ([#947](#947)) ([5b00a32](5b00a32))
* **deps:** bump the types group with 1 update ([#930](#930)) ([33f2c2b](33f2c2b))
* **deps:** bump the types group with 1 update ([#933](#933)) ([7646f7d](7646f7d))
* **deps:** bump the types group with 1 update ([#953](#953)) ([044a9fb](044a9fb))
* **deps:** bump the types group with 2 updates ([#941](#941)) ([8a426f5](8a426f5))
* **deps:** bump the types group with 3 updates ([#950](#950)) ([7357e40](7357e40))
* **deps:** bump tsx from 4.7.1 to 4.7.2 ([#959](#959)) ([8e6c6e2](8e6c6e2))
* **deps:** bump type-fest from 4.12.0 to 4.13.0 ([#931](#931)) ([d4c243c](d4c243c))
* **deps:** bump type-fest from 4.13.0 to 4.13.1 ([#935](#935)) ([516653f](516653f))
* **deps:** bump type-fest from 4.13.1 to 4.14.0 ([#939](#939)) ([7b43e37](7b43e37))
* **deps:** bump type-fest from 4.14.0 to 4.15.0 ([#955](#955)) ([842b8aa](842b8aa))
* **deps:** bump typescript from 5.4.2 to 5.4.3 ([#934](#934)) ([f709fa5](f709fa5))
* **deps:** bump typescript from 5.4.3 to 5.4.4 ([#960](#960)) ([026f2a4](026f2a4))
* **deps:** bump typescript from 5.4.4 to 5.4.5 ([#973](#973)) ([44be6de](44be6de))
* **docker:** use new docker compose cli ([#957](#957)) ([ed380eb](ed380eb))
* **enums:** transform enums to unions where needed ([#965](#965)) ([44eebe2](44eebe2))
* **funding:** funding file ([#969](#969)) ([c687756](c687756))
@antoinezanardi
Copy link
Owner

🎉 This PR is included in version 1.31.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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 javascript Pull requests that update Javascript code released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant