📦 Update build-system devDependencies (major) #40387
Open
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:
7.2.1->8.0.28.4.7->10.1.58.4.7->9.0.88.4.7->9.0.89.2.1->10.0.05.0.0->6.1.0See all other Renovate PRs on the Dependency Dashboard
How to resolve breaking changes
This PR may introduce breaking changes that require manual intervention. In such cases, you will need to check out this branch, fix the cause of the breakage, and commit the fix to ensure a green CI build. To check out and update this PR, follow the steps below:
Release Notes
SBoudrias/Inquirer.js (@inquirer/prompts)
v8.0.2Compare Source
moduleResolutionis set tocommonjs(you probably want to fix that in your project if it's still in your tsconfig)v8.0.1Compare Source
v8.0.0Compare Source
Release Notes
🚨 Breaking Changes
This is a major release that modernizes the codebase for Node.js ≥ 20.
ESM Only - No More CommonJS Support
Impact: All packages are now ESM-only. CommonJS imports are no longer supported.
If you're on modern Node versions (≥ 20), this should be transparent and have no impact.
Node.js Version Requirement
Minimum Node.js version is now 20.x
Node.js versions below 20 are no longer supported. Please upgrade to Node.js 20 or later.
Node min versions:
>=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0Deprecated APIs Removed
The following deprecated APIs have been removed after being deprecated in previous releases:
listprompt alias removed (affectsinquirerpackage only)The
listalias has been removed from theinquirerpackage. This only impacts users of the legacyinquirerpackage, not users of@inquirer/promptsor individual prompt packages.helpModetheme property removedThis affects the following prompts:
@inquirer/checkbox@inquirer/search@inquirer/selectinstructionsconfig property removedThis affects the following prompts:
@inquirer/checkbox@inquirer/search@inquirer/selectcancel()method removedThe
cancel()method on prompt return customPromisehas been removed.Color Library Change: yoctocolors → Node.js
styleTextInternal change: The project now uses Node.js built-in
util.styleText()instead of theyoctocolorspackage for terminal colors. This makes Inquirer smaller and reduces risks of vulnerabilities coming from transitive dependencies.v7.10.1Compare Source
v7.10.0Compare Source
@inquirer/input: Now support simple RegExp validation withpattern/patternError.@inquirer/editor: Fix typos/waitForUseInput/waitForUserInputv7.9.0Compare Source
theme.style.keysHelpTip.theme.keybindingsv7.8.6Compare Source
v7.8.5Compare Source
v7.8.4Compare Source
v7.8.3Compare Source
yesnot properly being processed by the confirm prompt. (yes | node confirm-script.js)v7.8.2Compare Source
@types/nodean optional peer dependency.v7.8.1Compare Source
external-editordependency with new@inquirer/external-editor. This remove the vulnerabletmptransitive dependency from the dependency tree.v7.8.0Compare Source
instructionsconfig to allow localizing the help tips.v7.7.1Compare Source
indexMode: numbertheme option didn't properly calculate the items indexes if separators where present in between choices.v7.7.0Compare Source
v7.6.0Compare Source
-
inputprompt: Newprefilloption to control if thedefaultvalue is editable inline or only after pressingtab.v7.5.3Compare Source
select,checkboxandsearchprompts was fully rewritten to handle edge cases around rendering multi-line choices and pointer positioning.v7.5.2Compare Source
v7.5.1Compare Source
v7.5.0Compare Source
instructionsoption allowing to customize the messages in the help tips.@inquirer/selectprompt. Also added aloopoption to control the list loop behaviour when reaching the boundaries.v7.4.1Compare Source
numberprompt (typescript): If prompt is required, only number can be returned. (previously was nullable)v7.4.0Compare Source
v7.3.3Compare Source
--frozen-intrinsicsflag.This fix is also released through patches of all specific prompts packages.
v7.3.2Compare Source
v7.3.1Compare Source
@types/nodeas an optional peer dependency across all packages.v7.3.0Compare Source
v7.2.4Compare Source
v7.2.3Compare Source
v7.2.2Compare Source
storybookjs/storybook (@storybook/addon-a11y)
v10.1.5Compare Source
v10.1.4Compare Source
v10.1.3Compare Source
v10.1.2Compare Source
v10.1.1Compare Source
v10.1.0Compare Source
Storybook 10.1 focuses on two key improvements: installation and accessibility:
The release also contains compatibility fixes for:
Finally, it contains two highly-requested experimental features:
List of all updates
getDocsUrlfor canary versions - #33128, thanks @ghengeveld!Listboxcomponent toActionListand use it inTagsFilterPanel- #33140, thanks @ghengeveld!getDocsUrlto add a defaultrefparam and setguideas ref for links in the Guide - #33111, thanks @ghengeveld!file://to middlewareimportfor Windows support - #32955, thanks @ndelangen!themes.normalaccording to user preference and exportgetPreferredColorScheme- #28721, thanks @elisezhg!v10.0.8Compare Source
custom-elements.jsonnot being loaded - #33045, thanks @ndelangen!v10.0.7Compare Source
v10.0.6Compare Source
v10.0.5Compare Source
svgruse cases - #32957, thanks @yannbf!v10.0.4Compare Source
modulenot defined in ESM - #32940, thanks @ndelangen!v10.0.3Compare Source
@storybook/experimental-nextjs-viteinno-renderer-packagesrule - #32909, thanks @ndelangen!v10.0.2Compare Source
optimizeViteDepsfor addon-docs and addon-vitest - #32881, thanks @ndelangen!v10.0.1Compare Source
v10.0.0Compare Source
Storybook 10 contains one breaking change: it’s ESM-only. This simplifies our distribution and reduces install size by 29% while simultaneously unminifying dist code for easier debugging.
It also includes features to level up your UI development, documentation, and testing workflows:
List of all updates
manager.jsentry-file - #32780, thanks @ndelangen!entry.polyfillsundefined error - #32230, thanks @sk-pub!require- #32558, thanks @ndelangen!devwhen it should fixed - #32457, thanks @ndelangen!globbywithtinyglobby- #31407, thanks @benmccann!screenusage in docs mode - #32851, thanks @yannbf!external-globals-pluginhandleundefinedcache dir - #32579, thanks @walkerburgin!index.htmlto sub directory - #32259, thanks @ndelangen!subtypean optional property on an index input - #32602, thanks @JReinhold!BAILstate from showing in interactions panel when switching stories - #32172, thanks @ghengeveld!mllytoexsolve- #32383, thanks @mrginglymus!exsolveresolveModulePathforsafeResolveModule- #32477, thanks @mrginglymus!Arc can't get every window- #32508, thanks @ndelangen!.tsxfiles emit.d.tstype files - #32461, thanks @mrginglymus!SyntaxHighlighter(createElement) - #32800, thanks @mrginglymus!fs-extrawith native APIs - #32296, thanks @y-hsgw!fileURLToPathfor module resolution in preset - #32386, thanks @ndelangen!nodeentry point - #32534, thanks @ndelangen!empathicoverfind-up- #31338, thanks @beeequeue!Component- #31394, thanks [@xeho91](htConfiguration
📅 Schedule: Branch creation - "after 12am every weekday" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Never, 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.