chore(deps): update all non-major dependencies#256
Merged
Conversation
70c6179 to
763db98
Compare
5f336fe to
000dc76
Compare
ed4116c to
436e019
Compare
020aa51 to
55c1615
Compare
bad06bd to
998d6d3
Compare
6c51517 to
695f323
Compare
b6e85e0 to
61eab46
Compare
d33191a to
4fd2933
Compare
f7fb2ca to
250a044
Compare
2d93309 to
e7283ff
Compare
3a78426 to
29f1168
Compare
8feadb2 to
0309882
Compare
891a5bf to
ab0078d
Compare
3ece578 to
cd4f36c
Compare
|
All alerts resolved. Learn more about Socket for GitHub. This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
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:
19.6.0->19.8.119.6.0->19.8.12.2.3->2.3.19.31.0->9.35.01.9.0->1.13.03.4.2->3.6.213.0.0->13.0.40.31.2->0.33.05.7.2->5.9.2Release Notes
conventional-changelog/commitlint (@commitlint/cli)
v19.8.1Compare Source
Bug Fixes
v19.8.0Compare Source
Performance Improvements
node:prefix to bypass require.cache call for builtins (#4302) (0cd8f41)19.7.1 (2025-02-02)
Note: Version bump only for package @commitlint/cli
19.6.1 (2024-12-15)
Note: Version bump only for package @commitlint/cli
v19.7.1Compare Source
Note: Version bump only for package @commitlint/cli
v19.6.1Compare Source
Note: Version bump only for package @commitlint/cli
conventional-changelog/commitlint (@commitlint/config-conventional)
v19.8.1Compare Source
Note: Version bump only for package @commitlint/config-conventional
v19.8.0Compare Source
Performance Improvements
node:prefix to bypass require.cache call for builtins (#4302) (0cd8f41)19.7.1 (2025-02-02)
Note: Version bump only for package @commitlint/config-conventional
v19.7.1Compare Source
Note: Version bump only for package @commitlint/config-conventional
loeffel-io/ls-lint (@ls-lint/ls-lint)
v2.3.1Compare Source
What's Changed
New Contributors
Full Changelog: loeffel-io/ls-lint@v2.3.0...v2.3.1
v2.3.0Compare Source
Please see the
v2.3.0announcement for more informations: https://ls-lint.org/blog/announcements/v2.3.0.htmlWhat's Changed
7430f06by @renovate in #21465e2c7bby @renovate in #22935c1285by @renovate in #251+= 1by @alexandear in #275New Contributors
Full Changelog: loeffel-io/ls-lint@v2.2.3...v2.3.0
eslint/eslint (eslint)
v9.35.0Compare Source
v9.34.0Compare Source
v9.33.0Compare Source
v9.32.0Compare Source
evilmartians/lefthook (lefthook)
v1.13.0Compare Source
v1.12.4Compare Source
v1.12.3Compare Source
run,files, andfiles-globalconfig descriptions, document that theshshell is used (#1086) by @ItsHarperv1.12.2Compare Source
v1.12.1Compare Source
v1.12.0Compare Source
v1.11.16Compare Source
v1.11.15Compare Source
v1.11.14Compare Source
v1.11.13Compare Source
Local configsection (#1019) by @dev-kasv1.11.12Compare Source
v1.11.11Compare Source
v1.11.10Compare Source
v1.11.9Compare Source
v1.11.8Compare Source
v1.11.7Compare Source
v1.11.6Compare Source
v1.11.5Compare Source
v1.11.4Compare Source
v1.11.3Compare Source
v1.11.2Compare Source
v1.11.1Compare Source
v1.11.0Compare Source
v1.10.11Compare Source
v1.10.10Compare Source
v1.10.9Compare Source
v1.10.8Compare Source
v1.10.7Compare Source
v1.10.6Compare Source
Changelog
3d0f05dchore: cleanup dotfiles9873ceechore: remove .lefthook.toml6d6977ffeat: add schema.json to npm packages (#928)6621921fix: increase timeout for self-update to 2 minse8bf594fix: typoce2058dfix: use lefthook option in ghost hook too (#929)v1.10.5Compare Source
v1.10.4Compare Source
v1.10.3Compare Source
v1.10.2Compare Source
v1.10.1Compare Source
v1.10.0Compare Source
v1.9.3Compare Source
v1.9.2Compare Source
v1.9.1Compare 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.
v3.6.0Compare Source
diff
🔗 Release Notes
v3.5.3Compare Source
v3.5.2Compare Source
diff
Remove
module-synccondition (#17156 by @fisker)In Prettier 3.5.0, we added
module-synccondition topackage.json, so thatrequire("prettier")can use ESM version, but turns out it doesn't work if CommonJS and ESM plugins both imports builtin plugins. To solve this problem, we decide simply remove themodule-synccondition, sorequire("prettier")will still use the CommonJS version, we'll revisit untilrequire(ESM)feature is more stable.v3.5.1Compare Source
diff
Fix CLI crash when cache for old version exists (#17100 by @sosukesuzuki)
Prettier 3.5 uses a different cache format than previous versions, Prettier 3.5.0 crashes when reading existing cache file, Prettier 3.5.1 fixed the problem.
Support dockercompose and github-actions-workflow in VSCode (#17101 by @remcohaszing)
Prettier now supports the
dockercomposeandgithub-actions-workflowlanguages in Visual Studio Code.v3.5.0Compare Source
diff
🔗 Release Notes
JamieMason/syncpack (syncpack)
v13.0.4Compare Source
#278#277808a5a99199058a357240v13.0.3Compare Source
#259611b49c476a849c10db2fv13.0.2Compare Source
#2238d0b0126a0a8755c80af7v13.0.1Compare Source
#25532847a2fee1f0635dea02tsdjs/tsd (tsd)
v0.33.0Compare Source
128fb5ev0.32.0Compare Source
71387camicrosoft/TypeScript (typescript)
v5.9.2Compare Source
v5.8.3Compare Source
v5.8.2Compare Source
v5.7.3: TypeScript 5.7.3Compare Source
For release notes, check out the release announcement.
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (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.