balena-io-modules / odata-to-abstract-sql

2 stars 0 forks source link

Update dependency @balena/abstract-sql-compiler to v9 - autoclosed #132

Closed balena-renovate[bot] closed 1 year ago

balena-renovate[bot] commented 1 year ago

This PR contains the following updates:

Package Type Update Change
@balena/abstract-sql-compiler dependencies major ^8.4.1 -> ^9.0.0

Release Notes

balena-io-modules/abstract-sql-compiler (@​balena/abstract-sql-compiler) ### [`v9.0.3`](https://togithub.com/balena-io-modules/abstract-sql-compiler/blob/HEAD/CHANGELOG.md#903---2023-08-09) [Compare Source](https://togithub.com/balena-io-modules/abstract-sql-compiler/compare/v9.0.2...v9.0.3)
Update @​balena/sbvr-types to 6.0.0 [Otávio Jacobi] > ### sbvr-types-6.0.0 - 2023-08-09 > > - Change contents to snake_case \[Otávio Jacobi] > > ### sbvr-types-5.2.0 - 2023-08-08 > > - Expose WebResource as WebResourceType \[Otávio Jacobi] > > ### sbvr-types-5.1.0 - 2023-08-03 > > - Adds WebResource type \[Otávio Jacobi]
### [`v9.0.2`](https://togithub.com/balena-io-modules/abstract-sql-compiler/blob/HEAD/CHANGELOG.md#902---2023-05-16) [Compare Source](https://togithub.com/balena-io-modules/abstract-sql-compiler/compare/v9.0.1...v9.0.2)
Update @​balena/sbvr-types to 5.0.0 [Pagan Gazzard] > ### sbvr-types-5.0.0 - 2023-05-16 > > - Switch from `export =` to `export default` \[Pagan Gazzard] > > ### sbvr-types-4.0.2 - 2023-05-03 > > - Improve typings \[Pagan Gazzard] > > ### sbvr-types-4.0.1 - 2023-05-02 > > - boolean: Avoid unnecessary array creation to reduce GCs \[Thodoris Greasidis]
### [`v9.0.1`](https://togithub.com/balena-io-modules/abstract-sql-compiler/blob/HEAD/CHANGELOG.md#901---2023-05-15) [Compare Source](https://togithub.com/balena-io-modules/abstract-sql-compiler/compare/v9.0.0...v9.0.1) - Fix TS errors for the latest sbvrTypes \[Thodoris Greasidis] ### [`v9.0.0`](https://togithub.com/balena-io-modules/abstract-sql-compiler/blob/HEAD/CHANGELOG.md#900---2023-05-02) [Compare Source](https://togithub.com/balena-io-modules/abstract-sql-compiler/compare/v8.5.0...v9.0.0) - Drop `require-npm4-to-publish` as `engines` used \[fisehara]
Update @​balena/odata-to-abstract-sql to 6.x [Pagan Gazzard] > ### odata-to-abstract-sql-6.0.1 - 2023-04-27 > >
> Update dependencies [Pagan Gazzard] > > > #### odata-parser-3.0.0 - 2023-04-26 > > > > - Use optional chaining operator \[Pagan Gazzard] > > - Set minimum supported nodejs version to 16.13.0 \[Pagan Gazzard] > > > > #### odata-parser-2.5.0 - 2023-04-26 > > > > - Update to peggy 3 and make us of the repetition operator \[Pagan Gazzard] > > > > #### sbvr-types-4.0.0 - 2023-04-26 > > > > - Add test cases for Objects in JSON validate \[fisehara] > > - Drop `require-npm4-to-publish` devDependency \[fisehara] > > - Set minimum supported nodejs version to 16.13.0 and tsconfig to es2021 \[Pagan Gazzard] > > - Switch `JSON` to use `JSON` db type instead of `TEXT` \[Pagan Gazzard] > > - Switch `Boolean` to use `BOOLEAN` db type instead of `INTEGER` \[Pagan Gazzard] > > - Assert that JSON input typeof is object \[Josh Bowling] > >
> > ### odata-to-abstract-sql-6.0.0 - 2023-04-26 > > - Set minimum supported nodejs version to 16.13.0 and tsconfig to es2021 \[Pagan Gazzard] > - Switch `AggregateJSON` to use the newer `ReferencedField` format \[Pagan Gazzard] > > ### odata-to-abstract-sql-5.9.6 - 2023-04-25 > > - Collapse `AliasedFunction` into `FunctionMatch` \[Pagan Gazzard] > > ### odata-to-abstract-sql-5.9.5 - 2023-04-25 > >
> Improve typings [Pagan Gazzard] > > > #### abstract-sql-compiler-8.4.1 - 2023-04-25 > > > > - Add much finer grained typings for abstract-sql-optimizer \[Pagan Gazzard] > >

odata-to-abstract-sql-5.9.4 - 2023-04-24

Update dependencies [Pagan Gazzard] > #### abstract-sql-compiler-8.4.0 - 2023-04-24 > > - Add support for using field type nodes with an AggregateJSON node \[Pagan Gazzard] > > #### abstract-sql-compiler-8.3.13 - 2023-04-24 > > - Deprecate `AliasableFromTypeNodes` type as it's redundant \[Pagan Gazzard] > > #### abstract-sql-compiler-8.3.12 - 2023-04-17 > > - Revert tightening of `OrderBy` to only field nodes \[Pagan Gazzard] > > #### abstract-sql-compiler-8.3.11 - 2023-04-13 > > - Do not allow ON clauses for CROSS JOIN as it is invalid \[Pagan Gazzard] > - Stop accepting `ExtractJSONPathAsText`/`ToJSON` as unknown node types \[Pagan Gazzard] > > #### abstract-sql-compiler-8.3.10 - 2023-04-13 > > - Fix DateNode/AnyNode typings \[Pagan Gazzard] > > #### abstract-sql-compiler-8.3.9 - 2023-04-13 > >
> Update dependencies [Pagan Gazzard] > > > ##### sbvr-types-3.5.0 - 2023-03-21 > > > > - Add Big Serial type \[Josh Bowling] > > > > ##### sbvr-types-3.4.19 - 2022-12-08 > > > > - Flowzone: Allow external contributions \[Josh Bowling] > >

abstract-sql-compiler-8.3.8 - 2023-04-12

  • Improve typings [Pagan Gazzard]

abstract-sql-compiler-8.3.7 - 2023-04-12

  • Remove typing for non-existent JSON node [Pagan Gazzard]

abstract-sql-compiler-8.3.6 - 2023-04-12

  • Tighten the isXValue function typings [Pagan Gazzard]

abstract-sql-compiler-8.3.5 - 2023-04-12

  • Correctly treat Value nodes as rewritten to Text by the optimizer [Pagan Gazzard]
  • Add EmbeddedTextNode typing [Pagan Gazzard]

abstract-sql-compiler-8.3.4 - 2023-04-12

  • Enforce the first argument of ExtractJSONPathAsText is a JSON type node [Pagan Gazzard]

abstract-sql-compiler-8.3.3 - 2023-04-12

  • Improve node typings [Pagan Gazzard]

abstract-sql-compiler-8.3.2 - 2023-04-12

  • Add more node typings [Pagan Gazzard]

abstract-sql-compiler-8.3.1 - 2023-04-12

  • Add more node typings [Pagan Gazzard]

abstract-sql-compiler-8.3.0 - 2023-04-11

  • Support boolean nodes in a ValuesNode [Pagan Gazzard]

abstract-sql-compiler-8.2.0 - 2023-04-11

  • Add Between node type [Pagan Gazzard]

abstract-sql-compiler-8.1.0 - 2023-04-11

  • Add BitwiseAnd/BitwiseShiftRight node types [Pagan Gazzard]

abstract-sql-compiler-8.0.2 - 2023-04-06

  • Add NotInNode type [Pagan Gazzard]
  • Add IsDistinctFromNode/IsNotDistinctFromNode types [Pagan Gazzard]
  • Add CharacterLengthNode type [Pagan Gazzard]

abstract-sql-compiler-8.0.1 - 2023-04-06

  • Adds Cast node type to tree parsing [Otávio Jacobi]

odata-parser-2.4.6 - 2023-02-24

  • Improve typings [Pagan Gazzard]

odata-parser-2.4.5 - 2023-02-23

  • Use const/let as appropriate [Pagan Gazzard]

odata-parser-2.4.4 - 2023-02-23

  • Use shorthand object notation [Pagan Gazzard]

odata-parser-2.4.3 - 2023-02-23

  • Update dependencies [Pagan Gazzard]

  • Remove support for the legacy AggregateJSON format of [tableName, fieldName] [Pagan Gazzard]
  • Remove support for the legacy boolean format of true|false [Pagan Gazzard]
  • Set minimum supported nodejs version to 16.13.0 and tsconfig to es2021 [Pagan Gazzard]
  • Remove support for the legacy alias format of [node, alias] [Pagan Gazzard]
  • Remove support for the legacy table format of tableName [Pagan Gazzard]
  • Remove support for the legacy null formats of null and 'Null' [Pagan Gazzard]
  • Reflect the usage of BOOLEAN db type [Pagan Gazzard]
Update @​balena/sbvr-types to 4.x [Pagan Gazzard] > ### sbvr-types-4.0.0 - 2023-04-26 > > - Add test cases for Objects in JSON validate \[fisehara] > - Drop `require-npm4-to-publish` devDependency \[fisehara] > - Set minimum supported nodejs version to 16.13.0 and tsconfig to es2021 \[Pagan Gazzard] > - Switch `JSON` to use `JSON` db type instead of `TEXT` \[Pagan Gazzard] > - Switch `Boolean` to use `BOOLEAN` db type instead of `INTEGER` \[Pagan Gazzard] > - Assert that JSON input typeof is object \[Josh Bowling]


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.

balena-renovate[bot] commented 1 year ago

Edited/Blocked Notification

Renovate 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.