-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update all non-major dependencies #256
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
6b244ce
to
cc4f9d2
Compare
cc4f9d2
to
dcceaec
Compare
dcceaec
to
d18deb3
Compare
d18deb3
to
40de0c1
Compare
40de0c1
to
c9974d9
Compare
c9974d9
to
a4fc1cb
Compare
a4fc1cb
to
a68abb3
Compare
a68abb3
to
fa266ff
Compare
fa266ff
to
50a667f
Compare
50a667f
to
0ad5703
Compare
0ad5703
to
ffa61d2
Compare
ffa61d2
to
02753cd
Compare
02753cd
to
a348b5f
Compare
a348b5f
to
9183701
Compare
d8c07c8
to
45bb9b6
Compare
45bb9b6
to
db38664
Compare
db38664
to
b3f8d34
Compare
b3f8d34
to
f9ee424
Compare
f9ee424
to
e42af43
Compare
e42af43
to
04652c2
Compare
04652c2
to
7513fa4
Compare
7513fa4
to
86d5a79
Compare
86d5a79
to
125aa86
Compare
125aa86
to
d574db6
Compare
d574db6
to
52e4806
Compare
52e4806
to
96737af
Compare
96737af
to
e6c1bd8
Compare
e6c1bd8
to
46bc69f
Compare
This PR contains the following updates:
^0.3.3
->^0.4.0
^0.7.0
->^0.9.0
v1.4.8
->v1.4.9
0.445.0
->0.471.1
^0.3.0
->^0.4.0
9.11.0
->9.15.4
5.6.2
->5.7.3
^0.3.0
->^0.4.0
3.23.8
->3.24.1
Release Notes
natemoo-re/clack (@clack/core)
v0.4.1
Compare Source
Patch Changes
8093f3c
: AddsError
support to thevalidate
functione5ba09a
: Fixes a cursor display bug in terminals that do not support the "hidden" escape sequence. See Issue #127.8cba8e3
: Fixes a rendering bug with cursor positions forTextPrompt
v0.4.0
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.a83d2f8
: Updates default keybindings to support Vim motion shortcuts and map theescape
key to cancel (ctrl+c
).k
l
j
h
esc
Patch Changes
51e12bc
: Improves types for events and interaction states.v0.3.5
Patch Changes
4845f4f
: Fixes a bug which kept the terminal cursor hidden after a prompt is cancelledd7b2fb9
: Adds missingLICENSE
file. Since thepackage.json
file has always included"license": "MIT"
, please consider this a licensing clarification rather than a licensing change.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.
a83d2f8
: Updates default keybindings to support Vim motion shortcuts and map theescape
key to cancel (ctrl+c
).k
l
j
h
esc
Patch Changes
f9f139d
: Adaptsspinner
output for static CI environmentsa83d2f8
]801246b
]a83d2f8
]51e12bc
]v0.8.2
Compare Source
Patch Changes
4845f4f
]d7b2fb9
]v0.8.1
Compare Source
Patch Changes
360afeb
: feat: adaptative max itemschangesets/action (changesets/action)
v1.4.9
Compare Source
Patch Changes
57ab80c
Thanks @benmccann! - Improve error message when attempting to publish without publish script definedlucide-icons/lucide (lucide-react)
v0.471.1
: Hotfix Lucide React exportsCompare Source
What's Changed
v0.471.0
: Dynamic Icon component Lucide React and new icons 0.471.0Compare Source
New Dynamic Icon Component (lucide-react)
This is an easier approach than the previous
dynamicIconImports
we exported in the library. This one supports all environments.We removed the examples in the docs of how you can make a dynamic icon yourself with a dedicated DynamicIcon component.
This one fetches the icon data itself and renders it instead of fetching the Icon component from the library.
This makes it more flexible with all the frontend frameworks and libraries that exist for React.
How to use
DynamicIcon
is useful for applications that want to show icons dynamically by icon name, for example when using a content management system where icon names are stored in a database.Possible Breaking changes
We have switched to the "exports" property in
package.json
. This can cause issues if you have directly imported scripts from the package. Please open an issue if we need to refine this export map.New icons 🎨
triangle-dashed
(#2652) by @Yohhv0.470.0
: New icons 0.470.0Compare Source
New icons 🎨
house-wifi
(#2723) by @akshaymemaneModified Icons 🔨
rat
(#2692) by @jguddasv0.469.0
: New icons 0.469.0Compare Source
Modified Icons 🔨
snowflake
(#2610) by @karsa-mistmeresun-snow
(#2610) by @karsa-mistmerethermometer-snowflake
(#2610) by @karsa-mistmerev0.468.0
: New icons 0.468.0Compare Source
New icons 🎨
waves-ladder
(#2529) by @jguddasv0.467.0
: New icons 0.467.0Compare Source
New icons 🎨
scan-heart
(#2385) by @jguddasModified Icons 🔨
book-dashed
(#2399) by @jguddasv0.466.0
: New icons 0.466.0Compare Source
New icons 🎨
list-filter-plus
(#2645) by @abdenizModified Icons 🔨
bell-dot
(#2656) by @karsa-mistmerebell-minus
(#2656) by @karsa-mistmerebell-off
(#2656) by @karsa-mistmerebell-plus
(#2656) by @karsa-mistmerebell-ring
(#2656) by @karsa-mistmerebell
(#2656) by @karsa-mistmerev0.465.0
: New icons 0.465.0Compare Source
New icons 🎨
droplet-off
(#2641) by @jguddasModified Icons 🔨
flask-conical-off
(#2659) by @jamiemlawflask-conical
(#2659) by @jamiemlawflask-round
(#2659) by @jamiemlawv0.464.0
: New icons 0.464.0Compare Source
Modified Icons 🔨
paperclip
(#2482) by @jguddaspicture-in-picture
(#2481) by @jguddasv0.463.0
: New icons 0.463.0Compare Source
Modified Icons 🔨
layers
(#2596) by @jguddasv0.462.0
: New icons 0.462.0Compare Source
New icons 🎨
image-upscale
(#2462) by @jguddasModified Icons 🔨
grid-2x2
(#2628) by @jguddasship
(#2548) by @jguddasshuffle
(#2478) by @jguddasvenetian-mask
(#1950) by @jguddasv0.461.0
: New icons 0.461.0Compare Source
New icons 🎨
calendar-sync
(#2590) by @chessurismeModified Icons 🔨
scale-3d
(#2627) by @jguddasv0.460.0
: New icons 0.460.0Compare Source
New icons 🎨
toilet
(#2141) by @EthanHazelv0.459.0
: New icons 0.459.0Compare Source
New icons 🎨
equal-approximately
(#2594) by @ksk3110v0.458.0
: New icons 0.458.0Compare Source
New icons 🎨
cloud-alert
(#2611) by @lscheibelModified Icons 🔨
drill
(#1919) by @jguddasOther Changes
Full Changelog: lucide-icons/lucide@0.457.0...0.458.0
v0.457.0
: New icons 0.457.0Compare Source
New icons 🎨
laptop-minimal-check
(#2563) by @jguddasModified Icons 🔨
bath
(#2512) by @jamiemlawcross
(#2578) by @jguddashand-platter
(#2326) by @karsa-mistmerehard-hat
(#2559) by @jguddasheading-4
(#2546) by @jguddaspuzzle
(#2603) by @jamiemlawschool
(#2598) by @jguddasvegan
(#2556) by @jguddasv0.456.0
: Choosing import name style 0.456.0Compare Source
What's Changed
glass-water
icon by @jguddas in https://github.com/lucide-icons/lucide/pull/2579Adjustable icon naming imports
Customize import name styles for
lucide-react
,lucide-vue
,lucide-react-native
,lucide-preact
, to manage autocompletion in your IDE.Add the following to your
settings.json
It allows you to choose the import name style.
For React:
For Vue:
v0.455.0
: New icons 0.455.0Compare Source
New icons 🎨
wind-arrow-down
(#2554) by @jamiemlawModified Icons 🔨
file-music
(#2536) by @jguddasslice
(#2500) by @jguddasundo-dot
(#2557) by @jguddaswind
(#2554) by @jamiemlawv0.454.0
: New icons 0.454.0Compare Source
Modified Icons 🔨
pizza
(#2476) by @jamiemlawstar-half
(#1987) by @jguddasstar
(#1987) by @jguddasv0.453.0
: New icons 0.453.0Compare Source
New icons 🎨
calendar-1
(#2520) by @peteruithovenv0.452.0
: New icons 0.452.0Compare Source
Modified Icons 🔨
align-center
(#2528) by @jamiemlawalign-justify
(#2528) by @jamiemlawalign-left
(#2528) by @jamiemlawalign-right
(#2528) by @jamiemlawindent-decrease
(#2528) by @jamiemlawindent-increase
(#2528) by @jamiemlawlist-ordered
(#2528) by @jamiemlawlist
(#2528) by @jamiemlawv0.451.0
: New icons 0.451.0Compare Source
Modified Icons 🔨
component
(#2474) by @jguddaspackage
(#2499) by @jguddasparking-meter
(#2505) by @jguddassandwich
(#2494) by @jamiemlawv0.449.0
: New icons 0.449.0Compare Source
New icons 🎨
volleyball
(#1980) by @jguddasv0.448.0
: New icons 0.448.0Compare Source
New icons 🎨
eye-closed
(#2349) by @karsa-mistmerev0.447.0
: New icons 0.447.0Compare Source
v0.446.0
: New icons 0.446.0Compare Source
New icons 🎨
file-user
(#2457) by @jguddaspacocoursey/next-themes (next-themes)
v0.4.4
Compare Source
What's Changed
New Contributors
Full Changelog: pacocoursey/next-themes@v0.4.3...v0.4.4
v0.4.3
Compare Source
What's Changed
nonce
to inline style tag when usingdisableTransitionOnChange
Full Changelog: pacocoursey/next-themes@v0.4.2...v0.4.3
v0.4.2
Compare Source
What's Changed
next-themes
by @cschroeter in https://github.com/pacocoursey/next-themes/pull/321New Contributors
Full Changelog: pacocoursey/next-themes@v0.4.1...v0.4.2
v0.4.1
Compare Source
What's Changed
scriptProps
prop to prevent Cloudflare Rocket Loader deferring script by @andreacassani in https://github.com/pacocoursey/next-themes/pull/156New Contributors
Full Changelog: pacocoursey/next-themes@v0.4.0...v0.4.1
v0.4.0
Compare Source
What's Changed
next-themes
is react agnostic by @dimaMachina in https://github.com/pacocoursey/next-themes/pull/268children
optional by @Innei in https://github.com/pacocoursey/next-themes/pull/276New Contributors
Full Changelog: pacocoursey/next-themes@v0.3.0...v0.4.0
pnpm/pnpm (pnpm)
v9.15.4
Compare Source
v9.15.3
Compare Source
v9.15.2
: pnpm 9.15.2Compare Source
Patch Changes
publish
/pack
error with workspace dependencies with relative paths #8904. It was broken inv9.4.0
(398472c).pnpm patch
on Windows #7546.git ls-remote
works via HTTPS #8906.Platinum Sponsors
Gold Sponsors
v9.15.1
Compare Source
v9.15.0
Compare Source
v9.14.4
Compare Source
v9.14.3
Compare Source
v9.14.2
Compare Source
Patch Changes
pnpm publish --json
should work #8788.Platinum Sponsors
Gold Sponsors
v9.14.1
Compare Source
Minor Changes
pnpm pack --json
to print packed tarball and contents in JSON format #8765.Patch Changes
pnpm exec
should print a meaningful error message when no command is provided #8752.pnpm setup
should remove the CLI from the target location before moving the new binary #8173.ERR_PNPM_TARBALL_EXTRACT
error while installing a dependency from GitHub having a slash in branch name #7697.use-node-version
setting is used and the system has no Node.js installed #8769..npmrc
files to their correct types. For instance,child-concurrency
should be a number, not a string #5075.manage-package-manager-versions
is set totrue
.pnpm init
should respect the--dir
option #8768.Platinum Sponsors
Gold Sponsors
This PR was generated by Mend Renovate. View the repository job log.