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

Merged
merged 2 commits into from
Jan 9, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 13, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@antfu/eslint-config 3.11.2 -> 3.12.2 age adoption passing confidence
@types/node (source) 22.10.2 -> 22.10.5 age adoption passing confidence
bumpp 9.9.1 -> 9.9.3 age adoption passing confidence
knip (source) 5.39.4 -> 5.42.0 age adoption passing confidence
lint-staged 15.2.11 -> 15.3.0 age adoption passing confidence
pnpm (source) 9.15.0 -> 9.15.3 age adoption passing confidence
typescript (source) 5.7.2 -> 5.7.3 age adoption passing confidence
unbuild 3.0.0 -> 3.2.0 age adoption passing confidence

Release Notes

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

v3.12.2

Compare Source

   🚀 Features
    View changes on GitHub

v3.12.1

Compare Source

No significant changes

    View changes on GitHub

v3.12.0

Compare Source

   🚀 Features
    View changes on GitHub
antfu/bumpp (bumpp)

v9.9.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v9.9.2

Compare Source

No significant changes

    View changes on GitHub
webpro-nl/knip (knip)

v5.42.0

Compare Source

v5.41.1

Compare Source

v5.41.0

Compare Source

v5.40.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)
    
pnpm/pnpm (pnpm)

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

v9.15.1

Compare Source

microsoft/TypeScript (typescript)

v5.7.3

Compare Source

unjs/unbuild (unbuild)

v3.2.0

Compare Source

compare changes

🚀 Enhancements
  • mkdist: Fail build if mkdist errors in creating declarations (#​473)
🩹 Fixes
  • Correct .d.cts default export type (#​458)
🏡 Chore
❤️ Contributors

v3.1.0

Compare Source

compare changes

🚀 Enhancements
  • Support parallel builds (af19b1b)
  • Infer externals from package name, exports and imports (#​469)
  • rollup: Resolve with production condition (#​470)
🩹 Fixes
  • Resolve preset on directory (#​465)
  • Only externalize @types/ from devDependencies (#​471)
🏡 Chore
❤️ Contributors

v3.0.1

Compare Source

compare changes

🩹 Fixes
  • rollup: De-default default export from stub (#​455)
🏡 Chore
❤️ Contributors

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.

Description by Callstackai

This PR updates several dependencies in the project, including eslint, typescript, and others, to their latest non-major versions.

Diagrams of code changes
sequenceDiagram
    participant PM as Package Manager
    participant Root as Root Package
    participant Beasties as Beasties Package
    participant Build as Build System

    PM->>Root: Set pnpm@9.15.3 as package manager
    Root->>Root: Add new dev dependencies
    Note over Root: Add eslint config, types,<br/>and development tools

    Root->>Beasties: Add unbuild@3.2.0
    Note over Beasties: Add build tool dependency

    Build->>Root: Update TypeScript to 5.7.3
    Build->>Root: Configure lint-staged@15.3.0
    Build->>Root: Add code analysis tool (knip@5.42.0)
    
    Note over PM,Build: Main changes:<br/>1. Package manager specification<br/>2. Build tool additions<br/>3. Development tooling updates
Loading
Files Changed
FileSummary
package.jsonUpdated various dependencies to their latest non-major versions.
packages/beasties/package.jsonUpdated 'unbuild' dependency to the latest version.
pnpm-lock.yamlUpdated lock file to reflect changes in dependencies.

This PR includes files in programming languages that we currently do not support. We have not reviewed files with the extensions .json, .yaml. See list of supported languages.

Copy link

coderabbitai bot commented Dec 13, 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.

Finishing Touches

  • 📝 Generate Docstrings

🪧 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 13, 2024

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

Package New capabilities Transitives Size Publisher
npm/@antfu/eslint-config@3.12.2 Transitive: environment, eval, filesystem, unsafe +182 39.7 MB antfu
npm/@types/node@22.10.5 None 0 2.29 MB types
npm/bumpp@9.9.3 filesystem, unsafe Transitive: environment, network, shell +33 3.96 MB antfu
npm/knip@5.42.0 environment, eval Transitive: filesystem, shell +32 3.09 MB webpro
npm/lint-staged@15.3.0 Transitive: environment, filesystem, shell +29 1.26 MB okonet

🚮 Removed packages: npm/@antfu/eslint-config@3.11.2, npm/@types/node@22.10.2, npm/bumpp@9.9.1, npm/knip@5.39.4, npm/lint-staged@15.2.11

View full report↗︎

@codecov-commenter
Copy link

codecov-commenter commented Dec 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.95%. Comparing base (8e32da6) to head (8fbe076).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #68   +/-   ##
=======================================
  Coverage   83.95%   83.95%           
=======================================
  Files           7        7           
  Lines        1203     1203           
  Branches      281      281           
=======================================
  Hits         1010     1010           
  Misses        193      193           

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

Copy link

codspeed-hq bot commented Dec 13, 2024

CodSpeed Performance Report

Merging #68 will not alter performance

Comparing renovate/all-minor-patch (8fbe076) with main (8e32da6)

Summary

✅ 9 untouched benchmarks

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 543e4b4 to a55e1b7 Compare January 9, 2025 08:48
@renovate renovate bot changed the title chore(deps): update devdependency @antfu/eslint-config to v3.12.0 chore(deps): update all non-major dependencies Jan 9, 2025
@alan-agius4 alan-agius4 merged commit f036cc8 into main Jan 9, 2025
9 checks passed
@alan-agius4 alan-agius4 deleted the renovate/all-minor-patch branch January 9, 2025 08:51
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.

2 participants