Update dependency pinejs-client-core to v8 #1485
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^6.15.0
->^8.0.0
Release Notes
balena-io-modules/pinejs-client-js (pinejs-client-core)
v8.1.1
Compare Source
v8.1.0
Compare Source
v8.0.1
Compare Source
v8.0.0
Compare Source
request
[Pagan Gazzard]url
from generalParams
and only have it in supported places [Pagan Gazzard]prepare
signatures in favor of always passing expected aliases [Pagan Gazzard]$filter: a: b: ...
, please use$filter: a: $any: { $alias: "x", $expr: x: b: ... }
instead. [Pagan Gazzard]PinejsClient
generic from the class signature [Pagan Gazzard]$filter: { a: { $count: { $op: number } } }
, please use$filter: { $eq: [ { a: { $count: {} } }, number ] }
instead. [Pagan Gazzard]transformGetResult
and renamed_transformGetResult
to replace it [Pagan Gazzard]$expand: { a: { $count: {...} } }
. [Pagan Gazzard]$orderby: 'a/$count'
, please use$orderby: { a: { $count: {...} } }
instead. [Pagan Gazzard]$expand: { 'a/$count': {...} }
, please use$expand: { a: { $count: {...} } }
instead. [Pagan Gazzard]resource: 'a/$count'
, please useoptions: { $count: { ... } }
instead. [Pagan Gazzard]url
tocompile
, please use a query object instead or use the url directly. [Pagan Gazzard]url
todelete
, please use a query object instead or userequest
directly. [Pagan Gazzard]url
toput
, please use a query object instead or userequest
directly. [Pagan Gazzard]url
topatch
, please use a query object instead or userequest
directly. [Pagan Gazzard]url
topost
, please use a query object instead or userequest
directly. [Pagan Gazzard]url
toget
, please use a query object instead or userequest
directly. [Pagan Gazzard]url
toupsert
as it is unsupported and may have adverse effects, please use a query object instead. [Pagan Gazzard]url
togetOrCreate
as it is unsupported and may have adverse effects, please use a query object instead. [Pagan Gazzard]v7.2.0
Compare Source
OptionsToResponse
type helper [Pagan Gazzard]v7.1.5
Compare Source
v7.1.4
Compare Source
v7.1.3
Compare Source
upsert
typings [Pagan Gazzard]v7.1.2
Compare Source
getOrCreate
typings [Pagan Gazzard]v7.1.1
Compare Source
subscribe
function [Pagan Gazzard]on('data')
method [Pagan Gazzard]v7.1.0
Compare Source
prepare
without expected parameter aliases [Pagan Gazzard]v7.0.3
Compare Source
request
method when usingmethod: 'GET'
[Pagan Gazzard]v7.0.2
Compare Source
get
by improvingOptionsToResponse
type helper [Pagan Gazzard]v7.0.1
Compare Source
ExpandPropsOf
andExpandToResponse
helpers to check the common case first [Pagan Gazzard]v7.0.0
Compare Source
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 is behind base branch, 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 Renovate Bot.