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

Merged
merged 1 commit into from
Jun 1, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 17, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@typescript-eslint/eslint-plugin (source) 6.19.0 -> 6.21.0 age adoption passing confidence
@typescript-eslint/parser (source) 6.19.0 -> 6.21.0 age adoption passing confidence
@vitest/coverage-v8 (source) 1.2.0 -> 1.6.0 age adoption passing confidence
@vitest/ui (source) 1.2.0 -> 1.6.0 age adoption passing confidence
eslint (source) 8.56.0 -> 8.57.0 age adoption passing confidence
eslint-config-productsway 1.3.1 -> 1.3.3 age adoption passing confidence
fastify (source) 4.25.2 -> 4.27.0 age adoption passing confidence
prettier (source) 3.2.3 -> 3.3.0 age adoption passing confidence
stepci (source) 2.7.2 -> 2.8.1 age adoption passing confidence
tsup (source) 8.0.1 -> 8.0.2 age adoption passing confidence
typescript (source) 5.3.3 -> 5.4.5 age adoption passing confidence
unplugin-swc (source) 1.4.4 -> 1.4.5 age adoption passing confidence
vite (source) 5.0.11 -> 5.2.12 age adoption passing confidence
vitest (source) 1.2.0 -> 1.6.0 age adoption passing confidence

Release Notes

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

v6.21.0

Compare Source

🚀 Features
  • export plugin metadata

  • allow parserOptions.project: false

  • eslint-plugin: add rule prefer-find

🩹 Fixes
  • eslint-plugin: [no-unused-vars] don't report on types referenced in export assignment expression

  • eslint-plugin: [switch-exhaustiveness-check] better support for intersections, infinite types, non-union values

  • eslint-plugin: [consistent-type-imports] dont report on types used in export assignment expressions

  • eslint-plugin: [no-unnecessary-condition] handle left-hand optional with exactOptionalPropertyTypes option

  • eslint-plugin: [class-literal-property-style] allow getter when same key setter exists

  • eslint-plugin: [no-unnecessary-type-assertion] provide valid fixes for assertions with extra tokens before as keyword

❤️ Thank You
  • auvred
  • Brad Zacher
  • Kirk Waiblinger
  • Pete Gonzalez
  • YeonJuan

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

v6.20.0

Compare Source

🚀 Features
  • eslint-plugin: [member-ordering] allow easy reuse of the default ordering
🩹 Fixes
  • eslint-plugin: [no-useless-template-literals] incorrect bigint autofix result

  • eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as non-nullable

  • eslint-plugin: [no-useless-template-literals] report Infinity & NaN

  • eslint-plugin: [prefer-readonly] disable checking accessors

❤️ Thank You
  • Alex Parloti
  • auvred
  • James Browning
  • StyleShit
  • YeonJuan

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

v6.19.1

Compare Source

🩹 Fixes
  • type-utils: preventing isUnsafeAssignment infinite recursive calls

  • eslint-plugin: [no-unnecessary-condition] fix false positive for type variable

❤️ Thank You
  • YeonJuan

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

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

v6.21.0

Compare Source

🚀 Features
  • allow parserOptions.project: false
❤️ Thank You
  • auvred
  • Brad Zacher
  • Kirk Waiblinger
  • Pete Gonzalez
  • YeonJuan

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

v6.20.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v6.19.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

vitest-dev/vitest (@​vitest/coverage-v8)

v1.6.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v1.5.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.5.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.5.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v1.5.0

Compare Source

v1.4.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v1.3.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v1.3.0

Compare Source

🚀 Features
🐞 Bug Fixes
View changes on GitHub

v1.2.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.2.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
eslint/eslint (eslint)

v8.57.0

Compare Source

Features

  • 1120b9b feat: Add loadESLint() API method for v8 (#​18098) (Nicholas C. Zakas)
  • dca7d0f feat: Enable eslint.config.mjs and eslint.config.cjs (#​18066) (Nitin Kumar)

Bug Fixes


Configuration

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

🚦 Automerge: Enabled.

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 has been generated by Mend Renovate. View repository job log here.

Copy link

changeset-bot bot commented Jan 17, 2024

⚠️ No Changeset found

Latest commit: a75d8fa

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor

sweep-ai bot commented Jan 17, 2024

Apply Sweep Rules to your PR?

  • Apply: All new business logic should have corresponding unit tests.
  • Apply: Refactor large functions to be more modular.
  • Apply: Add docstrings to all functions and file headers.

This is an automated message generated by Sweep AI.

@renovate renovate bot changed the title chore(deps): update dependency prettier to v3.2.4 chore(deps): update all non-major dependencies Jan 17, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 80769a8 to 75bc542 Compare January 22, 2024 19:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 9186fc8 to 34c5380 Compare January 29, 2024 22:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from f6f785f to 0643ecf Compare February 10, 2024 07:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from db5851a to 218a0eb Compare February 16, 2024 19:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 38ae644 to b4cc3fe Compare February 23, 2024 22:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 06ee01b to 1c9d7a0 Compare March 7, 2024 23:34
Copy link

socket-security bot commented Mar 7, 2024

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

Package New capabilities Transitives Size Publisher
npm/@typescript-eslint/eslint-plugin@6.21.0 Transitive: environment, filesystem +42 8.09 MB jameshenry
npm/@typescript-eslint/parser@6.21.0 Transitive: environment, filesystem +34 3.4 MB jameshenry
npm/@vitest/coverage-v8@1.6.0 Transitive: environment, filesystem +39 4.76 MB vitestbot
npm/@vitest/ui@1.6.0 Transitive: environment, filesystem +35 2.94 MB vitestbot
npm/eslint-config-productsway@1.3.3 None 0 0 B
npm/eslint@8.57.0 environment, filesystem Transitive: eval, shell, unsafe +96 10.7 MB eslintbot
npm/fastify@4.27.0 Transitive: environment, eval, filesystem, unsafe +58 7.82 MB matteo.collina
npm/prettier@3.3.0 None 0 0 B
npm/stepci@2.8.1 Transitive: environment, eval, filesystem, network, shell, unsafe +262 45.8 MB mishushakov
npm/tsup@8.0.2 environment, eval, filesystem Transitive: network, shell, unsafe +160 710 MB egoist
npm/unplugin-swc@1.4.5 Transitive: environment, filesystem, shell +53 479 MB egoist
npm/vite@5.2.12 environment, eval, filesystem, network, shell, unsafe +49 277 MB vitebot
npm/vitest@1.6.0 environment, eval Transitive: filesystem, shell, unsafe +65 8.23 MB vitestbot

🚮 Removed packages: npm/@typescript-eslint/eslint-plugin@6.19.0, npm/@typescript-eslint/parser@6.19.0, npm/@vitest/coverage-v8@1.2.0, npm/@vitest/ui@1.2.0, npm/eslint-config-productsway@1.3.1, npm/eslint@8.56.0, npm/fastify@4.25.2, npm/prettier@3.2.3, npm/stepci@2.7.2, npm/tsup@8.0.1, npm/unplugin-swc@1.4.4, npm/vite@5.0.11, npm/vitest@1.2.0

View full report↗︎

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 1725af0 to 182b860 Compare March 17, 2024 07:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from cca46f5 to 7d10f35 Compare March 24, 2024 14:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 9f54ce6 to b931fcc Compare April 4, 2024 18:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 646c9d2 to 65c134c Compare April 11, 2024 18:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 419e156 to 0538c29 Compare April 20, 2024 12:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from ac47789 to 57a9ee2 Compare May 1, 2024 13:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from dec1702 to d019da1 Compare May 7, 2024 14:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d019da1 to 63d1d48 Compare May 28, 2024 14:47
Copy link

coderabbitai bot commented May 28, 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.


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 63d1d48 to cea6dcf Compare May 31, 2024 23:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cea6dcf to a75d8fa Compare June 1, 2024 17:21
@renovate renovate bot merged commit eca322b into main Jun 1, 2024
10 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch June 1, 2024 19:04
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.

None yet

0 participants