fix(deps): update all non-major dependencies#191
Merged
Conversation
1ab10ce to
f05d497
Compare
cc4827b to
092c40f
Compare
092c40f to
7dd823b
Compare
a7c491e to
5cc9ed4
Compare
3331e09 to
53469d2
Compare
a123965 to
f627d63
Compare
6a75920 to
fb76183
Compare
264f1ef to
396fc71
Compare
396fc71 to
f8523a0
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 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.7.1->19.8.019.7.1->19.8.0^1000.0.3->^1000.0.51000.1.1->1000.2.122.13.4->22.13.103.0.6->3.0.8^0.25.0->^0.25.10.25.0->0.25.19.20.1->9.22.05.43.6->5.45.01.10.10->1.11.33.5.1->3.5.34.30.1->4.35.013.0.2->13.0.35.7.3->5.8.26.1.1->6.2.13.0.6->3.0.8Release Notes
conventional-changelog/commitlint (@commitlint/cli)
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
conventional-changelog/commitlint (@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
vitest-dev/vitest (@vitest/coverage-v8)
v3.0.8Compare Source
🐞 Bug Fixes
@vitest/spy- by @mrginglymus in https://github.com/vitest-dev/vitest/issues/7575 (7f7ff)beforeEach/Allcleanup callback timeout - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7500 (0c292)Task.suiteinitialization - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7414 (ca9ff)buildStarton Vite 6 - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7480 (c0f47)View changes on GitHub
v3.0.7Compare Source
🐞 Bug Fixes
🏎 Performance
View changes on GitHub
evanw/esbuild (esbuild)
v0.25.1Compare Source
Fix incorrect paths in inline source maps (#4070, #4075, #4105)
This fixes a regression from version 0.25.0 where esbuild didn't correctly resolve relative paths contained within source maps in inline
sourceMappingURLdata URLs. The paths were incorrectly being passed through as-is instead of being resolved relative to the source file containing thesourceMappingURLcomment, which was due to the data URL not being a file URL. This regression has been fixed, and this case now has test coverage.Fix invalid generated source maps (#4080, #4082, #4104, #4107)
This release fixes a regression from version 0.24.1 that could cause esbuild to generate invalid source maps. Specifically under certain conditions, esbuild could generate a mapping with an out-of-bounds source index. It was introduced by code that attempted to improve esbuild's handling of "null" entries in source maps (i.e. mappings with a generated position but no original position). This regression has been fixed.
This fix was contributed by @jridgewell.
Fix a regression with non-file source map paths (#4078)
The format of paths in source maps that aren't in the
filenamespace was unintentionally changed in version 0.25.0. Path namespaces is an esbuild-specific concept that is optionally available for plugins to use to distinguish paths fromfilepaths and from paths meant for other plugins. Previously the namespace was prepended to the path joined with a:character, but version 0.25.0 unintentionally failed to prepend the namespace. The previous behavior has been restored.Fix a crash with
switchoptimization (#4088)The new code in the previous release to optimize dead code in switch statements accidentally introduced a crash in the edge case where one or more switch case values include a function expression. This is because esbuild now visits the case values first to determine whether any cases are dead code, and then visits the case bodies once the dead code status is known. That triggered some internal asserts that guard against traversing the AST in an unexpected order. This crash has been fixed by changing esbuild to expect the new traversal ordering. Here's an example of affected code:
Update Go from 1.23.5 to 1.23.7 (#4076, #4077)
This should have no effect on existing code as this version change does not change Go's operating system support. It may remove certain reports from vulnerability scanners that detect which version of the Go compiler esbuild uses.
This PR was contributed by @MikeWillCook.
eslint/eslint (eslint)
v9.22.0Compare Source
v9.21.0Compare Source
Features
418717ffeat: introduce new deprecated types for rules (#19238) (fnx)5c5b802feat: Add--extCLI option (#19405) (Milos Djermanovic)Bug Fixes
db5340dfix: update missing plugin message template (#19445) (Milos Djermanovic)d8ffdd4fix: do not exit process on rule crash (#19436) (Francesco Trotta)Documentation
c5561eadocs: Update README (GitHub Actions Bot)80b0485docs: replacevarwithletandconstin rule example (#19434) (Tanuj Kanti)f67d5e8docs: Update README (GitHub Actions Bot)75afc61docs: Update README (GitHub Actions Bot)0636cabdocs: Update Eleventy from v2 to v3 (#19415) (Amaresh S M)dd7d930docs: Update README (GitHub Actions Bot)Chores
a8c9a9fchore: update@eslint/eslintrcand@eslint/js(#19453) (Francesco Trotta)265e0cfchore: package.json update for @eslint/js release (Jenkins)3401b85test: add test forRule.ReportDescriptortype (#19449) (Francesco Trotta)e497aa7chore: update rewrite dependencies (#19448) (Francesco Trotta)dab5478chore: better error message for missing plugin in config (#19402) (Tanuj Kanti)ebfe2ebchore: set js language for bug report issue config block (#19439) (Josh Goldberg ✨)5fd211dtest: processors can return subpaths (#19425) (Milos Djermanovic)webpro-nl/knip (knip)
v5.45.0Compare Source
8175043)474dca3) - thanks @cylewaitforit!4717edf)b49b753)7ea7c34)100129a)ee2c94d)f55dc1b)v5.44.5Compare Source
06dcbaf)512c3e4)f22341f)//prefix to better reflect debug value is text/comment (0ec0933)1505557)e42b09d)a530ff4)v5.44.4Compare Source
workspacechecks in Windows (4f4d0bf)v5.44.3Compare Source
63929e2)bfbcf5d)v5.44.2Compare Source
f63df95)6098cb9)d3b7ab6)c145c58)dae0f78)0b7f05f)8209917)v5.44.1Compare Source
79d5279)b572c7c)f94a9ee)-t jsconfig.json(close #787) (12bd803)de89b7e)41a2bcc) - thanks @TJNhxMZHmqGytuWT!@typesDT dependencies (resolve #942) (fc95526)v5.44.0Compare Source
3cf1d05)2afffe0) - thanks @rmunch!012fd5b) - thanks @lasseklovstad!manifestStr(9ce5766)manifestStrand introducePackageJsonPeeker(f2efd22)posto more issue types in json reporter (resolves #930) (72cbcfa)1019b99)090e76b)dd0f682)dcf5df3)9050695)evilmartians/lefthook (lefthook)
v1.11.3Compare Source
v1.11.2Compare Source
v1.11.1Compare Source
v1.11.0Compare Source
v1.10.11Compare Source
prettier/prettier (prettier)
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.rollup/rollup (rollup)
v4.35.0Compare Source
2025-03-08
Features
Pull Requests
v4.34.9Compare Source
2025-03-01
Bug Fixes
Pull Requests
v4.34.8Compare Source
2025-02-17
Bug Fixes
Pull Requests
v4.34.7Compare Source
2025-02-14
Bug Fixes
Pull Requests
v4.34.6Compare Source
2025-02-07
Bug Fixes
Pull Requests
v4.34.5Compare Source
2025-02-07
Bug Fixes
Pull Requests
v4.34.4Compare Source
2025-02-05
Bug Fixes
Pull Requests
v4.34.3Compare Source
2025-02-05
Bug Fixes
Pull Requests
v4.34.2Compare Source
2025-02-04
Bug Fixes
Pull Requests
v4.34.1Compare Source
2025-02-03
Bug Fixes
Pull Requests
v4.34.0Compare Source
2025-02-01
Features
Pull Requests
v4.33.0Compare Source
2025-02-01
Features
Bug Fixes
Pull Requests
v4.32.1Compare Source
2025-01-28
Bug Fixes
Pull Requests
v4.32.0Compare Source
2025-01-24
Features
Bug Fixes
Pull Requests
v4.31.0Compare Source
2025-01-19
Features
Bug Fixes
Pull Requests
JamieMason/syncpack (syncpack)
v13.0.3Compare Source
Configuration
📅 Schedule: Branch creation - "* 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.