deps(deps-dev): bump the development-dependencies group across 1 directory with 12 updates
Type: Pull Request
State: Open
Association: Unknown
Comments: 1
(6 days ago)
(6 days ago)
Bumps the development-dependencies group with 11 updates in the / directory:
| Package | From | To |
|---|---|---|
| @eslint/js | 9.37.0 |
9.38.0 |
| @types/node | 24.7.0 |
24.9.1 |
| @typescript-eslint/eslint-plugin | 8.45.0 |
8.46.2 |
| @typescript-eslint/parser | 8.45.0 |
8.46.2 |
| @vitest/coverage-v8 | 3.2.4 |
4.0.3 |
| @vitest/ui | 3.2.4 |
4.0.3 |
| eslint | 9.37.0 |
9.38.0 |
| prettier | 3.3.3 |
3.6.2 |
| typescript | 5.8.2 |
5.9.3 |
| vite | 7.1.9 |
7.1.12 |
| vitest | 3.2.4 |
4.0.3 |
Updates @eslint/js from 9.37.0 to 9.38.0
Release notes
Sourced from @eslint/js's releases.
v9.38.0
Features
ce40f74feat: updatecomplexityrule to only highlight function header (#20048) (Atul Nair)e37e590feat: correctno-loss-of-precisionfalse positives withenotation (#20187) (Francesco Trotta)Bug Fixes
50c3dfdfix: improve type support for isolated dependencies in pnpm (#20201) (Francesco Trotta)a1f06a3fix: correct SourceCode typings (#20114) (Pixel998)Documentation
462675adocs: improve web accessibility by hiding non-semantic character (#20205) (루밀LuMir)c070e65docs: correct formatting inno-irregular-whitespacerule documentation (#20203) (루밀LuMir)b39e71adocs: Update README (GitHub Actions Bot)cd39983docs: movecustom-formatterstype descriptions tonodejs-api(#20190) (Percy Ma)Chores
d17c795chore: upgrade@eslint/js@9.38.0 (#20221) (Milos Djermanovic)25d0e33chore: package.json update for@eslint/jsrelease (Jenkins)c82b5efrefactor: Use types from@eslint/core(#20168) (Nicholas C. Zakas)ff31609ci: add Node.js 25 toci.yml(#20220) (루밀LuMir)004577eci: bump github/codeql-action from 3 to 4 (#20211) (dependabot[bot])eac71fbtest: remove use ofnodejsScopeoption of eslint-scope from tests (#20206) (Milos Djermanovic)4168a18chore: fix typo in legacy-eslint.js (#20202) (Sweta Tanwar)205dbd2chore: fix typos (#20200) (ntnyq)dbb200echore: use team member's username when name is not available in data (#20194) (Milos Djermanovic)8962089chore: mark deprecated rules as available until v11.0.0 (#20184) (Pixel998)
Commits
25d0e33chore: package.json update for@eslint/jsrelease- See full diff in compare view
Updates @types/node from 24.7.0 to 24.9.1
Commits
- See full diff in compare view
Updates @typescript-eslint/eslint-plugin from 8.45.0 to 8.46.2
Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
v8.46.2
8.46.2 (2025-10-20)
🩹 Fixes
- eslint-plugin: [prefer-optional-chain] skip optional chaining when it could change the result (#11702)
- typescript-estree: forbid invalid modifiers in object methods (#11689)
❤️ Thank You
- fisker Cheung
@fisker- mdm317
You can read about our versioning strategy and releases on our website.
v8.46.1
8.46.1 (2025-10-13)
🩹 Fixes
- ast-spec: cleanup
TSLiteralType(#11624)- eslint-plugin: [prefer-optional-chain] include mixed "nullish comparison style" chains in checks (#11533)
- eslint-plugin: [no-misused-promises] special-case
.finallynot to report when a promise returning function is provided as an argument (#11667)❤️ Thank You
- Abraham Guo
- mdm317
- Ronen Amiel
You can read about our versioning strategy and releases on our website.
v8.46.0
8.46.0 (2025-10-06)
🚀 Features
- eslint-plugin: [no-unsafe-member-access] add allowOptionalChaining option (#11659)
- eslint-plugin-internal: [no-dynamic-tests] new internal Lint rule to ban dynamic syntax in generating tests (#11323)
- rule-schema-to-typescript-types: clean up and make public (#11633)
- typescript-eslint: export util types (#10848, #10849)
- typescript-estree: mention file specifics in project service allowDefaultProject error (#11635)
- typescript-estree: private identifiers can only appear on LHS of in expressions (#9232)
🩹 Fixes
- eslint-plugin: [no-floating-promises] remove excess parentheses in suggestions (#11487)
- eslint-plugin: [unbound-method] improve wording around
this: voidand binding (#11634)- eslint-plugin: [no-deprecated] ignore deprecated
export imports (#11603)- eslint-plugin: removed error type previously deprecated (#11674)
... (truncated)
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
8.46.2 (2025-10-20)
🩹 Fixes
- eslint-plugin: [prefer-optional-chain] skip optional chaining when it could change the result (#11702)
❤️ Thank You
- mdm317
You can read about our versioning strategy and releases on our website.
8.46.1 (2025-10-13)
🩹 Fixes
- eslint-plugin: [no-misused-promises] special-case
.finallynot to report when a promise returning function is provided as an argument (#11667)- eslint-plugin: [prefer-optional-chain] include mixed "nullish comparison style" chains in checks (#11533)
❤️ Thank You
- mdm317
- Ronen Amiel
You can read about our versioning strategy and releases on our website.
8.46.0 (2025-10-06)
🚀 Features
- eslint-plugin: [no-unsafe-member-access] add allowOptionalChaining option (#11659)
- rule-schema-to-typescript-types: clean up and make public (#11633)
🩹 Fixes
- eslint-plugin: [prefer-readonly-parameter-types] ignore tagged primitives (#11660)
- typescript-estree: forbid abstract method and accessor to have implementation (#11657)
- eslint-plugin: removed error type previously deprecated (#11674)
- eslint-plugin: [no-deprecated] ignore deprecated
export imports (#11603)- eslint-plugin: [unbound-method] improve wording around
this: voidand binding (#11634)- rule-tester: deprecate TestCaseError#type and LintMessage#nodeType (#11628)
- eslint-plugin: [no-floating-promises] remove excess parentheses in suggestions (#11487)
❤️ Thank You
- fisker Cheung
@fisker- Josh Goldberg ✨
- Kirk Waiblinger
@kirkwaiblinger- Mark de Dios
@peanutenthusiast- Richard Torres
@richardtorres314
... (truncated)
Commits
55ca033chore(release): publish 8.46.2698e7a8fix(eslint-plugin): [prefer-optional-chain] skip optional chaining when it co...3f5fbf6chore(release): publish 8.46.1a64b3ccfix(eslint-plugin): [no-misused-promises] special-case.finallynot to repo...73003bffix(eslint-plugin): [prefer-optional-chain] include mixed "nullish comparison...aec785echore(release): publish 8.46.0a974191fix(eslint-plugin): [prefer-readonly-parameter-types] ignore tagged primitive...02e0278fix(typescript-estree): forbid abstract method and accessor to have implement...f083798feat(eslint-plugin): [no-unsafe-member-access] add allowOptionalChaining opti...a62f625fix(eslint-plugin): removed error type previously deprecated (#11674)- Additional commits viewable in compare view
Updates @typescript-eslint/parser from 8.45.0 to 8.46.2
Release notes
Sourced from @typescript-eslint/parser's releases.
v8.46.2
8.46.2 (2025-10-20)
🩹 Fixes
- eslint-plugin: [prefer-optional-chain] skip optional chaining when it could change the result (#11702)
- typescript-estree: forbid invalid modifiers in object methods (#11689)
❤️ Thank You
- fisker Cheung
@fisker- mdm317
You can read about our versioning strategy and releases on our website.
v8.46.1
8.46.1 (2025-10-13)
🩹 Fixes
- ast-spec: cleanup
TSLiteralType(#11624)- eslint-plugin: [prefer-optional-chain] include mixed "nullish comparison style" chains in checks (#11533)
- eslint-plugin: [no-misused-promises] special-case
.finallynot to report when a promise returning function is provided as an argument (#11667)❤️ Thank You
- Abraham Guo
- mdm317
- Ronen Amiel
You can read about our versioning strategy and releases on our website.
v8.46.0
8.46.0 (2025-10-06)
🚀 Features
- eslint-plugin: [no-unsafe-member-access] add allowOptionalChaining option (#11659)
- eslint-plugin-internal: [no-dynamic-tests] new internal Lint rule to ban dynamic syntax in generating tests (#11323)
- rule-schema-to-typescript-types: clean up and make public (#11633)
- typescript-eslint: export util types (#10848, #10849)
- typescript-estree: mention file specifics in project service allowDefaultProject error (#11635)
- typescript-estree: private identifiers can only appear on LHS of in expressions (#9232)
🩹 Fixes
- eslint-plugin: [no-floating-promises] remove excess parentheses in suggestions (#11487)
- eslint-plugin: [unbound-method] improve wording around
this: voidand binding (#11634)- eslint-plugin: [no-deprecated] ignore deprecated
export imports (#11603)- eslint-plugin: removed error type previously deprecated (#11674)
... (truncated)
Changelog
Sourced from @typescript-eslint/parser's changelog.
8.46.2 (2025-10-20)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.46.1 (2025-10-13)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.46.0 (2025-10-06)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
Commits
55ca033chore(release): publish 8.46.23f5fbf6chore(release): publish 8.46.1aec785echore(release): publish 8.46.0- See full diff in compare view
Updates @vitest/coverage-v8 from 3.2.4 to 4.0.3
Release notes
Sourced from @vitest/coverage-v8's releases.
v4.0.3
🐞 Bug Fixes
- Preserve reporter options from config when CLI reporters override them - by
@Copilotand sheremet-va in vitest-dev/vitest#8794 (15552)- browser: More stable in-source testing validation - by
@sheremet-vain vitest-dev/vitest#8793 (62297)- happy-dom: Support fetch globals - by
@sheremet-vain vitest-dev/vitest#8791 (0fb74)- init: Use correct jsx/tsx extension - by
@sheremet-vain vitest-dev/vitest#8792 (abc04)View changes on GitHub
v4.0.2
🐞 Bug Fixes
- browser:
- Don't print the deprecation notice in node_modules - by
@sheremet-vain vitest-dev/vitest#8779 (588f7)- pool:
- Assign envs before running tests to keep in sync with process.env - by
@sheremet-vain vitest-dev/vitest#8769 (26ce8)- spy:
- Properly inherit implementation's
length- by@sheremet-vain vitest-dev/vitest#8778 (d4c2b)- Reset spies if both
restoreMocksandmockResetare set in the config - by@sheremet-vain vitest-dev/vitest#8781 (2eedb)View changes on GitHub
v4.0.1
🐞 Bug Fixes
- Move the
getBuiltinscheck - by@sheremet-vain vitest-dev/vitest#8765 (81000)- pool: Don't teardown the communication channel too soon if something is running after the test - by
@sheremet-vain vitest-dev/vitest#8767 (3fae7)View changes on GitHub
v4.0.0
Vitest 4.0 is out!
To stay updated, read our blog post and check the migration guide.
🚨 Breaking Changes
- Remove
'basic'reporter - by@AriPerkkioin vitest-dev/vitest#7884 (82fcf)- Simplify default exclude pattern - by
@sheremet-vain vitest-dev/vitest#6287 (14c50)- Remove deprecated getSourceMap - by
@sheremet-vain vitest-dev/vitest#8194 (ff934)- Replace deprecated ErrorWithDiff with TestError - by
@sheremet-vain vitest-dev/vitest#8195 (da59e)- Remove UserConfig type in favor of ViteUserConfig - by
@sheremet-vain vitest-dev/vitest#8196 (22f7f)- Remove deprecated coverage options in favor of
vitest/nodeexports - by@sheremet-vain vitest-dev/vitest#8197 (dc848)- Remove deprecated internal helpers and environment exports - by
@sheremet-vain vitest-dev/vitest#8198 (4703c)- Remove deprecated typecheck and runner types - by
@sheremet-vain vitest-dev/vitest#8199 (89a1c)- Remove Node types from the main entry point, use
vitest/nodeinstead - by@sheremet-vain vitest-dev/vitest#8200 (1e60c)- Remove support for Vite 5 - by
@sheremet-vain vitest-dev/vitest#8202 (cb8b0)- Remove deprecated types - by
@sheremet-vain vitest-dev/vitest#8203 (66bee)- Remove deprecated environmentMatchGlobs and poolMatchGlobs - by
@sheremet-vain vitest-dev/vitest#8205 (be11d)
... (truncated)
Commits
ca1766fchore: release v4.0.307bc56achore: release v4.0.24a28faachore: release v4.0.1da7ce17chore: release v4.0.03e4b6b7chore: release v4.0.0-beta.1935816fefix(coverage): v8 to ignore Vite's generated cjs import helpers (#8718)bc7c20dchore: release v4.0.0-beta.184783137chore: release v4.0.0-beta.176fc7890chore: release v4.0.0-beta.16d677c0bchore: release v4.0.0-beta.15- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @vitest/coverage-v8 since your current version.
Updates @vitest/ui from 3.2.4 to 4.0.3
Release notes
Sourced from @vitest/ui's releases.
v4.0.3
🐞 Bug Fixes
- Preserve reporter options from config when CLI reporters override them - by
@Copilotand sheremet-va in vitest-dev/vitest#8794 (15552)- browser: More stable in-source testing validation - by
@sheremet-vain vitest-dev/vitest#8793 (62297)- happy-dom: Support fetch globals - by
@sheremet-vain vitest-dev/vitest#8791 (0fb74)- init: Use correct jsx/tsx extension - by
@sheremet-vain vitest-dev/vitest#8792 (abc04)View changes on GitHub
v4.0.2
🐞 Bug Fixes
- browser:
- Don't print the deprecation notice in node_modules - by
@sheremet-vain vitest-dev/vitest#8779 (588f7)- pool:
- Assign envs before running tests to keep in sync with process.env - by
@sheremet-vain vitest-dev/vitest#8769 (26ce8)- spy:
- Properly inherit implementation's
length- by@sheremet-vain vitest-dev/vitest#8778 (d4c2b)- Reset spies if both
restoreMocksandmockResetare set in the config - by@sheremet-vain vitest-dev/vitest#8781 (2eedb)View changes on GitHub
v4.0.1
🐞 Bug Fixes
- Move the
getBuiltinscheck - by@sheremet-vain vitest-dev/vitest#8765 (81000)- pool: Don't teardown the communication channel too soon if something is running after the test - by
@sheremet-vain vitest-dev/vitest#8767 (3fae7)View changes on GitHub
v4.0.0
Vitest 4.0 is out!
To stay updated, read our blog post and check the migration guide.
🚨 Breaking Changes
- Remove
'basic'reporter - by@AriPerkkioin vitest-dev/vitest#7884 (82fcf)- Simplify default exclude pattern - by
@sheremet-vain vitest-dev/vitest#6287 (14c50)- Remove deprecated getSourceMap - by
@sheremet-vain vitest-dev/vitest#8194 (ff934)- Replace deprecated ErrorWithDiff with TestError - by
@sheremet-vain vitest-dev/vitest#8195 (da59e)- Remove UserConfig type in favor of ViteUserConfig - by
@sheremet-vain vitest-dev/vitest#8196 (22f7f)- Remove deprecated coverage options in favor of
vitest/nodeexports - by@sheremet-vain vitest-dev/vitest#8197 (dc848)- Remove deprecated internal helpers and environment exports - by
@sheremet-vain vitest-dev/vitest#8198 (4703c)- Remove deprecated typecheck and runner types - by
@sheremet-vain vitest-dev/vitest#8199 (89a1c)- Remove Node types from the main entry point, use
vitest/nodeinstead - by@sheremet-vain vitest-dev/vitest#8200 (1e60c)- Remove support for Vite 5 - by
@sheremet-vain vitest-dev/vitest#8202 (cb8b0)- Remove deprecated types - by
@sheremet-vain vitest-dev/vitest#8203 (66bee)- Remove deprecated environmentMatchGlobs and poolMatchGlobs - by
@sheremet-vain vitest-dev/vitest#8205 (be11d)
... (truncated)
Commits
ca1766fchore: release v4.0.307bc56achore: release v4.0.24a28faachore: release v4.0.1da7ce17chore: release v4.0.0624032echore(ui): use vitest-browser-vue for UI tests, remove auto loading, typechec...3e4b6b7chore: release v4.0.0-beta.19bc7c20dchore: release v4.0.0-beta.184783137chore: release v4.0.0-beta.179edf904docs: correctWebSocketspelling (#8661)6fc7890chore: release v4.0.0-beta.16- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @vitest/ui since your current version.
Updates eslint from 9.37.0 to 9.38.0
Release notes
Sourced from eslint's releases.
v9.38.0
Features
ce40f74feat: updatecomplexityrule to only highlight function header (#20048) (Atul Nair)e37e590feat: correctno-loss-of-precisionfalse positives withenotation (#20187) (Francesco Trotta)Bug Fixes
50c3dfdfix: improve type support for isolated dependencies in pnpm (#20201) (Francesco Trotta)a1f06a3fix: correct SourceCode typings (#20114) (Pixel998)Documentation
462675adocs: improve web accessibility by hiding non-semantic character (#20205) (루밀LuMir)c070e65docs: correct formatting inno-irregular-whitespacerule documentation (#20203) (루밀LuMir)b39e71adocs: Update README (GitHub Actions Bot)cd39983docs: movecustom-formatterstype descriptions tonodejs-api(#20190) (Percy Ma)Chores
d17c795chore: upgrade@eslint/js@9.38.0 (#20221) (Milos Djermanovic)25d0e33chore: package.json update for@eslint/jsrelease (Jenkins)c82b5efrefactor: Use types from@eslint/core(#20168) (Nicholas C. Zakas)ff31609ci: add Node.js 25 toci.yml(#20220) (루밀LuMir)004577eci: bump github/codeql-action from 3 to 4 (#20211) (dependabot[bot])eac71fbtest: remove use ofnodejsScopeoption of eslint-scope from tests (#20206) (Milos Djermanovic)4168a18chore: fix typo in legacy-eslint.js (#20202) (Sweta Tanwar)205dbd2chore: fix typos (#20200) (ntnyq)dbb200echore: use team member's username when name is not available in data (#20194) (Milos Djermanovic)8962089chore: mark deprecated rules as available until v11.0.0 (#20184) (Pixel998)
Commits
8fe511b9.38.0f961736Build: changelog update for 9.38.0d17c795chore: upgrade@eslint/js@9.38.0 (#20221)25d0e33chore: package.json update for@eslint/jsrelease50c3dfdfix: improve type support for isolated dependencies in pnpm (#20201)c82b5efrefactor: Use types from@eslint/core(#20168)ff31609ci: add Node.js 25 toci.yml(#20220)ce40f74feat: updatecomplexityrule to only highlight function header (#20048)e37e590feat: correctno-loss-of-precisionfalse positives withenotation (#20187)004577eci: bump github/codeql-action from 3 to 4 (#20211)- Additional commits viewable in compare view
Updates prettier from 3.3.3 to 3.6.2
Release notes
Sourced from prettier's releases.
3.6.2
What's Changed
- Add missing blank line around code block by
@fiskerin prettier/prettier#176753.6.1
- Fix "Warning: File descriptor 39 closed but not opened in unmanaged mode" error when running
--experimental-cli3.6.0
🔗 Release note "Prettier 3.6: Experimental fast CLI and new OXC and Hermes plugins!"
3.5.3
3.5.2
3.5.1
3.5.0
3.4.2
3.4.1
3.4.0
Changelog
Sourced from prettier's changelog.
3.6.2
Markdown: Add missing blank line around code block (#17675 by
@fisker)<!-- Input --> 1. Some text, and code block below, with newline after code block--- foo: bar
- Another
- List
<!-- Prettier 3.6.1 -->
Some text, and code block below, with newline after code block
--- foo: bar
- Another
- List
<!-- Prettier 3.6.2 -->
Some text, and code block below, with newline after code block
--- foo: bar
- Another
- List
3.6.1
TypeScript: Allow const without initializer (#17650, #17654 by
@fisker)// Input </tr></table>
... (truncated)
Commits
7a8b05fRelease 3.6.246526b4Add missing blank line around code block (#17675)a04ec11chore(deps): update babel to v7.27.7 (#17684)32be5b6chore(deps): update dependency flow-parser to v0.274.1 (#17676)b55e777Update docs about "TypeScript Configuration Files" (#17677)b197c99chore(deps): update dependency@vitejs/plugin-reactto v4.6.0 (#17674)1185f83chore(deps): update dependency@angular/compilerto v20.0.5 (#17680)aa1316fchore(deps): update dependency browserslist to v4.25.1 (#17671)c468d33chore(deps): update dependency oxc-parser to v0.75.0 (#17672)3f46d91chore(deps): update dependency vite to v7 (#17673)- Additional commits viewable in compare view
Updates typescript from 5.8.2 to 5.9.3
Release notes
Sourced from typescript's releases.
TypeScript 5.9.3
Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.
For release notes, check out the release announcement
- fixed issues query for Typescript 5.9.0 (Beta).
- fixed issues query for Typescript 5.9.1 (RC).
- No specific changes for TypeScript 5.9.2 (Stable)
- fixed issues query for Typescript 5.9.3 (Stable).
Downloads are available on:
TypeScript 5.9
Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.
For release notes, check out the release announcement
- fixed issues query for Typescript 5.9.0 (Beta).
- fixed issues query for Typescript 5.9.1 (RC).
- No specific changes for TypeScript 5.9.2 (Stable)
Downloads are available on:
TypeScript 5.9 RC
Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.
For release notes, check out the release announcement
Downloads are available on:
TypeScript 5.9 Beta
Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.
For release notes, check out the release announcement.
Downloads are available on:
TypeScript 5.8.3
Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.
... (truncated)
Commits
Technical Details
| ID: | 10585944 |
| UUID: | 3556173777 |
| Node ID: | PR_kwDOP8oWt86v3C16 |
| Host: | GitHub |
| Repository: | notefinity-app/notefinity-core |