Beraliv / beraliv.dev

Digital garden 🌳🌲
https://blog.beraliv.dev
2 stars 1 forks source link

fix(deps): update all minor dependencies #590

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 12 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@solidjs/router 0.8.4 -> 0.14.1 age adoption passing confidence dependencies minor
@solidjs/router 0.5.1 -> 0.14.1 age adoption passing confidence dependencies minor
@testing-library/react 13.3.0 -> 13.4.0 age adoption passing confidence devDependencies minor
@types/node (source) 20.12.12 -> 20.14.14 age adoption passing confidence devDependencies minor
@types/react (source) 18.2.79 -> 18.3.3 age adoption passing confidence devDependencies minor
bundlewatch 0.3.3 -> 0.4.0 age adoption passing confidence devDependencies minor
earl 1.2.1 -> 1.3.0 age adoption passing confidence devDependencies minor
effector (source) 22.4.0 -> 22.8.8 age adoption passing confidence dependencies minor
effector-solid (source) 0.22.7 -> 0.23.0 age adoption passing confidence dependencies minor
eslint (source) 8.23.0 -> 8.57.0 age adoption passing confidence devDependencies minor
mocha (source) 10.0.0 -> 10.7.0 age adoption passing confidence devDependencies minor
next-mdx-remote 4.1.0 -> 4.4.1 age adoption passing confidence dependencies minor
node (source) 18.12.1 -> 18.20.4 age adoption passing confidence minor
prism-react-renderer 1.2.1 -> 1.3.5 age adoption passing confidence dependencies minor
react (source) 18.2.0 -> 18.3.1 age adoption passing confidence dependencies minor
react-dom (source) 18.2.0 -> 18.3.1 age adoption passing confidence dependencies minor
solid-devtools (source) ^0.27.3 -> ^0.30.0 age adoption passing confidence devDependencies minor
solid-js (source) 1.7.6 -> 1.8.20 age adoption passing confidence dependencies minor
solid-js (source) 1.5.1 -> 1.8.20 age adoption passing confidence dependencies minor
typescript (source) 5.1.3 -> 5.5.4 age adoption passing confidence devDependencies minor
typescript (source) 4.8.2 -> 4.9.5 age adoption passing confidence devDependencies minor
vite (source) 4.3.9 -> 4.5.3 age adoption passing confidence devDependencies minor
vite (source) 3.2.4 -> 3.2.10 age adoption passing confidence devDependencies minor
vite-plugin-solid 2.7.0 -> 2.10.2 age adoption passing confidence devDependencies minor
vite-plugin-solid 2.4.0 -> 2.10.2 age adoption passing confidence devDependencies minor
vite-plugin-solid-svg 0.6.5 -> 0.8.1 age adoption passing confidence devDependencies minor
vitest (source) 0.29.8 -> 0.34.6 age adoption passing confidence devDependencies minor

Release Notes

solidjs/solid-router (@​solidjs/router) ### [`v0.14.1`](https://togithub.com/solidjs/solid-router/blob/HEAD/CHANGELOG.md#0141) ##### Patch Changes - [`6144da8`](https://togithub.com/solidjs/solid-router/commit/6144da8): fix Response type narrowing in submission APIs ### [`v0.14.0`](https://togithub.com/solidjs/solid-router/blob/HEAD/CHANGELOG.md#0140) ##### Minor Changes - [`e4a13f6`](https://togithub.com/solidjs/solid-router/commit/e4a13f6): Response helpers return responses, cache/action filter them out - [`bd9f19a`](https://togithub.com/solidjs/solid-router/commit/bd9f19a): default form actions to url encoded - [`5d9263b`](https://togithub.com/solidjs/solid-router/commit/5d9263b): rename load to preload ##### Patch Changes - [`a7e4062`](https://togithub.com/solidjs/solid-router/commit/a7e4062): fix [#​457](https://togithub.com/solidjs/solid-router/issues/457) extra leading slashes on path - [`4b4536e`](https://togithub.com/solidjs/solid-router/commit/4b4536e): add usePreloadRoute export - [`8cc0530`](https://togithub.com/solidjs/solid-router/commit/8cc0530): hack the types to work a bit better with Response Unions ### [`v0.13.6`](https://togithub.com/solidjs/solid-router/blob/HEAD/CHANGELOG.md#0136) ##### Patch Changes - [`7344f69`](https://togithub.com/solidjs/solid-router/commit/7344f69): Handle absolute redirects within `cache` on server - [`8263115`](https://togithub.com/solidjs/solid-router/commit/8263115): Forward absolute redirects inside `cache` from server to client - [`8fbf74a`](https://togithub.com/solidjs/solid-router/commit/8fbf74a): Treat `window.location.hash` as URI encoded - [`e9fd55d`](https://togithub.com/solidjs/solid-router/commit/e9fd55d): fix [#​449](https://togithub.com/solidjs/solid-router/issues/449) No JS submissions not working - [`f311f4a`](https://togithub.com/solidjs/solid-router/commit/f311f4a): fix [#​452](https://togithub.com/solidjs/solid-router/issues/452) useSubmission types/references - [`2f05f37`](https://togithub.com/solidjs/solid-router/commit/2f05f37): Make isRouting more reliable + other fixes - [`618ef17`](https://togithub.com/solidjs/solid-router/commit/618ef17): performance improvement leveraging redirects in loadfn - [`d81473a`](https://togithub.com/solidjs/solid-router/commit/d81473a): usePreloadRoute method pre-release ### [`v0.13.5`](https://togithub.com/solidjs/solid-router/blob/HEAD/CHANGELOG.md#0135) ##### Patch Changes - [`bfb059f`](https://togithub.com/solidjs/solid-router/commit/bfb059f): types Route -> RouteDescription ### [`v0.13.4`](https://togithub.com/solidjs/solid-router/blob/HEAD/CHANGELOG.md#0134) ##### Patch Changes - [`00e37fd`](https://togithub.com/solidjs/solid-router/commit/00e37fd): Export all types used in public API - [`2e90de5`](https://togithub.com/solidjs/solid-router/commit/2e90de5): Fix `HashRouter` state reset with `replace: false` - [`75472d2`](https://togithub.com/solidjs/solid-router/commit/75472d2): Fix useCurrentMatches a getter function ### [`v0.13.3`](https://togithub.com/solidjs/solid-router/blob/HEAD/CHANGELOG.md#0133) ##### Patch Changes - [`884b8be`](https://togithub.com/solidjs/solid-router/commit/884b8be): fix [#​374](https://togithub.com/solidjs/solid-router/issues/374), fix [#​399](https://togithub.com/solidjs/solid-router/issues/399) - suppress cache errors in load function - [`4a76e7d`](https://togithub.com/solidjs/solid-router/commit/4a76e7d): Fix state updates detection on history back/forward - [`5af3da8`](https://togithub.com/solidjs/solid-router/commit/5af3da8): fix [#​407](https://togithub.com/solidjs/solid-router/issues/407) single flight without explicit keys - [`1068f1b`](https://togithub.com/solidjs/solid-router/commit/1068f1b): fix [#​408](https://togithub.com/solidjs/solid-router/issues/408) - accessing route information - [`0c698ed`](https://togithub.com/solidjs/solid-router/commit/0c698ed): Allow rewriting url ### [`v0.13.2`](https://togithub.com/solidjs/solid-router/blob/HEAD/CHANGELOG.md#0132) ##### Patch Changes - [`0a34883`](https://togithub.com/solidjs/solid-router/commit/0a34883): preserve original path on optional segments - [`94797e1`](https://togithub.com/solidjs/solid-router/commit/94797e1): Fix types for cache functions with all optional arguments - [`8a547a8`](https://togithub.com/solidjs/solid-router/commit/8a547a8): don't submit form when submit event is defaultPrevented ### [`v0.13.1`](https://togithub.com/solidjs/solid-router/blob/HEAD/CHANGELOG.md#0131) ##### Patch Changes - [`8b766a9`](https://togithub.com/solidjs/solid-router/commit/8b766a9): restore params into root ### [`v0.13.0`](https://togithub.com/solidjs/solid-router/blob/HEAD/CHANGELOG.md#0130) ##### Minor Changes - [`7b1597b`](https://togithub.com/solidjs/solid-router/commit/7b1597b): Add errors to actions ##### Patch Changes - [`83e827d`](https://togithub.com/solidjs/solid-router/commit/83e827d): minimum types for submission flash - [`6df4a7a`](https://togithub.com/solidjs/solid-router/commit/6df4a7a): push root/rootLoad outside of route matching ### [`v0.12.5`](https://togithub.com/solidjs/solid-router/blob/HEAD/CHANGELOG.md#0125) ##### Patch Changes - [`fdefceb`](https://togithub.com/solidjs/solid-router/commit/fdefceb): fix [#​388](https://togithub.com/solidjs/solid-router/issues/388) reference to element prop - [`ffbd35a`](https://togithub.com/solidjs/solid-router/commit/ffbd35a): fix [#​389](https://togithub.com/solidjs/solid-router/issues/389) update router context error message - [`bceb358`](https://togithub.com/solidjs/solid-router/commit/bceb358): fix backcache storing invalidated values ### [`v0.12.4`](https://togithub.com/solidjs/solid-router/blob/HEAD/CHANGELOG.md#0124) ##### Patch Changes - [`533b7a0`](https://togithub.com/solidjs/solid-router/commit/533b7a0): fix unintended early return in cache during server render ### [`v0.12.3`](https://togithub.com/solidjs/solid-router/blob/HEAD/CHANGELOG.md#0123) ##### Patch Changes - [`02c6e7a`](https://togithub.com/solidjs/solid-router/commit/02c6e7a): action to return fully processed response ### [`v0.12.2`](https://togithub.com/solidjs/solid-router/blob/HEAD/CHANGELOG.md#0122) ##### Patch Changes - [`5e8cbdb`](https://togithub.com/solidjs/solid-router/commit/5e8cbdb): apply the right owner (who's aware of the router) ### [`v0.12.1`](https://togithub.com/solidjs/solid-router/blob/HEAD/CHANGELOG.md#0121) ##### Patch Changes - [`6d0be9e`](https://togithub.com/solidjs/solid-router/commit/6d0be9e): fix cache serialization to match returned value - [`052d385`](https://togithub.com/solidjs/solid-router/commit/052d385): Run load functions with owner & context of `Router` component. ### [`v0.12.0`](https://togithub.com/solidjs/solid-router/blob/HEAD/CHANGELOG.md#0120) ##### Minor Changes - [`17ea145`](https://togithub.com/solidjs/solid-router/commit/17ea145): add createAsyncStorage, prev argument, remove store from cache ### [`v0.11.5`](https://togithub.com/solidjs/solid-router/blob/HEAD/CHANGELOG.md#0115) ##### Patch Changes - [`0413594`](https://togithub.com/solidjs/solid-router/commit/0413594): fix memory router no native events - [`97d387b`](https://togithub.com/solidjs/solid-router/commit/97d387b): add `rootLoad` - [`5a94e7d`](https://togithub.com/solidjs/solid-router/commit/5a94e7d): fix Router types, make singleFlight optional ### [`v0.11.4`](https://togithub.com/solidjs/solid-router/blob/HEAD/CHANGELOG.md#0114) ##### Patch Changes - [`d67ccbb`](https://togithub.com/solidjs/solid-router/commit/d67ccbb): single flight mutations - [`76724af`](https://togithub.com/solidjs/solid-router/commit/76724af): pass revalidate through `json` helper ### [`v0.11.3`](https://togithub.com/solidjs/solid-router/blob/HEAD/CHANGELOG.md#0113) ##### Patch Changes - [`9cc1a85`](https://togithub.com/solidjs/solid-router/commit/9cc1a85): update response types to be always present ### [`v0.11.2`](https://togithub.com/solidjs/solid-router/blob/HEAD/CHANGELOG.md#0112) ##### Patch Changes - [`fab3cc0`](https://togithub.com/solidjs/solid-router/commit/fab3cc0): fix renderToString for cache fns ### [`v0.11.1`](https://togithub.com/solidjs/solid-router/blob/HEAD/CHANGELOG.md#0111) ##### Patch Changes - [`20663d5`](https://togithub.com/solidjs/solid-router/commit/20663d5): metadata -> info ### [`v0.11.0`](https://togithub.com/solidjs/solid-router/blob/HEAD/CHANGELOG.md#0110) ##### Minor Changes - [`6e661eb`](https://togithub.com/solidjs/solid-router/commit/6e661eb): add changesets
testing-library/react-testing-library (@​testing-library/react) ### [`v13.4.0`](https://togithub.com/testing-library/react-testing-library/releases/tag/v13.4.0) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v13.3.0...v13.4.0) ##### Features - **renderHook:** allow passing of all render options to renderHook ([#​1118](https://togithub.com/testing-library/react-testing-library/issues/1118)) ([27a9584](https://togithub.com/testing-library/react-testing-library/commit/27a9584629e28339b9961edefbb2134d7c570678))
bundlewatch/bundlewatch (bundlewatch) ### [`v0.4.0`](https://togithub.com/bundlewatch/bundlewatch/releases/tag/v0.4.0) [Compare Source](https://togithub.com/bundlewatch/bundlewatch/compare/v0.3.3...v0.4.0) #### What's Changed > \[!WARNING] > The minimum Node version supported is now **16**, but it may work fine with older versions. ##### Features - feat: support mjs and cjs extensions by [@​EdieLemoine](https://togithub.com/EdieLemoine) in [https://github.com/bundlewatch/bundlewatch/pull/460](https://togithub.com/bundlewatch/bundlewatch/pull/460) ##### Bug Fixes and Chores - chore: fix linter by [@​charpeni](https://togithub.com/charpeni) in [https://github.com/bundlewatch/bundlewatch/pull/467](https://togithub.com/bundlewatch/bundlewatch/pull/467) - chore: bump node to `20.15.1` (LTS) by [@​charpeni](https://togithub.com/charpeni) in [https://github.com/bundlewatch/bundlewatch/pull/468](https://togithub.com/bundlewatch/bundlewatch/pull/468) - fix: normalizing file paths accidentally returning empty file path by [@​cheapsteak](https://togithub.com/cheapsteak) in [https://github.com/bundlewatch/bundlewatch/pull/453](https://togithub.com/bundlewatch/bundlewatch/pull/453) - chore: bump `babel` by [@​charpeni](https://togithub.com/charpeni) in [https://github.com/bundlewatch/bundlewatch/pull/469](https://togithub.com/bundlewatch/bundlewatch/pull/469) - `s/messsage/message` by [@​charpeni](https://togithub.com/charpeni) in [https://github.com/bundlewatch/bundlewatch/pull/48](https://togithub.com/bundlewatch/bundlewatch/pull/48) ##### CVEs - build(deps): bump minimist from 1.2.5 to 1.2.8 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/bundlewatch/bundlewatch/pull/461](https://togithub.com/bundlewatch/bundlewatch/pull/461) - build(deps): bump json5 from 1.0.1 to 1.0.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/bundlewatch/bundlewatch/pull/459](https://togithub.com/bundlewatch/bundlewatch/pull/459) - build(deps): bump qs from 6.5.2 to 6.5.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/bundlewatch/bundlewatch/pull/458](https://togithub.com/bundlewatch/bundlewatch/pull/458) - build(deps): bump axios from 0.24.0 to 0.28.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/bundlewatch/bundlewatch/pull/472](https://togithub.com/bundlewatch/bundlewatch/pull/472) - build(deps): bump braces from 3.0.2 to 3.0.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/bundlewatch/bundlewatch/pull/471](https://togithub.com/bundlewatch/bundlewatch/pull/471) - build(deps): bump semver from 5.7.1 to 5.7.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/bundlewatch/bundlewatch/pull/473](https://togithub.com/bundlewatch/bundlewatch/pull/473) - build(deps): bump word-wrap from 1.2.3 to 1.2.5 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/bundlewatch/bundlewatch/pull/474](https://togithub.com/bundlewatch/bundlewatch/pull/474) - build(deps): bump ws from 7.5.6 to 7.5.10 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/bundlewatch/bundlewatch/pull/475](https://togithub.com/bundlewatch/bundlewatch/pull/475) - build(deps): bump [@​babel/traverse](https://togithub.com/babel/traverse) from 7.16.8 to 7.24.8 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/bundlewatch/bundlewatch/pull/476](https://togithub.com/bundlewatch/bundlewatch/pull/476) - build(deps): bump minimatch from 3.0.4 to 3.1.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/bundlewatch/bundlewatch/pull/477](https://togithub.com/bundlewatch/bundlewatch/pull/477) - build(deps): bump hosted-git-info from 2.7.1 to 2.8.9 in the npm_and_yarn group by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/bundlewatch/bundlewatch/pull/478](https://togithub.com/bundlewatch/bundlewatch/pull/478) #### New Contributors - [@​EdieLemoine](https://togithub.com/EdieLemoine) made their first contribution in [https://github.com/bundlewatch/bundlewatch/pull/460](https://togithub.com/bundlewatch/bundlewatch/pull/460) πŸŽ‰ **Full Changelog**: https://github.com/bundlewatch/bundlewatch/compare/v0.3.3...v0.4.0
effector/effector (effector) ### [`v22.8.8`](https://togithub.com/effector/effector/blob/HEAD/CHANGELOG.md#effector-2288) [Compare Source](https://togithub.com/effector/effector/compare/effector@22.8.7...effector@22.8.8) - Add new types from effector 23: `UnitTargetable`, `EventCallable` and `StoreWritable` as aliases to improve migration experience and ecosystem compatibility ### [`v22.8.7`](https://togithub.com/effector/effector/blob/HEAD/CHANGELOG.md#effector-2287) [Compare Source](https://togithub.com/effector/effector/compare/effector@22.8.6...effector@22.8.7) - Fix `combine` function called twice on first `allSettled` call ([PR #​984](https://togithub.com/effector/effector/pull/984)) ### [`v22.8.6`](https://togithub.com/effector/effector/blob/HEAD/CHANGELOG.md#effector-2286) [Compare Source](https://togithub.com/effector/effector/compare/effector@22.8.5...effector@22.8.6) - Follow-up fix for `22.8.2`: now `combine` in tuple-form handles compelx edge-cases with mapped stores correctly. ([PR #​902](https://togithub.com/effector/effector/pull/902)) ### [`v22.8.5`](https://togithub.com/effector/effector/blob/HEAD/CHANGELOG.md#effector-2285) [Compare Source](https://togithub.com/effector/effector/compare/effector@22.8.4...effector@22.8.5) - Follow up fix for `22.8.4`: now fix works for `fork({ handlers })` calls too. [PR #​898](https://togithub.com/effector/effector/pull/898) ### [`v22.8.4`](https://togithub.com/effector/effector/blob/HEAD/CHANGELOG.md#effector-2284) [Compare Source](https://togithub.com/effector/effector/compare/effector@22.8.3...effector@22.8.4) - Fixed an edge case for `fork` calls without sid (function from release `22.8.0`). Some libraries provide built-in sid's in the code, which led to the `duplicated sid found` exception when calling `fork` when trying to use two instances of the same factory in a test and running it without `effector/babel-plugin`. The exception on `fork` calls is no longer thrown, and all sid-related checks and assertions have been moved to `serialize` calls, since sid's are actually only required for `serialize` to work. [PR #​897](https://togithub.com/effector/effector/pull/897) ### [`v22.8.3`](https://togithub.com/effector/effector/blob/HEAD/CHANGELOG.md#effector-2283) [Compare Source](https://togithub.com/effector/effector/compare/effector@22.8.2...effector@22.8.3) - Added missing node and stateRef ids to meta-objects. These are internal changes which are not covered by the types or docs yet. ### [`v22.8.2`](https://togithub.com/effector/effector/blob/HEAD/CHANGELOG.md#effector-2282) [Compare Source](https://togithub.com/effector/effector/compare/effector@22.8.1...effector@22.8.2) - `combine` types now allow primitive values, just like it was stated in the docs. Thanks to [@​faustienf](https://togithub.com/faustienf) [PR #​884](https://togithub.com/effector/effector/pull/884) - Events, created from split with match-object shape and internal inFlight counters of Effects now have proper metadata to use in the Inspect API. [PR #​892](https://togithub.com/effector/effector/pull/892) ### [`v22.8.1`](https://togithub.com/effector/effector/blob/HEAD/CHANGELOG.md#effector-2281) [Compare Source](https://togithub.com/effector/effector/compare/effector@22.8.0...effector@22.8.1) - Internal state refs now also see meta, if owned by store. [PR #​889](https://togithub.com/effector/effector/pull/889) ### [`v22.8.0`](https://togithub.com/effector/effector/blob/HEAD/CHANGELOG.md#effector-2280) [Compare Source](https://togithub.com/effector/effector/compare/effector@22.7.0...effector@22.8.0) - Sids are no longer required for `fork({ values, handlers })`, which allows to run tests without `effector/babel-plugin`. Note, that plugin and sids are still required for SSR. ([PR #​855](https://togithub.com/effector/effector/pull/855)) ### [`v22.7.0`](https://togithub.com/effector/effector/blob/HEAD/CHANGELOG.md#effector-2270) [Compare Source](https://togithub.com/effector/effector/compare/effector@22.6.2...effector@22.7.0) - Fix `Declaration` type, provide missing top-level properties for `region` and `factory` types - Add node's `id` to `Declaration` type ### [`v22.6.2`](https://togithub.com/effector/effector/blob/HEAD/CHANGELOG.md#effector-2262) [Compare Source](https://togithub.com/effector/effector/compare/effector@22.6.1...effector@22.6.2) - Fix return type of `withRegion` ### [`v22.6.1`](https://togithub.com/effector/effector/blob/HEAD/CHANGELOG.md#effector-2261) [Compare Source](https://togithub.com/effector/effector/compare/effector@22.6.0...effector@22.6.1) - Add missing `exports` definition for `effector/inspect` API ### [`v22.6.0`](https://togithub.com/effector/effector/blob/HEAD/CHANGELOG.md#effector-2260) [Compare Source](https://togithub.com/effector/effector/compare/effector@22.5.2...effector@22.6.0) - Implemented inspect API ([PR #​859](https://togithub.com/effector/effector/pull/859)) ### [`v22.5.2`](https://togithub.com/effector/effector/blob/HEAD/CHANGELOG.md#effector-react-2252) [Compare Source](https://togithub.com/effector/effector/compare/effector@22.5.1...effector@22.5.2) - Fix bug in `useUnit` during event change ([issue #​900](https://togithub.com/effector/effector/issues/900), [PR #​901](https://togithub.com/effector/effector/pull/901)) ### [`v22.5.1`](https://togithub.com/effector/effector/blob/HEAD/CHANGELOG.md#effector-react-2251) [Compare Source](https://togithub.com/effector/effector/compare/effector@22.5.0...effector@22.5.1) - Fix Gate usage as component. `` will also be isomorphic by scope. ### [`v22.5.0`](https://togithub.com/effector/effector/blob/HEAD/CHANGELOG.md#effector-react-2250) [Compare Source](https://togithub.com/effector/effector/compare/effector@22.4.1...effector@22.5.0) - Make `useGate` isomorphic in `effector-react` module, so the one not needed to use `effector-react/scope` anymore ([PR #​852](https://togithub.com/effector/effector/pull/852)) - Fix `useUnit` hangs when scope is changed (happens when route is changed in next.js) ([PR #​851](https://togithub.com/effector/effector/pull/851)) ### [`v22.4.1`](https://togithub.com/effector/effector/blob/HEAD/CHANGELOG.md#effector-2241) [Compare Source](https://togithub.com/effector/effector/compare/effector@22.4.0...effector@22.4.1) - Add type support for read only arrays in sample `source`. This case now supported and typechecked correctly: ```ts const profileFormSubmitted = createEvent() const $name = createStore('alice') const $age = createStore(0) const saveProfileFx = createEffect(async ([name, age]: [string, number]) => {}) sample({ clock: profileFormSubmitted, source: [$name, $age] as const, target: saveProfileFx, }) ``` Note that the one need to use "as const" in that case to got correct typechecking because without it typescript cannot infer the type `[Store, Store]`. We are working to avoid that limitation, stay tuned!
eslint/eslint (eslint) ### [`v8.57.0`](https://togithub.com/eslint/eslint/releases/tag/v8.57.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.56.0...v8.57.0) #### Features - [`1120b9b`](https://togithub.com/eslint/eslint/commit/1120b9b7b97f10f059d8b7ede19de2572f892366) feat: Add loadESLint() API method for v8 ([#​18098](https://togithub.com/eslint/eslint/issues/18098)) (Nicholas C. Zakas) - [`dca7d0f`](https://togithub.com/eslint/eslint/commit/dca7d0f1c262bc72310147bcefe1d04ecf60acbc) feat: Enable `eslint.config.mjs` and `eslint.config.cjs` ([#​18066](https://togithub.com/eslint/eslint/issues/18066)) (Nitin Kumar) #### Bug Fixes - [`2196d97`](https://togithub.com/eslint/eslint/commit/2196d97094ba94d6d750828879a29538d1600de5) fix: handle absolute file paths in `FlatRuleTester` ([#​18064](https://togithub.com/eslint/eslint/issues/18064)) (Nitin Kumar) - [`69dd1d1`](https://togithub.com/eslint/eslint/commit/69dd1d1387b7b53617548d1f9f2c149f179e6e17) fix: Ensure config keys are printed for config errors ([#​18067](https://togithub.com/eslint/eslint/issues/18067)) (Nitin Kumar) - [`9852a31`](https://togithub.com/eslint/eslint/commit/9852a31edcf054bd5d15753ef18e2ad3216b1b71) fix: deep merge behavior in flat config ([#​18065](https://togithub.com/eslint/eslint/issues/18065)) (Nitin Kumar) - [`4c7e9b0`](https://togithub.com/eslint/eslint/commit/4c7e9b0b539ba879ac1799e81f3b6add2eed4b2f) fix: allow circular references in config ([#​18056](https://togithub.com/eslint/eslint/issues/18056)) (Milos Djermanovic) #### Documentation - [`84922d0`](https://togithub.com/eslint/eslint/commit/84922d0bfa10689a34a447ab8e55975ff1c1c708) docs: Show prerelease version in dropdown ([#​18139](https://togithub.com/eslint/eslint/issues/18139)) (Nicholas C. Zakas) - [`5b8c363`](https://togithub.com/eslint/eslint/commit/5b8c3636a3d7536535a6878eca0e5b773e4829d4) docs: Switch to Ethical Ads ([#​18117](https://togithub.com/eslint/eslint/issues/18117)) (Milos Djermanovic) - [`77dbfd9`](https://togithub.com/eslint/eslint/commit/77dbfd9887b201a46fc68631cbde50c08e1a8dbf) docs: show NEXT in version selectors ([#​18052](https://togithub.com/eslint/eslint/issues/18052)) (Milos Djermanovic) #### Chores - [`1813aec`](https://togithub.com/eslint/eslint/commit/1813aecc4660582b0678cf32ba466eb9674266c4) chore: upgrade [@​eslint/js](https://togithub.com/eslint/js)[@​8](https://togithub.com/8).57.0 ([#​18143](https://togithub.com/eslint/eslint/issues/18143)) (Milos Djermanovic) - [`5c356bb`](https://togithub.com/eslint/eslint/commit/5c356bb0c6f53c570224f8e9f02c4baca8fc6d2f) chore: package.json update for [@​eslint/js](https://togithub.com/eslint/js) release (Jenkins) - [`f4a1fe2`](https://togithub.com/eslint/eslint/commit/f4a1fe2e45aa1089fe775290bf530de82f34bf16) test: add more tests for ignoring files and directories ([#​18068](https://togithub.com/eslint/eslint/issues/18068)) (Nitin Kumar) - [`42c0aef`](https://togithub.com/eslint/eslint/commit/42c0aefaf6ea8b998b1c6db61906a79c046d301a) ci: Enable CI for `v8.x` branch ([#​18047](https://togithub.com/eslint/eslint/issues/18047)) (Milos Djermanovic) ### [`v8.56.0`](https://togithub.com/eslint/eslint/releases/tag/v8.56.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.55.0...v8.56.0) ##### Features - [`0dd9704`](https://togithub.com/eslint/eslint/commit/0dd9704c4751e1cd02039f7d6485fee09bbccbf6) feat: Support custom severity when reporting unused disable directives ([#​17212](https://togithub.com/eslint/eslint/issues/17212)) (Bryan Mishkin) - [`31a7e3f`](https://togithub.com/eslint/eslint/commit/31a7e3fde491e36496b54e8905c766b31162d776) feat: fix no-restricted-properties false negatives with unknown objects ([#​17818](https://togithub.com/eslint/eslint/issues/17818)) (Arka Pratim Chaudhuri) ##### Bug Fixes - [`7d5e5f6`](https://togithub.com/eslint/eslint/commit/7d5e5f68849ae80caec0fc96ecceebccd348deec) fix: `TypeError: fs.exists is not a function` on read-only file system ([#​17846](https://togithub.com/eslint/eslint/issues/17846)) (Francesco Trotta) - [`74739c8`](https://togithub.com/eslint/eslint/commit/74739c849bbb6547b0e555ed8bb2ba1cbe0fdce4) fix: suggestion with invalid syntax in no-promise-executor-return rule ([#​17812](https://togithub.com/eslint/eslint/issues/17812)) (Bryan Mishkin) ##### Documentation - [`9007719`](https://togithub.com/eslint/eslint/commit/90077199fe519953f9af8664bf947db4e4958514) docs: update link in ways-to-extend.md ([#​17839](https://togithub.com/eslint/eslint/issues/17839)) (Amel SELMANE) - [`3a22236`](https://togithub.com/eslint/eslint/commit/3a22236f8d10af8a5bcafe56092651d3d681c99d) docs: Update README (GitHub Actions Bot) - [`54c3ca6`](https://togithub.com/eslint/eslint/commit/54c3ca6f2dcd2a7afd53f42fc32055a25587259e) docs: fix migration-guide example ([#​17829](https://togithub.com/eslint/eslint/issues/17829)) (Tanuj Kanti) - [`4391b71`](https://togithub.com/eslint/eslint/commit/4391b71e62b15e54b0493f0dce1ea053ebbc0689) docs: check config comments in rule examples ([#​17815](https://togithub.com/eslint/eslint/issues/17815)) (Francesco Trotta) - [`fd28363`](https://togithub.com/eslint/eslint/commit/fd2836342c2be4751b05fe0ba7cece17d1edecc8) docs: remove mention about ESLint stylistic rules in readme ([#​17810](https://togithub.com/eslint/eslint/issues/17810)) (Zwyx) - [`48ed5a6`](https://togithub.com/eslint/eslint/commit/48ed5a6dad478a14d3e823f137455c523f373e0b) docs: Update README (GitHub Actions Bot) ##### Chores - [`ba6af85`](https://togithub.com/eslint/eslint/commit/ba6af85c7d8ba55d37f8663aee949d148e441c1a) chore: upgrade [@​eslint/js](https://togithub.com/eslint/js)[@​8](https://togithub.com/8).56.0 ([#​17864](https://togithub.com/eslint/eslint/issues/17864)) (Milos Djermanovic) - [`60a531a`](https://togithub.com/eslint/eslint/commit/60a531a9c0811ddf718e26b9136e133f580b6c36) chore: package.json update for [@​eslint/js](https://togithub.com/eslint/js) release (Jenkins) - [`ba87a06`](https://togithub.com/eslint/eslint/commit/ba87a0651a65b52c3ac442b512dd9f4c2b4c5f57) chore: update dependency markdownlint to ^0.32.0 ([#​17783](https://togithub.com/eslint/eslint/issues/17783)) (renovate\[bot]) - [`9271d10`](https://togithub.com/eslint/eslint/commit/9271d10d9eabeafb0129a090f29191bfd14273c0) chore: add GitHub issue template for docs issues ([#​17845](https://togithub.com/eslint/eslint/issues/17845)) (Josh Goldberg ✨) - [`70a686b`](https://togithub.com/eslint/eslint/commit/70a686b3c1feac5eca98bbff9bd67175f550d5db) chore: Convert rule tests to FlatRuleTester ([#​17819](https://togithub.com/eslint/eslint/issues/17819)) (Nicholas C. Zakas) - [`f3a599d`](https://togithub.com/eslint/eslint/commit/f3a599d34c7080fc0b2c9a60b5e54dc98c22867c) chore: upgrade eslint-plugin-unicorn to v49.0.0 ([#​17837](https://togithub.com/eslint/eslint/issues/17837)) (ε”―η„Ά) - [`905d4b7`](https://togithub.com/eslint/eslint/commit/905d4b75ab2df42aba30622cee0f66b511397e2c) chore: upgrade eslint-plugin-eslint-plugin v5.2.1 ([#​17838](https://togithub.com/eslint/eslint/issues/17838)) (ε”―η„Ά) - [`4d7c3ce`](https://togithub.com/eslint/eslint/commit/4d7c3ce246e6b499f472342ef59496a47cc033d6) chore: update eslint-plugin-n v16.4.0 ([#​17836](https://togithub.com/eslint/eslint/issues/17836)) (ε”―η„Ά) - [`fd0c60c`](https://togithub.com/eslint/eslint/commit/fd0c60c3be1f213e5a6d69d8a3248e963619e155) ci: unpin Node.js 21.2.0 ([#​17821](https://togithub.com/eslint/eslint/issues/17821)) (Francesco Trotta) ### [`v8.55.0`](https://togithub.com/eslint/eslint/releases/tag/v8.55.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.54.0...v8.55.0) #### Features - [`8c9e6c1`](https://togithub.com/eslint/eslint/commit/8c9e6c100a6eb69da292463293b3b48cff911a01) feat: importNamePattern option in no-restricted-imports ([#​17721](https://togithub.com/eslint/eslint/issues/17721)) (Tanuj Kanti) #### Documentation - [`83ece2a`](https://togithub.com/eslint/eslint/commit/83ece2afc2dc6c49efe82678663fe4cba590c0e5) docs: fix typo `--rules` -> `--rule` ([#​17806](https://togithub.com/eslint/eslint/issues/17806)) (OKURA Masafumi) - [`fffca5c`](https://togithub.com/eslint/eslint/commit/fffca5c362bcd205dbf79d1bb52834f8a98fc6bd) docs: remove "Open in Playground" buttons for removed rules ([#​17791](https://togithub.com/eslint/eslint/issues/17791)) (Francesco Trotta) - [`a6d9442`](https://togithub.com/eslint/eslint/commit/a6d9442a9ab34d5d19f78d8c8fd0767a1237bfe3) docs: fix correct/incorrect examples of rules ([#​17789](https://togithub.com/eslint/eslint/issues/17789)) (Tanuj Kanti) - [`383e999`](https://togithub.com/eslint/eslint/commit/383e99928d7ce649ec9030c9856b03fbac0c3501) docs: update and fix examples for `no-unused-vars` ([#​17788](https://togithub.com/eslint/eslint/issues/17788)) (Tanuj Kanti) - [`5a8efd5`](https://togithub.com/eslint/eslint/commit/5a8efd5b7ad13eb320a1f468d1d4ab3c8ab99214) docs: add specific stylistic rule for each deprecated rule ([#​17778](https://togithub.com/eslint/eslint/issues/17778)) (Etienne) #### Chores - [`eb8950c`](https://togithub.com/eslint/eslint/commit/eb8950c3b811c9163b9aae23af8b6266ad98b295) chore: upgrade [@​eslint/js](https://togithub.com/eslint/js)[@​8](https://togithub.com/8).55.0 ([#​17811](https://togithub.com/eslint/eslint/issues/17811)) (Milos Djermanovic) - [`93df384`](https://togithub.com/eslint/eslint/commit/93df3849a7a25ebe0502000bf0bfb80a6613a5ae) chore: package.json update for [@​eslint/js](https://togithub.com/eslint/js) release (Jenkins) - [`fe4b954`](https://togithub.com/eslint/eslint/commit/fe4b9545a83e9aca7ba4bb77bc9c868d57de777f) chore: upgrade [@​eslint/eslintrc](https://togithub.com/eslint/eslintrc)[@​2](https://togithub.com/2).1.4 ([#​17799](https://togithub.com/eslint/eslint/issues/17799)) (Milos Djermanovic) - [`bd8911d`](https://togithub.com/eslint/eslint/commit/bd8911db85c7a1127543c9212c8cea47a5cb687d) ci: pin Node.js 21.2.0 ([#​17809](https://togithub.com/eslint/eslint/issues/17809)) (Milos Djermanovic) - [`b29a16b`](https://togithub.com/eslint/eslint/commit/b29a16b22f234f6134475efb6c7be5ac946556ee) chore: fix several `cli` tests to run in the intended flat config mode ([#​17797](https://togithub.com/eslint/eslint/issues/17797)) (Milos Djermanovic) - [`de165c1`](https://togithub.com/eslint/eslint/commit/de165c108203c6703516ac651f5b4cac5b241804) chore: remove unused config-extends fixtures ([#​17781](https://togithub.com/eslint/eslint/issues/17781)) (Milos Djermanovic) - [`d4304b8`](https://togithub.com/eslint/eslint/commit/d4304b8b66eac870ffbf4840d84add8a123b25fc) chore: remove formatting/stylistic rules from new rule templates ([#​17780](https://togithub.com/eslint/eslint/issues/17780)) (Francesco Trotta) - [`21024fe`](https://togithub.com/eslint/eslint/commit/21024fe2029420b413bed11d23761c87e9a02a1a) chore: check rule examples for syntax errors ([#​17718](https://togithub.com/eslint/eslint/issues/17718)) (Francesco Trotta) ### [`v8.54.0`](https://togithub.com/eslint/eslint/releases/tag/v8.54.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.53.0...v8.54.0) #### Features - [`a7a883b`](https://togithub.com/eslint/eslint/commit/a7a883bd6ba4f140b60cbbb2be5b53d750f6c8db) feat: for-direction rule add check for condition in reverse order ([#​17755](https://togithub.com/eslint/eslint/issues/17755)) (Angelo Annunziata) - [`1452dc9`](https://togithub.com/eslint/eslint/commit/1452dc9f12c45c05d7c569f737221f0d988ecef1) feat: Add suggestions to no-console ([#​17680](https://togithub.com/eslint/eslint/issues/17680)) (Joel Mathew Koshy) - [`21ebf8a`](https://togithub.com/eslint/eslint/commit/21ebf8a811be9f4b009cf70a10be5062d4fdc736) feat: update `no-array-constructor` rule ([#​17711](https://togithub.com/eslint/eslint/issues/17711)) (Francesco Trotta) #### Bug Fixes - [`98926e6`](https://togithub.com/eslint/eslint/commit/98926e6e7323e5dd12a9f016cb558144296665af) fix: Ensure that extra data is not accidentally stored in the cache file ([#​17760](https://togithub.com/eslint/eslint/issues/17760)) (Milos Djermanovic) - [`e8cf9f6`](https://togithub.com/eslint/eslint/commit/e8cf9f6a524332293f8b2c90a2db4a532e47d919) fix: Make dark scroll bar in dark theme ([#​17753](https://togithub.com/eslint/eslint/issues/17753)) (Pavel) - [`3cbeaad`](https://togithub.com/eslint/eslint/commit/3cbeaad7b943c153937ce34365cec2c406f2b98b) fix: Use `cwd` constructor option as config `basePath` in Linter ([#​17705](https://togithub.com/eslint/eslint/issues/17705)) (Milos Djermanovic) #### Documentation - [`becfdd3`](https://togithub.com/eslint/eslint/commit/becfdd39b25d795e56c9a13eb3e77af6b9c86e8a) docs: Make clear when rules are removed ([#​17728](https://togithub.com/eslint/eslint/issues/17728)) (Nicholas C. Zakas) - [`05d6e99`](https://togithub.com/eslint/eslint/commit/05d6e99153ed6d94eb30f46c57609371918a41f3) docs: update "Submit a Pull Request" page ([#​17712](https://togithub.com/eslint/eslint/issues/17712)) (Francesco Trotta) - [`eb2279e`](https://togithub.com/eslint/eslint/commit/eb2279e5148cee8fdea7dae614f4f8af7a2d06c3) docs: display info about deprecated rules ([#​17749](https://togithub.com/eslint/eslint/issues/17749)) (Percy Ma) - [`d245326`](https://togithub.com/eslint/eslint/commit/d24532601e64714ac5d08507e05aa5c14ecd1d5a) docs: Correct working in migrating plugin docs ([#​17722](https://togithub.com/eslint/eslint/issues/17722)) (Filip TammergΓ₯rd) #### Chores - [`d644de9`](https://togithub.com/eslint/eslint/commit/d644de9a4b593b565617303a095bc9aa69e7b768) chore: upgrade [@​eslint/js](https://togithub.com/eslint/js)[@​8](https://togithub.com/8).54.0 ([#​17773](https://togithub.com/eslint/eslint/issues/17773)) (Milos Djermanovic) - [`1e6e314`](https://togithub.com/eslint/eslint/commit/1e6e31415cc429a3a9fc64b2ec03df0e0ec0c91b) chore: package.json update for [@​eslint/js](https://togithub.com/eslint/js) release (Jenkins) - [`6fb8805`](https://togithub.com/eslint/eslint/commit/6fb8805310afe7476d6c404f172177a6d15fcf11) chore: Fixed grammar in issue_templates/rule_change ([#​17770](https://togithub.com/eslint/eslint/issues/17770)) (Joel Mathew Koshy) - [`85db724`](https://togithub.com/eslint/eslint/commit/85db7243ddb8706ed60ab64a7ddf604d0d7de493) chore: upgrade `markdownlint` to 0.31.1 ([#​17754](https://togithub.com/eslint/eslint/issues/17754)) (Nitin Kumar) - [`6d470d2`](https://togithub.com/eslint/eslint/commit/6d470d2e74535761bd56dcb1c021b463ef9e8a9c) chore: update dependency recast to ^0.23.0 ([#​17736](https://togithub.com/eslint/eslint/issues/17736)) (renovate\[bot]) - [`b7121b5`](https://togithub.com/eslint/eslint/commit/b7121b590d578c9c9b38ee481313317f30e54817) chore: update dependency markdownlint-cli to ^0.37.0 ([#​17735](https://togithub.com/eslint/eslint/issues/17735)) (renovate\[bot]) - [`633b9a1`](https://togithub.com/eslint/eslint/commit/633b9a19752b6a22ab4d6c824f27a75ac0e4151b) chore: update dependency regenerator-runtime to ^0.14.0 ([#​17739](https://togithub.com/eslint/eslint/issues/17739)) (renovate\[bot]) - [`acac16f`](https://togithub.com/eslint/eslint/commit/acac16fdf8540f7ba86cf637e3c1b253bd35a268) chore: update dependency vite-plugin-commonjs to ^0.10.0 ([#​17740](https://togithub.com/eslint/eslint/issues/17740)) (renovate\[bot]) - [`ba8ca7e`](https://togithub.com/eslint/eslint/commit/ba8ca7e3debcba68ee7015b9221cf5acd7870206) chore: add .github/renovate.json5 ([#​17567](https://togithub.com/eslint/eslint/issues/17567)) (Josh Goldberg ✨) ### [`v8.53.0`](https://togithub.com/eslint/eslint/releases/tag/v8.53.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.52.0...v8.53.0) #### Features - [`528e1c0`](https://togi

Configuration

πŸ“… Schedule: Branch creation - "every weekend" (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 was generated by Mend Renovate. View the repository job log.

vercel[bot] commented 12 months ago

The latest updates on your projects. Learn more about Vercel for Git β†—οΈŽ

Name Status Preview Comments Updated (UTC)
blog2 βœ… Ready (Inspect) Visit Preview πŸ’¬ Add feedback Aug 9, 2024 0:08am
habits βœ… Ready (Inspect) Visit Preview πŸ’¬ Add feedback Aug 9, 2024 0:08am
tennis-tournaments βœ… Ready (Inspect) Visit Preview πŸ’¬ Add feedback Aug 9, 2024 0:08am
Beraliv commented 12 months ago

maybe-class-name is removed from MdxPre, so both Highlighter (therefore prism-react-renderer) and next-mdx-remote affect it

Consider using shiki to address highlighting issue

Before:

Screenshot 2023-10-08 at 22 19 04

After:

Screenshot 2023-10-08 at 22 18 59
vercel[bot] commented 7 months ago

Deployment failed with the following error:

Resource is limited - try again in 16 hours (more than 100, code: "api-deployments-free-per-day").
vercel[bot] commented 7 months ago

Deployment failed with the following error:

Resource is limited - try again in 9 hours (more than 100, code: "api-deployments-free-per-day").
vercel[bot] commented 7 months ago

Deployment failed with the following error:

Resource is limited - try again in 7 hours (more than 100, code: "api-deployments-free-per-day").
github-actions[bot] commented 1 month ago

node_modules report πŸ“¦

main current branch
618M 620M
Beraliv commented 1 month ago

Removed renovate in https://github.com/Beraliv/beraliv.dev/commit/b80d83582ceae2b03242b9e1732e8630f38852b3 therefore closing PR