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

build(deps): bump env-schema from 5.1.0 to 5.1.1 #682

Merged
merged 2 commits into from
Nov 17, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 14, 2022

Bumps env-schema from 5.1.0 to 5.1.1.

Release notes

Sourced from env-schema's releases.

v5.1.1

What's Changed

Full Changelog: fastify/env-schema@v5.1.0...v5.1.1

Commits
  • b5f5a5c Bumped v5.1.1
  • a8febe8 Fix typescript error due to schema type (#137)
  • 0d16e21 chore(deps-dev): bump @​sinclair/typebox from 0.24.51 to 0.25.1 (#136)
  • b17ab0a chore(deps-dev): bump fluent-json-schema from 3.1.0 to 4.0.0 (#135)
  • See full diff in compare view

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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 14, 2022
Bumps [env-schema](https://github.com/fastify/env-schema) from 5.1.0 to 5.1.1.
- [Release notes](https://github.com/fastify/env-schema/releases)
- [Commits](fastify/env-schema@v5.1.0...v5.1.1)

---
updated-dependencies:
- dependency-name: env-schema
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/env-schema-5.1.1 branch from 6b3253d to c530082 Compare November 17, 2022 08:05
@Ceres6 Ceres6 self-assigned this Nov 17, 2022
@@ -6,6 +6,7 @@ const schema = S.object()
.prop('JWT_SECRET', S.string().required())
.prop('LOG_LEVEL', S.string().default('info'))
.prop('PRETTY_PRINT', S.string().default(true))
.valueOf()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder why this change is not needed in all the other config.js files

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because it just have to do with typing. It was removed in fastify/env-schema#137. Another option would be to have this as any or to have another typescript workaround, but this seemed cleaner to me. I have opened an issue in fastify/env-schema#138 to get a proper solution

@Ceres6 Ceres6 merged commit 0106cc8 into master Nov 17, 2022
@Ceres6 Ceres6 deleted the dependabot/npm_and_yarn/env-schema-5.1.1 branch November 17, 2022 17:30
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants