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

Expand environment variables from .env #130

Merged
merged 1 commit into from
Mar 7, 2024

Conversation

iffa
Copy link
Contributor

@iffa iffa commented Feb 5, 2024

This PR adds support for expanding env variables when loading from the environment file, using dotenv-expand.

Closes #111

@RobinBlomberg RobinBlomberg merged commit 7fa1c63 into RobinBlomberg:master Mar 7, 2024
github-merge-queue bot pushed a commit to dotkom/monoweb that referenced this pull request Aug 20, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [kysely-codegen](https://togithub.com/RobinBlomberg/kysely-codegen) |
[`^0.11.0` ->
`^0.15.0`](https://renovatebot.com/diffs/npm/kysely-codegen/0.11.0/0.15.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/kysely-codegen/0.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/kysely-codegen/0.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/kysely-codegen/0.11.0/0.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/kysely-codegen/0.11.0/0.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>RobinBlomberg/kysely-codegen (kysely-codegen)</summary>

###
[`v0.15.0`](https://togithub.com/RobinBlomberg/kysely-codegen/releases/tag/0.15.0)

#### What's Changed

- fix: domain flag is respected by
[@&#8203;RobinClowers](https://togithub.com/RobinClowers) in
[RobinBlomberg/kysely-codegen#141
- fix flags in readme by [@&#8203;jrhizor](https://togithub.com/jrhizor)
in
[RobinBlomberg/kysely-codegen#142
- Fixing bit IdentifierNode to be boolean instead of Buffer by
[@&#8203;gittgott](https://togithub.com/gittgott) in
[RobinBlomberg/kysely-codegen#145

#### New Contributors

- [@&#8203;jrhizor](https://togithub.com/jrhizor) made their first
contribution in
[RobinBlomberg/kysely-codegen#142
- [@&#8203;gittgott](https://togithub.com/gittgott) made their first
contribution in
[RobinBlomberg/kysely-codegen#145

**Full Changelog**:
RobinBlomberg/kysely-codegen@0.14.0...0.15.0

###
[`v0.14.0`](https://togithub.com/RobinBlomberg/kysely-codegen/releases/tag/0.14.0)

#### What's Changed

- Add a skip-domains flag for postgres by
[@&#8203;RobinClowers](https://togithub.com/RobinClowers) in
[RobinBlomberg/kysely-codegen#136
- Update compatible tedious versions by
[@&#8203;timclark97](https://togithub.com/timclark97) in
[RobinBlomberg/kysely-codegen#137
- Set kysely-bun-worker as an optional peer dep by
[@&#8203;arempe93](https://togithub.com/arempe93) in
[RobinBlomberg/kysely-codegen#138
- typescript comments based on columns comments by
[@&#8203;elitan](https://togithub.com/elitan) in
[RobinBlomberg/kysely-codegen#139
- feat: runtime enum support by
[@&#8203;lsnow99](https://togithub.com/lsnow99) in
[RobinBlomberg/kysely-codegen#131

#### New Contributors

- [@&#8203;RobinClowers](https://togithub.com/RobinClowers) made their
first contribution in
[RobinBlomberg/kysely-codegen#136
- [@&#8203;arempe93](https://togithub.com/arempe93) made their first
contribution in
[RobinBlomberg/kysely-codegen#138
- [@&#8203;elitan](https://togithub.com/elitan) made their first
contribution in
[RobinBlomberg/kysely-codegen#139
- [@&#8203;lsnow99](https://togithub.com/lsnow99) made their first
contribution in
[RobinBlomberg/kysely-codegen#131

**Full Changelog**:
RobinBlomberg/kysely-codegen@0.13.0...0.14.0

###
[`v0.13.0`](https://togithub.com/RobinBlomberg/kysely-codegen/releases/tag/0.13.0)

[Compare
Source](https://togithub.com/RobinBlomberg/kysely-codegen/compare/0.12.0...0.13.0)

#### What's Changed

- fix: add 'bun-sqlite' in VALID_DIALECTS by
[@&#8203;mtt-artis](https://togithub.com/mtt-artis) in
[RobinBlomberg/kysely-codegen#129
- Add MSSQL Support by
[@&#8203;timclark97](https://togithub.com/timclark97) in
[RobinBlomberg/kysely-codegen#128
- Add include/exclude pattern instructions to README.md by
[@&#8203;divmgl](https://togithub.com/divmgl) in
[RobinBlomberg/kysely-codegen#133
- Expand environment variables from .env by
[@&#8203;iffa](https://togithub.com/iffa) in
[RobinBlomberg/kysely-codegen#130

#### New Contributors

- [@&#8203;mtt-artis](https://togithub.com/mtt-artis) made their first
contribution in
[RobinBlomberg/kysely-codegen#129
- [@&#8203;timclark97](https://togithub.com/timclark97) made their first
contribution in
[RobinBlomberg/kysely-codegen#128
- [@&#8203;divmgl](https://togithub.com/divmgl) made their first
contribution in
[RobinBlomberg/kysely-codegen#133
- [@&#8203;iffa](https://togithub.com/iffa) made their first
contribution in
[RobinBlomberg/kysely-codegen#130

**Full Changelog**:
RobinBlomberg/kysely-codegen@0.12.0...0.13.0

###
[`v0.12.0`](https://togithub.com/RobinBlomberg/kysely-codegen/releases/tag/0.12.0)

[Compare
Source](https://togithub.com/RobinBlomberg/kysely-codegen/compare/0.11.0...0.12.0)

#### What's Changed

- Fix Postgres JSON type by
[@&#8203;BoscoDomingo](https://togithub.com/BoscoDomingo) in
[RobinBlomberg/kysely-codegen#126
- Update cli.ts by [@&#8203;seivan](https://togithub.com/seivan) in
[RobinBlomberg/kysely-codegen#108
- Added support for bun:sqlite by
[@&#8203;KaruroChori](https://togithub.com/KaruroChori) in
[RobinBlomberg/kysely-codegen#120

#### New Contributors

- [@&#8203;BoscoDomingo](https://togithub.com/BoscoDomingo) made their
first contribution in
[RobinBlomberg/kysely-codegen#126
- [@&#8203;KaruroChori](https://togithub.com/KaruroChori) made their
first contribution in
[RobinBlomberg/kysely-codegen#120

**Full Changelog**:
RobinBlomberg/kysely-codegen@0.11.0...0.12.0

</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 was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job log](https://developer.mend.io/github/dotkom/monoweb).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Expand env variables
2 participants