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 #456

Merged
merged 1 commit into from
Jan 14, 2025
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 4, 2025

This PR contains the following updates:

Package Type Update Change OpenSSF
@cypress/code-coverage devDependencies patch 3.13.9 -> 3.13.10 OpenSSF Scorecard
@hookform/resolvers (source) dependencies minor 3.9.1 -> 3.10.0 OpenSSF Scorecard
@ianvs/prettier-plugin-sort-imports devDependencies patch 4.4.0 -> 4.4.1 OpenSSF Scorecard
@tremor/react (source) dependencies patch 3.18.6 -> 3.18.7 OpenSSF Scorecard
@types/node (source) devDependencies patch 22.10.2 -> 22.10.6 OpenSSF Scorecard
@typescript-eslint/parser (source) devDependencies minor 8.19.0 -> 8.20.0 OpenSSF Scorecard
babel-plugin-react-compiler (source) dependencies patch 19.0.0-beta-df7b47d-20241124 -> 19.0.0-beta-e552027-20250112 OpenSSF Scorecard
eslint (source) devDependencies minor 9.17.0 -> 9.18.0 OpenSSF Scorecard
eslint-plugin-react devDependencies patch 7.37.3 -> 7.37.4 OpenSSF Scorecard
lucide-react (source) dependencies minor ^0.469.0 -> ^0.471.0 OpenSSF Scorecard
postcss (source) devDependencies minor 8.4.49 -> 8.5.0 OpenSSF Scorecard
react-markdown dependencies patch 9.0.1 -> 9.0.3 OpenSSF Scorecard
typescript (source) devDependencies patch 5.7.2 -> 5.7.3 OpenSSF Scorecard

Release Notes

cypress-io/code-coverage (@​cypress/code-coverage)

v3.13.10

Compare Source

Bug Fixes
react-hook-form/resolvers (@​hookform/resolvers)

v3.10.0

Compare Source

Features
ianvs/prettier-plugin-sort-imports (@​ianvs/prettier-plugin-sort-imports)

v4.4.1

Compare Source

What's Changed

New Contributors

Full Changelog: IanVS/prettier-plugin-sort-imports@v4.4.0...v4.4.1

tremorlabs/tremor-npm (@​tremor/react)

v3.18.7

Compare Source

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.20.0

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

v8.19.1

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

facebook/react (babel-plugin-react-compiler)

v19.0.0-beta-e552027-20250112

Compare Source

eslint/eslint (eslint)

v9.18.0

Compare Source

jsx-eslint/eslint-plugin-react (eslint-plugin-react)

v7.37.4

Compare Source

Fixed
lucide-icons/lucide (lucide-react)

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 🔨
postcss/postcss (postcss)

v8.5.0

Compare Source

remarkjs/react-markdown (react-markdown)

v9.0.3

Compare Source

(same as 9.0.2 but now with d.ts files)

Full Changelog: remarkjs/react-markdown@9.0.2...9.0.3

v9.0.2

Compare Source

Types
Miscellaneous

Full Changelog: remarkjs/react-markdown@9.0.1...9.0.2

microsoft/TypeScript (typescript)

v5.7.3

Compare Source


Configuration

📅 Schedule: Branch creation - "* * * * 0,6" (UTC), Automerge - "* 0-3 * * 1" (UTC).

🚦 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

vercel bot commented Jan 4, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
clickhouse-monitoring ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 13, 2025 11:10pm

Copy link
Contributor

sourcery-ai bot commented Jan 4, 2025

Reviewer's Guide by Sourcery

This PR updates the @types/node dependency to version 22.10.5. The changes are confined to updating version numbers in yarn.lock files.

No diagrams generated as the changes look simple and do not need a visual representation.

File-Level Changes

Change Details Files
Updated @types/node to 22.10.5
  • Updated version in lockfiles
docs/yarn.lock
yarn.lock

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time. You can also use
    this command to specify where the summary should be inserted.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@renovate renovate bot temporarily deployed to github-pages January 4, 2025 00:26 Inactive
Copy link
Contributor

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have skipped reviewing this pull request. It seems to have been created by a bot (hey, renovate[bot]!). We assume it knows what it's doing!

@codecov-commenter
Copy link

codecov-commenter commented Jan 4, 2025

Bundle Report

Changes will increase total bundle size by 39 bytes (0.0%) ⬆️. This is within the configured threshold ✅

Detailed changes
Bundle name Size Change
clickhouse-monitoring-bundle-server-cjs 2.55MB 2 bytes (0.0%) ⬆️
clickhouse-monitoring-bundle-client-array-push 3.76MB 37 bytes (0.0%) ⬆️

@codecov-commenter
Copy link

codecov-commenter commented Jan 4, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.16%. Comparing base (7f89ba7) to head (b4d902c).

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #456   +/-   ##
=======================================
  Coverage   77.16%   77.16%           
=======================================
  Files           5        5           
  Lines         162      162           
  Branches       60       59    -1     
=======================================
  Hits          125      125           
- Misses         34       37    +3     
+ Partials        3        0    -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot changed the title chore(deps): update dependency @types/node to v22.10.5 fix(deps): update all non-major dependencies Jan 6, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 213aa7d to f9b4ad2 Compare January 6, 2025 14:50
@renovate renovate bot temporarily deployed to github-pages January 6, 2025 14:50 Inactive
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f9b4ad2 to 89b60f0 Compare January 6, 2025 18:18
@renovate renovate bot temporarily deployed to github-pages January 6, 2025 18:18 Inactive
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 89b60f0 to 7926ad6 Compare January 6, 2025 22:41
@renovate renovate bot temporarily deployed to github-pages January 6, 2025 22:41 Inactive
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7926ad6 to 115d7f6 Compare January 7, 2025 17:42
@renovate renovate bot temporarily deployed to github-pages January 7, 2025 17:42 Inactive
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 115d7f6 to 8d30710 Compare January 9, 2025 01:09
@renovate renovate bot temporarily deployed to github-pages January 9, 2025 01:09 Inactive
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8d30710 to 5344245 Compare January 10, 2025 12:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5344245 to a5715ce Compare January 10, 2025 16:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a5715ce to 757be10 Compare January 11, 2025 00:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 525cbf5 to b4d902c Compare January 13, 2025 23:09
@duyet duyet merged commit 67aae0e into main Jan 14, 2025
35 checks passed
@duyet duyet deleted the renovate/all-minor-patch branch January 14, 2025 04:31
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.

2 participants