Skip to content

Update all non-major dependencies #106

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

Closed
wants to merge 5 commits into from
Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 27, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@dotenvx/dotenvx 0.39.0 -> 0.45.0 age adoption passing confidence
elm-review 2.11.2 -> 2.12.0 age adoption passing confidence
vite (source) 5.2.11 -> 5.3.1 age adoption passing confidence

Release Notes

dotenvx/dotenvx (@​dotenvx/dotenvx)

v0.45.0

Compare Source

Changed
  • Rename dotenvx vault convert to dotenvx vault migrate (#​251)
  • Update install.sh regex version check to be sh compatible (not just bash)

v0.44.6

Compare Source

Added
  • Added checksums.txt as part of each release

v0.44.5

Compare Source

Changed
  • Removed .github folder from published binaries on npm (example: npm code)
  • Add help message to install.sh

v0.44.4

Compare Source

Changed
  • Automated deployment of install.sh along with sanity checks (#​250)

v0.44.3

Compare Source

Added
  • Include CHANGELOG.md in npm release
  • Include install.sh in package release

v0.44.2

Compare Source

Changed
  • Fix license in package.json to match project's license BSD-3.

v0.44.1

Compare Source

Changed
  • Respect decryption of zero length strings - dotenvx set HELLO '' --encrypt (#​236)

v0.44.0

Compare Source

Added
  • Added options.debug, options.verbose, options.quiet, and options.logLevel to .config() (#​233)

v0.43.2

Compare Source

Changed
  • Patch replace when replacing double, single, or backticked quoted at anywhere in the .env file. (#​232)

v0.43.1

Compare Source

Changed
  • Improved replace function regex - to handle more edge case scenarios with replacing KEY/values (#​227)

v0.43.0

Compare Source

Added
  • Support require('@​dotenvx/dotenvx').config() for DOTENV_PRIVATE_KEY decryption (#​225)

v0.42.0

Compare Source

Added
  • Added .env.vault deprecated warning when using DOTENV_KEY. Provide instructions to convert to encrypted .env files. (#​224)

v0.41.0

Compare Source

Added
  • Added vault convert command to list convert instructions for converting .env.vault to encrypted .env files (#​222)
To convert your .env.vault file to encrypted .env file(s):

  1. Run [dotenvx vault decrypt]
  2. Run [ls -a .env*]

Lastly, convert each .env(.environment) file:

  3. Run [dotenvx convert -f .env.production]

For example:

  $ dotenvx convert -f .env
  $ dotenvx convert -f .env.ci
  $ dotenvx convert -f .env.production

Afterward:

Update production with your new DOTENV_PRIVATE_KEY_PRODUCTION located in .env.keys

Learn more at [https://dotenvx.com/docs/quickstart#add-encryption]
Changed
  • Rename encryptme to convert (#​222)

v0.40.0

Compare Source

Added
  • Added dotenvx encryptme command to convert an entire .env file to an encrypted .env file. (#​213)
Changed
  • Made precommit smart enough to check if a .env* file is encrypted or not. If fully encrypted, then allow precommit check to pass (#​211)
Removed
  • Do not warn of missing files for conventions (too noisy) (#​216)
jfmengels/node-elm-review (elm-review)

v2.12.0

Compare Source

Now requires jfmengels/elm-review v2.14.0.

  • Now supports analyzing arbitrary files that the project doesn't analyze by default.
vitejs/vite (vite)

v5.3.1

Compare Source

v5.3.0

Compare Source

v5.2.13

Compare Source

Please refer to CHANGELOG.md for details.

v5.2.12

Compare Source


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot added the dependencies Pull requests that update a dependency file label May 27, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 311ef24 to 5e581f9 Compare May 27, 2024 18:52
@renovate renovate bot changed the title Update dependency @dotenvx/dotenvx to v0.44.0 Update dependency @dotenvx/dotenvx to v0.44.1 May 27, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5e581f9 to 177d9b0 Compare May 28, 2024 17:26
@renovate renovate bot changed the title Update dependency @dotenvx/dotenvx to v0.44.1 Update all non-major dependencies May 28, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from e32d276 to d424847 Compare June 14, 2024 10:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from eaa292b to f0c0dbb Compare June 16, 2024 18:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f0c0dbb to dfa3134 Compare June 18, 2024 03:48
Bumps [mdgriffith/elm-codegen](https://github.com/mdgriffith/elm-codegen) from 4.2.1 to 4.2.2.
- [Commits](mdgriffith/elm-codegen@4.2.1...4.2.2)

---
updated-dependencies:
- dependency-name: mdgriffith/elm-codegen
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Copy link
Contributor Author

renovate bot commented Jun 19, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

dependabot bot and others added 3 commits June 19, 2024 04:49
Bumps [joshuanianji/github-language-colors](https://github.com/joshuanianji/github-language-colors) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/joshuanianji/github-language-colors/releases)
- [Commits](joshuanianji/github-language-colors@2.1.0...2.2.0)

---
updated-dependencies:
- dependency-name: joshuanianji/github-language-colors
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [mdgriffith/elm-codegen](https://github.com/mdgriffith/elm-codegen) from 4.2.1 to 4.2.2.
- [Commits](mdgriffith/elm-codegen@4.2.1...4.2.2)

---
updated-dependencies:
- dependency-name: mdgriffith/elm-codegen
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@joshuanianji
Copy link
Owner

Working locally, idk why it's not working here. whatever.

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant