build(deps-dev): bump the dev-deps group across 1 directory with 5 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 1
(3 months ago)
(3 months ago)
dependencies javascript
Bumps the dev-deps group with 5 updates in the / directory:
| Package | From | To |
|---|---|---|
| @biomejs/biome | 2.2.3 |
2.2.4 |
| @types/node | 24.3.1 |
24.5.2 |
| @types/react | 19.1.12 |
19.1.13 |
| @vitejs/plugin-react | 5.0.2 |
5.0.3 |
| lefthook | 1.12.4 |
1.13.2 |
Updates @biomejs/biome from 2.2.3 to 2.2.4
Release notes
Sourced from @biomejs/biome's releases.
Biome CLI v2.2.4
2.2.4
Patch Changes
#7453
aa8cea3Thanks@arendjr! - Fixed #7242: Aliases specified inpackage.json'simportssection now support having multiple targets as part of an array.#7454
ac17183Thanks@arendjr! - Greatly improved performance ofnoImportCyclesby eliminating allocations.In one repository, the total runtime of Biome with only
noImportCyclesenabled went from ~23s down to ~4s.#7447
7139aadThanks@rriski! - Fixes #7446. The GritQL$...spread metavariable now correctly matches members in object literals, aligning its behavior with arrays and function calls.#6710
98cf9afThanks@arendjr! - Fixed #4723: Type inference now recognises index signatures and their accesses when they are being indexed as a string.Example
type BagOfPromises = { // This is an index signature definition. It declares that instances of type // `BagOfPromises` can be indexed using arbitrary strings. [property: string]: Promise<void>; };let bag: BagOfPromises = {}; // Because
bag.iAmAPromiseis equivalent tobag["iAmAPromise"], this is // considered an access to the string index, and a Promise is expected. bag.iAmAPromise;#7415
d042f18Thanks@qraqras! - Fixed #7212, now theuseOptionalChainrule recognizes optional chaining usingtypeof(e.g.,typeof foo !== 'undefined' && foo.bar).#7419
576baf4Thanks@Conaclos! - Fixed #7323.noUnusedPrivateClassMembersno longer reports as unused TypeScriptprivatemembers if the rule encounters a computed access onthis.In the following example,
memberas previously reported as unused. It is no longer reported.
... (truncated)
Changelog
Sourced from @biomejs/biome's changelog.
2.2.4
Patch Changes
#7453
aa8cea3Thanks@arendjr! - Fixed #7242: Aliases specified inpackage.json'simportssection now support having multiple targets as part of an array.#7454
ac17183Thanks@arendjr! - Greatly improved performance ofnoImportCyclesby eliminating allocations.In one repository, the total runtime of Biome with only
noImportCyclesenabled went from ~23s down to ~4s.#7447
7139aadThanks@rriski! - Fixes #7446. The GritQL$...spread metavariable now correctly matches members in object literals, aligning its behavior with arrays and function calls.#6710
98cf9afThanks@arendjr! - Fixed #4723: Type inference now recognises index signatures and their accesses when they are being indexed as a string.Example
type BagOfPromises = { // This is an index signature definition. It declares that instances of type // `BagOfPromises` can be indexed using arbitrary strings. [property: string]: Promise<void>; };let bag: BagOfPromises = {}; // Because
bag.iAmAPromiseis equivalent tobag["iAmAPromise"], this is // considered an access to the string index, and a Promise is expected. bag.iAmAPromise;#7415
d042f18Thanks@qraqras! - Fixed #7212, now theuseOptionalChainrule recognizes optional chaining usingtypeof(e.g.,typeof foo !== 'undefined' && foo.bar).#7419
576baf4Thanks@Conaclos! - Fixed #7323.noUnusedPrivateClassMembersno longer reports as unused TypeScriptprivatemembers if the rule encounters a computed access onthis.In the following example,
memberas previously reported as unused. It is no longer reported.class TsBioo { private member: number;set_with_name(name: string, value: number) { this[name] = value; } }
... (truncated)
Commits
Updates @types/node from 24.3.1 to 24.5.2
Commits
- See full diff in compare view
Updates @types/react from 19.1.12 to 19.1.13
Commits
- See full diff in compare view
Updates @vitejs/plugin-react from 5.0.2 to 5.0.3
Release notes
Sourced from @vitejs/plugin-react's releases.
plugin-react@5.0.3
HMR did not work for components imported with queries with rolldown-vite (#872)
Perf: simplify refresh wrapper generation (#835)
Changelog
Sourced from @vitejs/plugin-react's changelog.
5.0.3 (2025-09-17)
HMR did not work for components imported with queries with rolldown-vite (#872)
Perf: simplify refresh wrapper generation (#835)
Commits
8293cb3release: plugin-react@5.0.389ec16dfix(react): hmr did not work for components imported with queries with rolldo...3a8b4a9perf: avoid sourcemap for refresh wrapper injection (#835)afa28f1fix(deps): update all non-major dependencies (#823)437bab2fix(deps): update all non-major dependencies (#809)- See full diff in compare view
Updates lefthook from 1.12.4 to 1.13.2
Release notes
Sourced from lefthook's releases.
v1.13.2
Changelog
- 720199a6e59dce9b5211b815c65efe8f0b7be169 feat: inherit file_types from parent jobs (#1135)
- 3f84827ee4f07c82ce76e3947538ac222f761af0 fix: move gen at root (#1133)
- 0ae7b1664d1bdce3b52138fae2299c40e5e09998 refactor: better scope subpackages (#1132)
v1.13.1
Changelog
- 884936b542a3535a43ab91a5e419baf159919d11 chore: update issue templates
- ea6bc864a7a5040bc029080e54f1706e533c72a1 feat: add no stage fixed argument (#1130)
- bb0b49517d4a3b03f5924c374536ba92077d7264 fix: re-evaluate status for changeset (#1129)
- 78b307e0fa2cdd2798b1d1f587b6bebe3957bc99 refactor: reduce the amount of code in a single file (#1118)
- ef680577ba630e9bd6c3b96c169c09f2bb34516a refactor: reduce the amount of code in a single file (#1131)
v1.13.0
Changelog
- 379d1fb0e7711ab3252732d84e103b33f22b9a03 chore: simplify PR template
- 6e0e843857eae86d98afe7f62edd200a7c040660 feat: fail on change (#1095)
- 8aba4e3063059f604694f73847a8d9916a3475b4 feat: recursively log successful results in summary (#1108)
- 97734e3afc830c0973dddfcfad28edeb2f368940 fix: add mutex to prevent concurrent git adds (#1115)
- 85521644812563675250bda68860f3de60a4425c fix: groups with successes and skips are successful (#1107)
- 0b679d01a02b90dd7d8a97ee79adc22497dc0882 fix: set --force for git add command (#1104)
- 69679a987e24de54f9ac2f10d2518564e7a50dda fix: use batched cmd for calculating git hashes (#1116)
- 1b42ebb2a1519a602c7db1098493a143462e1444 refactor: improve structuring (#1103)
Changelog
Sourced from lefthook's changelog.
1.13.2 (2025-09-22)
- feat: inherit file_types from parent jobs (#1135) by
@mrexox- fix: move gen at root (#1133) by
@mrexox- refactor: better scope subpackages (#1132) by
@mrexox1.13.1 (2025-09-17)
- feat: add no stage fixed argument (#1130) by
@mrexox- refactor: reduce the amount of code in a single file (#1131) by
@mrexox- fix: re-evaluate status for changeset (#1129) by
@mrexox- refactor: reduce the amount of code in a single file (#1118) by
@mrexox- chore: update issue templates by
@mrexox- docs: add fail_on_changes to configuration/README.md (#1119) by
@7crabs- docs: update go installation note (#1117) by
@leakedmemory1.13.0 (2025-09-11)
- fix: use batched cmd for calculating git hashes (#1116) by
@mrexox- fix: add mutex to prevent concurrent git adds (#1115) by
@mrexox- refactor: improve structuring (#1103) by
@mrexox- feat: fail on change (#1095) by
@olivier-lacroix- fix: set --force for git add command (#1104) by
@michaelm- feat: recursively log successful results in summary (#1108) by
@siler- fix: groups with successes and skips are successful (#1107) by
@siler
Commits
5fb49ab1.13.2: inherit file_types filter in jobs hierarchy720199afeat: inherit file_types from parent jobs (#1135)3f84827fix: move gen at root (#1133)0ae7b16refactor: better scope subpackages (#1132)311971a1.13.1: fixes for fail_on_changes and added --no-stage-fixed argea6bc86feat: add no stage fixed argument (#1130)ef68057refactor: reduce the amount of code in a single file (#1131)bb0b495fix: re-evaluate status for changeset (#1129)78b307erefactor: reduce the amount of code in a single file (#1118)884936bchore: update issue templates- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Pull Request Statistics
0
0
+0
-0
Package Dependencies
Technical Details
| ID: | 8206257 |
| UUID: | 3440445037 |
| Node ID: | PR_kwDOAStzNM6p0Kk2 |
| Host: | GitHub |
| Repository: | nicholasdevries/nicholasdevries.github.io |