na2na-p / avion

An web application
1 stars 0 forks source link

Update all non-major dependencies #54

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@prisma/client (source) ^4.13.0 -> ^4.14.0 age adoption passing confidence
@swc/core (source) ^1.3.56 -> ^1.3.57 age adoption passing confidence
@types/node (source) 18.16.3 -> 18.16.6 age adoption passing confidence
@typescript-eslint/eslint-plugin ^5.59.2 -> ^5.59.5 age adoption passing confidence
@typescript-eslint/parser ^5.59.2 -> ^5.59.5 age adoption passing confidence
eslint (source) ^8.39.0 -> ^8.40.0 age adoption passing confidence
pnpm (source) 8.4.0 -> 8.5.0 age adoption passing confidence
pnpm (source) >=8.4.0 -> >=8.5.0 age adoption passing confidence
pnpm (source) 8.4.0 -> 8.5.0 age adoption passing confidence
prisma (source) ^4.13.0 -> ^4.14.0 age adoption passing confidence

Release Notes

prisma/prisma ### [`v4.14.0`](https://togithub.com/prisma/prisma/releases/tag/4.14.0) [Compare Source](https://togithub.com/prisma/prisma/compare/4.13.0...4.14.0) 🌟 **Help us spread the word about Prisma by starring the repo or [tweeting](https://twitter.com/intent/tweet?text=Check%20out%20the%20latest%20@​prisma%20release%20v4.14.0%20%F0%9F%9A%80%0D%0A%0D%0Ahttps://github.com/prisma/prisma/releases/tag/4.14.0) about the release.** 🌟 #### Request for feedback for Preview features We would appreciate your feedback on a handful of [Preview features](https://www.prisma.io/docs/about/prisma/releases#preview) to help us move them to [General Availability](https://www.prisma.io/docs/about/prisma/releases#generally-available-ga) soon. The Preview features include: - [PostgreSQL extensions](https://togithub.com/prisma/prisma/issues/15835) - [Extended where unique](https://togithub.com/prisma/prisma/issues/15837) - [Field reference support](https://togithub.com/prisma/prisma/issues/15068) - [Order by Nulls](https://togithub.com/prisma/prisma/issues/14377) - [Count by filtered relation](https://togithub.com/prisma/prisma/issues/15069) You can test them by enabling the Preview feature in your Prisma schema and giving them a try already in your Prisma schema, e.g., PostgreSQL extensions, or regenerating Prisma Client and trying them in your queries. #### Highlights ##### Improved Prisma Client startup performance For the last couple of months, we've been working hard to improve the performance of Prisma Client. We also published a blog post on how [How We Sped Up Serverless Cold Starts with Prisma by 9x](https://www.prisma.io/blog/prisma-and-serverless-73hbgKnZ6t), which we recommend you give it a read. This release continues with the same theme by making the size of the generated Prisma Client smaller. We have roughly halved the size of Prisma Client's dependencies. ##### More Introspection Stopgaps In [4.13.0](https://togithub.com/prisma/prisma/releases/tag/4.13.0), we introduced the first 6 *Introspection Stopgaps*. Introspection Stopgaps surface the existence of these features in your database and link to our documentation on how to manually work around the Prisma Schema with unsupported database features (”Stopgaps” as we will remove them as soon as we implement full support for these features). In this release, we added 3 more stopgaps for the following features: - [Check Constraints](https://togithub.com/prisma/prisma/issues/3388) (MySQL + PostgreSQL) - [Exclusion Constraints](https://togithub.com/prisma/prisma/issues/17514) - [MongoDB $jsonSchema](https://togithub.com/prisma/prisma/issues/8135) On introspecting a database using any of these features, you will get a warning from the Prisma CLI and a comment in your Prisma schema where the feature is being used. The warning will also contain a link to instructions on how to manually use the feature. #### Fixes and improvements ##### Prisma Client - [Generator output `client` leads to `Error: ENOENT: no such file or directory, open '.../node_modules/@​prisma/client/schema.prisma'`](https://togithub.com/prisma/prisma/issues/12295) - [DeprecationWarning: Implicit coercion to integer for exit code is deprecated](https://togithub.com/prisma/prisma/issues/17127) - [`thread 'tokio-runtime-worker' panicked at 'internal error: entered unreachable code: No unsupported field should reach that path', query-engine\connectors\sql-query-connector\src\model_extensions\scalar_field.rs:70:44`](https://togithub.com/prisma/prisma/issues/18517) - [jsonProtocol: `in` argument of filter types does not accept scalars](https://togithub.com/prisma/prisma/issues/18549) - [`jsonProtocol` should report errors as nicely as before](https://togithub.com/prisma/prisma/issues/18876) - [Generated client with custom path containing string `client`: `ENOENT: no such file or directory, open 'D:\\node_modules\.prisma\client\schema.prisma`](https://togithub.com/prisma/prisma/issues/12719) - [Can't find the schema when the project path contains the same name as the generated client folder](https://togithub.com/prisma/prisma/issues/11206) ##### Prisma Migrate - [Build all glibc Linux binaries with CentOS 7](https://togithub.com/prisma/prisma/issues/16772) - [Remove `Please create an issue ...` in `MigrateEngine.ts`](https://togithub.com/prisma/prisma/issues/17268) - [Do not introspect exclusion constraints as Gist indexes](https://togithub.com/prisma/prisma/issues/17515) - [Introspection warnings: move rendering from `DbPull.ts` to the engine ](https://togithub.com/prisma/prisma/issues/17582) - [views: don't create local `views` folder on introspection if no views are found](https://togithub.com/prisma/prisma/issues/18611) - [RelationMode autocomplete uses incorrect casing](https://togithub.com/prisma/prisma/issues/18983) ##### Language tools (e.g. VS Code) - [Support for VSCode Region Marker Folding](https://togithub.com/prisma/language-tools/issues/1382) #### Credits Huge thanks to [@​RobertCraigie](https://togithub.com/RobertCraigie), [@​KhooHaoYit](https://togithub.com/KhooHaoYit), [@​art049](https://togithub.com/art049), [@​luxaritas](https://togithub.com/luxaritas), [@​mrazauskas](https://togithub.com/mrazauskas) for helping! #### πŸ“Ί Join us for another "What's new in Prisma" live stream Learn about the latest release and other news from the Prisma community by joining us for another ["What's new in Prisma"](https://youtube.com/playlist?list=PLn2e1F9Rfr6l1B9RP0A9NdX7i7QIWfBa7) live stream. The stream takes place [on YouTube](https://youtu.be/JvLTpSINZdA) on **Thursday, May 11** at **5 pm Berlin | 8 am San Francisco**.
swc-project/swc ### [`v1.3.57`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1357---2023-05-09) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.3.56...v1.3.57) ##### Bug Fixes - **(es/compat)** Fix `is_setter` in `parameters` pass ([#​7348](https://togithub.com/swc-project/swc/issues/7348)) ([e0de83e](https://togithub.com/swc-project/swc/commit/e0de83e862f7de765ba804e8c31a16660d7186b5)) - **(xml/codegen)** Escape `<` and `>` in child ([#​7351](https://togithub.com/swc-project/swc/issues/7351)) ([b180d09](https://togithub.com/swc-project/swc/commit/b180d09e1dd9c4269d7d690d892ef4fd1c5b6563)) ##### Features - **(es/compat)** Support `export class` from stage 3 decorator pass ([#​7363](https://togithub.com/swc-project/swc/issues/7363)) ([9c052db](https://togithub.com/swc-project/swc/commit/9c052db796473a4a7253d643426a7c2c765d9640)) - **(plugin)** Enable bytecheck ([#​7280](https://togithub.com/swc-project/swc/issues/7280)) ([d2c1f45](https://togithub.com/swc-project/swc/commit/d2c1f45f5a1a1d72fa6d6fa28bd84f242d5aff81)) ##### Refactor - **(plugin/runner)** Refine cache location ([#​7346](https://togithub.com/swc-project/swc/issues/7346)) ([91a3fbe](https://togithub.com/swc-project/swc/commit/91a3fbe460799ed604c2b43b4facaed60cfd6c87)) ##### Build - **(cargo)** Update `wasmer` to `v3.3` ([#​7352](https://togithub.com/swc-project/swc/issues/7352)) ([4e278be](https://togithub.com/swc-project/swc/commit/4e278befcf0071619ee583ffa7c8357ea4fd5c2f))
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v5.59.5`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5595-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5594v5595-2023-05-08) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.2...v5.59.5) **Note:** Version bump only for package [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser) ### [`v5.59.5`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5595-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5594v5595-2023-05-08) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.2...v5.59.5) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
eslint/eslint ### [`v8.40.0`](https://togithub.com/eslint/eslint/releases/tag/v8.40.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.39.0...v8.40.0) #### Features - [`5db7808`](https://togithub.com/eslint/eslint/commit/5db7808139c1f2172797285a0700f01644bda254) feat: improve flat config errors for invalid rule options and severities ([#​17140](https://togithub.com/eslint/eslint/issues/17140)) (Josh Goldberg ✨) - [`f5574dc`](https://togithub.com/eslint/eslint/commit/f5574dc739fcc74a7841217ba1f31cce02bee1ff) feat: Add findConfigFile() method to FlatESLint ([#​17142](https://togithub.com/eslint/eslint/issues/17142)) (Nicholas C. Zakas) - [`e52b98b`](https://togithub.com/eslint/eslint/commit/e52b98bf25d882da4efd5559ce5974b6697cf701) feat: add `sourceCode` property to the rule context ([#​17107](https://togithub.com/eslint/eslint/issues/17107)) (Nitin Kumar) - [`1468f5b`](https://togithub.com/eslint/eslint/commit/1468f5b640cfa6fdd8a5ec895337f692def2780b) feat: add `physicalFilename` property to the rule context ([#​17111](https://togithub.com/eslint/eslint/issues/17111)) (Nitin Kumar) - [`0df4d4f`](https://togithub.com/eslint/eslint/commit/0df4d4f658c214e51310a986c03d44d34ceae3ec) feat: add `cwd` to rule context ([#​17106](https://togithub.com/eslint/eslint/issues/17106)) (Nitin Kumar) - [`52018f2`](https://togithub.com/eslint/eslint/commit/52018f21c19b3e461cae32843cddd17ed42f19cd) feat: add `filename` property to the rule context ([#​17108](https://togithub.com/eslint/eslint/issues/17108)) (Nitin Kumar) - [`559ff4e`](https://togithub.com/eslint/eslint/commit/559ff4e4bc54a8b6e6b54825d83c532d724204b3) feat: add new `omitLastInOneLineClassBody` option to the `semi` rule ([#​17105](https://togithub.com/eslint/eslint/issues/17105)) (Nitin Kumar) #### Bug Fixes - [`f076e54`](https://togithub.com/eslint/eslint/commit/f076e54ecdb0fae70d9b43ad6888606097beef97) fix: Ensure FlatESLint#findConfigFile() doesn't throw. ([#​17151](https://togithub.com/eslint/eslint/issues/17151)) (Nicholas C. Zakas) #### Documentation - [`e980bf3`](https://togithub.com/eslint/eslint/commit/e980bf38cf441f2eb29c458b93df77dc0111b391) docs: Update README (GitHub Actions Bot) - [`e92a6fc`](https://togithub.com/eslint/eslint/commit/e92a6fc7ed2a427f5e95f4b3a1c21d71553c97ee) docs: Update README (GitHub Actions Bot) - [`af5fe64`](https://togithub.com/eslint/eslint/commit/af5fe64c398c9bd4206c3c6c1ade81768b291031) docs: Fix custom rule schema docs ([#​17115](https://togithub.com/eslint/eslint/issues/17115)) (Adam Jones) - [`4a352a9`](https://togithub.com/eslint/eslint/commit/4a352a957ba9e721bec9f6f403b419a22b0ec423) docs: explain how to include predefined globals ([#​17114](https://togithub.com/eslint/eslint/issues/17114)) (Marcus Wyatt) - [`5ea15d9`](https://togithub.com/eslint/eslint/commit/5ea15d92ee358e8f3f652c94c019cac96aaec651) docs: add mastodon link in readme ([#​17110](https://togithub.com/eslint/eslint/issues/17110)) (ε”―η„Ά) #### Chores - [`4053004`](https://togithub.com/eslint/eslint/commit/4053004c951813473d1c43f9f9959a9a3484242f) chore: upgrade [@​eslint/js](https://togithub.com/eslint/js)[@​8](https://togithub.com/8).40.0 ([#​17156](https://togithub.com/eslint/eslint/issues/17156)) (Milos Djermanovic) - [`50fed1d`](https://togithub.com/eslint/eslint/commit/50fed1da4449ad7ecbb558294438273cfce603d4) chore: package.json update for [@​eslint/js](https://togithub.com/eslint/js) release (ESLint Jenkins) - [`4c7a170`](https://togithub.com/eslint/eslint/commit/4c7a170b04c5a746e401bef7ce79766ff66a1168) chore: upgrade [@​eslint/eslintrc](https://togithub.com/eslint/eslintrc)[@​2](https://togithub.com/2).0.3 ([#​17155](https://togithub.com/eslint/eslint/issues/17155)) (Milos Djermanovic) - [`e80b7cc`](https://togithub.com/eslint/eslint/commit/e80b7cce640b60c00802148dbb51d03c7223afa9) chore: upgrade espree@9.5.2 ([#​17154](https://togithub.com/eslint/eslint/issues/17154)) (Milos Djermanovic) - [`ce3ac91`](https://togithub.com/eslint/eslint/commit/ce3ac91b510576e2afba1657aa5f09e162b4ab07) chore: upgrade eslint-visitor-keys@3.4.1 ([#​17153](https://togithub.com/eslint/eslint/issues/17153)) (Milos Djermanovic) - [`9094d79`](https://togithub.com/eslint/eslint/commit/9094d79fb42c0ebb6100426a3f2f851e8d42a0ee) chore: add `latest/` to `meta.docs.url` in all core rules ([#​17136](https://togithub.com/eslint/eslint/issues/17136)) (Milos Djermanovic) - [`d85efad`](https://togithub.com/eslint/eslint/commit/d85efad655deacc0dc3fdbbace33307094c3b91b) perf: don't use `grapheme-splitter` on ASCII strings in key-spacing rule ([#​17122](https://togithub.com/eslint/eslint/issues/17122)) (Milos Djermanovic)
pnpm/pnpm ### [`v8.5.0`](https://togithub.com/pnpm/pnpm/releases/tag/v8.5.0) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v8.4.0...v8.5.0) #### Minor Changes - `pnpm patch-remove` command added [#​6521](https://togithub.com/pnpm/pnpm/pull/6521). #### Patch Changes - `pnpm link -g ` should not modify the `package.json` file [#​4341](https://togithub.com/pnpm/pnpm/issues/4341). - The deploy command should not ask for confirmation to purge the `node_modules` directory [#​6510](https://togithub.com/pnpm/pnpm/issues/6510). - Show cyclic workspace dependency details [#​5059](https://togithub.com/pnpm/pnpm/issues/5059). - Node.js range specified through the `engines` field should match prerelease versions [#​6509](https://togithub.com/pnpm/pnpm/pull/6509). #### Our Gold Sponsors
#### Our Silver Sponsors

Configuration

πŸ“… Schedule: Branch creation - "after 9am,before 12am" in timezone Asia/Tokyo, 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.

πŸ‘» Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.