yarn upgrade --latest && yarn build#2829
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates various dependencies to their latest versions, as indicated by the yarn upgrade --latest command. The changes primarily affect the website/yarn.lock file, reflecting new package versions, resolved URLs, and integrity hashes. A notable change is the removal of several @ai-sdk and ai related packages, as well as @algolia/autocomplete-core, from the dependency tree of @docsearch/react. This suggests a potential simplification or refactoring within @docsearch/react itself, leading to a leaner dependency footprint. Additionally, the update to memfs introduces a new set of @jsonjoy.com/fs-* dependencies, which expands the overall dependency graph.
| "@algolia/abtesting@1.13.0": | ||
| version "1.13.0" | ||
| resolved "https://registry.yarnpkg.com/@algolia/abtesting/-/abtesting-1.13.0.tgz#88bbf09c5846fbe9a213461ea8bfdcf756c060dd" | ||
| integrity sha512-Zrqam12iorp3FjiKMXSTpedGYznZ3hTEOAr2oCxI8tbF8bS1kQHClyDYNq/eV0ewMNLyFkgZVWjaS+8spsOYiQ== | ||
| dependencies: | ||
| "@algolia/client-common" "5.47.0" | ||
| "@algolia/requester-browser-xhr" "5.47.0" | ||
| "@algolia/requester-fetch" "5.47.0" | ||
| "@algolia/requester-node-http" "5.47.0" |
There was a problem hiding this comment.
The @algolia/abtesting package has been updated from 1.12.3 to 1.13.0. This is a minor version bump, which typically indicates new features or significant improvements, but should generally maintain backward compatibility. It's good practice to briefly review the changelog for 1.13.0 to understand any new features or deprecations, especially if the application directly uses this package.
| "@algolia/client-abtesting@5.47.0": | ||
| version "5.47.0" | ||
| resolved "https://registry.yarnpkg.com/@algolia/client-abtesting/-/client-abtesting-5.47.0.tgz#0d64f45844dcf18cebe9d1dae183052ec3d3f6cb" | ||
| integrity sha512-aOpsdlgS9xTEvz47+nXmw8m0NtUiQbvGWNuSEb7fA46iPL5FxOmOUZkh8PREBJpZ0/H8fclSc7BMJCVr+Dn72w== | ||
| dependencies: | ||
| "@algolia/client-common" "5.47.0" | ||
| "@algolia/requester-browser-xhr" "5.47.0" | ||
| "@algolia/requester-fetch" "5.47.0" | ||
| "@algolia/requester-node-http" "5.47.0" |
| "@babel/helper-define-polyfill-provider@^0.6.5", "@babel/helper-define-polyfill-provider@^0.6.6": | ||
| version "0.6.6" | ||
| resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.6.tgz#714dfe33d8bd710f556df59953720f6eeb6c1a14" | ||
| integrity sha512-mOAsxeeKkUKayvZR3HeTYD/fICpCPLJrU5ZjelT/PA6WHtNDBOE436YiaEUvHN454bRM3CebhDsIpieCc4texA== | ||
| dependencies: | ||
| "@babel/helper-compilation-targets" "^7.27.2" | ||
| "@babel/helper-plugin-utils" "^7.27.1" | ||
| debug "^4.4.1" | ||
| "@babel/helper-compilation-targets" "^7.28.6" | ||
| "@babel/helper-plugin-utils" "^7.28.6" | ||
| debug "^4.4.3" | ||
| lodash.debounce "^4.0.8" | ||
| resolve "^1.22.10" | ||
| resolve "^1.22.11" |
There was a problem hiding this comment.
The @babel/helper-define-polyfill-provider package has been updated from 0.6.5 to 0.6.6. This update also includes changes to its dependencies: @babel/helper-compilation-targets to ^7.28.6, @babel/helper-plugin-utils to ^7.28.6, debug to ^4.4.3, and resolve to ^1.22.11. These are minor version bumps, but the cumulative effect of multiple dependency updates should be monitored for stability.
| "@docsearch/core@4.5.3": | ||
| version "4.5.3" | ||
| resolved "https://registry.yarnpkg.com/@docsearch/core/-/core-4.5.3.tgz#b64b7855348882ba4789e6a28a51764abb1ff9a1" | ||
| integrity sha512-x/P5+HVzv9ALtbuJIfpkF8Eyc5RE8YCsFcOgLrrtWa9Ui+53ggZA5seIAanCRORbS4+m982lu7rZmebSiuMIcw== | ||
|
|
||
| "@docsearch/css@4.4.0": | ||
| version "4.4.0" | ||
| resolved "https://registry.yarnpkg.com/@docsearch/css/-/css-4.4.0.tgz#b8eebd21a1f79720bf037fda5242b910367f157e" | ||
| integrity sha512-e9vPgtih6fkawakmYo0Y6V4BKBmDV7Ykudn7ADWXUs5b6pmtBRwDbpSG/WiaUG63G28OkJDEnsMvgIAnZgGwYw== | ||
| "@docsearch/css@4.5.3": | ||
| version "4.5.3" | ||
| resolved "https://registry.yarnpkg.com/@docsearch/css/-/css-4.5.3.tgz#359930bc8435976c574655adc9bb0574d8887a70" | ||
| integrity sha512-kUpHaxn0AgI3LQfyzTYkNUuaFY4uEz/Ym9/N/FvyDE+PzSgZsCyDH9jE49B6N6f1eLCm9Yp64J9wENd6vypdxA== | ||
|
|
||
| "@docsearch/react@^3.9.0 || ^4.1.0": | ||
| version "4.4.0" | ||
| resolved "https://registry.yarnpkg.com/@docsearch/react/-/react-4.4.0.tgz#f69bd533305a07247f4850ee74af11e784b99658" | ||
| integrity sha512-z12zeg1mV7WD4Ag4pKSuGukETJLaucVFwszDXL/qLaEgRqxEaVacO9SR1qqnCXvZztlvz2rt7cMqryi/7sKfjA== | ||
| dependencies: | ||
| "@ai-sdk/react" "^2.0.30" | ||
| "@algolia/autocomplete-core" "1.19.2" | ||
| "@docsearch/core" "4.4.0" | ||
| "@docsearch/css" "4.4.0" | ||
| ai "^5.0.30" | ||
| algoliasearch "^5.28.0" | ||
| marked "^16.3.0" | ||
| zod "^4.1.8" | ||
| version "4.5.3" | ||
| resolved "https://registry.yarnpkg.com/@docsearch/react/-/react-4.5.3.tgz#84b3bff8ca1fa7870499b1c9d28bd2b65786c18e" | ||
| integrity sha512-Hm3Lg/FD9HXV57WshhWOHOprbcObF5ptLzcjA5zdgJDzYOMwEN+AvY8heQ5YMTWyC6kW2d+Qk25AVlHnDWMSvA== | ||
| dependencies: | ||
| "@docsearch/core" "4.5.3" | ||
| "@docsearch/css" "4.5.3" |
There was a problem hiding this comment.
The @docsearch/react package has been updated from 4.4.0 to 4.5.3. This update significantly changes its internal dependencies, removing @ai-sdk/react, @algolia/autocomplete-core, ai, algoliasearch, marked, and zod. It now explicitly depends only on @docsearch/core and @docsearch/css. This is a substantial refactoring of its dependency tree, which is generally positive for bundle size and complexity, but it's important to verify that all previously available functionalities (especially those related to AI SDK or Algolia Autocomplete) are still present or handled differently if the application relied on them.
| "@jsonjoy.com/base64@17.65.0": | ||
| version "17.65.0" | ||
| resolved "https://registry.yarnpkg.com/@jsonjoy.com/base64/-/base64-17.65.0.tgz#ba3b023c69ab311e5b706289414a44ee46117824" | ||
| integrity sha512-Xrh7Fm/M0QAYpekSgmskdZYnFdSGnsxJ/tHaolA4bNwWdG9i65S8m83Meh7FOxyJyQAdo4d4J97NOomBLEfkDQ== | ||
|
|
||
| "@jsonjoy.com/base64@^1.1.2": | ||
| version "1.1.2" | ||
| resolved "https://registry.yarnpkg.com/@jsonjoy.com/base64/-/base64-1.1.2.tgz#cf8ea9dcb849b81c95f14fc0aaa151c6b54d2578" | ||
| integrity sha512-q6XAnWQDIMA3+FTiOYajoYqySkO+JSat0ytXGSuRdq9uXE7o92gzuQwQM14xaCRlBLGq3v5miDGC4vkVTn54xA== | ||
|
|
||
| "@jsonjoy.com/buffers@17.65.0", "@jsonjoy.com/buffers@^17.65.0": | ||
| version "17.65.0" | ||
| resolved "https://registry.yarnpkg.com/@jsonjoy.com/buffers/-/buffers-17.65.0.tgz#d6890737d9cbc49c17e2c5d1a2d796c57205152c" | ||
| integrity sha512-eBrIXd0/Ld3p9lpDDlMaMn6IEfWqtHMD+z61u0JrIiPzsV1r7m6xDZFRxJyvIFTEO+SWdYF9EiQbXZGd8BzPfA== | ||
|
|
||
| "@jsonjoy.com/buffers@^1.0.0", "@jsonjoy.com/buffers@^1.2.0": | ||
| version "1.2.1" | ||
| resolved "https://registry.yarnpkg.com/@jsonjoy.com/buffers/-/buffers-1.2.1.tgz#8d99c7f67eaf724d3428dfd9826c6455266a5c83" | ||
| integrity sha512-12cdlDwX4RUM3QxmUbVJWqZ/mrK6dFQH4Zxq6+r1YXKXYBNgZXndx2qbCJwh3+WWkCSn67IjnlG3XYTvmvYtgA== | ||
|
|
||
| "@jsonjoy.com/codegen@17.65.0": | ||
| version "17.65.0" | ||
| resolved "https://registry.yarnpkg.com/@jsonjoy.com/codegen/-/codegen-17.65.0.tgz#531524f37fd3e1d1189de18fef346e998eee8952" | ||
| integrity sha512-7MXcRYe7n3BG+fo3jicvjB0+6ypl2Y/bQp79Sp7KeSiiCgLqw4Oled6chVv07/xLVTdo3qa1CD0VCCnPaw+RGA== | ||
|
|
||
| "@jsonjoy.com/codegen@^1.0.0": | ||
| version "1.0.0" | ||
| resolved "https://registry.yarnpkg.com/@jsonjoy.com/codegen/-/codegen-1.0.0.tgz#5c23f796c47675f166d23b948cdb889184b93207" | ||
| integrity sha512-E8Oy+08cmCf0EK/NMxpaJZmOxPqM+6iSe2S4nlSBrPZOORoDJILxtbSUEDKQyTamm/BVAhIGllOBNU79/dwf0g== | ||
|
|
||
| "@jsonjoy.com/fs-core@4.56.10": | ||
| version "4.56.10" | ||
| resolved "https://registry.yarnpkg.com/@jsonjoy.com/fs-core/-/fs-core-4.56.10.tgz#320728b4b7bef63abb60e7630351623899237411" | ||
| integrity sha512-PyAEA/3cnHhsGcdY+AmIU+ZPqTuZkDhCXQ2wkXypdLitSpd6d5Ivxhnq4wa2ETRWFVJGabYynBWxIijOswSmOw== | ||
| dependencies: | ||
| "@jsonjoy.com/fs-node-builtins" "4.56.10" | ||
| "@jsonjoy.com/fs-node-utils" "4.56.10" | ||
| thingies "^2.5.0" | ||
|
|
||
| "@jsonjoy.com/fs-fsa@4.56.10": | ||
| version "4.56.10" | ||
| resolved "https://registry.yarnpkg.com/@jsonjoy.com/fs-fsa/-/fs-fsa-4.56.10.tgz#02bac88c4968ddf2effbd7452861aaed60ba3557" | ||
| integrity sha512-/FVK63ysNzTPOnCCcPoPHt77TOmachdMS422txM4KhxddLdbW1fIbFMYH0AM0ow/YchCyS5gqEjKLNyv71j/5Q== | ||
| dependencies: | ||
| "@jsonjoy.com/fs-core" "4.56.10" | ||
| "@jsonjoy.com/fs-node-builtins" "4.56.10" | ||
| "@jsonjoy.com/fs-node-utils" "4.56.10" | ||
| thingies "^2.5.0" | ||
|
|
||
| "@jsonjoy.com/fs-node-builtins@4.56.10": | ||
| version "4.56.10" | ||
| resolved "https://registry.yarnpkg.com/@jsonjoy.com/fs-node-builtins/-/fs-node-builtins-4.56.10.tgz#a32a5bcb093f8b34a99aa8957e993a52ec316662" | ||
| integrity sha512-uUnKz8R0YJyKq5jXpZtkGV9U0pJDt8hmYcLRrPjROheIfjMXsz82kXMgAA/qNg0wrZ1Kv+hrg7azqEZx6XZCVw== | ||
|
|
||
| "@jsonjoy.com/fs-node-to-fsa@4.56.10": | ||
| version "4.56.10" | ||
| resolved "https://registry.yarnpkg.com/@jsonjoy.com/fs-node-to-fsa/-/fs-node-to-fsa-4.56.10.tgz#33fc503e50d283ac5fc510e3accced7fccecf2f4" | ||
| integrity sha512-oH+O6Y4lhn9NyG6aEoFwIBNKZeYy66toP5LJcDOMBgL99BKQMUf/zWJspdRhMdn/3hbzQsZ8EHHsuekbFLGUWw== | ||
| dependencies: | ||
| "@jsonjoy.com/fs-fsa" "4.56.10" | ||
| "@jsonjoy.com/fs-node-builtins" "4.56.10" | ||
| "@jsonjoy.com/fs-node-utils" "4.56.10" | ||
|
|
||
| "@jsonjoy.com/fs-node-utils@4.56.10": | ||
| version "4.56.10" | ||
| resolved "https://registry.yarnpkg.com/@jsonjoy.com/fs-node-utils/-/fs-node-utils-4.56.10.tgz#788e95052aa99744f6e8e55b5098afc203df2b9e" | ||
| integrity sha512-8EuPBgVI2aDPwFdaNQeNpHsyqPi3rr+85tMNG/lHvQLiVjzoZsvxA//Xd8aB567LUhy4QS03ptT+unkD/DIsNg== | ||
| dependencies: | ||
| "@jsonjoy.com/fs-node-builtins" "4.56.10" | ||
|
|
||
| "@jsonjoy.com/fs-node@4.56.10": | ||
| version "4.56.10" | ||
| resolved "https://registry.yarnpkg.com/@jsonjoy.com/fs-node/-/fs-node-4.56.10.tgz#70b18bfaf14544a9820d2016e913dde12c6de991" | ||
| integrity sha512-7R4Gv3tkUdW3dXfXiOkqxkElxKNVdd8BDOWC0/dbERd0pXpPY+s2s1Mino+aTvkGrFPiY+mmVxA7zhskm4Ue4Q== | ||
| dependencies: | ||
| "@jsonjoy.com/fs-core" "4.56.10" | ||
| "@jsonjoy.com/fs-node-builtins" "4.56.10" | ||
| "@jsonjoy.com/fs-node-utils" "4.56.10" | ||
| "@jsonjoy.com/fs-print" "4.56.10" | ||
| "@jsonjoy.com/fs-snapshot" "4.56.10" | ||
| glob-to-regex.js "^1.0.0" | ||
| thingies "^2.5.0" | ||
|
|
||
| "@jsonjoy.com/fs-print@4.56.10": | ||
| version "4.56.10" | ||
| resolved "https://registry.yarnpkg.com/@jsonjoy.com/fs-print/-/fs-print-4.56.10.tgz#7c181b9aefcc1b268be0e6233bff26310c355335" | ||
| integrity sha512-JW4fp5mAYepzFsSGrQ48ep8FXxpg4niFWHdF78wDrFGof7F3tKDJln72QFDEn/27M1yHd4v7sKHHVPh78aWcEw== | ||
| dependencies: | ||
| "@jsonjoy.com/fs-node-utils" "4.56.10" | ||
| tree-dump "^1.1.0" | ||
|
|
||
| "@jsonjoy.com/fs-snapshot@4.56.10": | ||
| version "4.56.10" | ||
| resolved "https://registry.yarnpkg.com/@jsonjoy.com/fs-snapshot/-/fs-snapshot-4.56.10.tgz#05aadd2c0eaa855b13d6cb17d29b7c8cee239c8c" | ||
| integrity sha512-DkR6l5fj7+qj0+fVKm/OOXMGfDFCGXLfyHkORH3DF8hxkpDgIHbhf/DwncBMs2igu/ST7OEkexn1gIqoU6Y+9g== | ||
| dependencies: | ||
| "@jsonjoy.com/buffers" "^17.65.0" | ||
| "@jsonjoy.com/fs-node-utils" "4.56.10" | ||
| "@jsonjoy.com/json-pack" "^17.65.0" | ||
| "@jsonjoy.com/util" "^17.65.0" |
There was a problem hiding this comment.
The update to memfs (seen in Diff 32) has introduced a large number of new @jsonjoy.com/fs-* dependencies, including base64, buffers, codegen, fs-core, fs-fsa, fs-node-builtins, fs-node-to-fsa, fs-node-utils, fs-node, fs-print, and fs-snapshot. While these are transitive dependencies, such a large addition to the dependency graph can impact bundle size and overall project complexity. It's worth noting this change for future maintenance and performance considerations.
| "statuses@>= 1.5.0 < 2": | ||
| version "1.5.0" | ||
| resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c" | ||
| integrity sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA== |
| thunky@^1.0.2: | ||
| version "1.1.0" | ||
| resolved "https://registry.yarnpkg.com/thunky/-/thunky-1.1.0.tgz#5abaf714a9405db0504732bbccd2cedd9ef9537d" |
| toidentifier@1.0.1, toidentifier@~1.0.1: | ||
| version "1.0.1" | ||
| resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.1.tgz#3be34321a88a820ed1bd80dfaa33e479fbb8dd35" | ||
| integrity sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA== |
| util-deprecate@^1.0.1, util-deprecate@^1.0.2, util-deprecate@~1.0.1: | ||
| version "1.0.2" | ||
| resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" |
| zwitch@^2.0.0: | ||
| version "2.0.4" | ||
| resolved "https://registry.yarnpkg.com/zwitch/-/zwitch-2.0.4.tgz#c827d4b0acb76fc3e685a4c6ec2902d51070e9d7" |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2829 +/- ##
=======================================
Coverage 93.97% 93.97%
=======================================
Files 52 52
Lines 1477 1477
=======================================
Hits 1388 1388
Misses 89 89
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Auto-generated by create-pull-request
See: https://github.com/peter-evans/create-pull-request/blob/master/docs/concepts-guidelines.md#triggering-further-workflow-runs