chore(deps): update non-major #50
Open
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.0.0->^2.0.1^4.24.4->^4.27.0v3->v367ccf78->271a8d0^3.6.0->^3.6.2This is a special PR that replaces
google-github-actions/release-please-actionwith the community suggested minimal stable replacement version.Release Notes
sanity-io/prettier-config (@sanity/prettier-config)
v2.0.1Compare Source
Bug Fixes
browserslist/browserslist (browserslist)
v4.27.0Compare Source
BROWSERSLIST_TRACE_WARNINGenvironment variable.v4.26.3Compare Source
throwOnMissingwithextendsquery (by @alexander-akait).v4.26.2Compare Source
baseline-browser-mappingversion requirement.v4.26.1Compare Source
v4.26.0Compare Source
v4.25.4Compare Source
v4.25.3Compare Source
v4.25.2Compare Source
--permissionsupport (by @broofa).v4.25.1Compare Source
v4.25.0Compare Source
cover 95% in browserslist-config-mycompany statsquery support.v4.24.5Compare Source
prettier/prettier (prettier)
v3.6.2Compare Source
diff
Markdown: Add missing blank line around code block (#17675 by @fisker)
v3.6.1Compare Source
diff
TypeScript: Allow const without initializer (#17650, #17654 by @fisker)
Miscellaneous: Avoid closing files multiple times (#17665 by @43081j)
When reading a file to infer the interpreter from a shebang, we use the
n-readlineslibrary to read the first line in order to get the shebang.This library closes files when it reaches EOF, and we later try close the same
files again. We now close files only if
n-readlinesdid not already closethem.
Configuration
📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), 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 has been generated by Mend Renovate using a curated preset maintained by
. View repository job log here