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 dev-dependencies #388

Merged
merged 1 commit into from
Aug 4, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 4, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) ^20.14.13 -> ^20.14.14 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) ^7.17.0 -> ^7.18.0 age adoption passing confidence
@typescript-eslint/parser (source) ^7.17.0 -> ^7.18.0 age adoption passing confidence
husky ^9.1.3 -> ^9.1.4 age adoption passing confidence
lint-staged ^15.2.7 -> ^15.2.8 age adoption passing confidence
rimraf ^5.0.9 -> ^5.0.10 age adoption passing confidence
tsup (source) ^8.2.3 -> ^8.2.4 age adoption passing confidence

Release Notes

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

v7.18.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] prevent runtime error when asserting a variable declared in default TS lib

  • eslint-plugin: [unbound-method] report on destructuring in function parameters

  • eslint-plugin: [no-duplicate-type-constituents] shouldn't report on error types

  • eslint-plugin: [strict-boolean-expressions] support branded booleans

❤️ Thank You
  • auvred
  • Oliver Salzburg
  • Vinccool96
  • Yukihiro Hasegawa

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

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

v7.18.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.

typicode/husky (husky)

v9.1.4

Compare Source

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

v15.2.8

Compare Source

Patch Changes
  • f0480f0 Thanks @​iiroj! - In the previous version the native git rev-parse --show-toplevel command was taken into use for resolving the current git repo root. This version switched the --show-toplevel flag with --show-cdup, because on Git installed via MSYS2 the former was returning absolute paths that do not work with Node.js child_process. The new flag returns a path relative to the working directory, avoiding the issue.

    The GitHub Actions workflow has been updated to install Git via MSYS2, to ensure better future compatibility; using the default Git binary in the GitHub Actions runner was working correctly even with MSYS2.

isaacs/rimraf (rimraf)

v5.0.10

Compare Source

egoist/tsup (tsup)

v8.2.4

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - "before 12pm on Sunday" (UTC), 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Aug 4, 2024
@renovate renovate bot requested a review from RealShadowNova as a code owner August 4, 2024 01:44
@renovate renovate bot enabled auto-merge (squash) August 4, 2024 01:44
Copy link

codecov bot commented Aug 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69.63%. Comparing base (ad2db89) to head (8d8412e).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #388   +/-   ##
=======================================
  Coverage   69.63%   69.63%           
=======================================
  Files           4        4           
  Lines        3517     3517           
  Branches      216      265   +49     
=======================================
  Hits         2449     2449           
+ Misses       1068     1004   -64     
- Partials        0       64   +64     

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

@renovate renovate bot force-pushed the renovate/all-non-major-dev branch from 8d8412e to ef63f59 Compare August 4, 2024 03:27
@renovate renovate bot merged commit b4f43d0 into main Aug 4, 2024
6 checks passed
@renovate renovate bot deleted the renovate/all-non-major-dev branch August 4, 2024 03:28
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