upleveled / security-vulnerability-examples-next-js-postgres

https://vuln-examples-next-postgres-jose.vercel.app/
11 stars 6 forks source link

Update dependency @ts-safeql/eslint-plugin to v3 #195

Closed renovate[bot] closed 5 months ago

renovate[bot] commented 5 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@ts-safeql/eslint-plugin (source) 2.0.3 -> 3.0.1 age adoption passing confidence

Release Notes

ts-safeql/safeql (@​ts-safeql/eslint-plugin) ### [`v3.0.1`](https://togithub.com/ts-safeql/safeql/releases/tag/%40ts-safeql/eslint-plugin%403.0.1) [Compare Source](https://togithub.com/ts-safeql/safeql/compare/@ts-safeql/eslint-plugin@3.0.0...@ts-safeql/eslint-plugin@3.0.1) ##### Patch Changes - [`74547c2`](https://togithub.com/ts-safeql/safeql/commit/74547c2): Allow importing safeql.config.ts in ESM project using the `format` property: ```json { "rules": { "@​ts-safeql/check-sql": [ "error", { "useConfigFile": true, "format": "esm" } ] } } ``` - [@​ts-safeql/generate](https://togithub.com/ts-safeql/generate)[@​3](https://togithub.com/3).0.1 - [@​ts-safeql/shared](https://togithub.com/ts-safeql/shared)[@​3](https://togithub.com/3).0.1 - [@​ts-safeql/test-utils](https://togithub.com/ts-safeql/test-utils)[@​0](https://togithub.com/0).0.14 ### [`v3.0.0`](https://togithub.com/ts-safeql/safeql/releases/tag/%40ts-safeql/eslint-plugin%403.0.0) [Compare Source](https://togithub.com/ts-safeql/safeql/compare/@ts-safeql/eslint-plugin@2.0.3...@ts-safeql/eslint-plugin@3.0.0) ##### Major Changes - [`649a592`](https://togithub.com/ts-safeql/safeql/commit/649a592): Significantly improved the validation and type-inference of JSON/B expressions (e.g., jsonb_agg, json_build_object). Before: ```ts sql<{ rows: any[] }>` SELECT jsonb_agg(json_build_object('id', id, 'name', name)) AS rows `; ``` After: ```ts sql<{ rows: { id: number; name: string }[] }>` SELECT jsonb_agg(json_build_object('id', id, 'name', name)) AS rows `; ``` ##### Patch Changes - [`7475acd`](https://togithub.com/ts-safeql/safeql/commit/7475acd): improve query type inference by AST lookup - [`ad221c9`](https://togithub.com/ts-safeql/safeql/commit/ad221c9): improved json/b type inference for subselects and aggregators - [`54de7d2`](https://togithub.com/ts-safeql/safeql/commit/54de7d2): fixed json/b type inference bugs - [`3614126`](https://togithub.com/ts-safeql/safeql/commit/3614126): fix build artifact - Updated dependencies \[[`649a592`](https://togithub.com/ts-safeql/safeql/commit/649a592)] - Updated dependencies \[[`7475acd`](https://togithub.com/ts-safeql/safeql/commit/7475acd)] - Updated dependencies \[[`ad221c9`](https://togithub.com/ts-safeql/safeql/commit/ad221c9)] - Updated dependencies \[[`54de7d2`](https://togithub.com/ts-safeql/safeql/commit/54de7d2)] - Updated dependencies \[[`3614126`](https://togithub.com/ts-safeql/safeql/commit/3614126)] - [@​ts-safeql/generate](https://togithub.com/ts-safeql/generate)[@​3](https://togithub.com/3).0.0 - [@​ts-safeql/shared](https://togithub.com/ts-safeql/shared)[@​3](https://togithub.com/3).0.0 - [@​ts-safeql/test-utils](https://togithub.com/ts-safeql/test-utils)[@​0](https://togithub.com/0).0.13

Configuration

📅 Schedule: Branch creation - "after 4pm on thursday" (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.