Skip to content
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

Update dependency pinejs-client-core to v8 #1485

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

balena-renovate[bot]
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
pinejs-client-core dependencies major ^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

  • Add support for calling odata fns [Otavio Jacobi]

v8.0.1

Compare Source

  • Fix multiple lambdas triggering the expand filter error [Pagan Gazzard]

v8.0.0

Compare Source

  • Remove error check if passing too many arguments to request [Pagan Gazzard]
  • Update error messages for invalid params [Pagan Gazzard]
  • Drop url from general Params and only have it in supported places [Pagan Gazzard]
  • Remove deprecated prepare signatures in favor of always passing expected aliases [Pagan Gazzard]
  • Remove $filter: a: b: ..., please use $filter: a: $any: { $alias: "x", $expr: x: b: ... } instead. [Pagan Gazzard]
  • Remove unused PinejsClient generic from the class signature [Pagan Gazzard]
  • Removed $filter: { a: { $count: { $op: number } } }, please use $filter: { $eq: [ { a: { $count: {} } }, number ] } instead. [Pagan Gazzard]
  • Update minimum supported version to es2018 [Pagan Gazzard]
  • Removed deprecated transformGetResult and renamed _transformGetResult to replace it [Pagan Gazzard]
  • Error on using OData options other than $filter in a $expand: { a: { $count: {...} } }. [Pagan Gazzard]
  • Removed $orderby: 'a/$count', please use $orderby: { a: { $count: {...} } } instead. [Pagan Gazzard]
  • Removed $expand: { 'a/$count': {...} }, please use $expand: { a: { $count: {...} } } instead. [Pagan Gazzard]
  • Removed resource: 'a/$count', please use options: { $count: { ... } } instead. [Pagan Gazzard]
  • Removed passing url to compile, please use a query object instead or use the url directly. [Pagan Gazzard]
  • Removed passing url to delete, please use a query object instead or use request directly. [Pagan Gazzard]
  • Removed passing url to put, please use a query object instead or use request directly. [Pagan Gazzard]
  • Removed passing url to patch, please use a query object instead or use request directly. [Pagan Gazzard]
  • Removed passing url to post, please use a query object instead or use request directly. [Pagan Gazzard]
  • Removed passing url to get, please use a query object instead or use request directly. [Pagan Gazzard]
  • Removed passing url to upsert as it is unsupported and may have adverse effects, please use a query object instead. [Pagan Gazzard]
  • Removed passing url to getOrCreate as it is unsupported and may have adverse effects, please use a query object instead. [Pagan Gazzard]

v7.2.0

Compare Source

  • Export OptionsToResponse type helper [Pagan Gazzard]

v7.1.5

Compare Source

  • Switch tsconfig module resolution to Node16 [Pagan Gazzard]

v7.1.4

Compare Source

  • Update TypeScript to 5.6.2 [Thodoris Greasidis]

v7.1.3

Compare Source

  • Improve upsert typings [Pagan Gazzard]

v7.1.2

Compare Source

  • Improve getOrCreate typings [Pagan Gazzard]

v7.1.1

Compare Source

  • Improve typings for subscribe function [Pagan Gazzard]
  • Fix typing for subscribe on('data') method [Pagan Gazzard]

v7.1.0

Compare Source

  • Deprecate prepare without expected parameter aliases [Pagan Gazzard]
  • Add the option to list expected parameter aliases when preparing a query [Pagan Gazzard]

v7.0.3

Compare Source

  • Fix typings for request method when using method: 'GET' [Pagan Gazzard]

v7.0.2

Compare Source

  • Reduce overloads for get by improving OptionsToResponse type helper [Pagan Gazzard]

v7.0.1

Compare Source

  • Change ExpandPropsOf and ExpandToResponse 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.


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

This PR has been generated by Renovate Bot.

@balena-renovate balena-renovate bot added dependencies Pull requests that update a dependency file major renovate labels Nov 12, 2024
Update pinejs-client-core from 6.15.11 to 8.1.1

Change-type: patch
@balena-renovate balena-renovate bot force-pushed the renovate/major-8-pinejs-client-core branch from 7534c05 to 1de991a Compare November 13, 2024 07:53
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 major renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants