Update npm (minor updates)#71
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/npm-(minor-updates)
branch
4 times, most recently
from
June 29, 2024 14:47
63925f6 to
674d1de
Compare
renovate
Bot
force-pushed
the
renovate/npm-(minor-updates)
branch
4 times, most recently
from
July 9, 2024 05:25
a4ec4da to
1b0c366
Compare
renovate
Bot
force-pushed
the
renovate/npm-(minor-updates)
branch
3 times, most recently
from
July 14, 2024 23:37
c0bbe95 to
3763b5f
Compare
renovate
Bot
force-pushed
the
renovate/npm-(minor-updates)
branch
5 times, most recently
from
July 27, 2024 08:48
2896f98 to
2bf143e
Compare
renovate
Bot
force-pushed
the
renovate/npm-(minor-updates)
branch
4 times, most recently
from
August 5, 2024 08:59
68b369e to
74939ac
Compare
renovate
Bot
force-pushed
the
renovate/npm-(minor-updates)
branch
2 times, most recently
from
August 13, 2024 02:51
0a7bc2e to
9ac0c4b
Compare
renovate
Bot
force-pushed
the
renovate/npm-(minor-updates)
branch
4 times, most recently
from
August 24, 2024 03:02
ba44aa5 to
0960912
Compare
renovate
Bot
force-pushed
the
renovate/npm-(minor-updates)
branch
4 times, most recently
from
September 1, 2024 05:22
5fead09 to
14a5000
Compare
renovate
Bot
force-pushed
the
renovate/npm-(minor-updates)
branch
5 times, most recently
from
September 24, 2024 11:46
baee062 to
5303446
Compare
renovate
Bot
force-pushed
the
renovate/npm-(minor-updates)
branch
6 times, most recently
from
October 2, 2024 02:50
a0e2405 to
7689234
Compare
renovate
Bot
force-pushed
the
renovate/npm-(minor-updates)
branch
5 times, most recently
from
October 11, 2024 05:33
47c1db2 to
75e9655
Compare
renovate
Bot
force-pushed
the
renovate/npm-(minor-updates)
branch
2 times, most recently
from
October 17, 2024 23:54
8947bf9 to
a1a5773
Compare
renovate
Bot
force-pushed
the
renovate/npm-(minor-updates)
branch
5 times, most recently
from
October 27, 2024 02:22
e0d51ec to
005d870
Compare
renovate
Bot
force-pushed
the
renovate/npm-(minor-updates)
branch
6 times, most recently
from
November 3, 2024 11:27
8329e7f to
cba5a1e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.7.0→^0.11.02.0.1→2.3.03.0.1→3.1.13.0.1→3.1.11.1.7→1.29.21.0.0→1.1.020.11.19→20.19.4318.2.56→18.3.3110.4.17→10.5.216.4.4→16.6.18.56.0→8.57.15.1.3→5.5.64.26.1→4.29.11.1.9→1.2.0^0.7.43→^0.8.011.2.0→11.3.614.0.0→14.1.010.3.10→10.5.017.12.1→17.13.414.1.0→14.2.356.5.0→6.8.08.14.1→8.15.98.4.37→8.5.1816.0.1→16.1.118.2.0→18.3.118.2.0→18.3.1^0.3.1→^0.4.0^0.13.0→^0.14.01.1.7→1.29.24.0.0→4.1.11.11.3→1.13.44.10.3→4.41.05.4.5→5.9.35.0.0→5.1.05.2.11→5.4.215.91.0→5.108.4Release Notes
bombshell-dev/clack (@clack/prompts)
v0.11.0Compare Source
Minor Changes
07ca32d: Reverted a change where placeholders were being set as values on return.Patch Changes
07ca32d]v0.10.1Compare Source
Patch Changes
11a5dc1: Fixes multiselect only shows hints on the first item in the options list. Now correctly shows hints for all selected options with hint property.30aa7ed: Adds a newselectableGroupsboolean to the group multi-select prompt. UsingselectableGroups: falsewill disable the ability to select a top-level group, but still allow every child to be selected individually.30aa7ed]5dfce8a]f574297]v0.10.0Compare Source
Minor Changes
613179d: Adds a newindicatoroption tospinner, which supports the original"dots"loading animation or a new"timer"loading animation.a38b2bc: AddsstreamAPI which provides the same methods aslog, but for iterable (even async) message streams. This is particularly useful for AI responses which are dynamically generated by LLMs.v0.9.1Compare Source
Patch Changes
8093f3c: AddsErrorsupport to thevalidatefunction98925e3: Exports theOptiontype and improves JSDocannotations1904e57: Replace custom utility for stripping ANSI control sequences with Node's built-instripVTControlCharactersutility.8093f3c]e5ba09a]8cba8e3]v0.9.0Compare Source
Minor Changes
a83d2f8: Adds a newupdateSettings()function to support new global keybindings.updateSettings()accepts analiasesobject that maps custom keys to an action (up | down | left | right | space | enter | cancel).801246b: Adds a newsignaloption to support programmatic prompt cancellation with an abort controller.One example use case is automatically cancelling a prompt after a timeout.
Another use case is racing a long running task with a manual prompt.
a83d2f8: Updates default keybindings to support Vim motion shortcuts and map theescapekey to cancel (ctrl+c).kljhescPatch Changes
f9f139d: Adaptsspinneroutput for static CI environmentsa83d2f8]801246b]a83d2f8]51e12bc]v0.8.2Compare Source
Patch Changes
4845f4f]d7b2fb9]v0.8.1Compare Source
Patch Changes
360afeb: feat: adaptative max itemsmdx-js/mdx (@mdx-js/loader)
v3.1.1Compare Source
Fix
3cad7d7@mdx-js/mdx: add dependency onacorn0dc4472@mdx-js/esbuild: fix crash with esbuild loader andjsxoptionby @egnor in #2593
84ec66e@mdx-js/esbuild: refactor to improve error conversion in esbuildby @egnor in #2595
2b3381a@mdx-js/rollup: fix support for query parameters in Viteby @markdalgleish in #2629
Types
933ab44@mdx-js/mdx: addattributesto export/import declarationsDocs
c156a1fAddrehype-mdx-tocto list of pluginby @boning-w in #2622
913659cAddrecma-module-to-functionto list of pluginsby @remcohaszing in #2605
67fb1d0Remove unneeded JSX type casting in docs, testsf0d20daRemove local use ofJSXby @remcohaszing in #2604
63f39ceRemove references to twitter35ac59dRefactor some docs regarding recma pluginsFull Changelog: mdx-js/mdx@3.1.0...3.1.1
v3.1.0Compare Source
Add
715ddd9@mdx-js/esbuild: add source mapsby @remcohaszing in #2464
d586720@mdx-js/node-loader: add support for options w/initializecd2907d@mdx-js/node-loader: add support showing messagesceea80d@mdx-js/node-loader: add source mapsby @remcohaszing in #2458
Fix
d306f87@mdx-js/core: replaceperiscopicwithestree-util-scopec747990@mdx-js/core: fix injecting providers for jsx in esm, expressions3a794ab@mdx-js/loader: fix ESM type importby @remcohaszing in #2452
be79212@mdx-js/loader: change webpack peer dependency to optionalby @chenjiahan in #2440
Types
f12afdaRefactor to use@importJSDoc tagsby @remcohaszing in #2498
Miscellaneous
77158cdRefactor to externalize recma packagesSite
6750079Add link toparcel-transformer-mdxin docs3f8344bAdd search to site05ecf65Fix examplef864886Fix types, lints in exampleby @karlhorky in #2518
37318deAdd Bun section to Getting startedby @karlhorky in #2517
07d5e2fRefactor to improve wordingby @filippovd20 in #2513
95ba33eAdd notes on how to type props and componentsby @karlhorky in #2510
044e8b2Add example illustrating JSX literals, references1d0a9b6Add more links across docs716ab3cFix link for MDX Analyzerby @karlhorky in #2509
f1ca4b2Fix linkby @artola in #2508
11ac939Addrehype-twoslashb749d38Addrehype-starry-nightto websitedfdcb50Fix to recommendrehype-mdx-code-propsby @karlhorky in #2501
ad6c696Fix size of hero heading in some casesby @yamanidev in #2481
d3398feUpdate link in docs51500e2Add HMR to example of MDX w/ Viteby @dan-lee in #2474
0c7605cAddrehype-mdx-import-mediato list of pluginsby @remcohaszing in #2472
8f754f7Addrecma-mdx-change-props,recma-mdx-escape-missing-componentsto list of pluginsby @talatkuyuk in #2442
6cd9ae4Addrel=sponsoredto sponsor linksby @ChristianMurphy in #2439
53f6955Fix esbuild for websiteFull Changelog: mdx-js/mdx@3.0.1...3.1.0
shikijs/shiki (@shikijs/transformers)
v1.29.2Compare Source
🚨 Breaking Changes
🚀 Features
markdown-it-asyncintegration - by @antfu in #902 (4d59c)🐞 Bug Fixes
enginerequired increateHighlighterCore- by @antfu (1212f)htmlStyle- by @antfu (eab5b)engineoptions - by @antfu (10a6f)View changes on GitHub
v1.29.1Compare Source
🚀 Features
shiki/types- by @antfu (0b027)View changes on GitHub
v1.29.0Compare Source
🚀 Features
matchAlgorithmoption for new matching algorithm - by @fuma-nama and @antfu in #835 (ceca9)View changes on GitHub
v1.28.0Compare Source
🚀 Features
🐞 Bug Fixes
lazyperformance - by @fuma-nama in #896 (5c10f)View changes on GitHub
v1.27.2Compare Source
No significant changes
View changes on GitHub
v1.26.2Compare Source
🚀 Features
View changes on GitHub
v1.26.1Compare Source
🐞 Bug Fixes
View changes on GitHub
v1.26.0Compare Source
🚀 Features
View changes on GitHub
v1.25.1Compare Source
🐞 Bug Fixes
View changes on GitHub
v1.25.0Compare Source
🚀 Features
@shikijs/themesand@shikijs/langspackages - by @antfu in #879 (32ce2)oniguruma-to-es- by @antfu (3cdcb)View changes on GitHub
v1.24.4Compare Source
🚀 Features
View changes on GitHub
v1.24.3Compare Source
🚀 Features
View changes on GitHub
v1.24.2Compare Source
🐞 Bug Fixes
transformerNotationMap- by @antfu (b75d9)View changes on GitHub
v1.24.1Compare Source
🚀 Features
View changes on GitHub
v1.24.0Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v1.23.1Compare Source
🚀 Features
View changes on GitHub
v1.23.0Compare Source
🚀 Features
@michael-makes/shiki-colorized-bracketsJSR package - by @MichaelMakesGames in #831 (94cc6)View changes on GitHub
v1.22.2Compare Source
🐞 Bug Fixes
createdBundledHighlightercause wasm engine to be loaded - by @fuma-nama in #819 (e2692)View changes on GitHub
v1.22.1Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v1.22.0Compare Source
🚀 Features
View changes on GitHub
v1.21.1Compare Source
🚀 Features
View changes on GitHub
v1.21.0Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v1.20.0Compare Source
🚀 Features
createWasmOnigEnginetocreateOnigurumaEngine- by @antfu (2335d)createCssVariablesThemeto core - by @antfu (989af)🐞 Bug Fixes
View changes on GitHub
v1.19.0Compare Source
🚀 Features
transformer.spanapi - by @zzuu666 in #782 (bba45)htmlStylein themed token, support newhtmlAttrs- by @antfu (85a4f)View changes on GitHub
v1.18.0Compare Source
🚀 Features
JSON.parseto speed up rebundling - by @antfu in #781 (bbfce)disableTriggers, close #780 - by @antfu in #780 (dca6a)View changes on GitHub
v1.17.7Compare Source
🚀 Features
tabindex, close #778 - by @antfu in #778 (52b05)View changes on GitHub
v1.17.6Compare Source
🚀 Features
🐞 Bug Fixes
shiki/wasmand@shikijs/wasm-inlined- by @antfu (3f226)View changes on GitHub
v1.17.5Compare Source
🚀 Features
simulationoption - by @antfu (adf99)View changes on GitHub
v1.17.4Compare Source
No significant changes
View changes on GitHub
v1.17.0Compare Source
Refactor the monorepo and separate engines into each own package.
View changes on GitHub
v1.16.3Compare Source
🚀 Features
createCssVariablesThemeno longer experimental - by @antfu (ac10b)regexto enhance js engine support - by @antfu in #762 (ed362)View changes on GitHub
v1.16.2Compare Source
🚀 Features
oniguruma-to-js, support more languages - by @antfu (4ddfd)View changes on GitHub
v1.16.1Compare Source
🏎 Performance
@shikijs/vscode-textmate- by @antfu (a1e15)View changes on GitHub
v1.16.0Compare Source
🚀 Features
createdBundledHighlighterfor custom engine bundle, deprecate old signature - by @antfu (51322)🐞 Bug Fixes
createdBundledHighlighterallow user to override engine - by [@antfu](httpConfiguration
📅 Schedule: (in timezone Europe/Amsterdam)
* 0-3 * * *)🚦 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 was generated by Mend Renovate. View the repository job log.