fix(deps): update all non-major dependencies#104
Open
renovate[bot] wants to merge 1 commit intov2from
Open
Conversation
a82f5f3 to
9515079
Compare
1ff4e40 to
174cc5e
Compare
174cc5e to
4e7753d
Compare
09cc60d to
7c0f63e
Compare
7c0f63e to
a13da69
Compare
7d32288 to
487e86c
Compare
487e86c to
8e69468
Compare
8e69468 to
0fe6ad2
Compare
3b5968c to
dd1b40c
Compare
dd1b40c to
d77dd7f
Compare
d77dd7f to
d1558c4
Compare
d1558c4 to
55e4ef5
Compare
55e4ef5 to
37ce9fe
Compare
37ce9fe to
9f24714
Compare
9f24714 to
f528f6e
Compare
f528f6e to
e437761
Compare
e437761 to
fef900f
Compare
7253206 to
751e899
Compare
751e899 to
7cb7c53
Compare
7cb7c53 to
f36159f
Compare
a4ed1fe to
c3abb95
Compare
7178318 to
2515ab0
Compare
9e13bbb to
3e992b4
Compare
120fb2b to
386e3d5
Compare
386e3d5 to
e5d7225
Compare
552d979 to
9910e1f
Compare
e3d48cd to
024ac35
Compare
024ac35 to
f3cbae6
Compare
2abb89f to
32efba8
Compare
32efba8 to
1fcfb6b
Compare
d6db6ac to
3e93372
Compare
3e93372 to
06e094b
Compare
8b6334b to
6141ead
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.0^6.19.1→^6.21.0^6.19.1→^6.21.0^9.3.0→^9.11.1^1.3.2→^1.3.4^8.56.0→^8.57.1^1.0.0→^1.1.1^3.2.4→^3.8.1^5.3.3→^5.9.3Release 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 itemstypescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v6.21.0Compare Source
🚀 Features
export plugin metadata
allow
parserOptions.project: falseeslint-plugin: add rule prefer-find
🩹 Fixes
eslint-plugin: [no-unused-vars] don't report on types referenced in export assignment expression
eslint-plugin: [switch-exhaustiveness-check] better support for intersections, infinite types, non-union values
eslint-plugin: [consistent-type-imports] dont report on types used in export assignment expressions
eslint-plugin: [no-unnecessary-condition] handle left-hand optional with exactOptionalPropertyTypes option
eslint-plugin: [class-literal-property-style] allow getter when same key setter exists
eslint-plugin: [no-unnecessary-type-assertion] provide valid fixes for assertions with extra tokens before
askeyword❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.20.0Compare Source
🚀 Features
🩹 Fixes
eslint-plugin: [no-useless-template-literals] incorrect bigint autofix result
eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as non-nullable
eslint-plugin: [no-useless-template-literals] report Infinity & NaN
eslint-plugin: [prefer-readonly] disable checking accessors
❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v6.21.0Compare Source
🚀 Features
parserOptions.project: false❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.20.0Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
antfu-collective/bumpp (bumpp)
v9.11.1Compare Source
🚀 Features
View changes on GitHub
v9.11.0Compare Source
🚀 Features
View changes on GitHub
v9.10.2Compare Source
🐞 Bug Fixes
View changes on GitHub
v9.10.1Compare Source
🚀 Features
View changes on GitHub
v9.10.0Compare Source
🚀 Features
--installflag - by @antfu (96a47)View changes on GitHub
v9.9.3Compare Source
🐞 Bug Fixes
View changes on GitHub
v9.9.2Compare Source
No significant changes
View changes on GitHub
v9.9.1Compare Source
🐞 Bug Fixes
View changes on GitHub
v9.9.0Compare Source
🚀 Features
tinyexec- by @antfu (780b7)🐞 Bug Fixes
executetype fix. - by @s3xysteak in #59 (bb023)View changes on GitHub
v9.8.1Compare Source
🐞 Bug Fixes
View changes on GitHub
v9.8.0Compare Source
🚀 Features
View changes on GitHub
v9.7.1Compare Source
🐞 Bug Fixes
View changes on GitHub
v9.7.0Compare Source
🚀 Features
View changes on GitHub
v9.6.1Compare Source
🚀 Features
View changes on GitHub
v9.6.0Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v9.5.2Compare Source
🐞 Bug Fixes
View changes on GitHub
v9.5.1Compare Source
🚀 Features
View changes on GitHub
v9.5.0Compare Source
🚀 Features
deno.jsonfor version check - by @ryoppippi in #37 (9a210)View changes on GitHub
v9.4.2Compare Source
🚀 Features
deno.json&deno.jsoncby default - by @ryoppippi in #35 (1480d)View changes on GitHub
v9.4.1Compare Source
v9.4.0Compare Source
🚀 Features
nextas release type - by @Vision010, Anthony Fu and @antfu in antfu#15 (81b7e)--current-versionto override the current version - by @murongg and @antfu in antfu#17 (48778)🐞 Bug Fixes
View changes on GitHub
v9.3.1Compare Source
🚀 Features
package-lock.json- by @Sec-ant in antfu#26 (ba39e)View changes on GitHub
privatenumber/cleye (cleye)
v1.3.4Compare Source
Bug Fixes
v1.3.3Compare Source
Bug Fixes
eslint/eslint (eslint)
v8.57.1Compare Source
Bug Fixes
a19072ffix: add logic to handle fixTypes in the lintText() method (#18900) (Francesco Trotta)04c7188fix: Don't lint same file multiple times (#18899) (Francesco Trotta)87ec3c4fix: do not throw when defining a global named__defineSetter__(#18898) (Francesco Trotta)60a1267fix: Provide helpful error message for nullish configs (#18889) (Milos Djermanovic)a0dea8efix: allownamein global ignores, fix--no-ignorefor non-global (#18875) (Milos Djermanovic)3836bb4fix: do not crash on error infs.walkfilter (#18886) (Milos Djermanovic)2dec349fix: skip processor code blocks that match only universal patterns (#18880) (Milos Djermanovic)Documentation
6a5add4docs: v8.x Add EOL banner (#18744) (Amaresh S M)b034575docs: v8.x add version support page to the dropdown (#18731) (Amaresh S M)760ef7ddocs: v8.x add version support page in the side navbar (#18740) (Amaresh S M)428b7eadocs: Add Powered by Algolia label to the search (#18658) (Amaresh S M)c68c07fdocs: version selectors synchronization (#18265) (Milos Djermanovic)Build Related
35d366abuild: Support updates to previous major versions (#18870) (Milos Djermanovic)Chores
140ec45chore: upgrade @eslint/js@8.57.1 (#18913) (Milos Djermanovic)bcdfc04chore: package.json update for @eslint/js release (Jenkins)3f6ce8dchore: pin vite-plugin-commonjs@0.10.1 (#18910) (Milos Djermanovic)9f07549chore: ignore/docs/v8.xin link checker (#18660) (Milos Djermanovic)v8.57.0Compare Source
Features
1120b9bfeat: Add loadESLint() API method for v8 (#18098) (Nicholas C. Zakas)dca7d0ffeat: Enableeslint.config.mjsandeslint.config.cjs(#18066) (Nitin Kumar)Bug Fixes
2196d97fix: handle absolute file paths inFlatRuleTester(#18064) (Nitin Kumar)69dd1d1fix: Ensure config keys are printed for config errors (#18067) (Nitin Kumar)9852a31fix: deep merge behavior in flat config (#18065) (Nitin Kumar)4c7e9b0fix: allow circular references in config (#18056) (Milos Djermanovic)Documentation
84922d0docs: Show prerelease version in dropdown (#18139) (Nicholas C. Zakas)5b8c363docs: Switch to Ethical Ads (#18117) (Milos Djermanovic)77dbfd9docs: show NEXT in version selectors (#18052) (Milos Djermanovic)Chores
1813aecchore: upgrade @eslint/js@8.57.0 (#18143) (Milos Djermanovic)5c356bbchore: package.json update for @eslint/js release (Jenkins)f4a1fe2test: add more tests for ignoring files and directories (#18068) (Nitin Kumar)42c0aefci: Enable CI forv8.xbranch (#18047) (Milos Djermanovic)alexeyraspopov/picocolors (picocolors)
v1.1.1Compare Source
d.tsfile (#82)NO_COLORandFORCE_COLORenv variables (#87)require()call to make the package compatible with some tools (#87)v1.1.0Compare Source
v1.0.1Compare Source
prettier/prettier (prettier)
v3.8.1Compare Source
v3.8.0Compare Source
diff
🔗 Release note
v3.7.4Compare Source
diff
LWC: Avoid quote around interpolations (#18383 by @kovsu)
TypeScript: Fix comment inside union type gets duplicated (#18393 by @fisker)
TypeScript: Fix unstable comment print in union type comments (#18395 by @fisker)
v3.7.3Compare Source
diff
API: Fix
prettier.getFileInfo()change that breaks VSCode extension (#18375 by @fisker)An internal refactor accidentally broke the VSCode extension plugin loading.
v3.7.2Compare Source
diff
JavaScript: Fix string print when switching quotes (#18351 by @fisker)
JavaScript: Preserve quote for embedded HTML attribute values (#18352 by @kovsu)
TypeScript: Fix comment in empty type literal (#18364 by @fisker)
v3.7.1Compare Source
diff
API: Fix performance regression in doc printer (#18342 by @fisker)
Prettier 3.7.1 can be very slow when formatting big files, the regression has been fixed.
v3.7.0Compare Source
diff
🔗 Release Notes
v3.6.2Compare Source
diff
Markdown: Add missing blank line around code block (#17675 by @fisker)
v3.6.1Compare Source
diff
TypeScript: Allow const without initializer (#17650, #17654 by @fisker)
Miscellaneous: Avoid closing files multiple times (#17665 by @43081j)
When reading a file to infer the interpreter from a shebang, we use the
n-readlineslibrary to read the first line in order to get the shebang.This library closes files when it reaches EOF, and we later try close the same
files again. We now close files only if
n-readlinesdid not already closethem.
v3.6.0Compare Source
diff
🔗 Release Notes
v3.5.3Compare Source
diff
Flow: Fix missing parentheses in
ConditionalTypeAnnotation(#17196 by @fisker)v3.5.2Compare Source
diff
Remove
module-synccondition (#17156 by @fisker)In Prettier 3.5.0, we added
module-synccondition topackage.json, so thatrequire("prettier")can use ESM version, but turns out it doesn't work if CommonJS and ESM plugins both imports builtin plugins. To solve this problem, we decide simply remove themodule-synccondition, sorequire("prettier")will still use the CommonJS version, we'll revisit untilrequire(ESM)feature is more stable.v3.5.1Compare Source
diff
Fix CLI crash when cache for old version exists (#17100 by @sosukesuzuki)
Prettier 3.5 uses a different cache format than previous versions, Prettier 3.5.0 crashes when reading existing cache file, Prettier 3.5.1 fixed the problem.
Support dockercompose and github-actions-workflow in VSCode (#17101 by @remcohaszing)
Prettier now supports the
dockercomposeandgithub-actions-workflowlanguages in Visual Studio Code.v3.5.0Compare Source
diff
🔗 Release Notes
v3.4.2Compare Source
diff
Treat U+30A0 & U+30FB in Katakana Block as CJK (#16796 by @tats-u)
Prettier doesn't treat U+30A0 & U+30FB as Japanese. U+30FB is commonly used in Japanese to represent the delimitation of first and last names of non-Japanese people or “and”. The following “C言語・C++・Go・Rust” means “C language & C++ & Go & Rust” in Japanese.
U+30A0 can be used as the replacement of the
-in non-Japanese names (e.g. “Saint-Saëns” (Charles Camille Saint-Saëns) can be represented as “サン゠サーンス” in Japanese), but substituted by ASCII hyphen (U+002D) or U+FF1D (full width hyphen) in many cases (e.g. “サン=サーンス” or “サン=サーンス”).Fix comments print on class methods with decorators (#16891 by @fisker)
Fix non-idempotent formatting (#16899 by @seiyab)
This bug fix is not language-specific. You may see similar change in any languages. This fixes regression in 3.4.0 so change caused by it should yield same formatting as 3.3.3.
v3.4.1Compare Source
diff
Remove unnecessary parentheses around assignment in
v-on(#16887 by @fisker)v3.4.0Compare Source
diff
🔗 Release Notes
v3.3.3Compare Source
diff
Add parentheses for nullish coalescing in ternary (#16391 by @cdignam-segment)
This change adds clarity to operator precedence.
Add parentheses for decorator expressions (#16458 by @y-schneider)
Prevent parentheses around member expressions or tagged template literals from being removed to follow the stricter parsing rules of TypeScript 5.5.