Skip to content
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 #195

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 16, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@cloudflare/workers-types 4.20250121.0 -> 4.20250124.3 age adoption passing confidence
@types/node (source) 22.10.2 -> 22.12.0 age adoption passing confidence
@types/react (source) 19.0.1 -> 19.0.8 age adoption passing confidence
@types/react-dom (source) 19.0.2 -> 19.0.3 age adoption passing confidence
lucide-react (source) 0.468.0 -> 0.474.0 age adoption passing confidence
vercel (source) 39.1.1 -> 39.3.0 age adoption passing confidence
wrangler (source) 3.105.0 -> 3.106.0 age adoption passing confidence

Release Notes

cloudflare/workerd (@​cloudflare/workers-types)

v4.20250124.3

Compare Source

lucide-icons/lucide (lucide-react)

v0.474.0: New icons 0.474.0

Compare Source

Modified Icons 🔨

v0.473.0: New icons 0.473.0

Compare Source

Modified Icons 🔨

v0.472.0: New icons 0.472.0

New icons 🎨

What's Changed

Full Changelog: lucide-icons/lucide@0.471.1...0.472.0

v0.471.1: Hotfix Lucide React exports

Compare Source

What's Changed

v0.471.0: Dynamic Icon component Lucide React and new icons 0.471.0

Compare 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.

🚨
Not recommended for regular applications that work fine with the regular static icon components.
Using the dynamic icon component increases build time, separate bundles, and separate network requests for each icon.

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.

const App = () => (
  <DynamicIcon name="camera" color="red" size={48} />
);
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 🎨

v0.470.0: New icons 0.470.0

Compare Source

New icons 🎨
Modified Icons 🔨

v0.469.0: New icons 0.469.0

Compare Source

Modified Icons 🔨

vercel/vercel (vercel)

v39.3.0

Compare Source

Minor Changes
  • [cli] add compile cache to improve startup performance (#​12783)
Patch Changes

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

v39.2.4

Compare Source

Patch Changes

v39.2.2

Compare Source

Patch Changes

v39.2.1

Compare Source

Patch Changes

v39.2.0

Compare Source

Minor Changes
  • Prefer --archive=tgz-split over VERCEL_SPLIT_ARCHIVE (#​12718)
Patch Changes

v39.1.3

Compare Source

Patch Changes

v39.1.2

Compare Source

Patch Changes
cloudflare/workers-sdk (wrangler)

v3.106.0

Compare Source

Minor Changes
  • #​7856 2b6f149 Thanks @​emily-shen! - feat: add sanitised error messages to Wrangler telemetry

    Error 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 for
    the Node modules net, timers, and timers/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 retried

    Also 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 Node

    Switch jsonc-parser to parse json:

    • JSON.parse() exception messages are not stable across Node versions
    • While jsonc-parser is used, JSONC specific syntax is disabled
  • Updated dependencies []:

v3.105.1

Compare Source

Patch Changes

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

cloudflare-workers-and-pages bot commented Dec 16, 2024

Deploying nacho with  Cloudflare Pages  Cloudflare Pages

Latest commit: 9ea12ff
Status: ✅  Deploy successful!
Preview URL: https://820fb8f1.nacho-4og.pages.dev
Branch Preview URL: https://renovate-all-minor-patch.nacho-4og.pages.dev

View logs

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 66dc3eb to ce34ed1 Compare December 16, 2024 16:20
@renovate renovate bot changed the title chore(deps): update dependency @cloudflare/workers-types to v4.20241214.0 chore(deps): update dependency @cloudflare/workers-types to v4.20241216.0 Dec 16, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ce34ed1 to 0865be1 Compare December 16, 2024 19:03
@renovate renovate bot changed the title chore(deps): update dependency @cloudflare/workers-types to v4.20241216.0 chore(deps): update all non-major dependencies Dec 16, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0865be1 to 8adc679 Compare December 17, 2024 01:28
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Dec 17, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from 4d77fb9 to fa63a9a Compare December 24, 2024 19:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 0a528ef to eace2b4 Compare January 1, 2025 02:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from e44069e to fbe205b Compare January 8, 2025 15:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 13c162c to ed442e8 Compare January 14, 2025 23:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 41f48de to acd8e46 Compare January 23, 2025 04:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 377e15c to bfc17c1 Compare January 28, 2025 05:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bfc17c1 to 9ea12ff Compare January 28, 2025 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants