tulsawebdevs / services-voting

A microservice backend for tracking proposed meetup topics and civic projects and voting on them
1 stars 8 forks source link

fix(deps): update dependency @dotenvx/dotenvx to v1 #65

Open renovate[bot] opened 1 week ago

renovate[bot] commented 1 week ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@dotenvx/dotenvx ^0.44.1 -> ^1.0.0 age adoption passing confidence

Release Notes

dotenvx/dotenvx (@​dotenvx/dotenvx) ### [`v1.0.0`](https://togithub.com/dotenvx/dotenvx/blob/HEAD/CHANGELOG.md#100) [Compare Source](https://togithub.com/dotenvx/dotenvx/compare/v0.45.0...v1.0.0) šŸŽ‰ `dotenvx` has made it to `1.0.0`. There are BREAKING CHANGES āš ļø . ##### Added - added `dotenvx set KEY value --plain` to set plain text values - added `dotenvx ext` šŸ”Œ as a location to place extensions like `gititgnore`, `precommit`, `ls`, and more. better than cluttering up core features like `run`, `get/set`, and `encrypt`. - added `dotenvx pro` šŸ† command with coming soon and [link to GitHub issue](https://togithub.com/dotenvx/dotenvx/issues/259) (if you wish to be notified of progress. will provide tooling/features for teams) ##### Changed - `BREAKING āš ļø` - turned on encryption by default for `dotenvx set` (use `dotenvx set KEY value --plain` to set plain values) - renamed `dotenvx encrypt` to `dotenvx ext vault encrypt` (for managing `.env.vault` files) - renamed `dotenvx convert` to `dotenvx encrypt` - moved `ls` to `dotenvx ext ls` - moved `genexample` to `dotenvx ext genexample` - moved `gitignore` to `dotenvx ext gitignore` - moved `prebuild` to `dotenvx ext prebuild` - moved `precommit` to `dotenvx ext precommit` - moved `scan` to `dotenvx ext scan` - moved `hub` to `dotenvx ext hub` - moved `vault` to `dotenvx ext vault` - moved `settings` to `dotenvx ext settings` (for many of these moved commands, for example `dotenvx genexample`, still work in `1.0.0` but with a large deprecated notice - `DEPRECATION NOTICE: [genexample] has moved to [dotenvx ext genexample]`. Please change your muscle memory to `dotenvx ext genexample`, as these deprecated command paths will be removed in a later minor version. importantly `dotenvx encrypt` was not able to be preserved because as it is now in use for encrypted `.env` files rather than `.env.vault` files) This is a BIG release that sets the tone for `dotenvx`'s core offering and features while maintaining room for growth. Thank you everyone for your support and usage of `dotenvx` šŸ™. [blog post: "From dotenv to dotenvx: Next Generation Config Management"](https://dotenvx.com/blog/2024/06/24/dotenvx-next-generation-config-management.html) ### [`v0.45.0`](https://togithub.com/dotenvx/dotenvx/blob/HEAD/CHANGELOG.md#0450) [Compare Source](https://togithub.com/dotenvx/dotenvx/compare/v0.44.6...v0.45.0) ##### Changed - Rename `dotenvx vault convert` to `dotenvx vault migrate` ([#​251](https://togithub.com/dotenvx/dotenvx/pull/251)) - Update `install.sh` regex version check to be `sh` compatible (not just bash) ### [`v0.44.6`](https://togithub.com/dotenvx/dotenvx/blob/HEAD/CHANGELOG.md#0446) [Compare Source](https://togithub.com/dotenvx/dotenvx/compare/v0.44.5...v0.44.6) ##### Added - Added `checksums.txt` as part of each release ### [`v0.44.5`](https://togithub.com/dotenvx/dotenvx/blob/HEAD/CHANGELOG.md#0445) [Compare Source](https://togithub.com/dotenvx/dotenvx/compare/v0.44.4...v0.44.5) ##### Changed - Removed `.github` folder from published binaries on npm (example: [npm code](https://www.npmjs.com/package/@​dotenvx/dotenvx-darwin-arm64?activeTab=code)) - Add help message to `install.sh` ### [`v0.44.4`](https://togithub.com/dotenvx/dotenvx/blob/HEAD/CHANGELOG.md#0444) [Compare Source](https://togithub.com/dotenvx/dotenvx/compare/v0.44.3...v0.44.4) ##### Changed - Automated deployment of `install.sh` along with sanity checks ([#​250](https://togithub.com/dotenvx/dotenvx/pull/250)) ### [`v0.44.3`](https://togithub.com/dotenvx/dotenvx/blob/HEAD/CHANGELOG.md#0443) [Compare Source](https://togithub.com/dotenvx/dotenvx/compare/v0.44.2...v0.44.3) ##### Added - Include `CHANGELOG.md` in npm release - Include `install.sh` in package release ### [`v0.44.2`](https://togithub.com/dotenvx/dotenvx/blob/HEAD/CHANGELOG.md#0442) [Compare Source](https://togithub.com/dotenvx/dotenvx/compare/v0.44.1...v0.44.2) ##### Changed - Fix license in `package.json` to match project's license BSD-3.

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.



This PR has been generated by Mend Renovate. View repository job log here.