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

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 2, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@eslint/js (source) ^9.15.0 -> ^9.16.0 age adoption passing confidence
@types/chrome (source) ^0.0.284 -> ^0.0.287 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) ^8.15.0 -> ^8.16.0 age adoption passing confidence
@typescript-eslint/parser (source) ^8.15.0 -> ^8.16.0 age adoption passing confidence
eslint (source) ^9.15.0 -> ^9.16.0 age adoption passing confidence
globals ^15.12.0 -> ^15.13.0 age adoption passing confidence
happy-dom ^15.11.6 -> ^15.11.7 age adoption passing confidence
prettier (source) ^3.3.3 -> ^3.4.1 age adoption passing confidence
renovate (source) ^39.28.0 -> ^39.42.4 age adoption passing confidence
vitest (source) ^2.1.5 -> ^2.1.6 age adoption passing confidence
yarn (source) 4.5.2 -> 4.5.3 age adoption passing confidence
yarn (source) >=4.5.2 -> >=4.5.3 age adoption passing confidence

Release Notes

eslint/eslint (@​eslint/js)

v9.16.0

Compare Source

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

v8.16.0

Compare Source

🚀 Features
  • eslint-plugin: [no-base-to-string] check Array.prototype.join (#​10287)
  • eslint-plugin: [max-params] add function overload and function type support (#​10312)
❤️ Thank You

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

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.

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

sindresorhus/globals (globals)

v15.13.0

Compare Source

capricorn86/happy-dom (happy-dom)

v15.11.7

Compare Source

👷‍♂️ Patch fixes
  • Allow for an URL to be a string or an URL object in History.pushState() and History.replaceState() - By @​sohailalam2 in task #​1621
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

renovatebot/renovate (renovate)

v39.42.4

Compare Source

v39.42.3

Compare Source

v39.42.2

Compare Source

v39.42.1

Compare Source

v39.42.0

Compare Source

v39.41.0

Compare Source

v39.40.1

Compare Source

Bug Fixes

v39.40.0

Compare Source

v39.39.0

Compare Source

v39.38.0

Compare Source

v39.37.1

Compare Source

v39.37.0

Compare Source

Features
  • manager/flux: Allow OCI media type used by flux push artifact to enable Release Notes lookup (#​32783) (2f8ff83)
  • Wrap callback returning Promise for Result utility (#​32788) (baea715)
Code Refactoring
Build System

v39.36.1

Compare Source

v39.36.0

Compare Source

Features

v39.35.0

Compare Source

Features
Documentation
  • versioning:regex: add ghcr.io/linuxserver/openssh-server example (#​32778) (5e11cc6)
  • versioning:regex: mention numeric capture group requirement (#​32777) (5cfc474)

v39.34.1

Compare Source

Bug Fixes
  • manager/kustomize: fix parsing kustomize resource URLs with additional query parameters (#​32746) (d949a91)

v39.34.0

Compare Source

Features
Miscellaneous Chores

v39.33.1

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v9.11.3 (#​32774) (6729208)
Miscellaneous Chores
Build System

v39.33.0

Compare Source

Features
  • manager/dockerfile: add support for Dockerfile RUN --mount=from (#​32743) (456765a)

v39.32.0

Compare Source

Features
  • datasource/pypi: always fallback to try simple endpoints (#​32024) (c868ed0)
Bug Fixes
Miscellaneous Chores

v39.31.4

Compare Source

Bug Fixes
  • deps: update ghcr.io/containerbase/sidecar docker tag to v13.0.22 (#​32761) (b818b6b)
  • deps: update ghcr.io/renovatebot/base-image docker tag to v9.11.2 (#​32763) (8041e7e)
Miscellaneous Chores
Tests
Continuous Integration

v39.31.3

Compare Source

Bug Fixes
Miscellaneous Chores
Build System

v39.31.2

Compare Source

Bug Fixes

v39.31.1

Compare Source

Documentation
Miscellaneous Chores
  • deps: update containerbase/internal-tools action to v3.5.1 (#​32737) (43be880)
Build System

v39.31.0

Compare Source

Features
Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v9.11.1 (#​32728) (ca3d35d)
Miscellaneous Chores
Build System

v39.30.0

Compare Source

Features
  • deps: update ghcr.io/renovatebot/base-image docker tag to v9.11.0 (#​32719) (0633bbb)
  • deps: update ghcr.io/renovatebot/base-image docker tag to v9.11.0 (#​32720) (2703f7e)
  • schedule: use croner library to check schedule (#​32573) (a9a5db2)
Bug Fixes
Miscellaneous Chores
  • deps: update dependency renovatebot/github-action to v41.0.4 (#​32714) (370d62d)
Build System

v39.29.0

Compare Source

Features
Documentation
Miscellaneous Chores
Code Refactoring
vitest-dev/vitest (vitest)

v2.1.6

Compare Source

🚀 Features

  • Support VIte 6
    View changes on GitHub
yarnpkg/berry (yarn)

v4.5.3

Compare Source


Configuration

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

🚦 Automerge: Enabled.

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.

@renovate renovate bot added dependencies Pull requests that update a dependency file renovate labels Dec 2, 2024
Copy link

coderabbitai bot commented Dec 2, 2024

Important

Review skipped

Bot user detected.

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.


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

@renovate renovate bot merged commit b33ef80 into main Dec 2, 2024
4 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch December 2, 2024 04:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants