-
Notifications
You must be signed in to change notification settings - Fork 365
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
fix(deps): update dependency dot-prop to v7 #5737
Conversation
This reverts commit 81afc51.
Edited/Blocked NotificationRenovate 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. |
📊 Benchmark resultsComparing with e41bd63 Package size: 232 MB⬆️ 0.00% increase vs. e41bd63
Legend
|
@@ -17,12 +16,13 @@ | |||
const test = isCI ? avaTest.serial.bind(avaTest) : avaTest | |||
|
|||
const JWT_EXPIRY = 1_893_456_000 | |||
const getToken = ({ jwtRolePath = 'app_metadata.authorization.roles', jwtSecret = 'secret', roles }) => { | |||
const getToken = async ({ jwtRolePath = 'app_metadata.authorization.roles', jwtSecret = 'secret', roles }) => { |
Check failure
Code scanning / CodeQL
Hard-coded credentials
This PR contains the following updates:
6.0.1
->8.0.0
Release Notes
sindresorhus/dot-prop
v8.0.0
Compare Source
Breaking
a8b3bbd
Improvements
deepKeys()
include empty arrays and objects (#105)49e9082
v7.2.0
Compare Source
deepKeys()
(#94)3902c64
2c1bbfb
v7.1.1
Compare Source
d363922
v7.1.0
Compare Source
escapePath()
(#90)0505e98
v7.0.0
Compare Source
Breaking
5a83242
09adad9
'a.0'
. This no longer works. Use'a[0]'
instead.const {get} = require('dot-prop')
→import {getProperty} from 'dot-prop'
const {set} = require('dot-prop')
→import {setProperty} from 'dot-prop'
const {has} = require('dot-prop')
→import {hasProperty} from 'dot-prop'
const {delete: delete_} = require('dot-prop')
→import {deleteProperty} from 'dot-prop'
Improvements
d64e27b
09adad9
d400c8d
Configuration
📅 Schedule: Branch creation - "before 3am 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.
🔕 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.