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 - autoclosed #1485

Closed
wants to merge 1 commit into from

Conversation

balena-renovate[bot]
Copy link
Contributor

@balena-renovate balena-renovate bot commented Nov 12, 2024

This PR contains the following updates:

Package Type Update Change
pinejs-client-core dependencies major ^7.0.0 -> ^8.0.0

Release Notes

balena-io-modules/pinejs-client-js (pinejs-client-core)

v8.1.2

Compare Source

  • Update TypeScript to 5.7.2 [Thodoris Greasidis]

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]

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.

@balena-renovate balena-renovate bot added dependencies Pull requests that update a dependency file major renovate labels Nov 12, 2024
@balena-renovate balena-renovate bot force-pushed the renovate/major-8-pinejs-client-core branch 3 times, most recently from 212bcb4 to 3d0d1c0 Compare November 14, 2024 19:53
Update pinejs-client-core from 7.2.0 to 8.1.2

Change-type: patch
@balena-renovate balena-renovate bot force-pushed the renovate/major-8-pinejs-client-core branch from 3d0d1c0 to 9e66891 Compare December 2, 2024 19:53
@balena-renovate balena-renovate bot changed the title Update dependency pinejs-client-core to v8 Update dependency pinejs-client-core to v8 - autoclosed Dec 8, 2024
@balena-renovate balena-renovate bot closed this Dec 8, 2024
@balena-renovate balena-renovate bot deleted the renovate/major-8-pinejs-client-core branch December 8, 2024 18:55
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