batijs / bati

Next-gen scaffolder. Get started with fully-functional apps, and choose any tool you want.
https://batijs.dev
MIT License
194 stars 11 forks source link

chore(deps): update all non-major dependencies #272

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
@hattip/adapter-node ^0.0.45 -> ^0.0.46 age adoption passing confidence
@​hattip/core ^0.0.45 -> ^0.0.46 age adoption passing confidence
@hattip/polyfills ^0.0.45 -> ^0.0.46 age adoption passing confidence
@hattip/router ^0.0.45 -> ^0.0.46 age adoption passing confidence
@​hattip/vite ^0.0.45 -> ^0.0.46 age adoption passing confidence
@prisma/client (source) ^5.15.0 -> ^5.15.1 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) ^7.13.0 -> ^7.13.1 age adoption passing confidence
@typescript-eslint/parser (source) ^7.13.0 -> ^7.13.1 age adoption passing confidence
@typescript-eslint/utils (source) ^7.13.0 -> ^7.13.1 age adoption passing confidence
eslint-plugin-react ^7.34.2 -> ^7.34.3 age adoption passing confidence
espree ^10.0.1 -> ^10.1.0 age adoption passing confidence
hono (source) ^4.4.6 -> ^4.4.7 age adoption passing confidence
prisma (source) ^5.15.0 -> ^5.15.1 age adoption passing confidence
typescript-eslint (source) ^7.13.0 -> ^7.13.1 age adoption passing confidence
vike ^0.4.176 -> ^0.4.177 age adoption passing confidence
vike-solid ^0.4.5 -> ^0.6.0 age adoption passing confidence
vike-vue ^0.7.3 -> ^0.7.5 age adoption passing confidence

Release Notes

hattipjs/hattip (@​hattip/adapter-node) ### [`v0.0.46`](https://togithub.com/hattipjs/hattip/compare/0.0.45...0.0.46) [Compare Source](https://togithub.com/hattipjs/hattip/compare/0.0.45...0.0.46)
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)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v7.13.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#7131-2024-06-17) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.13.0...v7.13.1) ##### 🩹 Fixes - **eslint-plugin:** \[prefer-readonly] refine report locations - **eslint-plugin:** \[return-await] support explicit resource management - **eslint-plugin:** \[no-unsafe-member-access] differentiate a types-error any from a true any ##### ❤️ Thank You - Kirk Waiblinger - Yukihiro Hasegawa You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
typescript-eslint/typescript-eslint (@​typescript-eslint/parser) ### [`v7.13.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#7131-2024-06-17) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.13.0...v7.13.1) This was a version bump only for parser to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
typescript-eslint/typescript-eslint (@​typescript-eslint/utils) ### [`v7.13.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/utils/CHANGELOG.md#7131-2024-06-17) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.13.0...v7.13.1) This was a version bump only for utils to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
jsx-eslint/eslint-plugin-react (eslint-plugin-react) ### [`v7.34.3`](https://togithub.com/jsx-eslint/eslint-plugin-react/blob/HEAD/CHANGELOG.md#7343---20240618) [Compare Source](https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.34.2...v7.34.3) ##### Fixed - \[`prop-types`]: null-check rootNode before calling getScope ([#​3762][] [@​crnhrv](https://togithub.com/crnhrv)) - \[`boolean-prop-naming`]: avoid a crash with a spread prop ([#​3733][] [@​ljharb](https://togithub.com/ljharb)) - \[`jsx-boolean-value`]: `assumeUndefinedIsFalse` with `never` must not allow explicit `true` value ([#​3757][] [@​6uliver](https://togithub.com/6uliver)) - \[`no-object-type-as-default-prop`]: enable rule for components with many parameters ([#​3768][] [@​JulienR1](https://togithub.com/JulienR1)) - \[`jsx-key`]: incorrect behavior for checkKeyMustBeforeSpread with map callbacks ([#​3769][] [@​akulsr0](https://togithub.com/akulsr0)) [7.34.3]: https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.34.2...v7.34.3 [#​3769]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3769 [#​3768]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3768 [#​3762]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3762 [#​3757]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3757 [#​3733]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/3733
eslint/espree (espree) ### [`v10.1.0`](https://togithub.com/eslint/espree/blob/HEAD/CHANGELOG.md#1010-2024-06-17) [Compare Source](https://togithub.com/eslint/espree/compare/v10.0.1...v10.1.0) ##### Features - Support ES2025 and RegExp duplicate named capturing groups ([#​608](https://togithub.com/eslint/espree/issues/608)) ([3059713](https://togithub.com/eslint/espree/commit/3059713cbb8ac3b08d06ef4998835caf03042992))
honojs/hono (hono) ### [`v4.4.7`](https://togithub.com/honojs/hono/releases/tag/v4.4.7) [Compare Source](https://togithub.com/honojs/hono/compare/v4.4.6...v4.4.7) #### What's Changed - use correct return type for c.html depending on input by [@​asmadsen](https://togithub.com/asmadsen) in [https://github.com/honojs/hono/pull/2973](https://togithub.com/honojs/hono/pull/2973) - test: test uncovered return statement by [@​yasuaki640](https://togithub.com/yasuaki640) in [https://github.com/honojs/hono/pull/2985](https://togithub.com/honojs/hono/pull/2985) - test: Update request.test.ts to remove duplicate checks by [@​JoaquimLey](https://togithub.com/JoaquimLey) in [https://github.com/honojs/hono/pull/2984](https://togithub.com/honojs/hono/pull/2984) - fix(types): env variables override ContextVariableMap by [@​KaelWD](https://togithub.com/KaelWD) in [https://github.com/honojs/hono/pull/2987](https://togithub.com/honojs/hono/pull/2987) #### New Contributors - [@​asmadsen](https://togithub.com/asmadsen) made their first contribution in [https://github.com/honojs/hono/pull/2973](https://togithub.com/honojs/hono/pull/2973) - [@​JoaquimLey](https://togithub.com/JoaquimLey) made their first contribution in [https://github.com/honojs/hono/pull/2984](https://togithub.com/honojs/hono/pull/2984) - [@​KaelWD](https://togithub.com/KaelWD) made their first contribution in [https://github.com/honojs/hono/pull/2987](https://togithub.com/honojs/hono/pull/2987) **Full Changelog**: https://github.com/honojs/hono/compare/v4.4.6...v4.4.7
typescript-eslint/typescript-eslint (typescript-eslint) ### [`v7.13.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#7131-2024-06-17) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.13.0...v7.13.1) This was a version bump only for typescript-eslint to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
vikejs/vike (vike) ### [`v0.4.177`](https://togithub.com/vikejs/vike/blob/HEAD/CHANGELOG.md#04177-2024-06-17) [Compare Source](https://togithub.com/vikejs/vike/compare/v0.4.176...v0.4.177) ##### Bug Fixes - enable setting `env: { client: false, server: false, config: false }` (fix [#​1693](https://togithub.com/vikejs/vike/issues/1693)) ([775d83b](https://togithub.com/vikejs/vike/commit/775d83b5a10d4afd8ada5e8b7043826ada6f0166)) - fix error message upon mixing old and new design (fix [#​1701](https://togithub.com/vikejs/vike/issues/1701)) ([03270e7](https://togithub.com/vikejs/vike/commit/03270e79b9d3c6f254d1cadc2f9aa6618ffe7f71)) - improve error message ([6e30d15](https://togithub.com/vikejs/vike/commit/6e30d1534283df68ca376c0f3ba4a18c8ae8422a)) - improve error messages ([e2c5e93](https://togithub.com/vikejs/vike/commit/e2c5e9308e80d6c53ea1e949e1d5859084fcf762)) - make onPrerenderStart eager (fix [#​1702](https://togithub.com/vikejs/vike/issues/1702)) ([1442a4a](https://togithub.com/vikejs/vike/commit/1442a4a49aba081bb72adabc4d3e86be331f73b7)) ##### Performance Improvements - remove client-side validation to save KBs ([9168c5b](https://togithub.com/vikejs/vike/commit/9168c5be9342e4adcfa3d42c7d5c10a09f3ac513))
vikejs/vike-solid (vike-solid) ### [`v0.6.0`](https://togithub.com/vikejs/vike-solid/compare/v0.5.0...v0.6.0) [Compare Source](https://togithub.com/vikejs/vike-solid/compare/v0.5.0...v0.6.0) ### [`v0.5.0`](https://togithub.com/vikejs/vike-solid/compare/v0.4.5...v0.5.0) [Compare Source](https://togithub.com/vikejs/vike-solid/compare/v0.4.5...v0.5.0)
vikejs/vike-vue (vike-vue) ### [`v0.7.5`](https://togithub.com/vikejs/vike-vue/compare/vike-vue@0.7.4...vike-vue@0.7.5) [Compare Source](https://togithub.com/vikejs/vike-vue/compare/vike-vue@0.7.4...vike-vue@0.7.5) ### [`v0.7.4`](https://togithub.com/vikejs/vike-vue/compare/vike-vue@0.7.3...vike-vue@0.7.4) [Compare Source](https://togithub.com/vikejs/vike-vue/compare/vike-vue@0.7.3...vike-vue@0.7.4)

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (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.

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

github-actions[bot] commented 2 weeks ago

PR Preview Action v1.4.7 :---: :rocket: Deployed preview to https://batijs.dev/pr-preview/pr-272/ on branch gh-pages at 2024-06-19 09:29 UTC