This repository was archived by the owner on Mar 20, 2026. It is now read-only.
Merged
Conversation
b31e2f6 to
e318cd8
Compare
f862cf6 to
7208d9a
Compare
d4a8a00 to
9a0acee
Compare
7745d03 to
e8a8969
Compare
f46ad7d to
333e5b2
Compare
333e5b2 to
c2f1c8a
Compare
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
2.3.7->2.3.82.2.7->2.2.829.5.11->29.5.1220.11.0->20.11.165.1.0->5.2.09.0.6->9.0.1015.2.0->15.2.13.2.2->3.2.529.1.1->29.1.2Release Notes
vercel/edge-runtime (@edge-runtime/jest-environment)
v2.3.8Compare Source
Patch Changes
c313a3cbde5b06ee4ff716a25fbd0118cdfb571b]:vercel/edge-runtime (@edge-runtime/types)
v2.2.8Compare Source
Patch Changes
d26e2ddaffdf7f9ae9bbcdeae00175dabd4a7e44,c313a3cbde5b06ee4ff716a25fbd0118cdfb571b]:vercel/style-guide (@vercel/style-guide)
v5.2.0Compare Source
Bug Fixes
es2023is not valid (#84) (3d9dbdc)Features
typicode/husky (husky)
v9.0.10Compare Source
v9.0.9Compare Source
v9.0.8Compare Source
v9.0.7Compare Source
~/.huskyrccorrectly (compatibility with v8)okonet/lint-staged (lint-staged)
v15.2.1Compare Source
Patch Changes
e4023f6Thanks @iiroj! - Ignore stdin of spawned commands so that they don't get stuck waiting. Until now, lint-staged has used the default settings to spawn linter commands. This means thestdinof the spawned commands has accepted input, and essentially gotten stuck waiting. Now thestdinis ignored and commands will no longer get stuck. If you relied on this behavior, please open a new issue and describe how; the behavior has not been intended.prettier/prettier (prettier)
v3.2.5Compare Source
diff
Support Angular inline styles as single template literal (#15968 by @sosukesuzuki)
Angular v17 supports single string inline styles.
Unexpected embedded formatting for Angular template (#15969 by @JounQin)
Computed template should not be considered as Angular component template
Use
"json"parser fortsconfig.jsonby default (#16012 by @sosukesuzuki)In v2.3.0, we introduced
"jsonc"parser which adds trialing comma by default.When adding a new parser we also define how it will be used based on the
linguist-languagesdata.tsconfig.jsonis a special file used by TypeScript, it uses.jsonfile extension, but it actually uses the JSON with Comments syntax. However, we found that there are many third-party tools not recognize it correctly because of the confusing.jsonfile extension.We decide to treat it as a JSON file for now to avoid the extra configuration step.
To keep using the
"jsonc"parser for yourtsconfig.jsonfiles, add the following to your.pretterrcfile{ "overrides": [ { "files": ["tsconfig.json", "jsconfig.json"], "options": { "parser": "jsonc" } } ] }v3.2.4Compare Source
diff
Fix incorrect parser inference (#15947 by @fisker)
Files like
.eslintrc.jsonwere incorrectly formatted as JSONC files.v3.2.3Compare Source
diff
Throw errors for invalid code (#15881 by @fisker, @Josh-Cena, @auvred)
Fix parser inference (#15927 by @fisker)
kulshekhar/ts-jest (ts-jest)
v29.1.2Compare Source
Bug Fixes
supportsStaticESM(a5d6f2d)processAsync(e7be4bf), closes #4207Config.ProjectConfig(918312b), closes #4028Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "before 4am on Monday" (UTC).
🚦 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.
This PR has been generated by Mend Renovate. View repository job log here.