Update dependency direnv to v2.33.0 #52

Closed
renovate-bot wants to merge 1 commit from renovate/direnv-2.x into master
Collaborator

This PR contains the following updates:

Package Update Change
direnv minor 2.32.2 -> 2.33.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

direnv/direnv (direnv)

v2.33.0

Compare Source

==================

v2.32.3

Compare Source

==================

  • fix: incorrect escape sequences during Loads under git-bash (Windows) (#​1085)
  • fix: skip some tests for IBM Z mainframe's z/OS operating system (#​1094)
  • fix: stdlib: use_guix: Switch to guix shell. (#​1045)
  • fix: stat the already open rc file rather than another path based one on it (#​1044)
  • fix: remove deprecated io/ioutil uses (#​1042)
  • fix: spelling fixes (#​1041)
  • fix: appease Go 1.19 gofmt (#​1040)
  • fix: pass BASH_PATH to make, matches the nixpkgs derivation (#​1006)
  • fix: stdlib/layout_python: exclude patchlevel from $python_version (#​1033)
  • doc: add Windows installation with winget (#​1096)
  • doc: link 12factor webpage for more clarity (#​1095)
  • website: add Plausible analytics

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.


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [direnv](https://github.com/direnv/direnv) | minor | `2.32.2` -> `2.33.0` | --- > ⚠ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>direnv/direnv (direnv)</summary> ### [`v2.33.0`](https://github.com/direnv/direnv/blob/HEAD/CHANGELOG.md#2330--2023-11-29) [Compare Source](https://github.com/direnv/direnv/compare/v2.32.3...v2.33.0) \================== - doc: add a Nushell section to `hook.md` by [@&#8203;amtoine](https://github.com/amtoine) in https://github.com/direnv/direnv/pull/1175 - doc: fix broken links in installation.md by [@&#8203;just1602](https://github.com/just1602) in https://github.com/direnv/direnv/pull/1110 - doc: show how to run tests by [@&#8203;bukzor-sentryio](https://github.com/bukzor-sentryio) in https://github.com/direnv/direnv/pull/1137 - doc: update NixOS installation instructions by [@&#8203;Gerg-L](https://github.com/Gerg-L) in https://github.com/direnv/direnv/pull/1172 - doc: update direnv.toml.1.md by [@&#8203;Ativerc](https://github.com/Ativerc) in https://github.com/direnv/direnv/pull/1099 - feat: `direnv status --json` by [@&#8203;shivaraj-bh](https://github.com/shivaraj-bh) in https://github.com/direnv/direnv/pull/1142 - feat: add PowerShell Support by [@&#8203;bamsammich](https://github.com/bamsammich) in https://github.com/direnv/direnv/pull/1171 - feat: add mergify configuration by [@&#8203;Mic92](https://github.com/Mic92) in https://github.com/direnv/direnv/pull/1147 - feat: add support for armv7l platform in install.sh by [@&#8203;ardje](https://github.com/ardje) in https://github.com/direnv/direnv/pull/1162 - feat: add watch print command by [@&#8203;Mic92](https://github.com/Mic92) in https://github.com/direnv/direnv/pull/1198 - feat: alias `direnv disallow` to deny by [@&#8203;will](https://github.com/will) in https://github.com/direnv/direnv/pull/1182 - feat: stdlib: create CACHEDIR.TAG inside .direnv by [@&#8203;Mic92](https://github.com/Mic92) in https://github.com/direnv/direnv/pull/1148 - fix: `allowPath` for `LoadedRC` by [@&#8203;shivaraj-bh](https://github.com/shivaraj-bh) in https://github.com/direnv/direnv/pull/1157 - fix: don't prompt to allow if user explicitly denied by [@&#8203;Gabriella439](https://github.com/Gabriella439) in https://github.com/direnv/direnv/pull/1158 - fix: man/direnv-stdlib: fix obsolete opam-env example by [@&#8203;mzacho](https://github.com/mzacho) in https://github.com/direnv/direnv/pull/1170 - fix: print correct path in source_env log message by [@&#8203;wentasah](https://github.com/wentasah) in https://github.com/direnv/direnv/pull/1144 - fix: quote tcsh $PATH, to avoid failure on whitespace by [@&#8203;bukzor-sentryio](https://github.com/bukzor-sentryio) in https://github.com/direnv/direnv/pull/1139 - fix: remove redundant nil check in `CommandsDispatch` by [@&#8203;Juneezee](https://github.com/Juneezee) in https://github.com/direnv/direnv/pull/1166 - fix: update nixpkgs and shellcheck by [@&#8203;Mic92](https://github.com/Mic92) in https://github.com/direnv/direnv/pull/1146 ### [`v2.32.3`](https://github.com/direnv/direnv/blob/HEAD/CHANGELOG.md#2323--2023-05-20) [Compare Source](https://github.com/direnv/direnv/compare/v2.32.2...v2.32.3) \================== - fix: incorrect escape sequences during Loads under git-bash (Windows) ([#&#8203;1085](https://github.com/direnv/direnv/issues/1085)) - fix: skip some tests for IBM Z mainframe's z/OS operating system ([#&#8203;1094](https://github.com/direnv/direnv/issues/1094)) - fix: stdlib: use_guix: Switch to guix shell. ([#&#8203;1045](https://github.com/direnv/direnv/issues/1045)) - fix: stat the already open rc file rather than another path based one on it ([#&#8203;1044](https://github.com/direnv/direnv/issues/1044)) - fix: remove deprecated io/ioutil uses ([#&#8203;1042](https://github.com/direnv/direnv/issues/1042)) - fix: spelling fixes ([#&#8203;1041](https://github.com/direnv/direnv/issues/1041)) - fix: appease Go 1.19 gofmt ([#&#8203;1040](https://github.com/direnv/direnv/issues/1040)) - fix: pass BASH_PATH to make, matches the nixpkgs derivation ([#&#8203;1006](https://github.com/direnv/direnv/issues/1006)) - fix: stdlib/layout_python: exclude patchlevel from $python_version ([#&#8203;1033](https://github.com/direnv/direnv/issues/1033)) - doc: add Windows installation with winget ([#&#8203;1096](https://github.com/direnv/direnv/issues/1096)) - doc: link 12factor webpage for more clarity ([#&#8203;1095](https://github.com/direnv/direnv/issues/1095)) - website: add Plausible analytics </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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy43NC4wIiwidXBkYXRlZEluVmVyIjoiMzcuNzQuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
renovate-bot added the
renovate
label 2023-11-29 20:05:57 +01:00
renovate-bot added 1 commit 2023-11-29 20:05:58 +01:00
olofvndrhr closed this pull request 2023-11-30 13:33:10 +01:00
Author
Collaborator

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (2.33.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

### Renovate Ignore Notification Because you closed this PR without merging, Renovate will ignore this update (`2.33.0`). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the `ignoreDeps` array of your Renovate config. If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

Pull request closed

Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: olofvndrhr/manga-dlp#52
No description provided.