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 dependency lint-staged to v15.2.10 #1079

Merged
merged 1 commit into from
Sep 13, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 26, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
lint-staged 15.2.2 -> 15.2.10 age adoption passing confidence

Release Notes

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

v15.2.10

Compare Source

Patch Changes

v15.2.9

Compare Source

Patch Changes
  • #​1463 b69ce2d Thanks @​iiroj! - Set the maximum number of event listeners to the number of tasks. This should silence the console warning MaxListenersExceededWarning: Possible EventEmitter memory leak detected.

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.

v15.2.7

Compare Source

Patch Changes
  • #​1440 a51be80 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 drops the --path-format=absolute option to support earlier git versions since it's also the default behavior. If you are still having trouble, please try upgrading git to the latest version.

v15.2.6

Compare Source

Patch Changes
  • #​1433 119adb2 Thanks @​iiroj! - Use native "git rev-parse" commands to determine git repo root directory and the .git config directory, instead of using custom logic. This hopefully makes path resolution more robust on non-POSIX systems.

v15.2.5

Compare Source

Patch Changes
  • #​1424 31a1f95 Thanks @​iiroj! - Allow approximately equivalent versions of direct dependencies by using the "~" character in the version ranges. This means a more recent patch version of a dependency is allowed if available.

  • #​1423 91abea0 Thanks @​iiroj! - Improve error logging when failing to read or parse a configuration file

  • #​1424 ee43f15 Thanks @​iiroj! - Upgrade micromatch@4.0.7

v15.2.4

Compare Source

Patch Changes
  • 4f4537a Thanks @​iiroj! - Fix release issue with previous version; update dependencies

Configuration

📅 Schedule: Branch creation - "before 5am on Monday" in timezone Europe/Paris, Automerge - At any time (no schedule defined).

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

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 🔜 automerge Synced by reviewflow for merge/automerge 👌 code/approved labels May 26, 2024
Copy link

reviewflow bot commented May 26, 2024

Progress

☑️ Step 1: ✏️ Write code
☑️ Step 2: 💚 Checks
☑️ Step 3: 👌 Code Review
☑️ Step 4: 🚦 Merge Pull Request

Options:

  • 🔜 automerge: Automatically merge when this PR is ready and has no failed statuses. When the repository requires branches to be up to date before merging, it merges default branch, with a queue per repo to prevent multiple merges when several PRs are ready. A fail job prevents the merge.
  • 🚦 skip-ci: Add [skip ci] on merge commit when merge is done with autoMerge.

Actions:

  • 🐛 Force updating reviewflow checks for this PR. Use this to try to fix reviewflow checks that are still missing/pending, which might happen if webhook failed or something bad happened when reviewflow tried to send the status check to github.
  • 🔄 update branch: Merge base branch in this PR's branch. Only works if merging is possible without conflicts.

@reviewflow reviewflow bot enabled auto-merge (squash) May 26, 2024 22:22
@renovate renovate bot force-pushed the renovate/lint-staged-15.x branch from 80d0f54 to d68ca28 Compare June 2, 2024 23:09
@renovate renovate bot force-pushed the renovate/lint-staged-15.x branch from d68ca28 to 91d7012 Compare June 10, 2024 01:14
@renovate renovate bot force-pushed the renovate/lint-staged-15.x branch from 91d7012 to 2f39a0c Compare June 17, 2024 01:24
@renovate renovate bot changed the title chore(deps): update dependency lint-staged to v15.2.5 chore(deps): update dependency lint-staged to v15.2.7 Jun 17, 2024
@reviewflow reviewflow bot disabled auto-merge June 17, 2024 01:25
@reviewflow reviewflow bot enabled auto-merge (squash) June 17, 2024 01:25
@renovate renovate bot force-pushed the renovate/lint-staged-15.x branch from 2f39a0c to 9bb9737 Compare July 1, 2024 00:28
@renovate renovate bot force-pushed the renovate/lint-staged-15.x branch from 9bb9737 to 3d2fc21 Compare July 28, 2024 22:37
@renovate renovate bot force-pushed the renovate/lint-staged-15.x branch from 3d2fc21 to 1b79087 Compare August 4, 2024 22:41
@renovate renovate bot changed the title chore(deps): update dependency lint-staged to v15.2.7 chore(deps): update dependency lint-staged to v15.2.8 Aug 4, 2024
@reviewflow reviewflow bot disabled auto-merge August 4, 2024 22:42
@reviewflow reviewflow bot enabled auto-merge (squash) August 4, 2024 22:42
@renovate renovate bot force-pushed the renovate/lint-staged-15.x branch from 1b79087 to 30bb7bf Compare August 19, 2024 00:23
@renovate renovate bot changed the title chore(deps): update dependency lint-staged to v15.2.8 chore(deps): update dependency lint-staged to v15.2.9 Aug 19, 2024
@reviewflow reviewflow bot disabled auto-merge August 19, 2024 00:23
@reviewflow reviewflow bot enabled auto-merge (squash) August 19, 2024 00:23
@renovate renovate bot force-pushed the renovate/lint-staged-15.x branch from 30bb7bf to b5288a2 Compare September 2, 2024 00:39
@renovate renovate bot changed the title chore(deps): update dependency lint-staged to v15.2.9 chore(deps): update dependency lint-staged to v15.2.10 Sep 2, 2024
@reviewflow reviewflow bot disabled auto-merge September 2, 2024 00:40
@reviewflow reviewflow bot enabled auto-merge (squash) September 2, 2024 00:40
@renovate renovate bot force-pushed the renovate/lint-staged-15.x branch from b5288a2 to 110f7d5 Compare September 8, 2024 22:17
@reviewflow reviewflow bot merged commit e7fbcba into main Sep 13, 2024
8 of 9 checks passed
@reviewflow reviewflow bot deleted the renovate/lint-staged-15.x branch September 13, 2024 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔜 automerge Synced by reviewflow for merge/automerge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant