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

Merged
merged 1 commit into from
Sep 12, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 11, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@octokit/rest 21.0.1 -> 21.0.2 age adoption passing confidence
@swc/core (source) 1.7.11 -> 1.7.14 age adoption passing confidence
@types/jest (source) 29.5.11 -> 29.5.12 age adoption passing confidence
@types/koa (source) 2.13.9 -> 2.15.0 age adoption passing confidence
@types/node (source) 22.4.0 -> 22.5.0 age adoption passing confidence
dotenv 16.3.1 -> 16.4.5 age adoption passing confidence
execa 9.3.0 -> 9.3.1 age adoption passing confidence
globby 14.0.0 -> 14.0.2 age adoption passing confidence
koa 2.14.2 -> 2.15.3 age adoption passing confidence
ky 1.7.0 -> 1.7.1 age adoption passing confidence
rollup (source) 4.20.0 -> 4.21.0 age adoption passing confidence

Release Notes

octokit/rest.js (@​octokit/rest)

v21.0.2

Compare Source

Bug Fixes
swc-project/swc (@​swc/core)

v1.7.14

Compare Source

Bug Fixes
Features
Refactor

v1.7.12

Compare Source

Bug Fixes
Miscellaneous Tasks
motdotla/dotenv (dotenv)

v16.4.5

Compare Source

Changed
  • 🐞 fix recent regression when using path option. return to historical behavior: do not attempt to auto find .env if path set. (regression was introduced in 16.4.3) #​814

v16.4.4

Compare Source

Changed
  • 🐞 Replaced chaining operator ?. with old school && (fixing node 12 failures) #​812

v16.4.3

Compare Source

Changed
  • Fixed processing of multiple files in options.path #​805

v16.4.2

Compare Source

Changed

v16.4.1

Compare Source

  • Patch support for array as path option #​797

v16.4.0

Compare Source

  • Add error.code to error messages around .env.vault decryption handling #​795
  • Add ability to find .env.vault file when filename(s) passed as an array #​784

v16.3.2

Compare Source

Added
  • Add debug message when no encoding set #​735
Changed
  • Fix output typing for populate #​792
  • Use subarray instead of slice #​793
sindresorhus/execa (execa)

v9.3.1

Compare Source

sindresorhus/globby (globby)

v14.0.2

Compare Source

v14.0.1

Compare Source

koajs/koa (koa)

v2.15.3

Compare Source

v2.15.2

Compare Source

v2.15.1

Compare Source

v2.15.0

Compare Source

sindresorhus/ky (ky)

v1.7.1

Compare Source

rollup/rollup (rollup)

v4.21.0

Compare Source

2024-08-18

Features
  • Add option to configure directory for virtual modules when preserving modules (#​5602)
Pull Requests

Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" in timezone Europe/Paris, Automerge - At any time (no schedule defined).

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

Rebasing: Never, 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.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 886f3de to 8f71246 Compare December 19, 2023 05:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 489d87b to 443353d Compare January 2, 2024 05:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 6334e72 to b8d6440 Compare January 15, 2024 08:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 4e19648 to b940968 Compare January 24, 2024 02:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from fe7b6aa to 533db87 Compare January 30, 2024 05:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 8d0e7d5 to dc0f2d7 Compare February 8, 2024 02:44
@renovate renovate bot changed the title fix(deps): update all non-major dependencies build(dev-deps): update all non-major dependencies Feb 8, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from a684104 to c14fac5 Compare February 14, 2024 05:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from cfbb980 to aaeebe6 Compare February 21, 2024 13:13
Copy link

coderabbitai bot commented Feb 21, 2024

Important

Review skipped

Auto reviews are limited to specific labels.

Labels to auto review (1)
  • coderabbit

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.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
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>.
    • 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 generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @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 as 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 resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration 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.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from aaeebe6 to 186a11c Compare February 23, 2024 01:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 7195044 to 5389ac6 Compare March 5, 2024 16:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from f4df372 to 569ba8c Compare April 18, 2024 09:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 0d167b5 to fd3c3c1 Compare April 27, 2024 14:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 3cb2ac4 to 85370dd Compare May 8, 2024 10:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 96ca3e1 to 77fc1ee Compare May 19, 2024 08:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 724cf43 to 72c82bc Compare May 28, 2024 10:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 6b7affe to 775f7da Compare June 5, 2024 10:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 775f7da to ad577cc Compare August 18, 2024 18:50
@renovate renovate bot changed the title build(dev-deps): update all non-major dependencies fix(deps): update all non-major dependencies Aug 18, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ad577cc to b58a490 Compare August 21, 2024 22:40
@ivangabriele ivangabriele merged commit c075e58 into main Sep 12, 2024
6 checks passed
@ivangabriele ivangabriele deleted the renovate/all-minor-patch branch September 12, 2024 21:20
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.

1 participant