fix(deps): update all non-major dependencies #784
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:
^3.11.2
->^3.16.0
^23.2.0
->^23.3.0
^0.17.0
->^0.17.3
^7.26.0
->^7.26.7
^7.25.9
->^7.26.5
^0.8.2
->^0.9.1
^1.2.1
->^1.2.2
^2.2.277
->^2.2.299
^28.0.1
->^28.0.2
^5.61.5
->^5.64.2
^5.61.5
->^5.64.2
^4.3.1
->^4.3.2
^0.0.287
->^0.0.299
^22.10.1
->^22.10.10
^0.170.0
->^0.172.0
^8.16.0
->^8.21.0
^8.16.0
->^8.21.0
^0.64.1
->^0.65.4
^0.64.1
->^0.65.4
^0.64.1
->^0.65.4
^0.64.1
->^0.65.4
^12.0.0
->^12.5.0
^12.0.0
->^12.5.0
^12.0.0
->^12.5.0
^9.8.1
->^9.11.1
^3.39.0
->^3.40.0
^32.2.6
->^32.3.0
^2.8.8
->^2.9.3
^9.15.0
->^9.19.0
^0.1.2
->^0.1.3
^9.31.0
->^9.32.0
^0.6.1
->^0.7.1
^9.5.1
->^9.5.2
^3.3.2
->^3.3.3
^7.6.2
->^7.6.4
^11.2.0
->^11.3.0
^1.13.0
->^1.14.0
^15.2.10
->^15.4.3
^7.0.1
->^7.0.2
^2.2.7
->^2.3.1
9.15.0
->9.15.4
^9.14.2
->^9.15.4
^0.2.12
->^0.3.2
^1.81.0
->^1.83.4
^1.24.0
->^1.29.1
^3.1.5
->^3.1.8
^2.2.1
->^2.2.2
^0.170.0
->^0.172.0
^8.3.5
->^8.3.6
^2.3.3
->^2.3.4
^5.7.2
->^5.7.3
^3.0.1
->^3.3.1
^0.64.1
->^0.65.4
^2.1.0
->^2.1.2
^0.18.6
->^0.19.0
^0.27.5
->^0.28.0
^4.14.7
->^4.15.0
^4.3.0
->^4.5.0
0.8.9
->0.10.6
1.5.0
->1.6.3
^2.1.6
->^2.1.8
^2.1.10
->^2.2.0
Release Notes
antfu/eslint-config (@antfu/eslint-config)
v3.16.0
Compare Source
🚀 Features
View changes on GitHub
v3.15.0
Compare Source
🚀 Features
prefer-const
in editor - by @antfu (12dd5)View changes on GitHub
v3.14.0
Compare Source
🚀 Features
View changes on GitHub
v3.13.0
Compare Source
🚀 Features
View changes on GitHub
v3.12.2
Compare Source
🚀 Features
View changes on GitHub
antfu-collective/ni (@antfu/ni)
v23.3.0
Compare Source
🚀 Features
View changes on GitHub
arethetypeswrong/arethetypeswrong.github.io (@arethetypeswrong/cli)
v0.17.3
Patch Changes
e3c775e
]babel/babel (@babel/core)
v7.26.7
Compare Source
🐛 Bug Fix
babel-helpers
,babel-preset-env
,babel-runtime-corejs3
babel-plugin-transform-typeof-symbol
typeof
in arrow functions (@liuxingbaoyu)babel-parser
ranges
option in estree method value (@JLHwung)babel-core
babel-plugin-transform-typescript
babel-plugin-transform-typescript
,babel-traverse
,babel-types
import x = y.z
(@liuxingbaoyu)natemoo-re/clack (@clack/prompts)
v0.9.1
Compare Source
Patch Changes
8093f3c
: AddsError
support to thevalidate
function98925e3
: Exports theOption
type and improves JSDocannotations1904e57
: Replace custom utility for stripping ANSI control sequences with Node's built-instripVTControlCharacters
utility.8093f3c
]e5ba09a
]8cba8e3
]v0.9.0
Compare Source
Minor Changes
a83d2f8
: Adds a newupdateSettings()
function to support new global keybindings.updateSettings()
accepts analiases
object that maps custom keys to an action (up | down | left | right | space | enter | cancel
).801246b
: Adds a newsignal
option 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.