stacksjs / stacks

⚛️ Type-safe full-stack framework for Artisans. Develop modern clouds, apps & framework-agnostic libraries, faster.
https://stacksjs.org
MIT License
488 stars 8 forks source link

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

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@biomejs/biome (source) ^1.7.2 -> ^1.7.3 age adoption passing confidence
@iconify/json (source) ^2.2.206 -> ^2.2.207 age adoption passing confidence
@microsoft/api-extractor (source) ^7.43.1 -> ^7.43.2 age adoption passing confidence
@stripe/stripe-js (source) ^3.3.0 -> ^3.4.0 age adoption passing confidence
aws-sdk ^2.1613.0 -> ^2.1614.0 age adoption passing confidence
meilisearch ^0.38.0 -> ^0.39.0 age adoption passing confidence

Release Notes

biomejs/biome (@​biomejs/biome) ### [`v1.7.3`](https://togithub.com/biomejs/biome/blob/HEAD/CHANGELOG.md#173-2024-05-06) [Compare Source](https://togithub.com/biomejs/biome/compare/2c70d3fde5b13ec9ef0915d22837ab8321b6737f...b9f90b7ee63506a1995bc29f4e389efec25a1525) ##### CLI ##### Bug fixes - The [stdin-file-path](https://biomejs.dev/guides/integrate-in-editor/#use-stdin) option now works correctly for Astro/Svelte/Vue files ([#​2686](https://togithub.com/biomejs/biome/pull/2686)) Fix [#​2225](https://togithub.com/biomejs/biome/issues/2225) where lint output become empty for Vue files. Contributed by [@​tasshi-me](https://togithub.com/tasshi-me) - `biome migrate eslint` now correctly resolve `@scope/eslint-config` ([#​2705](https://togithub.com/biomejs/biome/issues/2705)). Contributed by [@​Conaclos](https://togithub.com/Conaclos) ##### Formatter ##### Linter ##### New features - Add [nursery/useExplicitLengthCheck](https://biomejs.dev/linter/rules/use-explicit-length-check/). ##### Bug fixes - [noBlankTarget](https://biomejs.dev/linter/rules/no-blank-target/) no longer hangs when applying a code fix ([#​2675](https://togithub.com/biomejs/biome/issues/2675)). Previously, the following code made Biome hangs when applying a code fix. ```jsx ``` Contributed by [@​Conaclos](https://togithub.com/Conaclos) - [noRedeclare](https://biomejs.dev/linter/rules/no-redeclare/) no longer panics on conditional type ([#​2659](https://togithub.com/biomejs/biome/issues/2659)). This is a regression introduced by [#​2394](https://togithub.com/biomejs/biome/issues/2394). This regression makes `noRedeclare` panics on every conditional types with `infer` bindings. Contributed by [@​Conaclos](https://togithub.com/Conaclos) - [noUnusedLabels](https://biomejs.dev/linter/rules/no-unused-labels/) and [noConfusingLabels](https://biomejs.dev/linter/rules/no-confusing-labels/) now ignore svelte reactive statements ([#​2571](https://togithub.com/biomejs/biome/issues/2571)). The rules now ignore reactive Svelte blocks in Svelte components. ```svelte ``` Contributed by [@​Conaclos](https://togithub.com/Conaclos) - [useExportType](https://biomejs.dev/linter/rules/use-export-type/) no longer removes leading comments ([#​2685](https://togithub.com/biomejs/biome/issues/2685)). Previously, `useExportType` removed leading comments when it factorized the `type` qualifier. It now provides a code fix that preserves the leading comments: ```diff - export { + export type { /**leading comment*/ - type T + T } ``` Contributed by [@​Conaclos](https://togithub.com/Conaclos) - [useJsxKeyInIterable](https://biomejs.dev/linter/rules/use-jsx-key-in-iterable/) no longer reports false positive when iterating on non-jsx items ([#​2590](https://togithub.com/biomejs/biome/issues/2590)). The following snipet of code no longer triggers the rule: ```jsx <>{data.reduce((total, next) => total + next, 0)} ``` Contributed by [@​dyc3](https://togithub.com/dyc3) - Fix typo by renaming `useConsistentBuiltinInstatiation` to `useConsistentBuiltinInstantiation` Contributed by [@​minht11](https://togithub.com/minht11)
iconify/icon-sets (@​iconify/json) ### [`v2.2.207`](https://togithub.com/iconify/icon-sets/compare/2.2.206...2.2.207) [Compare Source](https://togithub.com/iconify/icon-sets/compare/2.2.206...2.2.207)
microsoft/rushstack (@​microsoft/api-extractor) ### [`v7.43.2`](https://togithub.com/microsoft/rushstack/blob/HEAD/apps/api-extractor/CHANGELOG.md#7432) [Compare Source](https://togithub.com/microsoft/rushstack/compare/7b1287fc615b158cecb49823c82bd8093bfecb9c...ac21ee99404295e9c2b82ea399af6185ee8d7085) Mon, 06 May 2024 15:11:04 GMT *Version update only*
stripe/stripe-js (@​stripe/stripe-js) ### [`v3.4.0`](https://togithub.com/stripe/stripe-js/releases/tag/v3.4.0) [Compare Source](https://togithub.com/stripe/stripe-js/compare/v3.3.0...v3.4.0) ##### New features - add dedicated setupintent types; add confirmation_token ([#​606](https://togithub.com/stripe/stripe-js/issues/606)) ##### Fixes - Build before running tests ([#​598](https://togithub.com/stripe/stripe-js/issues/598)) - Add arethetypeswrong to CI/publish scripts ([#​597](https://togithub.com/stripe/stripe-js/issues/597))
aws/aws-sdk-js (aws-sdk) ### [`v2.1614.0`](https://togithub.com/aws/aws-sdk-js/blob/HEAD/CHANGELOG.md#216140) [Compare Source](https://togithub.com/aws/aws-sdk-js/compare/v2.1613.0...v2.1614.0) - feature: MediaLive: AWS Elemental MediaLive now supports configuring how SCTE 35 passthrough triggers segment breaks in HLS and MediaPackage output groups. Previously, messages triggered breaks in all these output groups. The new option is to trigger segment breaks only in groups that have SCTE 35 passthrough enabled.
meilisearch/meilisearch-js (meilisearch) ### [`v0.39.0`](https://togithub.com/meilisearch/meilisearch-js/releases/tag/v0.39.0): 🌻 [Compare Source](https://togithub.com/meilisearch/meilisearch-js/compare/v0.38.0...v0.39.0) #### 🚀 Enhancements - feat: hybrid search improvements for v1.8.x ([#​1647](https://togithub.com/meilisearch/meilisearch-js/issues/1647)) [@​mdubus](https://togithub.com/mdubus) - Add `null` to Embedder type ([#​1646](https://togithub.com/meilisearch/meilisearch-js/issues/1646)) [@​amit-ksh](https://togithub.com/amit-ksh) - Add searchCutoffMs index setting ([#​1643](https://togithub.com/meilisearch/meilisearch-js/issues/1643), [#​1645](https://togithub.com/meilisearch/meilisearch-js/issues/1645)) [@​amit-ksh](https://togithub.com/amit-ksh) ```js client.index('movies').getSearchCutoffMs() client.index('movies').updateSearchCutoffMs(150) client.index('movies').resetSearchCutoffMs() ``` #### ⚙️ Maintenance/misc - Update ESLint, Prettier, TypeScript and fix/improve their configuration files ([#​1616](https://togithub.com/meilisearch/meilisearch-js/issues/1616)) [@​flevi29](https://togithub.com/flevi29) - Fix code style after configuration changes ([#​1638](https://togithub.com/meilisearch/meilisearch-js/issues/1638)) [@​brunoocasali](https://togithub.com/brunoocasali) Thanks again to [@​amit-ksh](https://togithub.com/amit-ksh), [@​brunoocasali](https://togithub.com/brunoocasali), [@​curquiza](https://togithub.com/curquiza), [@​flevi29](https://togithub.com/flevi29), [@​mdubus](https://togithub.com/mdubus)! 🎉

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

what-the-diff[bot] commented 2 months ago

PR Summary