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

Fixes #1368

Merged
merged 7 commits into from Dec 2, 2023
Merged

Fixes #1368

merged 7 commits into from Dec 2, 2023

Conversation

iiroj
Copy link
Member

@iiroj iiroj commented Dec 2, 2023

This PR:

  • updates most dependencies, except lilconfig@3.0.0 (see Update lilconfig #1362)
  • updates Jest snapshots and disables prettier, as v3 is not supported by Jest
    • replaces snapshots including the EventEmitter from context.events — as it has some new properties in Node.js 21 — with more strict assertions
  • moves normalizePath calls from internal functions of resolveGitRepo() to the top-level. This should be a no-op as the resulting paths are anyway normalized, but there is an open issue related to this. Failed to resolve git repo on mapped network drive #1367
  • optimizes lilconfig performance by only loading the module when config files were not found from Git, and need to be searched (from outside the repo).

Copy link

changeset-bot bot commented Dec 2, 2023

🦋 Changeset detected

Latest commit: 4844150

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
lint-staged Patch

Not sure what this means? Click here to learn what changesets are.

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

@iiroj iiroj force-pushed the fixes branch 2 times, most recently from 3d655df to 561054e Compare December 2, 2023 08:33
@iiroj iiroj merged commit b803cf0 into master Dec 2, 2023
17 checks passed
@iiroj iiroj deleted the fixes branch December 2, 2023 08:55
@github-actions github-actions bot mentioned this pull request Dec 2, 2023
@lint-staged lint-staged deleted a comment from abrahamseed Mar 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant