livekit / components-js

Official open source React components and examples for building with LiveKit.
Apache License 2.0
140 stars 62 forks source link

Update devDependencies (non-major) #877

Closed renovate[bot] closed 4 weeks ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.24.5 -> 7.24.7 age adoption passing confidence
@changesets/cli (source) 2.27.1 -> 2.27.5 age adoption passing confidence
@​livekit/protocol 1.16.0 -> 1.17.0 age adoption passing confidence
@microsoft/api-extractor (source) 7.43.1 -> 7.47.0 age adoption passing confidence
@size-limit/file 11.1.2 -> 11.1.4 age adoption passing confidence
@size-limit/webpack 11.1.2 -> 11.1.4 age adoption passing confidence
@testing-library/react 15.0.6 -> 15.0.7 age adoption passing confidence
@types/node (source) 20.12.8 -> 20.14.5 age adoption passing confidence
@types/react (source) 18.3.1 -> 18.3.3 age adoption passing confidence
@vitejs/plugin-react (source) 4.2.1 -> 4.3.1 age adoption passing confidence
eslint-config-next (source) 14.2.3 -> 14.2.4 age adoption passing confidence
eslint-config-turbo (source) 1.13.3 -> 1.13.4 age adoption passing confidence
eslint-plugin-promise 6.1.1 -> 6.2.0 age adoption passing confidence
eslint-plugin-react 7.34.1 -> 7.34.2 age adoption passing confidence
eslint-plugin-tsdoc (source) ^0.2.17 -> ^0.3.0 age adoption passing confidence
jsdom 24.0.0 -> 24.1.0 age adoption passing confidence
nodemon (source) 3.1.0 -> 3.1.3 age adoption passing confidence
prettier (source) 3.2.5 -> 3.3.2 age adoption passing confidence
rimraf 5.0.5 -> 5.0.7 age adoption passing confidence
sass 1.76.0 -> 1.77.6 age adoption passing confidence
size-limit 11.1.2 -> 11.1.4 age adoption passing confidence
tsup (source) 8.0.2 -> 8.1.0 age adoption passing confidence
tsx (source) 4.8.2 -> 4.15.6 age adoption passing confidence
turbo (source) 1.13.3 -> 1.13.4 age adoption passing confidence
vitest (source) 1.5.3 -> 1.6.0 age adoption passing confidence
webpack 5.91.0 -> 5.92.0 age adoption passing confidence

Release Notes

babel/babel (@​babel/core) ### [`v7.24.7`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7247-2024-06-05) [Compare Source](https://togithub.com/babel/babel/compare/v7.24.6...v7.24.7) ##### :bug: Bug Fix - `babel-node` - [#​16554](https://togithub.com/babel/babel/pull/16554) Allow extra flags in babel-node ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-traverse` - [#​16522](https://togithub.com/babel/babel/pull/16522) fix: incorrect `constantViolations` with destructuring ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-helper-transform-fixture-test-runner`, `babel-plugin-proposal-explicit-resource-management` - [#​16524](https://togithub.com/babel/babel/pull/16524) fix: Transform `using` in `switch` correctly ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :house: Internal - `babel-helpers`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​16525](https://togithub.com/babel/babel/pull/16525) Delete unused array helpers ([@​blakewilson](https://togithub.com/blakewilson)) ### [`v7.24.6`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7246-2024-05-24) [Compare Source](https://togithub.com/babel/babel/compare/v7.24.5...v7.24.6) ##### :bug: Bug Fix - `babel-helper-create-class-features-plugin`, `babel-plugin-transform-class-properties` - [#​16514](https://togithub.com/babel/babel/pull/16514) Fix source maps for private member expressions ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core`, `babel-generator`, `babel-plugin-transform-modules-commonjs` - [#​16515](https://togithub.com/babel/babel/pull/16515) Fix source maps for template literals ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-decorators` - [#​16485](https://togithub.com/babel/babel/pull/16485) Support undecorated static accessor in anonymous classes ([@​JLHwung](https://togithub.com/JLHwung)) - [#​16484](https://togithub.com/babel/babel/pull/16484) Fix decorator bare yield await ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helpers`, `babel-plugin-proposal-decorators`, `babel-runtime-corejs3` - [#​16483](https://togithub.com/babel/babel/pull/16483) Fix: throw TypeError if addInitializer is called after finished ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser`, `babel-plugin-transform-typescript` - [#​16476](https://togithub.com/babel/babel/pull/16476) fix: Correctly parse `cls.fn = x` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :house: Internal - `babel-core`, `babel-helpers`, `babel-plugin-transform-runtime`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​16501](https://togithub.com/babel/babel/pull/16501) Generate helper metadata at build time ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helpers` - [#​16499](https://togithub.com/babel/babel/pull/16499) Add `tsconfig.json` for `@babel/helpers/src/helpers` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-cli`, `babel-helpers`, `babel-plugin-external-helpers`, `babel-plugin-proposal-decorators`, `babel-plugin-transform-class-properties`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-systemjs`, `babel-plugin-transform-runtime`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​16495](https://togithub.com/babel/babel/pull/16495) Move all runtime helpers to individual files ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser`, `babel-traverse` - [#​16482](https://togithub.com/babel/babel/pull/16482) Statically generate boilerplate for bitfield accessors ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - Other - [#​16466](https://togithub.com/babel/babel/pull/16466) Migrate import assertions syntax ([@​JLHwung](https://togithub.com/JLHwung))
changesets/changesets (@​changesets/cli) ### [`v2.27.5`](https://togithub.com/changesets/changesets/releases/tag/%40changesets/cli%402.27.5) [Compare Source](https://togithub.com/changesets/changesets/compare/@changesets/cli@2.27.4...@changesets/cli@2.27.5) ##### Patch Changes - [#​1370](https://togithub.com/changesets/changesets/pull/1370) [`5e9d33a`](https://togithub.com/changesets/changesets/commit/5e9d33a2e659abdcf26f204a76a9465cf4b26d6b) Thanks [@​Andarist](https://togithub.com/Andarist)! - Fixed a regression that caused `changeset version` to fail on packages having a dev dependency on a skipped package. - Updated dependencies \[[`5e9d33a`](https://togithub.com/changesets/changesets/commit/5e9d33a2e659abdcf26f204a76a9465cf4b26d6b)]: - [@​changesets/get-dependents-graph](https://togithub.com/changesets/get-dependents-graph)[@​2](https://togithub.com/2).1.0 - [@​changesets/assemble-release-plan](https://togithub.com/changesets/assemble-release-plan)[@​6](https://togithub.com/6).0.2 - [@​changesets/config](https://togithub.com/changesets/config)[@​3](https://togithub.com/3).0.1 - [@​changesets/get-release-plan](https://togithub.com/changesets/get-release-plan)[@​4](https://togithub.com/4).0.2 - [@​changesets/apply-release-plan](https://togithub.com/changesets/apply-release-plan)[@​7](https://togithub.com/7).0.3 ### [`v2.27.4`](https://togithub.com/changesets/changesets/releases/tag/%40changesets/cli%402.27.4) [Compare Source](https://togithub.com/changesets/changesets/compare/@changesets/cli@2.27.3...@changesets/cli@2.27.4) ##### Patch Changes - [#​1361](https://togithub.com/changesets/changesets/pull/1361) [`954a16a`](https://togithub.com/changesets/changesets/commit/954a16aa1d118a0f7fa745ffe0d19b304f685d4c) Thanks [@​jakebailey](https://togithub.com/jakebailey)! - Ensure that `version`/`tag` do not touch private packages with when versioning/tagging is turned off using `versionPackages` config - [#​1369](https://togithub.com/changesets/changesets/pull/1369) [`d729d8c`](https://togithub.com/changesets/changesets/commit/d729d8cc0e226871aa0c5b73cce80bbf313ca56c) Thanks [@​Andarist](https://togithub.com/Andarist)! - `changeset tag` should now correctly skip tags that exist on the remote - Updated dependencies \[[`954a16a`](https://togithub.com/changesets/changesets/commit/954a16aa1d118a0f7fa745ffe0d19b304f685d4c)]: - [@​changesets/assemble-release-plan](https://togithub.com/changesets/assemble-release-plan)[@​6](https://togithub.com/6).0.1 - [@​changesets/apply-release-plan](https://togithub.com/changesets/apply-release-plan)[@​7](https://togithub.com/7).0.2 - [@​changesets/get-release-plan](https://togithub.com/changesets/get-release-plan)[@​4](https://togithub.com/4).0.1 ### [`v2.27.3`](https://togithub.com/changesets/changesets/releases/tag/%40changesets/cli%402.27.3) [Compare Source](https://togithub.com/changesets/changesets/compare/@changesets/cli@2.27.2...@changesets/cli@2.27.3) ##### Patch Changes - [#​1357](https://togithub.com/changesets/changesets/pull/1357) [`18c966a`](https://togithub.com/changesets/changesets/commit/18c966af7b20201453190cbfd2e2dfb59631c02c) Thanks [@​Andarist](https://togithub.com/Andarist)! - Fixed an issue with `changeset status` executed without `since` argument. It should now correctly use the configured base branch as the default value. ### [`v2.27.2`](https://togithub.com/changesets/changesets/releases/tag/%40changesets/cli%402.27.2) [Compare Source](https://togithub.com/changesets/changesets/compare/@changesets/cli@2.27.1...@changesets/cli@2.27.2) ##### Patch Changes - [#​1354](https://togithub.com/changesets/changesets/pull/1354) [`69be7dc`](https://togithub.com/changesets/changesets/commit/69be7dc7195011ac6dbd00b24ea923f02adcf69c) Thanks [@​Andarist](https://togithub.com/Andarist)! - Fixed an issue with `changeset status` incorrectly returning an error status in two cases: - for changed ignored packages - for changed private packages when `privatePackage.version` was set to `false` - [#​1351](https://togithub.com/changesets/changesets/pull/1351) [`c6da182`](https://togithub.com/changesets/changesets/commit/c6da182ece2ec40974f15f3efcf9d9ba20cf122b) Thanks [@​TheHolyWaffle](https://togithub.com/TheHolyWaffle)! - Fix an issue with not applying a custom `.prettierrc` configuration with `prettier@>= 3.1.1` - Updated dependencies \[[`c6da182`](https://togithub.com/changesets/changesets/commit/c6da182ece2ec40974f15f3efcf9d9ba20cf122b)]: - [@​changesets/apply-release-plan](https://togithub.com/changesets/apply-release-plan)[@​7](https://togithub.com/7).0.1 - [@​changesets/write](https://togithub.com/changesets/write)[@​0](https://togithub.com/0).3.1
microsoft/rushstack (@​microsoft/api-extractor) ### [`v7.47.0`](https://togithub.com/microsoft/rushstack/blob/HEAD/apps/api-extractor/CHANGELOG.md#7470) [Compare Source](https://togithub.com/microsoft/rushstack/compare/3c436e9e9a7a0c251daef2d1d25da7adc3b8a4ff...5dd56076c1d3db7281abcdb4070f26437e2e31de) Mon, 03 Jun 2024 23:43:15 GMT ##### Minor changes - Add support for re-exporting modules using syntax such as `export * as ns from './file'` (GitHub [#​2780](https://togithub.com/microsoft/rushstack/issues/2780)) ### [`v7.46.2`](https://togithub.com/microsoft/rushstack/blob/HEAD/apps/api-extractor/CHANGELOG.md#7462) [Compare Source](https://togithub.com/microsoft/rushstack/compare/0dab69909c513f0ea0f2b71a7df4984314b5c321...3c436e9e9a7a0c251daef2d1d25da7adc3b8a4ff) Thu, 30 May 2024 00:13:05 GMT ##### Patches - Include missing `type` modifiers on type-only exports. ### [`v7.46.1`](https://togithub.com/microsoft/rushstack/blob/HEAD/apps/api-extractor/CHANGELOG.md#7461) [Compare Source](https://togithub.com/microsoft/rushstack/compare/973ebea620f1ab1a627c74cf6a08f6d21979f478...0dab69909c513f0ea0f2b71a7df4984314b5c321) Wed, 29 May 2024 02:03:50 GMT *Version update only* ### [`v7.46.0`](https://togithub.com/microsoft/rushstack/blob/HEAD/apps/api-extractor/CHANGELOG.md#7460) [Compare Source](https://togithub.com/microsoft/rushstack/compare/dc366ebd425d28877bf19bf41db5839bcc5670dc...973ebea620f1ab1a627c74cf6a08f6d21979f478) Wed, 29 May 2024 00:10:52 GMT ##### Minor changes - Bump TSDoc dependencies. ### [`v7.45.1`](https://togithub.com/microsoft/rushstack/blob/HEAD/apps/api-extractor/CHANGELOG.md#7451) [Compare Source](https://togithub.com/microsoft/rushstack/compare/b878b90f1c2ebc057d474cd8f7cf7b25137ac0fa...dc366ebd425d28877bf19bf41db5839bcc5670dc) Tue, 28 May 2024 15:10:09 GMT *Version update only* ### [`v7.45.0`](https://togithub.com/microsoft/rushstack/blob/HEAD/apps/api-extractor/CHANGELOG.md#7450) [Compare Source](https://togithub.com/microsoft/rushstack/compare/a91a919e7c03cc14d2e409f80d9afd17f6f6f5c3...b878b90f1c2ebc057d474cd8f7cf7b25137ac0fa) Tue, 28 May 2024 00:09:47 GMT ##### Minor changes - Improve support for resolving the `tsdoc-metadata.json` to include the folder referenced by a `types` field in an `"exports"` field and an `"typesVersions"` field in addition to `"types"`, `"typings"`, and `"tsdocMetadata"` fields. ### [`v7.44.1`](https://togithub.com/microsoft/rushstack/blob/HEAD/apps/api-extractor/CHANGELOG.md#7441) [Compare Source](https://togithub.com/microsoft/rushstack/compare/bcdabb233bc6085985e828cd589cb9d49caf7b9d...a91a919e7c03cc14d2e409f80d9afd17f6f6f5c3) Sat, 25 May 2024 04:54:07 GMT *Version update only* ### [`v7.44.0`](https://togithub.com/microsoft/rushstack/blob/HEAD/apps/api-extractor/CHANGELOG.md#7440) [Compare Source](https://togithub.com/microsoft/rushstack/compare/cc8c36cb3702d1cf16087d99acbd7956968762d8...bcdabb233bc6085985e828cd589cb9d49caf7b9d) Fri, 24 May 2024 00:15:08 GMT ##### Minor changes - Add support for "variants" of API reports which include or exclude items by release tag ### [`v7.43.8`](https://togithub.com/microsoft/rushstack/blob/HEAD/apps/api-extractor/CHANGELOG.md#7438) [Compare Source](https://togithub.com/microsoft/rushstack/compare/b45af7970d8bf9d6216bed461dba6ac70de9d8d9...cc8c36cb3702d1cf16087d99acbd7956968762d8) Thu, 23 May 2024 02:26:56 GMT *Version update only* ### [`v7.43.7`](https://togithub.com/microsoft/rushstack/blob/HEAD/apps/api-extractor/CHANGELOG.md#7437) [Compare Source](https://togithub.com/microsoft/rushstack/compare/365ccc0f6c777d109685504af1c5fe2b71f6fff3...b45af7970d8bf9d6216bed461dba6ac70de9d8d9) Thu, 16 May 2024 15:10:22 GMT *Version update only* ### [`v7.43.6`](https://togithub.com/microsoft/rushstack/blob/HEAD/apps/api-extractor/CHANGELOG.md#7436) [Compare Source](https://togithub.com/microsoft/rushstack/compare/286087c830ad1bc3c68619601a92e97a357df657...365ccc0f6c777d109685504af1c5fe2b71f6fff3) Wed, 15 May 2024 23:42:58 GMT *Version update only* ### [`v7.43.5`](https://togithub.com/microsoft/rushstack/blob/HEAD/apps/api-extractor/CHANGELOG.md#7435) [Compare Source](https://togithub.com/microsoft/rushstack/compare/20f69861879c40adcc4c74a47644d7fdc68686b8...286087c830ad1bc3c68619601a92e97a357df657) Wed, 15 May 2024 06:04:17 GMT *Version update only* ### [`v7.43.4`](https://togithub.com/microsoft/rushstack/blob/HEAD/apps/api-extractor/CHANGELOG.md#7434) [Compare Source](https://togithub.com/microsoft/rushstack/compare/fb711c10a4ed1560305f7ddc168f00f549a2d1ec...20f69861879c40adcc4c74a47644d7fdc68686b8) Fri, 10 May 2024 05:33:33 GMT *Version update only* ### [`v7.43.3`](https://togithub.com/microsoft/rushstack/blob/HEAD/apps/api-extractor/CHANGELOG.md#7433) [Compare Source](https://togithub.com/microsoft/rushstack/compare/ac21ee99404295e9c2b82ea399af6185ee8d7085...fb711c10a4ed1560305f7ddc168f00f549a2d1ec) Wed, 08 May 2024 22:23:50 GMT *Version update only* ### [`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*
ai/size-limit (@​size-limit/file) ### [`v11.1.4`](https://togithub.com/ai/size-limit/blob/HEAD/CHANGELOG.md#1114) [Compare Source](https://togithub.com/ai/size-limit/compare/11.1.3...11.1.4) - Fixed types (by [@​aryaemami59](https://togithub.com/aryaemami59)). ### [`v11.1.3`](https://togithub.com/ai/size-limit/blob/HEAD/CHANGELOG.md#1113) [Compare Source](https://togithub.com/ai/size-limit/compare/11.1.2...11.1.3) - Updated `esbuild`. - Updated CSS loaders for webpack.
testing-library/react-testing-library (@​testing-library/react) ### [`v15.0.7`](https://togithub.com/testing-library/react-testing-library/compare/v15.0.6...c1f2957a219ec7e6a6159a57c5d0717655c515cd) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v15.0.6...v15.0.7)
vitejs/vite-plugin-react (@​vitejs/plugin-react) ### [`v4.3.1`](https://togithub.com/vitejs/vite-plugin-react/blob/HEAD/packages/plugin-react/CHANGELOG.md#431-2024-06-10) [Compare Source](https://togithub.com/vitejs/vite-plugin-react/compare/v4.3.0...v4.3.1) ##### Fix support for React Compiler with React 18 The previous version made this assumption that the compiler was only usable with React 19, but it's possible to use it with React 18 and a custom `runtimeModule`: https://gist.github.com/poteto/37c076bf112a07ba39d0e5f0645fec43 When using a custom `runtimeModule`, the plugin will not try to pre-optimize `react/compiler-runtime` dependency. Reminder: Vite expect code outside of `node_modules` to be ESM, so you will need to update the gist with `import React from 'react'`. ### [`v4.3.0`](https://togithub.com/vitejs/vite-plugin-react/blob/HEAD/packages/plugin-react/CHANGELOG.md#430-2024-05-22) [Compare Source](https://togithub.com/vitejs/vite-plugin-react/compare/v4.2.1...v4.3.0) ##### Fix support for React compiler Don't set `retainLines: true` when the React compiler is used. This creates whitespace issues and the compiler is modifying the JSX too much to get correct line numbers after that. If you want to use the React compiler and get back correct line numbers for tools like [vite-plugin-react-click-to-component](https://togithub.com/ArnaudBarre/vite-plugin-react-click-to-component) to work, you should update your config to something like: ```ts export default defineConfig(({ command }) => { const babelPlugins = [['babel-plugin-react-compiler', {}]] if (command === 'serve') { babelPlugins.push(['@​babel/plugin-transform-react-jsx-development', {}]) } return { plugins: [react({ babel: { plugins: babelPlugins } })], } }) ``` ##### Support HMR for class components This is a long overdue and should fix some issues people had with HMR when migrating from CRA.
vercel/next.js (eslint-config-next) ### [`v14.2.4`](https://togithub.com/vercel/next.js/releases/tag/v14.2.4) [Compare Source](https://togithub.com/vercel/next.js/compare/v14.2.3...v14.2.4) > \[!NOTE]\ > This release is backporting bug fixes. It does **not** include all pending features/changes on canary. ##### Core Changes - fix: ensure route handlers properly track dynamic access ([#​66446](https://togithub.com/vercel/next.js/issues/66446)) - fix NextRequest proxy in edge runtime ([#​66551](https://togithub.com/vercel/next.js/issues/66551)) - Fix next/dynamic with babel and src dir ([#​65177](https://togithub.com/vercel/next.js/issues/65177)) - Use vercel deployment url for metadataBase fallbacks ([#​65089](https://togithub.com/vercel/next.js/issues/65089)) - fix(next/image): detect react@19 for fetchPriority prop ([#​65235](https://togithub.com/vercel/next.js/issues/65235)) - Fix loading navigation with metadata and prefetch ([#​66447](https://togithub.com/vercel/next.js/issues/66447)) - prevent duplicate RSC fetch when action redirects ([#​66620](https://togithub.com/vercel/next.js/issues/66620)) - ensure router cache updates reference the latest cache values ([#​66681](https://togithub.com/vercel/next.js/issues/66681)) - Prevent append of trailing slash in cases where path ends with a file extension ([#​66636](https://togithub.com/vercel/next.js/issues/66636)) - Fix inconsistency with 404 getStaticProps cache-control ([#​66674](https://togithub.com/vercel/next.js/issues/66674)) - Use addDependency to track metadata route file changes ([#​66714](https://togithub.com/vercel/next.js/issues/66714)) - Add timeout/retry handling for fetch cache ([#​66652](https://togithub.com/vercel/next.js/issues/66652)) - fix: app-router prefetch crash when an invalid URL is passed to Link ([#​66755](https://togithub.com/vercel/next.js/issues/66755)) ##### Credits Huge thanks to [@​ztanner](https://togithub.com/ztanner), [@​ijjk](https://togithub.com/ijjk), [@​wbinnssmith](https://togithub.com/wbinnssmith), [@​huozhi](https://togithub.com/huozhi), and [@​lubieowoce](https://togithub.com/lubieowoce) for helping!
vercel/turbo (eslint-config-turbo) ### [`v1.13.4`](https://togithub.com/vercel/turbo/releases/tag/v1.13.4): Turborepo v1.13.4 [Compare Source](https://togithub.com/vercel/turbo/compare/v1.13.3...v1.13.4) #### What's Changed ##### Docs - Update eslint-config package name. by [@​anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/8069](https://togithub.com/vercel/turbo/pull/8069) - chore(docs): add missing words by [@​jeremyadavis](https://togithub.com/jeremyadavis) in [https://github.com/vercel/turbo/pull/8067](https://togithub.com/vercel/turbo/pull/8067) - Fix typo in Turborepo task-graph documentation by [@​danisal](https://togithub.com/danisal) in [https://github.com/vercel/turbo/pull/8212](https://togithub.com/vercel/turbo/pull/8212) ##### turbo-ignore - feat(turbo-ignore): don’t fail on single package repos by [@​tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/8177](https://togithub.com/vercel/turbo/pull/8177) ##### [@​turbo/repository](https://togithub.com/turbo/repository) - chore: differentiate rust changes from building turbo by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8001](https://togithub.com/vercel/turbo/pull/8001) ##### Examples - fix(examples): lint docs by [@​tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/8049](https://togithub.com/vercel/turbo/pull/8049) - fix(example): Fix Prisma example by [@​caaatisgood](https://togithub.com/caaatisgood) in [https://github.com/vercel/turbo/pull/8046](https://togithub.com/vercel/turbo/pull/8046) - chore: move react from devDependency to dependency in design system starter template by [@​ghdtjgus76](https://togithub.com/ghdtjgus76) in [https://github.com/vercel/turbo/pull/8159](https://togithub.com/vercel/turbo/pull/8159) ##### Changelog - feat(Turborepo): Be explicit about which binary we failed to find by [@​gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/8050](https://togithub.com/vercel/turbo/pull/8050) - fix(ui): add carraige return after cache log messages by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8015](https://togithub.com/vercel/turbo/pull/8015) - fix(turborepo): Watch mode not responding to changes by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/8057](https://togithub.com/vercel/turbo/pull/8057) - fix(Turborepo): Make package discovery async, and apply a debouncer by [@​gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/8058](https://togithub.com/vercel/turbo/pull/8058) - fix(Turborepo): Disable inputs support by [@​gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/8074](https://togithub.com/vercel/turbo/pull/8074) - feat(Turborepo): Add support for $TURBO_DEFAULT$ to file hash watcher by [@​gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/8086](https://togithub.com/vercel/turbo/pull/8086) - Remove async-trait from a few crates by [@​arlyon](https://togithub.com/arlyon) in [https://github.com/vercel/turbo/pull/8077](https://togithub.com/vercel/turbo/pull/8077) - feat(turborepo): Using file hashing for package watching by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/8104](https://togithub.com/vercel/turbo/pull/8104) - add support for cache_timeout as well as timeout by [@​arlyon](https://togithub.com/arlyon) in [https://github.com/vercel/turbo/pull/8078](https://togithub.com/vercel/turbo/pull/8078) - yield a different warning when the cache upload times out by [@​arlyon](https://togithub.com/arlyon) in [https://github.com/vercel/turbo/pull/8079](https://togithub.com/vercel/turbo/pull/8079) - fix lockfile by [@​sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/8110](https://togithub.com/vercel/turbo/pull/8110) - fix(gen): isolate generator to `commonjs` by [@​wesleycoder](https://togithub.com/wesleycoder) in [https://github.com/vercel/turbo/pull/8109](https://togithub.com/vercel/turbo/pull/8109) - fix: properly propigate internal errors by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8113](https://togithub.com/vercel/turbo/pull/8113) - feat(ui): render ui to alternative screen by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8084](https://togithub.com/vercel/turbo/pull/8084) - fix(turborepo): Persistent tasks in watch mode by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/8107](https://togithub.com/vercel/turbo/pull/8107) - fix(Turborepo): Fix as_inputs to include ! by [@​gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/8119](https://togithub.com/vercel/turbo/pull/8119) - fix(Turborepo): Handle new packages in lockfile comparisons by [@​gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/8127](https://togithub.com/vercel/turbo/pull/8127) - fix(ui): minor formatting by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8136](https://togithub.com/vercel/turbo/pull/8136) - feat(turborepo): new ui + watch mode by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/7962](https://togithub.com/vercel/turbo/pull/7962) - fix(turborepo): use transitive closure of filtered packages in watch mode by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/8161](https://togithub.com/vercel/turbo/pull/8161) - add two retry strategies to allow requests to timeout gracefully by [@​arlyon](https://togithub.com/arlyon) in [https://github.com/vercel/turbo/pull/8080](https://togithub.com/vercel/turbo/pull/8080) - add support for upload speed / remaining in the cache upload step by [@​arlyon](https://togithub.com/arlyon) in [https://github.com/vercel/turbo/pull/8081](https://togithub.com/vercel/turbo/pull/8081) - chore([@​turbo/benchmark](https://togithub.com/turbo/benchmark)): fix lint warnings by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/8233](https://togithub.com/vercel/turbo/pull/8233) - chore(turborepo): Feature flagged off file hashing by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/8229](https://togithub.com/vercel/turbo/pull/8229) - chore: downgrade curl to fix Windows rust tests by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/8242](https://togithub.com/vercel/turbo/pull/8242) - fix(turborepo): Remove optional git locks by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/8244](https://togithub.com/vercel/turbo/pull/8244) - fix(turborepo): Optional lock with env var by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/8247](https://togithub.com/vercel/turbo/pull/8247) #### New Contributors - [@​caaatisgood](https://togithub.com/caaatisgood) made their first contribution in [https://github.com/vercel/turbo/pull/8046](https://togithub.com/vercel/turbo/pull/8046) - [@​jeremyadavis](https://togithub.com/jeremyadavis) made their first contribution in [https://github.com/vercel/turbo/pull/8067](https://togithub.com/vercel/turbo/pull/8067) - [@​wesleycoder](https://togithub.com/wesleycoder) made their first contribution in [https://github.com/vercel/turbo/pull/8109](https://togithub.com/vercel/turbo/pull/8109) - [@​ghdtjgus76](https://togithub.com/ghdtjgus76) made their first contribution in [https://github.com/vercel/turbo/pull/8159](https://togithub.com/vercel/turbo/pull/8159) - [@​danisal](https://togithub.com/danisal) made their first contribution in [https://github.com/vercel/turbo/pull/8212](https://togithub.com/vercel/turbo/pull/8212) **Full Changelog**: https://github.com/vercel/turbo/compare/v1.13.3...v1.13.4
eslint-community/eslint-plugin-promise (eslint-plugin-promise) ### [`v6.2.0`](https://togithub.com/eslint-community/eslint-plugin-promise/compare/v6.1.1...5e4546d83b45eae41637f0c13b1c9748421098aa) [Compare Source](https://togithub.com/eslint-community/eslint-plugin-promise/compare/v6.1.1...v6.2.0)
jsx-eslint/eslint-plugin-react (eslint-plugin-react) ### [`v7.34.2`](https://togithub.com/jsx-eslint/eslint-plugin-react/releases/tag/v7.34.2) [Compare Source](https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.34.1...v7.34.2) ##### Fixed - [`boolean-prop-naming`][boolean-prop-naming]: avoid a crash with a non-TSTypeReference type ([#​3718][] [@​developer-bandi](https://togithub.com/developer-bandi)) - [`jsx-no-leaked-render`][jsx-no-leaked-render]: invalid report if left side is boolean ([#​3746][] [@​akulsr0](https://togithub.com/akulsr0)) - [`jsx-closing-bracket-location`][jsx-closing-bracket-location]: message shows `{{details}}` when there are no details ([#​3759][] [@​mdjermanovic](https://togithub.com/mdjermanovic)) - [`no-invalid-html-attribute`][no-invalid-html-attribute]: ensure error messages are correct ([#​3759][] [@​mdjermanovic](https://togithub.com/mdjermanovic), [@​ljharb](https://togithub.com/ljharb)) ##### Changed - \[Refactor] create various eslint utils to fix eslint deprecations ([#​3759][] [@​mdjermanovic](https://togithub.com/mdjermanovic), [@​ljharb](https://togithub.com/ljharb)) [7.34.2]: https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.34.1...v7.34.2 [#​3759]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3759 [#​3746]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3746 [#​3718]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3718 [`boolean-prop-naming`]: docs/rules/boolean-prop-naming.md [`jsx-no-leaked-render`]: docs/rules/jsx-no-leaked-render.md [`jsx-closing-bracket-location`]: docs/rules/jsx-closing-bracket-location.md [`no-invalid-html-attribute`]: docs/rules/no-invalid-html-attribute.md
microsoft/tsdoc (eslint-plugin-tsdoc) ### [`v0.3.0`](https://togithub.com/microsoft/tsdoc/blob/HEAD/eslint-plugin/CHANGELOG.md#030) Tue, 28 May 2024 21:34:19 GMT ##### Minor changes - Minor package cleanup. ##### Patches - Upgrade dev toolchain (Heft, Webpack, TypeScript, ESLint)
jsdom/jsdom (jsdom) ### [`v24.1.0`](https://togithub.com/jsdom/jsdom/blob/HEAD/Changelog.md#2410) [Compare Source](https://togithub.com/jsdom/jsdom/compare/24.0.0...24.1.0) - Added the `getSetCookie()` method to the `Headers` class. (ushiboy) - Fixed the creation and parsing of elements with names from `Object.prototype`, like `"constructor"` or `"toString"`. - Updated `rweb-cssom`, which can now parse additional CSS constructs.
remy/nodemon (nodemon) ### [`v3.1.3`](https://togithub.com/remy/nodemon/releases/tag/v3.1.3) [Compare Source](https://togithub.com/remy/nodemon/compare/v3.1.2...v3.1.3) ##### Bug Fixes - cast the nodemon function as Nodemon type ([eaa1d54](https://togithub.com/remy/nodemon/commit/eaa1d54f69fb2a4160533b6ba9178b9a09fa9cdf)), closes [#​2206](https://togithub.com/remy/nodemon/issues/2206) ### [`v3.1.2`](https://togithub.com/remy/nodemon/compare/v3.1.1...789663c335be5e79f5b8a2248de9729c24e4093b) [Compare Source](https://togithub.com/remy/nodemon/compare/v3.1.1...v3.1.2) ### [`v3.1.1`](https://togithub.com/remy/nodemon/releases/tag/v3.1.1) [Compare Source](https://togithub.com/remy/nodemon/compare/v3.1.0...v3.1.1) ##### Bug Fixes - add types to help with required nodemon usage ([#​2204](https://togithub.com/remy/nodemon/issues/2204)) ([cd27c0b](https://togithub.com/remy/nodemon/commit/cd27c0b50584e078a10338ef0c37282255f3f9ca))
prettier/prettier (prettier) ### [`v3.3.2`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#332) [Compare Source](https://togithub.com/prettier/prettier/compare/3.3.1...3.3.2) [diff](https://togithub.com/prettier/prettier/compare/3.3.1...3.3.2) ##### Fix handlebars path expressions starts with `@` ([#​16358](https://togithub.com/prettier/prettier/pull/16358) by [@​Princeyadav05](https://togithub.com/Princeyadav05)) ```hbs {{! Input }}
{{@​x.y.z}}
{{! Prettier 3.3.1 }}
{{@​x}}
{{! Prettier 3.3.2 }}
{{@​x.y.z}}
``` ### [`v3.3.1`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#331) [Compare Source](https://togithub.com/prettier/prettier/compare/3.3.0...3.3.1) [diff](https://togithub.com/prettier/prettier/compare/3.3.0...3.3.1) ##### Preserve empty lines in front matter ([#​16347](https://togithub.com/prettier/prettier/pull/16347) by [@​fisker](https://togithub.com/fisker)) ```markdown --- foo: - bar1 - bar2 - bar3 --- Markdown --- foo: - bar1 - bar2 - bar3 --- Markdown --- foo: - bar1 - bar2 - bar3 --- Markdown ``` ##### Preserve explicit language in front matter ([#​16348](https://togithub.com/prettier/prettier/pull/16348) by [@​fisker](https://togithub.com/fisker)) ```markdown ---yaml title: Hello slug: home --- --- title: Hello slug: home --- ---yaml title: Hello slug: home --- ``` ##### Avoid line breaks in import attributes ([#​16349](https://togithub.com/prettier/prettier/pull/16349) by [@​fisker](https://togithub.com/fisker)) ```jsx // Input import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" }; // Prettier 3.3.0 import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" }; // Prettier 3.3.1 import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" }; ``` ### [`v3.3.0`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#330) [Compare Source](https://togithub.com/prettier/prettier/compare/3.2.5...3.3.0) [diff](https://togithub.com/prettier/prettier/compare/3.2.5...3.3.0) 🔗 [Release Notes](https://prettier.io/blog/2024/06/01/3.3.0.html)
isaacs/rimraf (rimraf) ### [`v5.0.7`](https://togithub.com/isaacs/rimraf/compare/v5.0.6...v5.0.7) [Compare Source](https://togithub.com/isaacs/rimraf/compare/v5.0.6...v5.0.7) ### [`v5.0.6`](https://togithub.com/isaacs/rimraf/compare/v5.0.5...e729f762d66a30c63bf4d3f63bcf905e1faa543b) [Compare Source](https://togithub.com/isaacs/rimraf/compare/v5.0.5...v5.0.6)
sass/dart-sass (sass) ### [`v1.77.6`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1776) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.77.5...1.77.6) - Fix a few cases where comments and occasionally even whitespace wasn't allowed between the end of Sass statements and the following semicolon. ### [`v1.77.5`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1775) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.77.4...1.77.5) - Fully trim redundant selectors generated by `@extend`. ### [`v1.77.4`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1774) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.77.3...1.77.4) ##### Embedded Sass - Support passing `Version` input for `fatalDeprecations` as string over embedded protocol. - Fix a bug in the JS Embedded Host where `Version` could be incorrectly accepted as input for `silenceDeprecations` and `futureDeprecations` in pure JS. ### [`v1.77.3`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1773) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.77.2...1.77.3) ##### Dart API - `Deprecation.duplicateVariableFlags` has been deprecated and replaced with `Deprecation.duplicateVarFlags` to make it consistent with the `duplicate-var-flags` name used on the command line and in the JS API. ### [`v1.77.2`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1772) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.77.1...1.77.2) - Don't emit deprecation warnings for functions and mixins beginning with `__`. - Allow user-defined functions whose names begin with `_` and otherwise look like vendor-prefixed functions with special CSS syntax. ##### Command-Line Interface - Properly handle the `--silence-deprecation` flag. - Handle the `--fatal-deprecation` and `--future-deprecation` flags for `--interactive` mode. ### [`v1.77.1`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1771) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.77.0...1.77.1) - Fix a crash that could come up with importers in certain contexts. ### [`v1.77.0`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1770) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.76.0...1.77.0) - *Don't* throw errors for at-rules in keyframe blocks.
egoist/tsup (tsup) ### [`v8.1.0`](https://togithub.com/egoist/tsup/releases/tag/v8.1.0) [Compare Source](https://togithub.com/egoist/tsup/co

Configuration

📅 Schedule: Branch creation - "on the first day of the month" (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.

changeset-bot[bot] commented 1 month ago

⚠️ No Changeset found

Latest commit: d6c9a4b7be0d7d0e043630274711b4e1884d0c39

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

github-actions[bot] commented 1 month ago

size-limit report 📦

Path Size
LiveKitRoom only 1.87 KB (0%)
LiveKitRoom with VideoConference 28.24 KB (0%)
All exports 33.71 KB (0%)