Closed renovate[bot] closed 10 months ago
This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
db29fbd
) 91.83% compared to head (adac2b6
) 100.00%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR contains the following updates:
4.20.0
->4.22.0
7.23.5
->7.23.6
1.10.16
->1.11.2
8.44.8
->8.56.0
20.10.2
->20.10.5
18.2.41
->18.2.45
18.2.17
->18.2.18
0.57.7
->0.58.0
0.57.7
->0.58.0
4.5.1
->4.5.2
1.0.1
->1.1.0
1.0.1
->1.1.0
3.3.9
->3.3.13
10.6.1
->10.7.0
10.6.1
->10.7.0
8.55.0
->8.56.0
14.0.3
->14.0.4
0.30.0
->0.31.0
2.29.0
->2.29.1
5.0.1
->5.1.1
1.10.16
->1.11.2
1.10.0
->1.11.0
15.1.0
->15.2.0
^0.294.0
->^0.300.0
14.0.3
->14.0.4
8.11.0
->8.12.1
3.1.0
->3.1.1
0.5.7
->0.5.9
0.2.6
->0.2.7
2.0.0
->2.2.0
3.3.5
->3.4.0
1.0.6
->1.0.7
1.10.16
->1.11.2
5.3.2
->5.3.3
0.25.2
->0.26.0
5.0.5
->5.0.10
1.0.0-rc.31
->1.0.0-rc.32
1.0.1
->1.1.0
3.3.9
->3.3.13
1.8.24
->1.8.26
Release Notes
algolia/algoliasearch-client-javascript (@algolia/client-search)
### [`v4.22.0`](https://togithub.com/algolia/algoliasearch-client-javascript/blob/HEAD/CHANGELOG.md#v4220) [Compare Source](https://togithub.com/algolia/algoliasearch-client-javascript/compare/4.21.1...4.22.0) - fix(recommend): update TrendingFacetHit facetValue type to string ([#1498](https://togithub.com/algolia/algoliasearch-client-javascript/issues/1498)) ([ac9d6e2](https://togithub.com/algolia/algoliasearch-client-javascript/commit/ac9d6e2)), closes [#1498](https://togithub.com/algolia/algoliasearch-client-javascript/issues/1498) ### [`v4.21.1`](https://togithub.com/algolia/algoliasearch-client-javascript/blob/HEAD/CHANGELOG.md#v4211) [Compare Source](https://togithub.com/algolia/algoliasearch-client-javascript/compare/4.21.0...4.21.1) - fix(recommend): RecommendedForYouQuery userToken should be required ([#1496](https://togithub.com/algolia/algoliasearch-client-javascript/issues/1496)) ([d20b253](https://togithub.com/algolia/algoliasearch-client-javascript/commit/d20b253)), closes [#1496](https://togithub.com/algolia/algoliasearch-client-javascript/issues/1496) ### [`v4.21.0`](https://togithub.com/algolia/algoliasearch-client-javascript/blob/HEAD/CHANGELOG.md#v4210) [Compare Source](https://togithub.com/algolia/algoliasearch-client-javascript/compare/4.20.0...4.21.0) - feat(recommend): add recommended-for-you model ([#1490](https://togithub.com/algolia/algoliasearch-client-javascript/issues/1490)) ([004f033](https://togithub.com/algolia/algoliasearch-client-javascript/commit/004f033)), closes [#1490](https://togithub.com/algolia/algoliasearch-client-javascript/issues/1490) - fix(recommend): getTrendingFacets typing ([#1494](https://togithub.com/algolia/algoliasearch-client-javascript/issues/1494)) ([94b46b5](https://togithub.com/algolia/algoliasearch-client-javascript/commit/94b46b5)), closes [#1494](https://togithub.com/algolia/algoliasearch-client-javascript/issues/1494) - docs(readme): fix typo ([#1486](https://togithub.com/algolia/algoliasearch-client-javascript/issues/1486)) ([db9953c](https://togithub.com/algolia/algoliasearch-client-javascript/commit/db9953c)), closes [#1486](https://togithub.com/algolia/algoliasearch-client-javascript/issues/1486)babel/babel (@babel/types)
### [`v7.23.6`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7236-2023-12-11) [Compare Source](https://togithub.com/babel/babel/compare/v7.23.5...v7.23.6) ##### :eyeglasses: Spec Compliance - `babel-generator`, `babel-parser`, `babel-types` - [#16154](https://togithub.com/babel/babel/pull/16154) Remove `TSPropertySignature.initializer` ([@fisker](https://togithub.com/fisker)) - `babel-helpers`, `babel-plugin-proposal-decorators`, `babel-plugin-transform-class-properties`, `babel-plugin-transform-class-static-block`, `babel-plugin-transform-runtime`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime`, `babel-types` - [#16139](https://togithub.com/babel/babel/pull/16139) Apply `toPropertyKey` on decorator context name ([@JLHwung](https://togithub.com/JLHwung)) ##### :bug: Bug Fix - `babel-generator` - [#16166](https://togithub.com/babel/babel/pull/16166) fix: Correctly indenting when `retainLines` is enabled ([@liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-helpers`, `babel-plugin-proposal-explicit-resource-management` - [#16150](https://togithub.com/babel/babel/pull/16150) `using`: Allow looking up `Symbol.dispose` on a function ([@odinho](https://togithub.com/odinho)) - `babel-plugin-proposal-decorators`, `babel-plugin-transform-class-properties` - [#16161](https://togithub.com/babel/babel/pull/16161) Ensure the `[[@@toPrimitive]]` call of a decorated class member key is invoked once ([@JLHwung](https://togithub.com/JLHwung)) - [#16148](https://togithub.com/babel/babel/pull/16148) Support named evaluation for decorated anonymous class exp ([@JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-transform-for-of`, `babel-preset-env` - [#16011](https://togithub.com/babel/babel/pull/16011) fix: `for of` with `iterableIsArray` and shadowing variable ([@liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-helpers`, `babel-plugin-proposal-decorators`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#16144](https://togithub.com/babel/babel/pull/16144) Set function name for decorated private non-field elements ([@JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-transform-typescript` - [#16137](https://togithub.com/babel/babel/pull/16137) Fix references to enum values with merging ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :microscope: Output optimization - `babel-helper-create-class-features-plugin`, `babel-plugin-transform-class-properties` - [#16159](https://togithub.com/babel/babel/pull/16159) Reuse computed key memoiser ([@JLHwung](https://togithub.com/JLHwung)) - `babel-helpers`, `babel-plugin-proposal-decorators` - [#16160](https://togithub.com/babel/babel/pull/16160) Optimize decorator helper size ([@liuxingbaoyu](https://togithub.com/liuxingbaoyu))vercel/turbo (@turbo/gen)
### [`v1.11.2`](https://togithub.com/vercel/turbo/releases/tag/v1.11.2): Turborepo v1.11.2 [Compare Source](https://togithub.com/vercel/turbo/compare/v1.11.1...v1.11.2) #### What's Changed ##### Docs - Update yarn support policy. by [@anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/6757](https://togithub.com/vercel/turbo/pull/6757) ##### create-turbo - release(turborepo): 1.11.1 by [@github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/6742](https://togithub.com/vercel/turbo/pull/6742) - release(turborepo): 1.11.2-canary.0 by [@github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/6771](https://togithub.com/vercel/turbo/pull/6771) ##### Examples - Add transpilePackages to `with-tailwind` example. by [@anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/6746](https://togithub.com/vercel/turbo/pull/6746) - Update README for with-tailwind. by [@anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/6755](https://togithub.com/vercel/turbo/pull/6755) - Remove source key from with-docker example. by [@anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/6759](https://togithub.com/vercel/turbo/pull/6759) - Use `"strict": true` for TypeScript in examples. by [@anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/6762](https://togithub.com/vercel/turbo/pull/6762) ##### Changelog - chore: avoid panics in berry lockfile by [@chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6725](https://togithub.com/vercel/turbo/pull/6725) - fix: remove placeholder duration from cache metadata by [@chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6756](https://togithub.com/vercel/turbo/pull/6756) - chore: Remove hash comparison code by [@NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/6758](https://togithub.com/vercel/turbo/pull/6758) - fix: ignore exit codes when child killed by manager by [@chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6767](https://togithub.com/vercel/turbo/pull/6767) - fix: make assertion assert something by [@chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6768](https://togithub.com/vercel/turbo/pull/6768) - Allow forcing use of daemon by [@arlyon](https://togithub.com/arlyon) in [https://github.com/vercel/turbo/pull/6764](https://togithub.com/vercel/turbo/pull/6764) - fix: avoid double slash if glob ends with slash by [@chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6772](https://togithub.com/vercel/turbo/pull/6772) **Full Changelog**: https://github.com/vercel/turbo/compare/v1.11.1...v1.11.2 ### [`v1.11.1`](https://togithub.com/vercel/turbo/releases/tag/v1.11.1): Turborepo v1.11.1 [Compare Source](https://togithub.com/vercel/turbo/compare/v1.11.0...v1.11.1) #### What's Changed ##### create-turbo - release(turborepo): 1.11.0 by [@github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/6706](https://togithub.com/vercel/turbo/pull/6706) - release(turborepo): 1.11.1-canary.0 by [@github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/6741](https://togithub.com/vercel/turbo/pull/6741) ##### Examples - Example with only shell commands. by [@anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/6688](https://togithub.com/vercel/turbo/pull/6688) - Update with-tailwind example. by [@anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/6575](https://togithub.com/vercel/turbo/pull/6575) - Mix of server and client components in basic example. by [@anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/6682](https://togithub.com/vercel/turbo/pull/6682) ##### Changelog - chore(tests): cleanup setup scripts by [@mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/6700](https://togithub.com/vercel/turbo/pull/6700) - fix: limit the amount of logs we send to spaces by [@chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6691](https://togithub.com/vercel/turbo/pull/6691) - chore(Turborepo): Bump npm rust package version by [@gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/6721](https://togithub.com/vercel/turbo/pull/6721) - fix: properly catch sigterm sent from global by [@chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/6724](https://togithub.com/vercel/turbo/pull/6724) - chore(ignore): exclude rustc-ice files by [@tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/6733](https://togithub.com/vercel/turbo/pull/6733) - Fix behaviour when discovering files for global hashing by [@arlyon](https://togithub.com/arlyon) in [https://github.com/vercel/turbo/pull/6738](https://togithub.com/vercel/turbo/pull/6738) **Full Changelog**: https://github.com/vercel/turbo/compare/v1.11.0...v1.11.1 ### [`v1.11.0`](https://togithub.com/vercel/turbo/releases/tag/v1.11.0): Turborepo v1.11.0 [Compare Source](https://togithub.com/vercel/turbo/compare/v1.10.16...v1.11.0) #### What's Changed ##### Docs - feat(docs): document support policy by [@mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/6277](https://togithub.com/vercel/turbo/pull/6277) - fix(docs): correct support typo by [@tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/6313](https://togithub.com/vercel/turbo/pull/6313) - fix(docs): Add full stop punctuation and add inifinitive marker to verb by [@mdmathewdc](https://togithub.com/mdmathewdc) in [https://github.com/vercel/turbo/pull/6335](https://togithub.com/vercel/turbo/pull/6335) - docs: Added nested workspaces under troubleshooting by [@NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/6342](https://togithub.com/vercel/turbo/pull/6342) - docs: document --profile flag by [@mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/6371](https://togithub.com/vercel/turbo/pull/6371) - fix(docs): clarify output mode for Dockerfile by [@tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/6385](https://togithub.com/vercel/turbo/pull/6385) - docs: add github actions/cache example to github ci docs by [@austinwoon](https://togithub.com/austinwoon) in [https://github.com/vercel/turbo/pull/2761](https://togithub.com/vercel/turbo/pull/2761) - docs: Fix typo 'specifing -> specifying' by [@mia-riezebos](https://togithub.com/mia-riezebos) in [https://github.com/vercel/turbo/pull/6426](https://togithub.com/vercel/turbo/pull/6426) - Improved TSConfigs in examples by [@mattpocock](https://togithub.com/mattpocock) in [https://github.com/vercel/turbo/pull/6396](https://togithub.com/vercel/turbo/pull/6396) - docs: update formatting on --graph option by [@mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/6487](https://togithub.com/vercel/turbo/pull/6487) - Capitalization. by [@anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/6561](https://togithub.com/vercel/turbo/pull/6561) - chore(docs): remove backticks from title/desc meta tags on CLI reference pages by [@mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/6580](https://togithub.com/vercel/turbo/pull/6580) - feat(docs): add node version compatibility for examples by [@mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/6581](https://togithub.com/vercel/turbo/pull/6581) - fix(docs): update inconsistent CLI headings by [@tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/6591](https://togithub.com/vercel/turbo/pull/6591) - feat(docs): add FAQ entry for non-JS workspaces in the codebase by [@mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/6612](https://togithub.com/vercel/turbo/pull/6612) - chore(docs): tweak getting started docs by [@mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/6597](https://togithub.com/vercel/turbo/pull/6597) - docs: Added root internal dependencies explanation by [@NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/6622](https://togithub.com/vercel/turbo/pull/6622) - Capitalize the Tools category in sidebar. by [@anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/6697](https://togithub.com/vercel/turbo/pull/6697) - Add yarn v2+ caveat for installing Internal Packages. by [@anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/6696](https://togithub.com/vercel/turbo/pull/6696) - Update command-line-reference.mdx for --log-prefix CLI option by [@marcneubauer](https://togithub.com/marcneubauer) in [https://github.com/vercel/turbo/pull/6657](https://togithub.com/vercel/turbo/pull/6657) ##### create-turbo - release(turborepo): 1.10.16 by [@github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/6221](https://togithub.com/vercel/turbo/pull/6221) - release(turborepo): 1.10.17-canary.0 by [@github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/6329](https://togithub.com/vercel/turbo/pull/6329) - chore(turbo-utils): Remove tsup build by [@mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/6301](https://togithub.com/vercel/turbo/pull/6301) - release(turborepo): 1.10.17-canary.1 by [@github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/6448](https://togithub.com/vercel/turbo/pull/6448) - release(turborepo): 1.10.17-canary.2 by [@github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/6454](https://togithub.com/vercel/turbo/pull/6454) - release(turborepo): 1.10.17-canary.3 by [@github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/6502](https://togithub.com/vercel/turbo/pull/6502) - Re-up create-turbo. by [@anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/6439](https://togithub.com/vercel/turbo/pull/6439) - release(turborepo): 1.10.17-canary.4 by [@github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/6521](https://togithub.com/vercel/turbo/pull/6521) - release(turborepo): 1.10.17-canary.5 by [@github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/6549](https://togithub.com/vercel/turbo/pull/6549) - release(turborepo): 1.10.17-canary.6 by [@github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/6610](https://togithub.com/vercel/turbo/pull/6610) - release(turborepo): 1.10.17-canary.7 by [@github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/6629](https://togithub.com/vercel/turbo/pull/6629) - release(turborepo): 1.10.17-canary.8 by [@github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/6630](https://togithub.com/vercel/turbo/pull/6630) - release(turborepo): 1.10.17-canary.9 by [@github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/6667](https://togithub.com/vercel/turbo/pull/6667) - release(turborepo): 1.10.17-canary.10 by [@github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/6698](https://togithub.com/vercel/turbo/pull/6698) ##### turbo-ignore - fix(turbo-ignore): better error for invalid commit by [@tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/6330](https://togithub.com/vercel/turbo/pull/6330) - Add \[vercel onlyConfiguration
📅 Schedule: Branch creation - "after 12am and before 7am on Saturday" in timezone Europe/Vienna, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.