programming-in-th / programming.in.th

Site component of programming.in.th
https://programming.in.th
GNU Affero General Public License v3.0
91 stars 33 forks source link

fix(deps): update dependencies (non-major) #897

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@aws-sdk/client-s3 (source) 3.395.0 -> 3.400.0 age adoption passing confidence
@aws-sdk/s3-request-presigner (source) 3.395.0 -> 3.400.0 age adoption passing confidence
@prisma/client (source) 5.1.1 -> 5.2.0 age adoption passing confidence
@supabase/realtime-js 2.7.3 -> 2.7.4 age adoption passing confidence
@types/node (source) 18.17.6 -> 18.17.11 age adoption passing confidence
@types/react (source) 18.2.20 -> 18.2.21 age adoption passing confidence
@types/react-table (source) 7.7.14 -> 7.7.15 age adoption passing confidence
@typescript-eslint/eslint-plugin 6.4.0 -> 6.4.1 age adoption passing confidence
@typescript-eslint/parser 6.4.0 -> 6.4.1 age adoption passing confidence
@uiw/codemirror-theme-dracula (source) 4.21.9 -> 4.21.11 age adoption passing confidence
@uiw/react-codemirror (source) 4.21.9 -> 4.21.11 age adoption passing confidence
@vitest/coverage-v8 (source) 0.34.2 -> 0.34.3 age adoption passing confidence
axios (source) 1.4.0 -> 1.5.0 age adoption passing confidence
concurrently 8.2.0 -> 8.2.1 age adoption passing confidence
eslint (source) 8.47.0 -> 8.48.0 age adoption passing confidence
framer-motion 10.16.0 -> 10.16.1 age adoption passing confidence
pnpm (source) 8.6.12 -> 8.7.0 age adoption passing confidence
prisma (source) 5.1.1 -> 5.2.0 age adoption passing confidence
typescript (source) 5.1.6 -> 5.2.2 age adoption passing confidence
vitest 0.34.2 -> 0.34.3 age adoption passing confidence

Release Notes

aws/aws-sdk-js-v3 (@​aws-sdk/client-s3) ### [`v3.400.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-s3/CHANGELOG.md#34000-2023-08-25) [Compare Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.398.0...v3.400.0) **Note:** Version bump only for package [@​aws-sdk/client-s3](https://togithub.com/aws-sdk/client-s3) ### [`v3.398.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-s3/CHANGELOG.md#33980-2023-08-23) [Compare Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.397.0...v3.398.0) **Note:** Version bump only for package [@​aws-sdk/client-s3](https://togithub.com/aws-sdk/client-s3) ### [`v3.397.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-s3/CHANGELOG.md#33970-2023-08-22) [Compare Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.395.0...v3.397.0) **Note:** Version bump only for package [@​aws-sdk/client-s3](https://togithub.com/aws-sdk/client-s3)
aws/aws-sdk-js-v3 (@​aws-sdk/s3-request-presigner) ### [`v3.400.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/packages/s3-request-presigner/CHANGELOG.md#34000-2023-08-25) [Compare Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.398.0...v3.400.0) **Note:** Version bump only for package [@​aws-sdk/s3-request-presigner](https://togithub.com/aws-sdk/s3-request-presigner) ### [`v3.398.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/packages/s3-request-presigner/CHANGELOG.md#33980-2023-08-23) [Compare Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.397.0...v3.398.0) **Note:** Version bump only for package [@​aws-sdk/s3-request-presigner](https://togithub.com/aws-sdk/s3-request-presigner) ### [`v3.397.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/packages/s3-request-presigner/CHANGELOG.md#33970-2023-08-22) [Compare Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.395.0...v3.397.0) **Note:** Version bump only for package [@​aws-sdk/s3-request-presigner](https://togithub.com/aws-sdk/s3-request-presigner)
prisma/prisma (@​prisma/client) ### [`v5.2.0`](https://togithub.com/prisma/prisma/releases/tag/5.2.0) [Compare Source](https://togithub.com/prisma/prisma/compare/5.1.1...5.2.0) ๐ŸŒŸ **Help us spread the word about Prisma by starring the repo or [tweeting](https://twitter.com/intent/tweet?text=Check%20out%20the%20latest%20@​prisma%20release%20v5.2.0%20%F0%9F%9A%80%0D%0A%0D%0Ahttps://github.com/prisma/prisma/releases/tag/5.2.0) about the release.** ๐ŸŒŸ ##### Highlights ##### Improved Prisma Client experience for Prisma Accelerate and Data Proxy In this release, weโ€™ve made the following improvements to Prisma Client when using [Prisma Accelerate](https://www.prisma.io/data-platform/accelerate) or [Prisma Data Proxy](https://www.prisma.io/data-platform/proxy): - Prisma Client will now automatically determine how it should connect to the database depending on the protocol in the connection string. If the connection string starts with `prisma://`, Prisma Client will try to connect to your database using Prisma Accelerate or Prisma Data Proxy. - Prisma Studio now works with Prisma Data Proxy and Prisma Accelerate. - Weโ€™ve introduced a new `--no-engine` flag which will prevent a Query Engine file from being included in the generated Prisma Client. This flag will also help ensure the bundle size of your application remains small by excluding the Query Engine files from the generated Prisma Client. ```bash prisma generate --no-engine ``` The `--data-proxy` and `--accelerate` flags have not been removed but are now aliases for the new `--no-engine` flag. We recommend using the `--no-engine` flag when generating Prisma Client that uses either Accelerate or Data Proxy. ##### Simplified connection string override in Prisma Client This release simplifies the API used when programmatically overriding the connection string by introducing the `datasourceUrl` property in Prisma Clientโ€™s constructor. This means you do not have to use the datasource name defined in your Prisma schema. ```tsx const prisma = new PrismaClient({ datasourceUrl: "postgresql://johndoe:randompassword@localhost:5432/mydb", }) ``` ##### Query performance improvements Continuing our work from [5.1.0](https://togithub.com/prisma/prisma/releases/tag/5.1.0) we made further performance improvements around the queries Prisma executes, targeting [one-to-many relation fields](https://www.prisma.io/docs/concepts/components/prisma-schema/relations/one-to-one-relations) and [nested updates](https://www.prisma.io/docs/concepts/components/prisma-client/relation-queries#update-all-related-records-or-filter). ##### Use `LIMIT` in one-to-many relations on a single parent In cases where there is a single parent with a one-to-many relation included (`findFirst`, `findUnique`, `findMany({ take: 1 })`), we now utilize `LIMIT` at the database level to restrict the number of related items returned instead of retrieving all related items into memory and performing a `take` in memory. For situations where you have many related objects but only need a few, you should see a dramatic improvement in speed and memory usage. **Note**: we are still working on bringing this improvement to other parts of Prisma Client in upcoming releases. If multiple parent records are returned, the previous behavior is used. ##### Further improvements for nested writes Thanks to our introduction of using `RETURNING` in some cases in 5.1.0, we could now improve performance in nested writes by removing reload nodes. This will now result in one less query per relation traversed in a nested write. For more info, [check out the pull request](https://togithub.com/prisma/prisma-engines/pull/4108). ##### Prisma Client query ```tsx await prisma.post.update({ where: { id: 1 }, data: { comment: { update: { data: { body: "Updated comment body" } } } }, select: { id: true, title: true, } }) ``` ##### Before v5.2.0 ```sql SELECT "Post"."id", "Post"."title" FROM "Post" WHERE ("Post"."id" = $1 AND 1=1) LIMIT $2 OFFSET $3 SELECT "Post"."id", "Post"."userId" FROM "Post" WHERE "Post"."id" = $1 OFFSET $2 SELECT "User"."id" FROM "User" WHERE (1=1 AND "User"."id" IN ($1)) OFFSET $2 SELECT "User"."id" FROM "User" WHERE ("User"."id" = $1 AND 1=1) LIMIT $2 OFFSET $3 SELECT "User"."id", "User"."commentId" FROM "User" WHERE "User"."id" = $1 OFFSET $2 SELECT "Comment"."id" FROM "Comment" WHERE (1=1 AND "Comment"."id" IN ($1)) OFFSET $2 UPDATE "Comment" SET "body" = $1 WHERE ("Comment"."id" = $2 AND 1=1) RETURNING "Comment"."id" SELECT "Post"."id", "Post"."title" FROM "Post" WHERE "Post"."id" = $1 LIMIT $2 OFFSET $3 ``` ##### 5.2.0 and later ```sql SELECT "Post"."id", "Post"."title", "Post"."userId" FROM "Post" WHERE ("Post"."id" = $1 AND 1=1) LIMIT $2 OFFSET $3 SELECT "User"."id" FROM "User" WHERE (1=1 AND "User"."id" IN ($1)) OFFSET $2 SELECT "User"."id", "User"."commentId" FROM "User" WHERE ("User"."id" = $1 AND 1=1) LIMIT $2 OFFSET $3 SELECT "Comment"."id" FROM "Comment" WHERE (1=1 AND "Comment"."id" IN ($1)) OFFSET $2 UPDATE "Comment" SET "body" = $1 WHERE ("Comment"."id" = $2 AND 1=1) RETURNING "Comment"."id" SELECT "Post"."id", "Post"."title" FROM "Post" WHERE "Post"."id" = $1 LIMIT $2 OFFSET $3 ``` ##### Fixes and improvements ##### Prisma Client - [CFW: Avoid including Query Engine when data proxy is enabled](https://togithub.com/prisma/prisma/issues/9597) - [Local Prisma Studio does not work with Data Proxy](https://togithub.com/prisma/prisma/issues/12734) - [Postinstall hook always generates non Data Proxy Prisma Client](https://togithub.com/prisma/prisma/issues/13608) - [`limit` is gone when `findUnique` with include relation ](https://togithub.com/prisma/prisma/issues/14499) - [`Cannot fetch data from service: include is not a function` Error while using Next.js with Data Proxy](https://togithub.com/prisma/prisma/issues/15395) - [`take` key doesn't work correctly for nested query that returns one item with its nested children](https://togithub.com/prisma/prisma/issues/15623) - [Prisma Client Edge: environment variables are not working with the "new" Module Worker syntax for Cloudflare Workers](https://togithub.com/prisma/prisma/issues/15958) - [Add documentation to "PrismaClient is unable to be run in the browser"](https://togithub.com/prisma/prisma/issues/16153) - [Change how Data Proxy Client deals with unsupported preview features](https://togithub.com/prisma/prisma/issues/17796) - [Custom Prisma Client output location breaks Prisma Data Proxy in NextJS](https://togithub.com/prisma/prisma/issues/18227) - [GetPayload type error since 4.16.1 "Two different types with this name exist, but they are unrelated."](https://togithub.com/prisma/prisma/issues/20422) - [Browser bundle: Unhandled Runtime Error when upgrading to 5.1.0 from 5.0.0 ](https://togithub.com/prisma/prisma/issues/20480) - [Prisma Client: `disconnect: true` does not appear to delete the foreign key in the returned data](https://togithub.com/prisma/prisma/issues/20491) - [Prisma Client errors with "TypeError: Cannot create proxy with a non-object as target or handler" when using result client extension with no `needs` and `count` method](https://togithub.com/prisma/prisma/issues/20499) - [Upgrading from Prisma 5.0.0 -> 5.1.0 results in "TS2321: Excessive stack depth comparing types" error using `mockDeep()`](https://togithub.com/prisma/prisma/issues/20516) - [Unnecessary reads for to-one nested updates](https://togithub.com/prisma/prisma/issues/20556) - [Better error message if `@prisma/client/edge` can not find environment variable](https://togithub.com/prisma/prisma/issues/20589) - [5.1: Alias for old name for `CountOutputTypeDefaultArgs` does not exist](https://togithub.com/prisma/prisma/issues/20614) - [Incorrect pagination for nested m2m chunked reads](https://togithub.com/prisma/prisma/issues/20624) ##### Prisma Migrate - [RustPanic on `prisma generate` when Unsupported field defined in a Composite type](https://togithub.com/prisma/prisma/issues/19694) - [Use PostgreSQL System Information Functions instead of manually joining fields](https://togithub.com/prisma/prisma/issues/19935) - [Duplicate expression index comment whenever db pull is run](https://togithub.com/prisma/prisma/issues/20386) ##### Credits Huge thanks to [@​skyzh](https://togithub.com/skyzh), [@​alula](https://togithub.com/alula), [@​michaelpoellath](https://togithub.com/michaelpoellath), [@​RobertCraigie](https://togithub.com/RobertCraigie), [@​darthmaim](https://togithub.com/darthmaim), [@​Gerschtli](https://togithub.com/Gerschtli), [@​andyjy](https://togithub.com/andyjy), [@​mejiaej](https://togithub.com/mejiaej), [@​iurylippo](https://togithub.com/iurylippo), [@​mrazauskas](https://togithub.com/mrazauskas), [@​coder246](https://togithub.com/coder246), [@​RDIL](https://togithub.com/RDIL) for helping!
supabase/realtime-js (@​supabase/realtime-js) ### [`v2.7.4`](https://togithub.com/supabase/realtime-js/releases/tag/v2.7.4) [Compare Source](https://togithub.com/supabase/realtime-js/compare/v2.7.3...v2.7.4) ##### Bug Fixes - set initial access token ([#​245](https://togithub.com/supabase/realtime-js/issues/245)) ([aa285d5](https://togithub.com/supabase/realtime-js/commit/aa285d50adc9d48d8e8b4a95b8db2875d67f9083))
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v6.4.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#641-2023-08-21) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.4.0...v6.4.1) ##### Bug Fixes - **eslint-plugin:** \[no-unnecessary-condition] false positives with branded types ([#​7466](https://togithub.com/typescript-eslint/typescript-eslint/issues/7466)) ([b52658f](https://togithub.com/typescript-eslint/typescript-eslint/commit/b52658fbb6f5cf2085c94926872e6d39efaa3b01)), closes [#​7293](https://togithub.com/typescript-eslint/typescript-eslint/issues/7293) 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) ### [`v6.4.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#641-2023-08-21) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.4.0...v6.4.1) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) 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.
uiwjs/react-codemirror (@​uiw/codemirror-theme-dracula) ### [`v4.21.11`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.21.11) [Compare Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.21.10...v4.21.11) [![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.21.11/file/README.md) Documentation v4.21.11: https://raw.githack.com/uiwjs/react-codemirror/6533b9b/index.html\ Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.21.10...v4.21.11 ```shell npm i @​uiw/react-codemirror@4.21.11 ``` - ๐Ÿ“– doc: update README.md [`21e75e2`](https://togithub.com/uiwjs/react-codemirror/commit/21e75e2) [@​jaywcjlove](https://togithub.com/jaywcjlove) - ๐ŸŒŸ feat(theme): add `quietlight` theme. [`6cd63b5`](https://togithub.com/uiwjs/react-codemirror/commit/6cd63b5) [@​jaywcjlove](https://togithub.com/jaywcjlove) - ๐ŸŒŸ feat(theme): add `red` theme. [`fbb07e1`](https://togithub.com/uiwjs/react-codemirror/commit/fbb07e1) [@​jaywcjlove](https://togithub.com/jaywcjlove) - ๐ŸŒŸ feat(theme): add `abyss` theme. [`fa73b0a`](https://togithub.com/uiwjs/react-codemirror/commit/fa73b0a) [@​jaywcjlove](https://togithub.com/jaywcjlove) - ๐ŸŒŸ feat(theme): add `kimbie` theme. [`25fd7e9`](https://togithub.com/uiwjs/react-codemirror/commit/25fd7e9) [@​jaywcjlove](https://togithub.com/jaywcjlove) - ๐ŸŒŸ feat(theme): add `monokai` theme. [`9dcbacc`](https://togithub.com/uiwjs/react-codemirror/commit/9dcbacc) [@​jaywcjlove](https://togithub.com/jaywcjlove) - ๐ŸŒŸ feat(theme): add `monokai-dimmed` theme. [`934cb75`](https://togithub.com/uiwjs/react-codemirror/commit/934cb75) [@​jaywcjlove](https://togithub.com/jaywcjlove) - ๐ŸŒŸ feat(theme): add `tomorrow-night-blue` theme. [`6a2bf01`](https://togithub.com/uiwjs/react-codemirror/commit/6a2bf01) [@​jaywcjlove](https://togithub.com/jaywcjlove) ### [`v4.21.10`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.21.10) [Compare Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.21.9...v4.21.10) [![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.21.10/file/README.md) Documentation v4.21.10: https://raw.githack.com/uiwjs/react-codemirror/e5b4b76/index.html\ Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.21.9...v4.21.10 ```shell npm i @​uiw/react-codemirror@4.21.10 ``` - ๐ŸŒ website: add example. ([#​455](https://togithub.com/uiwjs/react-codemirror/issues/455)) [`fd6a8db`](https://togithub.com/uiwjs/react-codemirror/commit/fd6a8db) [@​jaywcjlove](https://togithub.com/jaywcjlove) - ๐ŸŒ website: modify data/github router. [`29dccc3`](https://togithub.com/uiwjs/react-codemirror/commit/29dccc3) [@​jaywcjlove](https://togithub.com/jaywcjlove) - ๐ŸŒŸ feat(theme): add `basic` theme. [`bf24245`](https://togithub.com/uiwjs/react-codemirror/commit/bf24245) [@​jaywcjlove](https://togithub.com/jaywcjlove) - ๐Ÿ’„ chore(deps): update dependency jest-environment-jsdom to ^29.6.0 [#​552](https://togithub.com/uiwjs/react-codemirror/issues/552) [`8bfc8a5`](https://togithub.com/uiwjs/react-codemirror/commit/8bfc8a5) [@​jaywcjlove](https://togithub.com/jaywcjlove) - ๐ŸŒŸ feat(solarized): add package exports field. [`affc260`](https://togithub.com/uiwjs/react-codemirror/commit/affc260) [@​jaywcjlove](https://togithub.com/jaywcjlove)
vitest-dev/vitest (@​vitest/coverage-v8) ### [`v0.34.3`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.34.3) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.34.2...v0.34.3) ##### ย ย ย ๐Ÿš€ Features - **coverage**: Add `allowExternal` option ย -ย  by [@​vojvodics](https://togithub.com/vojvodics) and [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/3894](https://togithub.com/vitest-dev/vitest/issues/3894) [(c03fa)](https://togithub.com/vitest-dev/vitest/commit/c03faa22) - **vitest**: Export all reporters in `vitest/reporters` ย -ย  by [@​Dunqing](https://togithub.com/Dunqing) and [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3980](https://togithub.com/vitest-dev/vitest/issues/3980) [(5704b)](https://togithub.com/vitest-dev/vitest/commit/5704b341) ##### ย ย ย ๐Ÿž Bug Fixes - Should remove mockPath from callstack whether success or failed ย -ย  by [@​miserylee](https://togithub.com/miserylee) and **lijifei** in [https://github.com/vitest-dev/vitest/issues/3971](https://togithub.com/vitest-dev/vitest/issues/3971) [(5eb85)](https://togithub.com/vitest-dev/vitest/commit/5eb8561c) - Add workspace config files to default coverage excludes ย -ย  by [@​FelixGraf](https://togithub.com/FelixGraf) and [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/3973](https://togithub.com/vitest-dev/vitest/issues/3973) [(20263)](https://togithub.com/vitest-dev/vitest/commit/20263d9d) - Report file error as a on JUnit ย -ย  by [@​3c1u](https://togithub.com/3c1u) in [https://github.com/vitest-dev/vitest/issues/3997](https://togithub.com/vitest-dev/vitest/issues/3997) [(00c43)](https://togithub.com/vitest-dev/vitest/commit/00c432fa) - **jsdom**: Correctly resolve buffer on typed arrays ย -ย  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3998](https://togithub.com/vitest-dev/vitest/issues/3998) [(b42cf)](https://togithub.com/vitest-dev/vitest/commit/b42cf36e) - **ui**: Use web hash history in ui ย -ย  by [@​segevfiner](https://togithub.com/segevfiner) and [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3481](https://togithub.com/vitest-dev/vitest/issues/3481) and [https://github.com/vitest-dev/vitest/issues/3487](https://togithub.com/vitest-dev/vitest/issues/3487) [(8caab)](https://togithub.com/vitest-dev/vitest/commit/8caabaa1) - **vite-node**: Inline HMR types ย -ย  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3993](https://togithub.com/vitest-dev/vitest/issues/3993) [(dff60)](https://togithub.com/vitest-dev/vitest/commit/dff60e82) - **vitest**: Correctly resolve optimizer status ย -ย  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3992](https://togithub.com/vitest-dev/vitest/issues/3992) [(74dc5)](https://togithub.com/vitest-dev/vitest/commit/74dc5967) ##### ย ย ย ย [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.34.2...v0.34.3)
axios/axios (axios) ### [`v1.5.0`](https://togithub.com/axios/axios/blob/HEAD/CHANGELOG.md#150-2023-08-26) [Compare Source](https://togithub.com/axios/axios/compare/v1.4.0...v1.5.0) ##### Bug Fixes - **adapter:** make adapter loading error more clear by using platform-specific adapters explicitly ([#​5837](https://togithub.com/axios/axios/issues/5837)) ([9a414bb](https://togithub.com/axios/axios/commit/9a414bb6c81796a95c6c7fe668637825458e8b6d)) - **dns:** fixed `cacheable-lookup` integration; ([#​5836](https://togithub.com/axios/axios/issues/5836)) ([b3e327d](https://togithub.com/axios/axios/commit/b3e327dcc9277bdce34c7ef57beedf644b00d628)) - **headers:** added support for setting header names that overlap with class methods; ([#​5831](https://togithub.com/axios/axios/issues/5831)) ([d8b4ca0](https://togithub.com/axios/axios/commit/d8b4ca0ea5f2f05efa4edfe1e7684593f9f68273)) - **headers:** fixed common Content-Type header merging; ([#​5832](https://togithub.com/axios/axios/issues/5832)) ([8fda276](https://togithub.com/axios/axios/commit/8fda2766b1e6bcb72c3fabc146223083ef13ce17)) ##### Features - export getAdapter function ([#​5324](https://togithub.com/axios/axios/issues/5324)) ([ca73eb8](https://togithub.com/axios/axios/commit/ca73eb878df0ae2dace81fe3a7f1fb5986231bf1)) - **export:** export adapters without `unsafe` prefix ([#​5839](https://togithub.com/axios/axios/issues/5839)) ([1601f4a](https://togithub.com/axios/axios/commit/1601f4a27a81ab47fea228f1e244b2c4e3ce28bf)) ##### Contributors to this release - avatar [Dmitriy Mozgovoy](https://togithub.com/DigitalBrainJS "+66/-29 (#​5839 #​5837 #​5836 #​5832 #​5831 )") - avatar [ๅคœ่‘ฌ](https://togithub.com/geekact "+42/-0 (#​5324 )") - avatar [Jonathan Budiman](https://togithub.com/JBudiman00 "+30/-0 (#​5788 )") - avatar [Michael Di Prisco](https://togithub.com/Cadienvan "+3/-5 (#​5791 )")
open-cli-tools/concurrently (concurrently) ### [`v8.2.1`](https://togithub.com/open-cli-tools/concurrently/releases/tag/v8.2.1) [Compare Source](https://togithub.com/open-cli-tools/concurrently/compare/v8.2.0...v8.2.1) #### What's Changed - Delay summary timings output until finished by [@​kayahr](https://togithub.com/kayahr) in [https://github.com/open-cli-tools/concurrently/pull/431](https://togithub.com/open-cli-tools/concurrently/pull/431) - Replace deprecated RxJS code by [@​paescuj](https://togithub.com/paescuj) in [https://github.com/open-cli-tools/concurrently/pull/343](https://togithub.com/open-cli-tools/concurrently/pull/343) #### New Contributors - [@​kayahr](https://togithub.com/kayahr) made their first contribution in [https://github.com/open-cli-tools/concurrently/pull/431](https://togithub.com/open-cli-tools/concurrently/pull/431) **Full Changelog**: https://github.com/open-cli-tools/concurrently/compare/v8.2.0...v8.2.1
eslint/eslint (eslint) ### [`v8.48.0`](https://togithub.com/eslint/eslint/releases/tag/v8.48.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.47.0...v8.48.0) #### Features - [`1fbb3b0`](https://togithub.com/eslint/eslint/commit/1fbb3b0b477c814c0d179564fe495f4c50a451e9) feat: correct update direction in `for-direction` ([#​17483](https://togithub.com/eslint/eslint/issues/17483)) (Francesco Trotta) - [`d73fbf2`](https://togithub.com/eslint/eslint/commit/d73fbf2228631d6c468cd24710e2579fe6cb70fd) feat: rule tester do not create empty valid or invalid test suites ([#​17475](https://togithub.com/eslint/eslint/issues/17475)) (fnx) - [`ee2f718`](https://togithub.com/eslint/eslint/commit/ee2f718188d32e9888b1932fe6b9bd2a62c529a4) feat: Allow `void` in rule `no-promise-executor-return` ([#​17282](https://togithub.com/eslint/eslint/issues/17282)) (nopeless) #### Bug Fixes - [`7234f6a`](https://togithub.com/eslint/eslint/commit/7234f6a706a209aa2d79259110328752e9ae3928) fix: update RuleTester JSDoc and deprecations ([#​17496](https://togithub.com/eslint/eslint/issues/17496)) (Jonas Berlin) #### Documentation - [`7a51d77`](https://togithub.com/eslint/eslint/commit/7a51d77c0a066e461ff288568fdfee0e9539a2b5) docs: no-param-reassign mention strict mode ([#​17494](https://togithub.com/eslint/eslint/issues/17494)) (Stephen Hardy) - [`9cd7ac2`](https://togithub.com/eslint/eslint/commit/9cd7ac2fdb6b1d71a9fb1b8297a478cafacbdafd) docs: add `fetch` script to package.json conventions ([#​17459](https://togithub.com/eslint/eslint/issues/17459)) (Nitin Kumar) - [`cab21e6`](https://togithub.com/eslint/eslint/commit/cab21e64a8f79779c641178f825945958667c6e4) docs: advice for inline disabling of rules ([#​17458](https://togithub.com/eslint/eslint/issues/17458)) (Ashish Yadav) - [`056499d`](https://togithub.com/eslint/eslint/commit/056499de31a139dbc965d18652b0b520e11b408d) docs: fix example of flat config from plugin ([#​17482](https://togithub.com/eslint/eslint/issues/17482)) (Francesco Trotta) - [`9e9edf9`](https://togithub.com/eslint/eslint/commit/9e9edf93ecfa0658e8b79e71bc98530ade150081) docs: update documentation URL in error message ([#​17465](https://togithub.com/eslint/eslint/issues/17465)) (Nitin Kumar) #### Chores - [`8dd3cec`](https://togithub.com/eslint/eslint/commit/8dd3cec90c97ed97d243a83b87ad4ea9e6b4781a) chore: upgrade [@​eslint/js](https://togithub.com/eslint/js)[@​8](https://togithub.com/8).48.0 ([#​17501](https://togithub.com/eslint/eslint/issues/17501)) (Milos Djermanovic) - [`6d0496e`](https://togithub.com/eslint/eslint/commit/6d0496e9476fb2210fba0a3d541df8c052ecf73a) chore: package.json update for [@​eslint/js](https://togithub.com/eslint/js) release (ESLint Jenkins) - [`9d4216d`](https://togithub.com/eslint/eslint/commit/9d4216d638d39844decffac33ee3d5a47413c80a) chore: Refactor and document CodePathSegment ([#​17474](https://togithub.com/eslint/eslint/issues/17474)) (Nicholas C. Zakas)
framer/motion (framer-motion) ### [`v10.16.1`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#10161-2023-08-21) [Compare Source](https://togithub.com/framer/motion/compare/v10.16.0...v10.16.1) ##### Fixed - SVGs mount read/writes are now batched.
pnpm/pnpm (pnpm) ### [`v8.7.0`](https://togithub.com/pnpm/pnpm/releases/tag/v8.7.0) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v8.6.12...v8.7.0) #### Minor Changes - Improve performance of installation by using a worker pool for extracting packages and writing them to the content-addressable store [#​6850](https://togithub.com/pnpm/pnpm/pull/6850) - The default value of the `resolution-mode` setting is changed to `highest`. This setting was changed to `lowest-direct` in v8.0.0 and some users were [not happy with the change](https://togithub.com/pnpm/pnpm/issues/6463). A [twitter poll](https://twitter.com/pnpmjs/status/1693707270897517022) concluded that most of the users want the old behaviour (`resolution-mode` set to `highest` by default). This is a semi-breaking change but should not affect users that commit their lockfile [#​6463](https://togithub.com/pnpm/pnpm/issues/6463). #### Patch Changes - Warn when linking a package with peerDependencies [#​615](https://togithub.com/pnpm/pnpm/issues/615). - Add support for npm lockfile v3 in `pnpm import` [#​6233](https://togithub.com/pnpm/pnpm/issues/6233). - Override peerDependencies in `pnpm.overrides` [#​6759](https://togithub.com/pnpm/pnpm/issues/6759). - Respect workspace alias syntax in pkg graph [#​6922](https://togithub.com/pnpm/pnpm/issues/6922) - Emit a clear error message when users attempt to specify an undownloadable node version [#​6916](https://togithub.com/pnpm/pnpm/pull/6916). - `pnpm patch` should write patch files with a trailing newline [#​6905](https://togithub.com/pnpm/pnpm/pull/6905). - Dedupe deps with the same alias in direct dependencies [6966](https://togithub.com/pnpm/pnpm/issues/6966) - Don't prefix install output for the dlx command. - Performance optimizations. Package tarballs are now download directly to memory and built to an ArrayBuffer. Hashing and other operations are avoided until the stream has been fully received [#​6819](https://togithub.com/pnpm/pnpm/pull/6819). #### Our Gold Sponsors
#### Our Silver Sponsors
Microsoft/TypeScript (typescript) ### [`v5.2.2`](https://togithub.com/microsoft/TypeScript/releases/tag/v5.2.2): TypeScript 5.2 [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v5.1.6...v5.2.2) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-2/). For the complete list of fixed issues, check out the - [fixed issues query for Typescript 5.2.0 (Beta)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.2.0%22+is%3Aclosed+). - [fixed issues query for Typescript 5.2.1 (RC)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.2.1%22+is%3Aclosed+). - [fixed issues query for Typescript 5.2.2 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.2.2%22+is%3Aclosed+). Downloads are available on: - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)

Configuration

๐Ÿ“… Schedule: Branch creation - "before 4am on sunday" (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.

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git โ†—๏ธŽ

Name Status Preview Comments Updated (UTC)
programming-in-th โœ… Ready (Inspect) Visit Preview ๐Ÿ’ฌ Add feedback Aug 27, 2023 7:45am
github-actions[bot] commented 1 year ago

Coverage Report

Status Category Percentage Covered / Total
๐Ÿ”ต Lines 100% 147 / 147
๐Ÿ”ต Statements 100% 147 / 147
๐Ÿ”ต Functions 100% 4 / 4
๐Ÿ”ต Branches 100% 17 / 17
File CoverageNo changed files found.
Generated in workflow #157