Conversation
✅ Deploy Preview for endearing-brigadeiros-63f9d0 canceled.
|
Dependency ReviewThe following issues were found:
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1236 +/- ##
=======================================
Coverage 84.07% 84.07%
=======================================
Files 68 68
Lines 2945 2945
Branches 375 375
=======================================
Hits 2476 2476
Misses 409 409
Partials 60 60 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
df7caf7 to
f25b55c
Compare
1a71d1e to
0585aed
Compare
0585aed to
36d304f
Compare
Signed-off-by: Kris West <kristopher.west@natwest.com>
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
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.
This PR contains the following updates:
^9.36.0->^9.37.0^19.18.0->^19.19.0^22.18.6->^22.18.8^15.3.0->^15.4.0^9.36.0->^9.37.0^5.1.1->^5.2.0^1.33.1->^1.34.0^16.2.0->^16.2.3^6.8.0->^6.8.1^4.20.5->^4.20.6^5.9.2->^5.9.3^8.44.1->^8.46.0Release Notes
eslint/eslint (@eslint/js)
v9.37.0Compare Source
primer/octicons (@primer/octicons-react)
v19.19.0Compare Source
Minor Changes
1d346555Thanks @mperrotti! - Adds an icon for AI chatv19.18.1Compare Source
Patch Changes
370c72c8Thanks @langermank! - Add vscode-32.svg, vscode-48.svgdcf14c81Thanks @langermank! - Add 16 vscodecypress-io/cypress (cypress)
v15.4.0Compare Source
eslint/eslint (eslint)
v9.37.0Compare Source
cypress-io/eslint-plugin-cypress (eslint-plugin-cypress)
v5.2.0Compare Source
Features
isomorphic-git/isomorphic-git (isomorphic-git)
v1.34.0Compare Source
Features
v1.33.3Compare Source
Bug Fixes
v1.33.2Compare Source
Bug Fixes
lint-staged/lint-staged (lint-staged)
v16.2.3Compare Source
Patch Changes
27cd541Thanks @iiroj! - When using--fail-on-changes, automatically hidden (partially) unstaged changes are no longer counted to make lint-staged fail.v16.2.2Compare Source
Patch Changes
#1667
699f95dThanks @iiroj! - The backup stash will not be dropped when using--fail-on-changesand there are errors. When reverting to original state is disabled (via--no-revertor--fail-on-changes), hidden (partially) unstaged changes are still restored automatically so that it's easier to resolve the situation manually.Additionally, the example for using the backup stash manually now uses the correct backup hash, if available:
v16.2.1Compare Source
Patch Changes
#1664
8277b3bThanks @iiroj! - The built-in TypeScript types have been updated to more closely match the implementation. Notably, the list of staged files supplied to task functions isreadonly string[]and can't be mutated. Thanks @outslept!export default { --- "*": (files: string[]) => void console.log('staged files', files) +++ "*": (files: readonly string[]) => void console.log('staged files', files) }#1654
70b9af3Thanks @iiroj! - This version has been published from GitHub Actions using Trusted Publishing for npm packages.#1659
4996817Thanks @iiroj! - Fix searching configuration files when the working directory is a subdirectory of a git repository, and there arepackage.jsonfiles in the working directory. This situation might happen when running lint-staged for a single package in a monorepo.#1654
7021f0aThanks @iiroj! - Return the caret semver range (^) to direct dependencies so that future patch and minor versions are allowed. This enables projects to better maintain and deduplicate their own transitive dependencies while not requiring direct updates to lint-staged. This was changed in 16.2.0 after the vulnerability issues withchalkanddebug, which were also removed in the same version.Given the recent vulnerabilities in the npm ecosystem, it's best to be very careful when updating dependencies.
panva/openid-client (openid-client)
v6.8.1Compare Source
Refactor
privatenumber/tsx (tsx)
v4.20.6Compare Source
Bug Fixes
This release is also available on:
microsoft/TypeScript (typescript)
v5.9.3Compare Source
typescript-eslint/typescript-eslint (typescript-eslint)
v8.46.0Compare Source
🚀 Features
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.45.0Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
This PR was generated by Mend Renovate. View the repository job log.