fix(deps): update all non-major dependencies #195
+697
−496
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:
4.20250121.0
->4.20250124.3
22.10.2
->22.12.0
19.0.1
->19.0.8
19.0.2
->19.0.3
0.468.0
->0.474.0
39.1.1
->39.3.0
3.105.0
->3.106.0
Release Notes
cloudflare/workerd (@cloudflare/workers-types)
v4.20250124.3
Compare Source
lucide-icons/lucide (lucide-react)
v0.474.0
: New icons 0.474.0Compare Source
Modified Icons 🔨
expand
(#2677) by @jguddasv0.473.0
: New icons 0.473.0Compare Source
Modified Icons 🔨
package
(#2706) by @sezzev0.472.0
: New icons 0.472.0New icons 🎨
battery-plus
(#2693) by @Footagesusmap-plus
(#2697) by @Seanw265What's Changed
Full Changelog: lucide-icons/lucide@0.471.1...0.472.0
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-mistmerevercel/vercel (vercel)
v39.3.0
Compare Source
Minor Changes
Patch Changes
[cli] standardizes uses of confirm on confirm.ts (#12834)
[cli] sort imports in build/index.ts (#12833)
Updated dependencies [
5fea2c49103adf6f7153f04378bff6f571375b0e
]:v39.2.6
Compare Source
Patch Changes
[cli] centralize printError import location (#12823)
[cli] remove double export of printError by moving printError to error.ts (#12824)
[cli] consolidate error constructors (#12825)
[cli] rename handleError to printError and remove default (#12821)
v39.2.5
Compare Source
Patch Changes
[cli] update handleError to use output utilities (#12817)
Fix bug where when page doesn't postpone it still generates a correct fallback (#12811)
Updated dependencies [
4cb6143887f36060e9e4fa5866aa97a6af25b6ae
,e570a1660c2b18a41d8c3985e645a175a44a5ea4
,2a59669c70b65fd01f755c8fd646e08619ebee3d
,9d6fb57d5659f1b8d38fea5ff3d54f8efb8bc5f4
]:v39.2.4
Compare Source
Patch Changes
Added root params support for pages powered by partial prerendering (#12813)
Update
@vercel/fun
to v1.1.2 (#12813)Update "follow-redirects" to v1.15.9 to avoid security vulnerability report (#12813)
[deploy] make deploy --target case sensitive (#12813)
add support for
images.qualities
(#12813)Updated dependencies [
e6b0343585cc3cdf02467fd3264b1f57b2ffb0da
,e6b0343585cc3cdf02467fd3264b1f57b2ffb0da
,e6b0343585cc3cdf02467fd3264b1f57b2ffb0da
,e6b0343585cc3cdf02467fd3264b1f57b2ffb0da
,e6b0343585cc3cdf02467fd3264b1f57b2ffb0da
,e6b0343585cc3cdf02467fd3264b1f57b2ffb0da
,e6b0343585cc3cdf02467fd3264b1f57b2ffb0da
]:v39.2.2
Compare Source
Patch Changes
f031084df97745754da800a8c23a29ae2d58e1e8
]:v39.2.1
Compare Source
Patch Changes
Fix hanging command when
spawn()
fails during CLI extension invocation (#12735)Update to v2 endpoints for fetching integrations and installations (#12721)
Bug fix: new integrations using protocols for storage category can be created via the CLI wizard (#12733)
[cli] expand cache boundary (#12726)
bump cookie and sentry/node (#12739)
Updated dependencies [
7c3114ff8a1bdf0933c008a83e46c3d8f6dfcf7d
,0c4ce9cfbf0c6d3108656584d56fa501e3efe15e
,bcb9fbe059a017cf78ed2d7b15991d704beb4cf8
]:v39.2.0
Compare Source
Minor Changes
Patch Changes
update express even more (#12703)
Updated dependencies [
318b5dc77157fa0f6942296407e97251197467fa
,a35f77e5dddc4faa6c4492b2b3c6971e7200749e
]:v39.1.3
Compare Source
Patch Changes
Normalize POSIX paths in
filePathMap
forvc build
(#12666)[cli] add eslint prefer-const rule and fixes (#12654)
update "ip" to resolve vulnerability report (#12687)
[cli] bump express version (#12689)
Updated dependencies [
37a806737cf030befd2eaefcf11d573a133ff9dc
]:v39.1.2
Compare Source
Patch Changes
Use
client.stdout
when printing table forvc cert issue
(#12655)[cli] Explicitly route to
vercel set
subcommand (#12641)[cli] refactor
vercel git
to use getSubcommand() utility function (#12642)Suggest archive flag during specific failed deployment errors (#12636)
Ensure
teamId
metric is sent when--token
option is used (#12663)Updated dependencies [
d5474ec05886abfb2fc5dd69c54072a7c34498b5
,ef2a4aa0c1c62299d059f9abc2d56e94ac0158a2
]:cloudflare/workers-sdk (wrangler)
v3.106.0
Compare Source
Minor Changes
#7856
2b6f149
Thanks @emily-shen! - feat: add sanitised error messages to Wrangler telemetryError messages that have been audited for potential inclusion of personal information, and explicitly opted-in, are now included in Wrangler's telemetry collection. Collected error messages will not include any filepaths, user input or any other potentially private content.
#7900
bd9228e
Thanks @vicb! - chore(wrangler): update unenv dependency version[email protected]
allows using the workerd implementation forthe Node modules
net
,timers
, andtimers/promises
.See
unjs/unenv#396
.Patch Changes
#7904
50b13f6
Thanks @WalshyDev! - fix: validation for R2 bucket names, the regex was wrongly rejecting buckets starting with a number and the message wasn't as clear as it could be on what was going wrong.#7895
134d61d
Thanks @jahands! - Fix regression in retryOnAPIFailure preventing any requests from being retriedAlso fixes a regression in pipelines that prevented 401 errors from being retried when waiting for an API token to become active.
#7879
5c02e46
Thanks @andyjessop! - Fix to not require local connection string when using Hyperdrive and wrangler dev --remote#7860
13ab591
Thanks @vicb! - refactor(wrangler): make JSON parsing independent of NodeSwitch
jsonc-parser
to parse json:JSON.parse()
exception messages are not stable across Node versionsjsonc-parser
is used, JSONC specific syntax is disabledUpdated dependencies []:
v3.105.1
Compare Source
Patch Changes
#7884
fd5a455
Thanks @emily-shen! - feat: make experiemntal auto-provisioning non-interactive by default.#7811
7d138d9
Thanks @joshthoward! - Fix RPC method invocations showing up as unknown eventsUpdated dependencies [
40f89a9
]:Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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.