[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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

chore(deps): update all non-major dependencies #435

Merged
merged 1 commit into from
Nov 30, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor
@renovate renovate bot commented Nov 30, 2024

This PR contains the following updates:

Package Type Update Change OpenSSF
@types/node (source) devDependencies minor 22.9.3 -> 22.10.1 OpenSSF Scorecard
@typescript-eslint/parser (source) devDependencies minor 8.15.0 -> 8.16.0 OpenSSF Scorecard
@vercel/functions (source) dependencies patch 1.5.0 -> 1.5.1 OpenSSF Scorecard
babel-plugin-react-compiler (source) dependencies patch 19.0.0-beta-a7bf2bd-20241110 -> 19.0.0-beta-df7b47d-20241124 OpenSSF Scorecard
class-variance-authority dependencies patch 0.7.0 -> 0.7.1 OpenSSF Scorecard
eslint (source) devDependencies minor 9.15.0 -> 9.16.0 OpenSSF Scorecard
lucide-react (source) dependencies minor ^0.460.0 -> ^0.462.0 OpenSSF Scorecard
prettier (source) devDependencies minor 3.3.3 -> 3.4.1 OpenSSF Scorecard
turbo (source) devDependencies patch 2.3.1 -> 2.3.3 OpenSSF Scorecard

Release Notes

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

v8.16.0

Compare Source

🚀 Features
❤️ Thank You
  • Josh Goldberg ✨

You can read about our versioning strategy and releases on our website.

vercel/vercel (@​vercel/functions)

v1.5.1

Compare Source

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

v19.0.0-beta-df7b47d-20241124

Compare Source

joe-bell/cva (class-variance-authority)

v0.7.1

Compare Source

What's Changed

New Contributors

Full Changelog: joe-bell/cva@v0.7.0...v0.7.1

eslint/eslint (eslint)

v9.16.0

Compare Source

Features

  • 8f70eb1 feat: Add ignoreComputedKeys option in sort-keys rule (#​19162) (Milos Djermanovic)

Documentation

  • 9eefc8f docs: fix typos in use-isnan (#​19190) (루밀LuMir)
  • 0c8cea8 docs: switch the order of words in no-unreachable (#​19189) (루밀LuMir)
  • 0c19417 docs: add missing backtick to no-async-promise-executor (#​19188) (루밀LuMir)
  • 8df9276 docs: add backtick in -0 in description of no-compare-neg-zero (#​19186) (루밀LuMir)
  • 7e16e3f docs: fix caseSensitive option's title of sort-keys (#​19183) (Tanuj Kanti)
  • 0c6b842 docs: fix typos in migration-guide.md (#​19180) (루밀LuMir)
  • 353266e docs: fix a typo in debug.md (#​19179) (루밀LuMir)
  • 5ff318a docs: delete unnecessary horizontal rule(---) in nodejs-api (#​19175) (루밀LuMir)
  • 576bcc5 docs: mark more rules as handled by TypeScript (#​19164) (Tanuj Kanti)
  • 742d054 docs: note that no-restricted-syntax can be used with any language (#​19148) (Milos Djermanovic)

Chores

lucide-icons/lucide (lucide-react)

v0.462.0: New icons 0.462.0

Compare Source

New icons 🎨

Modified Icons 🔨

v0.461.0: New icons 0.461.0

Compare Source

New icons 🎨

Modified Icons 🔨

prettier/prettier (prettier)

v3.4.1

Compare Source

diff

Remove unnecessary parentheses around assignment in v-on (#​16887 by @​fisker)
<!-- Input -->
<template>
  <button @&#8203;click="foo += 2">Click</button>
</template>

<!-- Prettier 3.4.0 -->
<template>
  <button @&#8203;click="(foo += 2)">Click</button>
</template>

<!-- Prettier 3.4.1 -->
<template>
  <button @&#8203;click="foo += 2">Click</button>
</template>

v3.4.0

Compare Source

diff

🔗 Release Notes

vercel/turborepo (turbo)

v2.3.3

Compare Source

v2.3.2

Compare Source


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - "before 4am on Monday" (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 Nov 30, 2024

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 Nov 30, 2024 0:56am

Copy link
Contributor
sourcery-ai bot commented Nov 30, 2024

Reviewer's Guide by Sourcery

This is a routine dependency update PR that updates several non-major package versions. The changes include minor version bumps for development tools and patch updates for various dependencies. Most notably, it updates TypeScript-related tooling to support TypeScript 5.7 and includes some icon modifications in the Lucide React package.

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

File-Level Changes

Change Details Files
Update development tooling dependencies
  • Update TypeScript parser to support TypeScript 5.7
  • Update ESLint with new features including ignoreComputedKeys option in sort-keys rule
  • Update Prettier with Vue template formatting improvements
package.json
yarn.lock
Update UI component dependencies
  • Update Lucide React with new image-upscale icon
  • Modify existing icons: grid-2x2, ship, shuffle, and venetian-mask
  • Add new calendar-sync icon
docs/package.json
package.json
yarn.lock
Update build and infrastructure dependencies
  • Update Vercel Functions with header documentation improvements
  • Update Turbo with minor improvements
  • Update class-variance-authority with dependency management changes
package.json
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

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 Nov 30, 2024

Bundle Report

Changes will decrease total bundle size by 17 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.79MB 19 bytes (-0.0%) ⬇️

@codecov-commenter
Copy link
codecov-commenter commented Nov 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.16%. Comparing base (f36e38e) to head (bdca221).

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #435   +/-   ##
=======================================
  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.

@duyet duyet merged commit f65bf2c into main Nov 30, 2024
28 checks passed
@duyet duyet deleted the renovate/all-minor-patch branch November 30, 2024 01:36
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