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 #277

Closed renovate[bot] closed 1 week ago

renovate[bot] commented 1 week ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@auth/core (source) ^0.32.0 -> ^0.34.1 age adoption passing confidence
@biomejs/biome (source) 1.8.1 -> 1.8.2 age adoption passing confidence
@hono/node-server ^1.11.3 -> ^1.11.4 age adoption passing confidence
@vue/compiler-sfc (source) ^3.4.29 -> ^3.4.30 age adoption passing confidence
@vue/server-renderer (source) ^3.4.29 -> ^3.4.30 age adoption passing confidence
daisyui (source) ^4.12.2 -> ^4.12.7 age adoption passing confidence
eslint-plugin-solid ^0.14.0 -> ^0.14.1 age adoption passing confidence
execa ^9.2.0 -> ^9.3.0 age adoption passing confidence
firebase-admin (source) ^12.1.1 -> ^12.2.0 age adoption passing confidence
h3 ~1.11.1 -> ~1.12.0 age adoption passing confidence
happy-dom ^14.12.0 -> ^14.12.3 age adoption passing confidence
tsx (source) ^4.15.6 -> ^4.15.7 age adoption passing confidence
typescript (source) ^5.4.5 -> ^5.5.2 age adoption passing confidence
vike-solid ^0.6.0 -> ^0.6.1 age adoption passing confidence
vue (source) ^3.4.29 -> ^3.4.30 age adoption passing confidence
zx ^8.1.2 -> ^8.1.3 age adoption passing confidence

Release Notes

nextauthjs/next-auth (@​auth/core) ### [`v0.34.1`](https://togithub.com/nextauthjs/next-auth/releases/tag/%40auth/core%400.34.1) [Compare Source](https://togithub.com/nextauthjs/next-auth/compare/@auth/core@0.34.0...@auth/core@0.34.1) #### Bugfixes - Add default exports to package.json for better module support ([#​11224](https://togithub.com/nextauthjs/next-auth/issues/11224)) ### [`v0.34.0`](https://togithub.com/nextauthjs/next-auth/releases/tag/%40auth/core%400.34.0) [Compare Source](https://togithub.com/nextauthjs/next-auth/compare/@auth/core@0.33.0...@auth/core@0.34.0) #### Features - **providers**: add threads ([#​11215](https://togithub.com/nextauthjs/next-auth/issues/11215)) ([`4e9d2a2`](https://togithub.com/nextauthjs/next-auth/commit/4e9d2a2f)) ### [`v0.33.0`](https://togithub.com/nextauthjs/next-auth/releases/tag/%40auth/core%400.33.0) [Compare Source](https://togithub.com/nextauthjs/next-auth/compare/@auth/core@0.32.0...@auth/core@0.33.0) #### Features - **core**: support `private_key_jwt` token auth method ([#​11132](https://togithub.com/nextauthjs/next-auth/issues/11132)) ([`d8a9188`](https://togithub.com/nextauthjs/next-auth/commit/d8a91885)) - **core**: re-introduce `idToken: boolean` ([#​11161](https://togithub.com/nextauthjs/next-auth/issues/11161)) ([`b56b928`](https://togithub.com/nextauthjs/next-auth/commit/b56b928c)) - **providers**: Add BankID Norge provider ([#​11162](https://togithub.com/nextauthjs/next-auth/issues/11162)) ([`d38fdef`](https://togithub.com/nextauthjs/next-auth/commit/d38fdef7)) - Add form-post specification ([#​8428](https://togithub.com/nextauthjs/next-auth/issues/8428)) #### Bugfixes - **core/providers/osu**: Correct the type of OsuProfile.id ([#​10340](https://togithub.com/nextauthjs/next-auth/issues/10340)) ([`0e0c7b6`](https://togithub.com/nextauthjs/next-auth/commit/0e0c7b60)) - **providers**: Correct Coinbase endpoints ([#​11153](https://togithub.com/nextauthjs/next-auth/issues/11153)) ([`28e780f`](https://togithub.com/nextauthjs/next-auth/commit/28e780fa)) - change API domain for twitter provider ([#​11047](https://togithub.com/nextauthjs/next-auth/issues/11047)) #### Other - **providers**: update Netsuite button rendering colors ([#​11099](https://togithub.com/nextauthjs/next-auth/issues/11099)) ([`63fd886`](https://togithub.com/nextauthjs/next-auth/commit/63fd8869)) - `pnpm format` ([#​11078](https://togithub.com/nextauthjs/next-auth/issues/11078)) - Fix some documentation issues ([#​10980](https://togithub.com/nextauthjs/next-auth/issues/10980))
biomejs/biome (@​biomejs/biome) ### [`v1.8.2`](https://togithub.com/biomejs/biome/blob/HEAD/CHANGELOG.md#v182-2024-06-20) [Compare Source](https://togithub.com/biomejs/biome/compare/39db99b1cd087d6aa46ecfecba6adbfa0d45a303...54b4c9a39078836843ef363bb6986fad74834480) ##### CLI ##### Bug fixes - Fix [#​3201](https://togithub.com/biomejs/biome/issues/3201) by correctly injecting the source code of the file when printing the diagnostics. Contributed by [@​ematipico](https://togithub.com/ematipico) - Fix [#​3179](https://togithub.com/biomejs/biome/issues/3179) where comma separators are not correctly removed after running `biome migrate` and thus choke the parser. Contributed by [@​Sec-ant](https://togithub.com/Sec-ant) - Fix [#​3232](https://togithub.com/biomejs/biome/issues/3232) by correctly using the colors set by the user. Contributed by [@​ematipico](https://togithub.com/ematipico) ##### Enhancement - Reword the reporter message `No fixes needed` to `No fixes applied`. The former message is misleading when there're still errors or warnings in the files that should be taken care of manually. For example: ```block Checked 2 files in
honojs/node-server (@​hono/node-server) ### [`v1.11.4`](https://togithub.com/honojs/node-server/releases/tag/v1.11.4) [Compare Source](https://togithub.com/honojs/node-server/compare/v1.11.3...v1.11.4) #### What's Changed - Expose ServerType from './types' by [@​raighneweng](https://togithub.com/raighneweng) in [https://github.com/honojs/node-server/pull/178](https://togithub.com/honojs/node-server/pull/178) #### New Contributors - [@​raighneweng](https://togithub.com/raighneweng) made their first contribution in [https://github.com/honojs/node-server/pull/178](https://togithub.com/honojs/node-server/pull/178) **Full Changelog**: https://github.com/honojs/node-server/compare/v1.11.3...v1.11.4
vuejs/core (@​vue/compiler-sfc) ### [`v3.4.30`](https://togithub.com/vuejs/core/blob/HEAD/CHANGELOG.md#3430-2024-06-22) [Compare Source](https://togithub.com/vuejs/core/compare/v3.4.29...v3.4.30) **Note: this release contains a fix ([#​11150](https://togithub.com/vuejs/core/issues/11150)) that requires `vue-tsc` to also be updated in sync to ^2.0.22. See [#​11196](https://togithub.com/vuejs/core/issues/11196)** ##### Bug Fixes - **compiler-core:** should not remove slot node with `v-else` ([#​11150](https://togithub.com/vuejs/core/issues/11150)) ([e102670](https://togithub.com/vuejs/core/commit/e102670bde00417c3a5b0262c855b297c0e4169e)) - **hydration:** fix css vars hydration mismatch false positive on attr-fallthrough ([#​11190](https://togithub.com/vuejs/core/issues/11190)) ([7ad67ce](https://togithub.com/vuejs/core/commit/7ad67ced26e5f53a47cb42f4834496e4958cb53b)), closes [#​11188](https://togithub.com/vuejs/core/issues/11188) - **hydration:** skip prop mismatch check for directives that mutate DOM in created ([3169c91](https://togithub.com/vuejs/core/commit/3169c914939d02a013b2938aff30dac8525923f8)), closes [#​11189](https://togithub.com/vuejs/core/issues/11189) - **reactivity:** fix side effect computed dirty level ([#​11183](https://togithub.com/vuejs/core/issues/11183)) ([3bd79e3](https://togithub.com/vuejs/core/commit/3bd79e3e5ed960fc42cbf77bc61a97d2c03557c0)), closes [#​11181](https://togithub.com/vuejs/core/issues/11181) [#​11169](https://togithub.com/vuejs/core/issues/11169) - **runtime-core:** ensure unmount dynamic components in optimized mode ([#​11171](https://togithub.com/vuejs/core/issues/11171)) ([220fe24](https://togithub.com/vuejs/core/commit/220fe247484209e62c7f4991902c5335e29c5007)), closes [#​11168](https://togithub.com/vuejs/core/issues/11168) - **runtime-core:** update devtool \__vnode on patch, avoid memory leak during dev ([a959781](https://togithub.com/vuejs/core/commit/a959781dd6f609dcb6f16dd7fa47d3b16895e5ca)), closes [#​11192](https://togithub.com/vuejs/core/issues/11192) - **runtime-dom:** ensure only symbols are explicitly stringified during attribute patching ([#​11182](https://togithub.com/vuejs/core/issues/11182)) ([a2e35d6](https://togithub.com/vuejs/core/commit/a2e35d682db15a592f4270bb0cde70a0e7bdc4a6)), closes [#​11177](https://togithub.com/vuejs/core/issues/11177) - **runtime-dom:** prevent setting state as attribute for custom elements ([#​11165](https://togithub.com/vuejs/core/issues/11165)) ([8ae4c29](https://togithub.com/vuejs/core/commit/8ae4c293adcec28f18114cb6016230a86787e6a9)), closes [#​11163](https://togithub.com/vuejs/core/issues/11163) ##### Performance Improvements - **reactivity:** cache tracking value ([#​11145](https://togithub.com/vuejs/core/issues/11145)) ([7936dae](https://togithub.com/vuejs/core/commit/7936daebceab2ae9461c3b8f256e51020fb7d3ed))
saadeghi/daisyui (daisyui) ### [`v4.12.7`](https://togithub.com/saadeghi/daisyui/blob/HEAD/CHANGELOG.md#4127-2024-06-23) [Compare Source](https://togithub.com/saadeghi/daisyui/compare/v4.12.6...v4.12.7) ##### Bug Fixes - RTL `