Update dependencies to the most recent versions#21539
Merged
Merged
Conversation
Note that the `prettier` update introduces a handful of formatting changes (see https://prettier.io/blog/2026/06/27/3.9.0). Moreover, the `tsc-alias` update requires explicitly defining the root URL in the compiler options now, otherwise it errors with `tsc-alias error: compilerOptions.rootDir is required with implicit baseUrl` (see https://github.com/justkey007/tsc-alias/pull/259/changes).
This is a major version bump, but the changelog at https://github.com/sindresorhus/eslint-plugin-unicorn/releases/tag/v69.0.0 and https://github.com/sindresorhus/eslint-plugin-unicorn/releases/tag/v70.0.0 doesn't indicate any breaking changes that should impact us.
This patch is generated automatically using `npm audit fix` and fixes GHSA-h67p-54hq-rp68.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #21539 +/- ##
=======================================
Coverage 89.40% 89.41%
=======================================
Files 262 262
Lines 66744 66739 -5
=======================================
+ Hits 59674 59676 +2
+ Misses 7070 7063 -7
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The commit messages contain more details about the individual changes.