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

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 23, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxt/eslint-config (source) 0.7.4 -> 0.7.5 age adoption passing confidence
bumpp 9.9.2 -> 9.10.1 age adoption passing confidence
knip (source) 5.41.1 -> 5.42.1 age adoption passing confidence
lint-staged 15.2.11 -> 15.3.0 age adoption passing confidence
mlly 1.7.3 -> 1.7.4 age adoption passing confidence
pathe 2.0.0 -> 2.0.1 age adoption passing confidence
pnpm (source) 9.15.1 -> 9.15.4 age adoption passing confidence
rollup (source) 4.29.1 -> 4.30.1 age adoption passing confidence
typescript (source) 5.6.3 -> 5.7.3 age adoption passing confidence

Release Notes

nuxt/eslint (@​nuxt/eslint-config)

v0.7.5

Compare Source

No significant changes

    View changes on GitHub
antfu/bumpp (bumpp)

v9.10.1

Compare Source

   🚀 Features
    View changes on GitHub

v9.10.0

Compare Source

   🚀 Features
    View changes on GitHub

v9.9.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
webpro-nl/knip (knip)

v5.42.1

Compare Source

v5.42.0

Compare Source

lint-staged/lint-staged (lint-staged)

v15.3.0

Compare Source

Minor Changes
  • #​1495 e69da9e Thanks @​iiroj! - Added more info to the debug logs so that "environment" info doesn't need to be added separately to GitHub issues.

  • #​1493 fa0fe98 Thanks @​iiroj! - Added more help messages around the automatic git stash that lint-staged creates as a backup (by default). The console output also displays the short git hash of the stash so that it's easier to recover lost files in case some fatal errors are encountered, or the process is killed before completing.

    For example:

    % npx lint-staged
    ✔ Backed up original state in git stash (20addf8)
    ✔ Running tasks for staged files...
    ✔ Applying modifications from tasks...
    ✔ Cleaning up temporary files...
    

    where the backup can be seen with git show 20addf8, or git stash list:

    % git stash list
    stash@{0}: lint-staged automatic backup (20addf8)
    
unjs/mlly (mlly)

v1.7.4

Compare Source

compare changes

🏡 Chore
❤️ Contributors
unjs/pathe (pathe)

v2.0.1

Compare Source

compare changes

🩹 Fixes
  • Mixed posix/win32 namespaces (#​197)
❤️ Contributors
pnpm/pnpm (pnpm)

v9.15.4

Compare Source

v9.15.3

Compare Source

v9.15.2: pnpm 9.15.2

Compare Source

Patch Changes

  • Fixed publish/pack error with workspace dependencies with relative paths #​8904. It was broken in v9.4.0 (398472c).
  • Use double quotes in the command suggestion by pnpm patch on Windows #​7546.
  • Do not fall back to SSH, when resolving a git-hosted package if git ls-remote works via HTTPS #​8906.
  • Improve how packages with blocked lifecycle scripts are reported during installation. Always print the list of ignored scripts at the end of the output. Include a hint about how to allow the execution of those packages.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me Workleap
Canva
rollup/rollup (rollup)

v4.30.1

Compare Source

2025-01-07

Bug Fixes
  • Prevent invalid code when simplifying unary expressions in switch cases (#​5786)
Pull Requests

v4.30.0

Compare Source

2025-01-06

Features
  • Inline values of resolvable unary expressions for improved tree-shaking (#​5775)
Pull Requests

v4.29.2

Compare Source

2025-01-05

Bug Fixes
  • Keep import attributes when using dynamic ESM import() expressions from CommonJS (#​5781)
Pull Requests
microsoft/TypeScript (typescript)

v5.7.3

Compare Source

v5.7.2

Compare Source


Configuration

📅 Schedule: Branch creation - "on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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

coderabbitai bot commented Dec 23, 2024

Important

Review skipped

Ignore keyword(s) in the title.

⛔ Ignored keywords (1)
  • chore(deps)

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Note

Free review on us!

CodeRabbit is offering free reviews until Wed Jan 15 2025 to showcase some of the refinements we've made.

🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Beta)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

socket-security bot commented Dec 23, 2024

New, updated, and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@nuxt/eslint-config@0.7.5 🔁 npm/@nuxt/eslint-config@0.7.4 Transitive: environment, eval, filesystem, shell, unsafe +184 40 MB antfu, atinux, danielroe, ...2 more
npm/bumpp@9.10.1 🔁 npm/bumpp@9.9.2 filesystem, unsafe Transitive: environment, network, shell +59 5.04 MB antfu
npm/knip@5.42.1 🔁 npm/knip@5.41.1 Transitive: filesystem, shell +48 5.8 MB webpro
npm/lint-staged@15.3.0 🔁 npm/lint-staged@15.2.11 Transitive: environment, filesystem, shell +54 2.25 MB okonet
npm/mlly@1.7.4 None +3 1.12 MB pi0
npm/pathe@2.0.1 🔁 npm/pathe@2.0.0 None 0 50.4 kB danielroe, pi0
npm/rollup@4.30.1 🔁 npm/rollup@4.29.1 None +1 2.64 MB eventualbuddha, lukastaegert, rich_harris, ...2 more
npm/typescript@5.7.3 🔁 npm/typescript@5.6.3 None 0 22.7 MB typescript-bot

View full report↗︎

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from e833557 to 39d93b0 Compare December 28, 2024 12:26
@renovate renovate bot changed the title chore(deps): update devdependency typescript to v5.7.2 chore(deps): update all non-major dependencies Dec 28, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 7f048e7 to 278fcb8 Compare January 4, 2025 19:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from ebec338 to de86d8e Compare January 9, 2025 13:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 015f20d to 66b42f5 Compare January 13, 2025 19:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 529a2c9 to 006b03f Compare January 15, 2025 06:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 006b03f to cc87fe8 Compare January 15, 2025 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants