Sourced from @babel/parser
's
releases.
v7.26.3 (2024-12-04)
:bug: Bug Fix
babel-generator
- #16958 [preserveFormat] force semicolons when invalidating ASI (
@nicolo-ribaudo
):house: Internal
babel-helper-builder-binary-assignment-operator-visitor
,babel-plugin-transform-exponentiation-operator
- #16895 Remove helper-builder-binary-assignment-operator-visitor (
@nicolo-ribaudo
):running_woman: Performance
babel-generator
- #16959 perf: Reduce the use of temporary objects (
@liuxingbaoyu
)babel-traverse
- #16923 perf: Improve scope information collection performance (
@liuxingbaoyu
)- #16964 perf: Avoid repeated traversal when creating scope (
@liuxingbaoyu
)babel-plugin-transform-modules-commonjs
- #16954 perf: Remove use of
simplifyAccess
(@liuxingbaoyu
)Committers: 4
- Babel Bot (
@babel-bot
)- Huáng Jùnliàng (
@JLHwung
)- Nicolò Ribaudo (
@nicolo-ribaudo
)@liuxingbaoyu
Sourced from @babel/parser
's
changelog.
v7.26.3 (2024-12-04)
:bug: Bug Fix
babel-generator
- #16958 [preserveFormat] force semicolons when invalidating ASI (
@nicolo-ribaudo
):house: Internal
babel-helper-builder-binary-assignment-operator-visitor
,babel-plugin-transform-exponentiation-operator
- #16895 Remove helper-builder-binary-assignment-operator-visitor (
@nicolo-ribaudo
):running_woman: Performance
babel-generator
- #16959 perf: Reduce the use of temporary objects (
@liuxingbaoyu
)babel-traverse
- #16923 perf: Improve scope information collection performance (
@liuxingbaoyu
)- #16964 perf: Avoid repeated traversal when creating scope (
@liuxingbaoyu
)babel-plugin-transform-modules-commonjs
- #16954 perf: Remove use of
simplifyAccess
(@liuxingbaoyu
)
Sourced from @babel/types
's
releases.
v7.26.3 (2024-12-04)
:bug: Bug Fix
babel-generator
- #16958 [preserveFormat] force semicolons when invalidating ASI (
@nicolo-ribaudo
):house: Internal
babel-helper-builder-binary-assignment-operator-visitor
,babel-plugin-transform-exponentiation-operator
- #16895 Remove helper-builder-binary-assignment-operator-visitor (
@nicolo-ribaudo
):running_woman: Performance
babel-generator
- #16959 perf: Reduce the use of temporary objects (
@liuxingbaoyu
)babel-traverse
- #16923 perf: Improve scope information collection performance (
@liuxingbaoyu
)- #16964 perf: Avoid repeated traversal when creating scope (
@liuxingbaoyu
)babel-plugin-transform-modules-commonjs
- #16954 perf: Remove use of
simplifyAccess
(@liuxingbaoyu
)Committers: 4
- Babel Bot (
@babel-bot
)- Huáng Jùnliàng (
@JLHwung
)- Nicolò Ribaudo (
@nicolo-ribaudo
)@liuxingbaoyu
v7.26.2 (2024-10-30)
:bug: Bug Fix
babel-parser
- #16903 fix: Parse placeholder for TS namespace (
@liuxingbaoyu
)- #16937 fix: Account for offsets when creating new Position instances (
@DylanPiercey
)babel-generator
- #16948 Fix mapping of tokens with generated nodes in between (
@nicolo-ribaudo
)Committers: 6
- Babel Bot (
@babel-bot
)- Dylan Piercey (
@DylanPiercey
)- Huáng Jùnliàng (
@JLHwung
)- Nicolò Ribaudo (
@nicolo-ribaudo
)@liuxingbaoyu
- fisker Cheung (
@fisker
)v7.26.1 (2024-10-25)
:bug: Bug Fix
babel-parser
- #16936 fix(parser): offset internal index locations by startIndex (
@DylanPiercey
)Committers: 3
- Dylan Piercey (
@DylanPiercey
)
... (truncated)
Sourced from @babel/types
's
changelog.
v7.26.3 (2024-12-04)
:bug: Bug Fix
babel-generator
- #16958 [preserveFormat] force semicolons when invalidating ASI (
@nicolo-ribaudo
):house: Internal
babel-helper-builder-binary-assignment-operator-visitor
,babel-plugin-transform-exponentiation-operator
- #16895 Remove helper-builder-binary-assignment-operator-visitor (
@nicolo-ribaudo
):running_woman: Performance
babel-generator
- #16959 perf: Reduce the use of temporary objects (
@liuxingbaoyu
)babel-traverse
- #16923 perf: Improve scope information collection performance (
@liuxingbaoyu
)- #16964 perf: Avoid repeated traversal when creating scope (
@liuxingbaoyu
)babel-plugin-transform-modules-commonjs
- #16954 perf: Remove use of
simplifyAccess
(@liuxingbaoyu
)v7.26.2 (2024-10-30)
:bug: Bug Fix
babel-parser
- #16903 fix: Parse placeholder for TS namespace (
@liuxingbaoyu
)- #16937 fix: Account for offsets when creating new Position instances (
@DylanPiercey
)babel-generator
- #16948 Fix mapping of tokens with generated nodes in between (
@nicolo-ribaudo
)v7.26.1 (2024-10-25)
:bug: Bug Fix
babel-parser
- #16936 fix(parser): offset internal index locations by startIndex (
@DylanPiercey
)
Sourced from @docsearch/css
's
releases.
v3.8.0
3.8.0 (2024-11-12)
This version introduces a new type DocSearchTransformClient to allow the
transformSearchClient
to use either the lite client, or the full algoliasearch client. Users are encouraged to use the lite client (import { liteClient } from 'algoliasearch/lite
) to reduce bundle size.Bug Fixes
Features
v3.7.0
What's Changed
- fix(types): export the types folder by
@millotp
in algolia/docsearch#2332- fix: use npm for release by
@millotp
in algolia/docsearch#2339New Contributors
@phanendraguptha
made their first contribution in algolia/docsearch#2277Full Changelog: https://github.com/algolia/docsearch/compare/v3.6.3...v3.7.0
v3.6.3
What's Changed
- docs(showcase): Fix logos for ScalarDB and ScalarDL in showcase by
@josh-wong
in algolia/docsearch#2317- fix: upgrade algoliasearch to v5 by
@millotp
in algolia/docsearch#2326- fix: use vite instead of parcel in the examples by
@millotp
in algolia/docsearch#2329New Contributors
@millotp
made their first contribution in algolia/docsearch#2326Full Changelog: https://github.com/algolia/docsearch/compare/v3.6.2...v3.6.3
Sourced from @docsearch/css
's
changelog.
3.8.0 (2024-11-12)
This version introduces a new type DocSearchTransformClient to allow the
transformSearchClient
to use either the lite client, or the full algoliasearch client. Users are encouraged to use the lite client (import { liteClient } from 'algoliasearch/lite
) to reduce bundle size.Bug Fixes
Features
3.7.0 (2024-11-04)
Bug Fixes
3.6.3 (2024-10-31)
8e419a0
chore: release v3.8.0 (#2349)08d9a37
fix(types): use a minimal type for transformSearchClient (#2348)57eace5
chore(deps): dependencies 2024-11-11 (#2340)44aa7dc
feat(a11y): add hotkeys to search input aria-label (#2337)32ec976
fix: use npm for release (#2339)9441df4
chore: release v3.7.0 (#2338)aa666de
chore(deps): dependencies 2024-11-04 (#2335)6579023
chore(docs): fix grammar, improve sentence clarity (#2052)c98ae2f
chore: updated react docs link (#2277)90ca5fa
fix(types): export the types folder (#2332)Sourced from @shikijs/transformers
's
releases.
v1.24.2
🐞 Bug Fixes
View changes on GitHub
v1.24.1
🚀 Features
View changes on GitHub
v1.24.0
🚀 Features
- Bump oniguruma-to-es for grammar support and perf - by
@slevithan
in shikijs/shiki#842 (fc875)- Improve js engine support (and run tests) in pre-ES2024 envs - by
@slevithan
in shikijs/shiki#847 (76cbc)- Bump js engine dependencies to support more grammars - by
@slevithan
in shikijs/shiki#850 (991a3)- Update deps, support new languages - by
@antfu
(38e90)🐞 Bug Fixes
- monaco: Add missing theme fontStyle and background - by
@lejunyang
and lejunyang in shikijs/shiki#849 (43ff1)View changes on GitHub
b28cf13
chore: release v1.24.2b75d9d3
fix(transformers): expose transformerNotationMap
50f4e13
chore: release v1.24.1d1c87fa
chore: release v1.24.0b2c5788
chore: release v9.3.12fd5e43
chore: update depse364f32
fix: package.json exports (#2)Sourced from @vitejs/plugin-vue
's
releases.
plugin-vue@5.2.1
Please refer to CHANGELOG.md for details.
Sourced from @vue/devtools-api
's
releases.
v7.6.8
🚀 Features
- Support
vite-plugin-inspect
for both Vite 5 and 6 - by@peterpeterparker
in vuejs/devtools#730 (c8cfd)🐞 Bug Fixes
- client: XSS vulnerability in components tab - by
@xuzuodong
in vuejs/devtools#726 (77494)View changes on GitHub
v7.6.7
🐞 Bug Fixes
- vite: Pin
vite-plugin-inspect
to be compatible with both vite 5 & 6, close #716 - by@webfansplz
in vuejs/devtools#716 (39b21)View changes on GitHub
v7.6.6
🚀 Features
- Support vite6 - by
@webfansplz
(36ceb)View changes on GitHub
v7.6.5
🐞 Bug Fixes
- client:
- Add null-safety check when accessing pinia store state, close #707 - by
@webfansplz
in vuejs/devtools#707 (2fd1b)- kit:
- Inspect error with top-level
Proxy
value - by@FoundTheWOUT
and Alex in vuejs/devtools#701 (4539e)- Add null-safety check for resolving matched route, close #708 - by
@webfansplz
in vuejs/devtools#708 (89127)View changes on GitHub
6059532
chore: release v7.6.8e310377
chore: release v7.6.700da2e8
chore: release v7.6.68d40c41
chore: release v7.6.5Sourced from @vue/devtools-kit
's
releases.
v7.6.8
🚀 Features
- Support
vite-plugin-inspect
for both Vite 5 and 6 - by@peterpeterparker
in vuejs/devtools#730 (c8cfd)🐞 Bug Fixes
- client: XSS vulnerability in components tab - by
@xuzuodong
in vuejs/devtools#726 (77494)View changes on GitHub
v7.6.7
🐞 Bug Fixes
- vite: Pin
vite-plugin-inspect
to be compatible with both vite 5 & 6, close #716 - by@webfansplz
in vuejs/devtools#716 (39b21)View changes on GitHub
v7.6.6
🚀 Features
- Support vite6 - by
@webfansplz
(36ceb)View changes on GitHub
v7.6.5
🐞 Bug Fixes
- client:
- Add null-safety check when accessing pinia store state, close #707 - by
@webfansplz
in vuejs/devtools#707 (2fd1b)- kit:
- Inspect error with top-level
Proxy
value - by@FoundTheWOUT
and Alex in vuejs/devtools#701 (4539e)- Add null-safety check for resolving matched route, close #708 - by
@webfansplz
in vuejs/devtools#708 (89127)View changes on GitHub
6059532
chore: release v7.6.87749435
fix(client): XSS vulnerability in components tab (#726)e310377
chore: release v7.6.700da2e8
chore: release v7.6.68d40c41
chore: release v7.6.54539ee9
fix(kit): inspect error with top-level Proxy
value (#701)bd0effb
chore(deps): update all non-major dependencies (#702)Sourced from @vue/devtools-shared
's
releases.
v7.6.8
🚀 Features
- Support
vite-plugin-inspect
for both Vite 5 and 6 - by@peterpeterparker
in vuejs/devtools#730 (c8cfd)🐞 Bug Fixes
- client: XSS vulnerability in components tab - by
@xuzuodong
in vuejs/devtools#726 (77494)View changes on GitHub
v7.6.7
🐞 Bug Fixes
- vite: Pin
vite-plugin-inspect
to be compatible with both vite 5 & 6, close #716 - by@webfansplz
in vuejs/devtools#716 (39b21)View changes on GitHub
v7.6.6
🚀 Features
- Support vite6 - by
@webfansplz
(36ceb)View changes on GitHub
v7.6.5
🐞 Bug Fixes
- client:
- Add null-safety check when accessing pinia store state, close #707 - by
@webfansplz
in vuejs/devtools#707 (2fd1b)- kit:
- Inspect error with top-level
Proxy
value - by@FoundTheWOUT
and Alex in vuejs/devtools#701 (4539e)- Add null-safety check for resolving matched route, close #708 - by
@webfansplz
in vuejs/devtools#708 (89127)View changes on GitHub
Sourced from @vueuse/core
's
releases.
v11.3.0
🚀 Features
- OnClickOutside: Support component with fragments - by
@ilyaliao
in vueuse/vueuse#4313 (fe322)- router: Transform get / set - by
@Akryum
, Anthony Fu and@antfu
in vueuse/vueuse#4326 (65aa0)- useFetch: Infer 'json' type for array payloads - by
@WingSMC
, Gergely Dremak and@antfu
in vueuse/vueuse#4329 (3d29c)🐞 Bug Fixes
- useFetch: Ensure single slash - by
@mrchar
and@antfu
in vueuse/vueuse#4296 (3de68)- useMouse: Record the previous scroll value - by
@pkc918
and Anthony Fu in vueuse/vueuse#4244 (e8d11)- useMouse: Correct spelling error - by
@pkc918
in vueuse/vueuse#4348 (cceeb)- useRouteParams, useRouteQuery: Effect triggers twice with object getter as watch source - by
@jack-allocate
and Anthony Fu in vueuse/vueuse#4283 (44772)- useSortable: Wrong order of elements - by
@ilyaliao
in vueuse/vueuse#4332 (9e78e)- useSwipe: Allow vertical scrolling during swipe - by
@ilyaliao
in vueuse/vueuse#4323 (1bb54)- useUrlSearchParams:
hash
mode missinglocation.search
- by@Huodoo
, 霍冬冬 and@antfu
in vueuse/vueuse#4340 (e77ca)View changes on GitHub
v11.2.0
🚀 Features
- useBreakpoints: Add breakpoints for ElementUI/ElementPlus - by
@AAABingBing
and Anthony Fu in vueuse/vueuse#4238 (f71e5)- useMediaControls: Add playback error event - by
@DarrenSG
and Anthony Fu in vueuse/vueuse#4253 (e1169)🐞 Bug Fixes
- useArrayReduce: InitialValue can be a function - by
@Mutter45
and Anthony Fu in vueuse/vueuse#4243 (ae542)- useDevicesList: Handle NotAllowedError on reject/close - by
@espensgr
and Anthony Fu in vueuse/vueuse#4246 (bf0f2)- useDropZone: Remove file kind restriction - by
@jackcodetw
in vueuse/vueuse#4305 (1d661)- useIntervalFn: Prevent timer being set after pause is called in cb - by
@laporchen
and Anthony Fu in vueuse/vueuse#4258 (59f8c)- useManualRefHistory:
canUndo
andcanRedo
typing to be computed ref - by@roydukkey
and Anthony Fu in vueuse/vueuse#4261 (b46d2)- useWebSocket: Autoreconnect when ws close - by
@jackcodetw
in vueuse/vueuse#4314 (08412)View changes on GitHub
e722a2e
chore: release v11.3.01d5e978
docs(useUserMedia): fix examples (#4322)e14618c
docs(useIntersectionObserver): update syntax to handle stricter types
(#4333)fe322bd
feat(OnClickOutside): support component with fragments (#4313)1bb547e
fix(useSwipe): allow vertical scrolling during swipe (#4323)3d29c16
feat(useFetch): infer 'json' type for array payloads (#4329)cceebf4
fix(useMouse): correct spelling error (#4348)e77cab1
fix(useUrlSearchParams): hash
mode missing
location.search
(#4340)3de6872
fix(useFetch): ensure single slash (#4296)e8d1189
fix(useMouse): record the previous scroll value (#4244)Sourced from @vueuse/metadata
's
releases.
v11.3.0
🚀 Features
- OnClickOutside: Support component with fragments - by
@ilyaliao
in vueuse/vueuse#4313 (fe322)- router: Transform get / set - by
@Akryum
, Anthony Fu and@antfu
in vueuse/vueuse#4326 (65aa0)- useFetch: Infer 'json' type for array payloads - by
@WingSMC
, Gergely Dremak and@antfu
in vueuse/vueuse#4329 (3d29c)🐞 Bug Fixes
- useFetch: Ensure single slash - by
@mrchar
and@antfu
in vueuse/vueuse#4296 (3de68)- useMouse: Record the previous scroll value - by
@pkc918
and Anthony Fu in vueuse/vueuse#4244 (e8d11)- useMouse: Correct spelling error - by
@pkc918
in vueuse/vueuse#4348 (cceeb)- useRouteParams, useRouteQuery: Effect triggers twice with object getter as watch source - by
@jack-allocate
and Anthony Fu in vueuse/vueuse#4283 (44772)- useSortable: Wrong order of elements - by
@ilyaliao
in vueuse/vueuse#4332 (9e78e)- useSwipe: Allow vertical scrolling during swipe - by
@ilyaliao
in vueuse/vueuse#4323 (1bb54)- useUrlSearchParams:
hash
mode missinglocation.search
- by@Huodoo
, 霍冬冬 and@antfu
in vueuse/vueuse#4340 (e77ca)View changes on GitHub
v11.2.0
🚀 Features
- useBreakpoints: Add breakpoints for ElementUI/ElementPlus - by
@AAABingBing
and Anthony Fu in vueuse/vueuse#4238 (f71e5)- useMediaControls: Add playback error event - by
@DarrenSG
and Anthony Fu in vueuse/vueuse#4253 (e1169)🐞 Bug Fixes
- useArrayReduce: InitialValue can be a function - by
@Mutter45
and Anthony Fu in vueuse/vueuse#4243 (ae542)- useDevicesList: Handle NotAllowedError on reject/close - by
@espensgr
and Anthony Fu in vueuse/vueuse#4246 (bf0f2)- useDropZone: Remove file kind restriction - by
@jackcodetw
in vueuse/vueuse#4305 (1d661)- useIntervalFn: Prevent timer being set after pause is called in cb - by
@laporchen
and Anthony Fu in vueuse/vueuse#4258 (59f8c)- useManualRefHistory:
canUndo
andcanRedo
typing to be computed ref - by@roydukkey
and Anthony Fu in vueuse/vueuse#4261 (b46d2)- useWebSocket: Autoreconnect when ws close - by =0.14.10" -"@vueuse/core@^11.1.0": - version "11.1.0" - resolved "https://registry.yarnpkg.com/@vueuse/core/-/core-11.1.0.tgz#a104f33c899a15f3b28d3eb7b20738501a3a5035" - integrity sha512-P6dk79QYA6sKQnghrUz/1tHi0n9mrb/iO1WTMk/ElLmTyNqgDeSZ3wcDf6fRBGzRJbeG1dxzEOvLENMjr+E3fg== - dependencies: - "@types/web-bluetooth" "^0.0.20" - "@vueuse/metadata" "11.1.0" - "@vueuse/shared" "11.1.0" - vue-demi ">=0.14.10" - "@vueuse/integrations@^11.1.0": version "11.3.0" resolved "https://registry.yarnpkg.com/@vueuse/integrations/-/integrations-11.3.0.tgz#2df4468ca3e2f8182ebe2cf7f5b9d768dc7baeb1" @@ -662,23 +689,11 @@ "@vueuse/shared" "11.3.0" vue-demi ">=0.14.10" -"@vueuse/metadata@11.1.0": - version "11.1.0" - resolved "https://registry.yarnpkg.com/@vueuse/metadata/-/metadata-11.1.0.tgz#ad367d2a51d985129724425923b3cf95f0faf27b" - integrity sha512-l9Q502TBTaPYGanl1G+hPgd3QX5s4CGnpXriVBR5fEZ/goI6fvDaVmIl3Td8oKFurOxTmbXvBPSsgrd6eu6HYg== - "@vueuse/metadata@11.3.0": version "11.3.0" resolved "https://registry.yarnpkg.com/@vueuse/metadata/-/metadata-11.3.0.tgz#be7ac12e3016c0353a3667b372a73aeeee59194e" integrity sha512-pwDnDspTqtTo2HwfLw4Rp6yywuuBdYnPYDq+mO38ZYKGebCUQC/nVj/PXSiK9HX5otxLz8Fn7ECPbjiRz2CC3g== -"@vueuse/shared@11.1.0": - version "11.1.0" - resolved "https://registry.yarnpkg.com/@vueuse/shared/-/shared-11.1.0.tgz#3bfc3aa555c2a456c21945ec7f127d71938d12e8" - integrity sha512-YUtIpY122q7osj+zsNMFAfMTubGz0sn5QzE5gPzAIiCmtt2ha3uQUY1+JPyL4gRCTsLPX82Y9brNbo/aqlA91w== - dependencies: - vue-demi ">=0.14.10" - "@vueuse/shared@11.3.0": version "11.3.0" resolved "https://registry.yarnpkg.com/@vueuse/shared/-/shared-11.3.0.tgz#086a4f35bf5bcec5655a03b80eae582605a4b21d" @@ -687,23 +702,23 @@ vue-demi ">=0.14.10" algoliasearch@^5.12.0: - version "5.15.0" - resolved "https://registry.yarnpkg.com/algoliasearch/-/algoliasearch-5.15.0.tgz#09cef5a2555c4554b37a99f0488ea6ab2347e625" - integrity sha512-Yf3Swz1s63hjvBVZ/9f2P1Uu48GjmjCN+Esxb6MAONMGtZB1fRX8/S1AhUTtsuTlcGovbYLxpHgc7wEzstDZBw== - dependencies: - "@algolia/client-abtesting" "5.15.0" - "@algolia/client-analytics" "5.15.0" - "@algolia/client-common" "5.15.0" - "@algolia/client-insights" "5.15.0" - "@algolia/client-personalization" "5.15.0" - "@algolia/client-query-suggestions" "5.15.0" - "@algolia/client-search" "5.15.0" - "@algolia/ingestion" "1.15.0" - "@algolia/monitoring" "1.15.0" - "@algolia/recommend" "5.15.0" - "@algolia/requester-browser-xhr" "5.15.0" - "@algolia/requester-fetch" "5.15.0" - "@algolia/requester-node-http" "5.15.0" + version "5.17.0" + resolved "https://registry.yarnpkg.com/algoliasearch/-/algoliasearch-5.17.0.tgz#794b25bc386ba688a6f790e414db44940398f5df" + integrity sha512-BpuFprDFc3Pe9a1ZXLzLeqZ+l8Ur37AfzBswkOB4LwikqnRPbIGdluT/nFc/Xk+u/QMxMzUlTN+izqQJVb5vYA== + dependencies: + "@algolia/client-abtesting" "5.17.0" + "@algolia/client-analytics" "5.17.0" + "@algolia/client-common" "5.17.0" + "@algolia/client-insights" "5.17.0" + "@algolia/client-personalization" "5.17.0" + "@algolia/client-query-suggestions" "5.17.0" + "@algolia/client-search" "5.17.0" + "@algolia/ingestion" "1.17.0" + "@algolia/monitoring" "1.17.0" + "@algolia/recommend" "5.17.0" + "@algolia/requester-browser-xhr" "5.17.0" + "@algolia/requester-fetch" "5.17.0" + "@algolia/requester-node-http" "5.17.0" birpc@^0.2.19: version "0.2.19" @@ -850,9 +865,9 @@ is-what@^4.1.8: integrity sha512-ZhMwEosbFJkA0YhFnNDgTM4ZxDRsS6HqTo7qsZM08fehyRYIYa0yHu5R6mgo1n/8MgaPBXiPimPD77baVFYg+A== magic-string@^0.30.11: - version "0.30.13" - resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.30.13.tgz#92438e3ff4946cf54f18247c981e5c161c46683c" - integrity sha512-8rYBO+MsWkgjDSOvLomYnzhdwEG51olQ4zL5KXnNJWV5MNmrb4rTZdrtkhxjnD/QyZUqR/Z/XDsUs/4ej2nx0g== + version "0.30.15" + resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.30.15.tgz#d5474a2c4c5f35f041349edaba8a5cb02733ed3c" + integrity sha512-zXeaYRgZ6ldS1RJJUrMrYgNJ4fdwnyI6tVqoiIhyCyv5IVTK9BU8Ic2l253GGETQHxI4HNUwhJ3fjDhKqEoaAw== dependencies: "@jridgewell/sourcemap-codec" "^1.5.0" @@ -909,9 +924,9 @@ micromark-util-types@^2.0.0: integrity sha512-534m2WhVTddrcKVepwmVEVnUAmtrx9bfIjNoQHRqfnvdaHQiFytEhJoTgpWJvDEXCO5gLTQh3wYC1PgOJA4NSQ== minisearch@^7.1.0: - version "7.1.0" - resolved "https://registry.yarnpkg.com/minisearch/-/minisearch-7.1.0.tgz#f5830e9109b5919ee7b291c29a304f381aa68770" - integrity sha512-tv7c/uefWdEhcu6hvrfTihflgeEi2tN6VV7HJnCjK6VxM75QQJh4t9FwJCsA2EsRS8LCnu3W87CuGPWMocOLCA== + version "7.1.1" + resolved "https://registry.yarnpkg.com/minisearch/-/minisearch-7.1.1.tgz#901d0367f078233cdc7a10be7264e09c6248cf5f" + integrity sha512-b3YZEYCEH4EdCAtYP7OlDyx7FdPwNzuNwLQ34SfJpM9dlbBZzeXndGavTrC+VCiRWomL21SWfMc6SCKO/U2ZNw== mitt@^3.0.1: version "3.0.1" @@ -919,9 +934,9 @@ mitt@^3.0.1: integrity sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw== nanoid@^3.3.7: - version "3.3.7" - resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.7.tgz#d0c301a691bc8d54efa0a2226ccf3fe2fd656bd8" - integrity sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g== + version "3.3.8" + resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.8.tgz#b1be3030bee36aaff18bacb375e5cce521684baf" + integrity sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w== oniguruma-to-es@0.4.1: version "0.4.1" @@ -932,6 +947,15 @@ oniguruma-to-es@0.4.1: regex "^5.0.0" regex-recursion "^4.2.1" +oniguruma-to-es@0.7.0: + version "0.7.0" + resolved "https://registry.yarnpkg.com/oniguruma-to-es/-/oniguruma-to-es-0.7.0.tgz#999fe7df1e6acae4507e2d77afc6de4fc8533116" + integrity sha512-HRaRh09cE0gRS3+wi2zxekB+I5L8C/gN60S+vb11eADHUaB/q4u8wGGOX3GvwvitG8ixaeycZfeoyruKQzUgNg== + dependencies: + emoji-regex-xs "^1.0.0" + regex "^5.0.2" + regex-recursion "^4.3.0" + perfect-debounce@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/perfect-debounce/-/perfect-debounce-1.0.0.tgz#9c2e8bc30b169cc984a58b7d5b28049839591d2a" @@ -952,19 +976,19 @@ postcss@^8.4.43, postcss@^8.4.48: source-map-js "^1.2.1" preact@^10.0.0: - version "10.24.3" - resolved "https://registry.yarnpkg.com/preact/-/preact-10.24.3.tgz#086386bd47071e3b45410ef20844c21e23828f64" - integrity sha512-Z2dPnBnMUfyQfSQ+GBdsGa16hz35YmLmtTLhM169uW944hYL6xzTYkJjC07j+Wosz733pMWx0fgON3JNw1jJQA== + version "10.25.2" + resolved "https://registry.yarnpkg.com/preact/-/preact-10.25.2.tgz#e141e18a547ae0082dae48d044e0d8267e2547d2" + integrity sha512-GEts1EH3oMnqdOIeXhlbBSddZ9nrINd070WBOiPO2ous1orrKGUM4SMDbwyjSWD1iMS2dBvaDjAa5qUhz3TXqw== property-information@^6.0.0: version "6.5.0" resolved "https://registry.yarnpkg.com/property-information/-/property-information-6.5.0.tgz#6212fbb52ba757e92ef4fb9d657563b933b7ffec" integrity sha512-PgTgs/BlvHxOu8QuEN7wi5A0OmXaBcHpmCSTehcs6Uuu9IkDIEo13Hy7n898RHfrQ49vKCoGeWZSaAK01nwVig== -regex-recursion@^4.2.1: - version "4.2.1" - resolved "https://registry.yarnpkg.com/regex-recursion/-/regex-recursion-4.2.1.tgz#024ee28593b8158e568307b99bf1b7a3d5ea31e9" - integrity sha512-QHNZyZAeKdndD1G3bKAbBEKOSSK4KOHQrAJ01N1LJeb0SoH4DJIeFhp0uUpETgONifS4+P3sOgoA1dhzgrQvhA== +regex-recursion@^4.2.1, regex-recursion@^4.3.0: + version "4.3.0" + resolved "https://registry.yarnpkg.com/regex-recursion/-/regex-recursion-4.3.0.tgz#32c3a42a57d78bf2d0c83875074c2f7ebaf2a4f6" + integrity sha512-5LcLnizwjcQ2ALfOj95MjcatxyqF5RPySx9yT+PaXu3Gox2vyAtLDjHB8NTJLtMGkvyau6nI3CfpwFCjPUIs/A== dependencies: regex-utilities "^2.3.0" @@ -973,7 +997,7 @@ regex-utilities@^2.3.0: resolved "https://registry.yarnpkg.com/regex-utilities/-/regex-utilities-2.3.0.tgz#87163512a15dce2908cf079c8960d5158ff43280" integrity sha512-8VhliFJAWRaUiVvREIiW2NXXTmHs4vMNnSzuJVhscgmGav3g9VDxLrQndI3dZZVVdp0ZO/5v0xmX516/7M9cng== -regex@^5.0.0: +regex@^5.0.0, regex@^5.0.2: version "5.0.2" resolved "https://registry.yarnpkg.com/regex/-/regex-5.0.2.tgz#291d960467e6499a79ceec022d20a4e0df67c54f" integrity sha512-/pczGbKIQgfTMRV0XjABvc5RzLqQmwqxLHdQao2RTXPk+pmTXB2P0IaUHYdYyk412YLwUIkaeMd5T+RzVgTqnQ== @@ -986,41 +1010,42 @@ rfdc@^1.4.1: integrity sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA== rollup@^4.20.0: - version "4.27.3" - resolved "https://registry.yarnpkg.com/rollup/-/rollup-4.27.3.tgz#078ecb20830c1de1f5486607f3e2f490269fb98a" - integrity sha512-SLsCOnlmGt9VoZ9Ek8yBK8tAdmPHeppkw+Xa7yDlCEhDTvwYei03JlWo1fdc7YTfLZ4tD8riJCUyAgTbszk1fQ== + version "4.28.1" + resolved "https://registry.yarnpkg.com/rollup/-/rollup-4.28.1.tgz#7718ba34d62b449dfc49adbfd2f312b4fe0df4de" + integrity sha512-61fXYl/qNVinKmGSTHAZ6Yy8I3YIJC/r2m9feHo6SwVAVcLT5MPwOUFe7EuURA/4m0NR8lXG4BBXuo/IZEsjMg== dependencies: "@types/estree" "1.0.6" optionalDependencies: - "@rollup/rollup-android-arm-eabi" "4.27.3" - "@rollup/rollup-android-arm64" "4.27.3" - "@rollup/rollup-darwin-arm64" "4.27.3" - "@rollup/rollup-darwin-x64" "4.27.3" - "@rollup/rollup-freebsd-arm64" "4.27.3" - "@rollup/rollup-freebsd-x64" "4.27.3" - "@rollup/rollup-linux-arm-gnueabihf" "4.27.3" - "@rollup/rollup-linux-arm-musleabihf" "4.27.3" - "@rollup/rollup-linux-arm64-gnu" "4.27.3" - "@rollup/rollup-linux-arm64-musl" "4.27.3" - "@rollup/rollup-linux-powerpc64le-gnu" "4.27.3" - "@rollup/rollup-linux-riscv64-gnu" "4.27.3" - "@rollup/rollup-linux-s390x-gnu" "4.27.3" - "@rollup/rollup-linux-x64-gnu" "4.27.3" - "@rollup/rollup-linux-x64-musl" "4.27.3" - "@rollup/rollup-win32-arm64-msvc" "4.27.3" - "@rollup/rollup-win32-ia32-msvc" "4.27.3" - "@rollup/rollup-win32-x64-msvc" "4.27.3" + "@rollup/rollup-android-arm-eabi" "4.28.1" + "@rollup/rollup-android-arm64" "4.28.1" + "@rollup/rollup-darwin-arm64" "4.28.1" + "@rollup/rollup-darwin-x64" "4.28.1" + "@rollup/rollup-freebsd-arm64" "4.28.1" + "@rollup/rollup-freebsd-x64" "4.28.1" + "@rollup/rollup-linux-arm-gnueabihf" "4.28.1" + "@rollup/rollup-linux-arm-musleabihf" "4.28.1" + "@rollup/rollup-linux-arm64-gnu" "4.28.1" + "@rollup/rollup-linux-arm64-musl" "4.28.1" + "@rollup/rollup-linux-loongarch64-gnu" "4.28.1" + "@rollup/rollup-linux-powerpc64le-gnu" "4.28.1" + "@rollup/rollup-linux-riscv64-gnu" "4.28.1" + "@rollup/rollup-linux-s390x-gnu" "4.28.1" + "@rollup/rollup-linux-x64-gnu" "4.28.1" + "@rollup/rollup-linux-x64-musl" "4.28.1" + "@rollup/rollup-win32-arm64-msvc" "4.28.1" + "@rollup/rollup-win32-ia32-msvc" "4.28.1" + "@rollup/rollup-win32-x64-msvc" "4.28.1" fsevents "~2.3.2" -shiki@1.23.1, shiki@^1.22.2: - version "1.23.1" - resolved "https://registry.yarnpkg.com/shiki/-/shiki-1.23.1.tgz#02f149e8f2592509e701f3a806fd4f3dd64d17e9" - integrity sha512-8kxV9TH4pXgdKGxNOkrSMydn1Xf6It8lsle0fiqxf7a1149K1WGtdOu3Zb91T5r1JpvRPxqxU3C2XdZZXQnrig== +shiki@1.24.2, shiki@^1.22.2: + version "1.24.2" + resolved "https://registry.yarnpkg.com/shiki/-/shiki-1.24.2.tgz#9db5b2ebe452d24769377c733ae1944f996ad584" + integrity sha512-TR1fi6mkRrzW+SKT5G6uKuc32Dj2EEa7Kj0k8kGqiBINb+C1TiflVOiT9ta6GqOJtC4fraxO5SLUaKBcSY38Fg== dependencies: - "@shikijs/core" "1.23.1" - "@shikijs/engine-javascript" "1.23.1" - "@shikijs/engine-oniguruma" "1.23.1" - "@shikijs/types" "1.23.1" + "@shikijs/core" "1.24.2" + "@shikijs/engine-javascript" "1.24.2" + "@shikijs/engine-oniguruma" "1.24.2" + "@shikijs/types" "1.24.2" "@shikijs/vscode-textmate" "^9.3.0" "@types/hast" "^3.0.4" @@ -1048,9 +1073,9 @@ stringify-entities@^4.0.0: character-entities-legacy "^3.0.0" superjson@^2.2.1: - version "2.2.1" - resolved "https://registry.yarnpkg.com/superjson/-/superjson-2.2.1.tgz#9377a7fa80fedb10c851c9dbffd942d4bcf79733" - integrity sha512-8iGv75BYOa0xRJHK5vRLEjE2H/i4lulTjzpUXic3Eg8akftYjkmQDa8JARQ42rlczXyFR3IeRoeFCc7RxHsYZA== + version "2.2.2" + resolved "https://registry.yarnpkg.com/superjson/-/superjson-2.2.2.tgz#9d52bf0bf6b5751a3c3472f1292e714782ba3173" + integrity sha512-5JRxVqC8I8NuOUjzBbvVJAKNM8qoVuH0O77h4WInc/qC2q5IreqKxYwgkga3PfA22OayK2ikceb/B26dztPl+Q== dependencies: copy-anything "^3.0.2"