Update dependency passport to v0.5.2 #44

Merged
sebclem merged 1 commits from renovate/passport-0.x into main 2021-12-21 16:09:44 +01:00
Owner

This PR contains the following updates:

Package Type Update Change
passport (source) dependencies patch 0.5.0 -> 0.5.2

Release Notes

jaredhanson/passport

v0.5.2

Compare Source

Fixed
  • Introduced a compatibility layer for strategies that depend directly on
    passport@0.4.x or earlier (such as passport-azure-ad), which were
    broken by the removal of private variables in passport@0.5.1.

v0.5.1

Compare Source

Added
  • Informative error message in session strategy if session support is not
    available.
Changed
  • authenticate() middleware, rather than initialize() middleware, extends
    request with login(), logIn(), logout(), logOut(), isAuthenticated(),
    and isUnauthenticated() functions.

Configuration

📅 Schedule: 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, click this checkbox.

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [passport](https://www.passportjs.org/) ([source](https://github.com/jaredhanson/passport)) | dependencies | patch | [`0.5.0` -> `0.5.2`](https://renovatebot.com/diffs/npm/passport/0.5.0/0.5.2) | --- ### Release Notes <details> <summary>jaredhanson/passport</summary> ### [`v0.5.2`](https://github.com/jaredhanson/passport/blob/HEAD/CHANGELOG.md#&#8203;052---2021-12-16) [Compare Source](https://github.com/jaredhanson/passport/compare/v0.5.1...v0.5.2) ##### Fixed - Introduced a compatibility layer for strategies that depend directly on `passport@0.4.x` or earlier (such as `passport-azure-ad`), which were broken by the removal of private variables in `passport@0.5.1`. ### [`v0.5.1`](https://github.com/jaredhanson/passport/blob/HEAD/CHANGELOG.md#&#8203;051---2021-12-15) [Compare Source](https://github.com/jaredhanson/passport/compare/v0.5.0...v0.5.1) ##### Added - Informative error message in session strategy if session support is not available. ##### Changed - `authenticate()` middleware, rather than `initialize()` middleware, extends request with `login()`, `logIn()`, `logout()`, `logOut()`, `isAuthenticated()`, and `isUnauthenticated()` functions. </details> --- ### Configuration 📅 **Schedule**: 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, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
renovate-bot added 1 commit 2021-12-16 00:01:10 +01:00
Update dependency passport to v0.5.1
All checks were successful
continuous-integration/drone/push Build is passing
90c058b514
renovate-bot force-pushed renovate/passport-0.x from 90c058b514 to 296c9d3c81 2021-12-16 21:01:59 +01:00 Compare
renovate-bot changed title from Update dependency passport to v0.5.1 to Update dependency passport to v0.5.2 2021-12-16 21:02:02 +01:00
renovate-bot force-pushed renovate/passport-0.x from 296c9d3c81 to 9938260fc0 2021-12-21 10:00:58 +01:00 Compare
Author
Owner

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code EACCES
npm ERR! syscall mkdir
npm ERR! path /tmp/renovate/cache/others
npm ERR! errno -13
npm ERR! Error: EACCES: permission denied, mkdir '/tmp/renovate/cache/others'
npm ERR!  [OperationalError: EACCES: permission denied, mkdir '/tmp/renovate/cache/others'] {
npm ERR!   cause: [Error: EACCES: permission denied, mkdir '/tmp/renovate/cache/others'] {
npm ERR!     errno: -13,
npm ERR!     code: 'EACCES',
npm ERR!     syscall: 'mkdir',
npm ERR!     path: '/tmp/renovate/cache/others'
npm ERR!   },
npm ERR!   isOperational: true,
npm ERR!   errno: -13,
npm ERR!   code: 'EACCES',
npm ERR!   syscall: 'mkdir',
npm ERR!   path: '/tmp/renovate/cache/others'
npm ERR! }
npm ERR! 
npm ERR! The operation was rejected by your operating system.
npm ERR! It is likely you do not have the permissions to access this file as the current user
npm ERR! 
npm ERR! If you believe this might be a permissions issue, please double-check the
npm ERR! permissions of the file and its containing directories, or try running
npm ERR! the command again as root/Administrator.

### ⚠ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: package-lock.json ``` npm ERR! code EACCES npm ERR! syscall mkdir npm ERR! path /tmp/renovate/cache/others npm ERR! errno -13 npm ERR! Error: EACCES: permission denied, mkdir '/tmp/renovate/cache/others' npm ERR! [OperationalError: EACCES: permission denied, mkdir '/tmp/renovate/cache/others'] { npm ERR! cause: [Error: EACCES: permission denied, mkdir '/tmp/renovate/cache/others'] { npm ERR! errno: -13, npm ERR! code: 'EACCES', npm ERR! syscall: 'mkdir', npm ERR! path: '/tmp/renovate/cache/others' npm ERR! }, npm ERR! isOperational: true, npm ERR! errno: -13, npm ERR! code: 'EACCES', npm ERR! syscall: 'mkdir', npm ERR! path: '/tmp/renovate/cache/others' npm ERR! } npm ERR! npm ERR! The operation was rejected by your operating system. npm ERR! It is likely you do not have the permissions to access this file as the current user npm ERR! npm ERR! If you believe this might be a permissions issue, please double-check the npm ERR! permissions of the file and its containing directories, or try running npm ERR! the command again as root/Administrator. ```
sebclem merged commit 9938260fc0 into main 2021-12-21 16:09:44 +01:00
sebclem deleted branch renovate/passport-0.x 2021-12-21 16:09:44 +01:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
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: sebclem/cnc-speed-calculator#44
No description provided.