daniluk4000 / vatsim-radar

Vatsim Traffic Monitoring Service
https://vatsim-radar.com/
25 stars 7 forks source link

chore(deps): Update all non-major dependencies #84

Closed renovate[bot] closed 2 weeks ago

renovate[bot] commented 2 weeks ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@prisma/client (source) ^5.15.0 -> ^5.15.1 age adoption passing confidence
@stylistic/eslint-plugin (source) ^2.1.0 -> ^2.2.1 age adoption passing confidence
@types/node (source) ^20.14.2 -> ^20.14.5 age adoption passing confidence
eslint (source) ^9.4.0 -> ^9.5.0 age adoption passing confidence
prisma (source) ^5.15.0 -> ^5.15.1 age adoption passing confidence
sass ^1.77.5 -> ^1.77.6 age adoption passing confidence

Release Notes

prisma/prisma (@​prisma/client) ### [`v5.15.1`](https://togithub.com/prisma/prisma/releases/tag/5.15.1) [Compare Source](https://togithub.com/prisma/prisma/compare/5.15.0...5.15.1) Today, we are issuing the `5.15.1` patch release. ##### Fixes in Prisma Client - [internal error: entered unreachable code](https://togithub.com/prisma/prisma/issues/23407) - [Got error 'internal error: entered unreachable code' when trying to perform an upsert.](https://togithub.com/prisma/prisma/issues/22947) - [Prisma Client errors on SQLite with internal error: entered unreachable code when running 2 concurrent upsert ](https://togithub.com/prisma/prisma/issues/22725) - [`ConnectionError(Timed out during query execution.)` during seeding](https://togithub.com/prisma/prisma/issues/21772) - [SQLite timeouts after upgrade from prisma 2 to prisma 4](https://togithub.com/prisma/prisma/issues/17029) - [`ConnectionError(Timed out during query execution.)` error when using `Promise.all` for SQLite](https://togithub.com/prisma/prisma/issues/11789) - [Improve the error when SQLite database file is locked](https://togithub.com/prisma/prisma/issues/10403) - [sqlite timeout error multiple queries run one after another](https://togithub.com/prisma/prisma/issues/10306) - [SQLite times out during query execution when using `Promise.all()` / concurrent](https://togithub.com/prisma/prisma/issues/9562) - [internal error: entered unreachable code](https://togithub.com/prisma/prisma/issues/24511)
eslint-stylistic/eslint-stylistic (@​stylistic/eslint-plugin) ### [`v2.2.1`](https://togithub.com/eslint-stylistic/eslint-stylistic/blob/HEAD/CHANGELOG.md#221-2024-06-17) [Compare Source](https://togithub.com/eslint-stylistic/eslint-stylistic/compare/v2.2.0...v2.2.1) ##### Bug Fixes - **indent:** correct indentation in chained methods calls with generics ([#​424](https://togithub.com/eslint-stylistic/eslint-stylistic/issues/424)) ([4ba8b08](https://togithub.com/eslint-stylistic/eslint-stylistic/commit/4ba8b0866e602dd416d367d6435c747d594bbe97)) - **indent:** handle undefined `node.decorators` when tsParser is not configured ([#​422](https://togithub.com/eslint-stylistic/eslint-stylistic/issues/422)) ([3d63054](https://togithub.com/eslint-stylistic/eslint-stylistic/commit/3d63054ca962a00cdc5a3b4406daac97e7b94371)) ### [`v2.2.0`](https://togithub.com/eslint-stylistic/eslint-stylistic/blob/HEAD/CHANGELOG.md#220-2024-06-15) [Compare Source](https://togithub.com/eslint-stylistic/eslint-stylistic/compare/v2.1.0...v2.2.0) ##### Features - **indent:** support for JSXText indentation ([#​413](https://togithub.com/eslint-stylistic/eslint-stylistic/issues/413)) ([a5b62a0](https://togithub.com/eslint-stylistic/eslint-stylistic/commit/a5b62a04d3b25d6144a5935f0ed9370487f26409)) - **js:** add option `ignoreStringLiterals` ([#​401](https://togithub.com/eslint-stylistic/eslint-stylistic/issues/401)) ([1b6d563](https://togithub.com/eslint-stylistic/eslint-stylistic/commit/1b6d563921b408723fa9a5bd911f5890c698f649)), closes [#​400](https://togithub.com/eslint-stylistic/eslint-stylistic/issues/400) - **jsx-one-expression-per-line:** allow `non-jsx` ([#​393](https://togithub.com/eslint-stylistic/eslint-stylistic/issues/393)) ([431d564](https://togithub.com/eslint-stylistic/eslint-stylistic/commit/431d56475af2ba183421cb051e486b2bb6940169)) ##### Bug Fixes - **indent:** correct indentation for `PropertyDefinition` with decorators ([#​416](https://togithub.com/eslint-stylistic/eslint-stylistic/issues/416)) ([4b4d27c](https://togithub.com/eslint-stylistic/eslint-stylistic/commit/4b4d27c0ede2bada33aab5cb9fcdca7e77448b8a)) - make plugin assignable to ESLint.Plugin ([#​418](https://togithub.com/eslint-stylistic/eslint-stylistic/issues/418)) ([9887ead](https://togithub.com/eslint-stylistic/eslint-stylistic/commit/9887ead9ae485fa8393e2f7b529074bf04200867)) - **quotes:** allow template literals to avoid escape sequences ([#​410](https://togithub.com/eslint-stylistic/eslint-stylistic/issues/410)) ([1891c5f](https://togithub.com/eslint-stylistic/eslint-stylistic/commit/1891c5fd8ae3580b892694836c2a387070de2084))
eslint/eslint (eslint) ### [`v9.5.0`](https://togithub.com/eslint/eslint/compare/v9.4.0...535235701fb029db6f656bd4e58acdfdeb8c02de) [Compare Source](https://togithub.com/eslint/eslint/compare/v9.4.0...v9.5.0)
sass/dart-sass (sass) ### [`v1.77.6`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1776) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.77.5...1.77.6) - Fix a few cases where comments and occasionally even whitespace wasn't allowed between the end of Sass statements and the following semicolon.

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.

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