chore(deps-dev): bump the npm-dependencies group across 1 directory with 4 updates
Type: Pull Request
State: Open
Association: Unknown
Comments: 2
(7 months ago)
(7 months ago)
pr::dependencies
Bumps the npm-dependencies group with 4 updates in the / directory: eslint-plugin-jsdoc, prettier, vite and vitest.
Updates eslint-plugin-jsdoc from 61.2.1 to 61.4.1
Release notes
Sourced from eslint-plugin-jsdoc's releases.
v61.4.1
61.4.1 (2025-11-23)
Bug Fixes
v61.4.0
61.4.0 (2025-11-20)
Features
v61.3.0
61.3.0 (2025-11-19)
Features
Commits
f776d63fix(require-rejects): do not treat synchronous throw as rejection; fixes #1603af2d940Implement "always" mode support for list indentation preservationda2c872Add support for preserving list indentation in check-line-alignment (never mode)18e236eAdd support for preserving list indentation in check-line-alignment (never mode)30b6335Add support for preserving list indentation in check-line-alignment (never mode)99c7fbdfeat: addrequire-rejectsrule; fixes #75503adf63refactor: forbid inconsistent indentation with new optionedaf615feat:allowIndentedSectionsoption; fixes #541bba6dd8chore(deps-dev): bump glob from 11.0.3 to 11.1.0- See full diff in compare view
Updates prettier from 3.6.2 to 3.7.3
Release notes
Sourced from prettier's releases.
3.7.3
What's Changed
- Fix
prettier.getFileInfo()change that breaks VSCode extension by@fiskerin prettier/prettier#183753.7.2
What's Changed
- Fix string print when switching quotes by
@fiskerin prettier/prettier#18351- Preserve quote for embedded HTML attribute values by
@kovsuin prettier/prettier#18352- Fix comment in empty type literal by
@fiskerin prettier/prettier#183643.7.1
3.7.0
Changelog
Sourced from prettier's changelog.
3.7.3
API: Fix
prettier.getFileInfo()change that breaks VSCode extension (#18375 by@fisker)An internal refactor accidentally broke the VSCode extension plugin loading.
3.7.2
JavaScript: Fix string print when switching quotes (#18351 by
@fisker)// Input console.log("A descriptor\\'s .kind must be \"method\" or \"field\".")// Prettier 3.7.1 console.log('A descriptor\'s .kind must be "method" or "field".');
// Prettier 3.7.2 console.log('A descriptor\'s .kind must be "method" or "field".');
JavaScript: Preserve quote for embedded HTML attribute values (#18352 by
@kovsu)// Input const html = /* HTML */ ` <div class="${styles.banner}"></div> `;// Prettier 3.7.1 const html = /* HTML */
<div class=${styles.banner}></div>;// Prettier 3.7.2 const html = /* HTML */
<div class="${styles.banner}"></div>;TypeScript: Fix comment in empty type literal (#18364 by
@fisker)// Input export type XXX = { // tbd };// Prettier 3.7.1 </tr></table>
... (truncated)
Commits
fdfa670Release 3.7.32dce3ecFix typo27d6c64Revert previous change togetFileInfo(#18375)f4a7afaAdd types for config related functions (#18376)9266e3eAdd resolved test cases (#18358)3bfc014Bump Prettier dependency to 3.7.2081b846Clean changelog_unreleased03384c9Release 3.7.2514e51aRelease@prettier/plugin-hermes&@prettier/plugin-oxcv0.1.229a11aeFix comment in empty type literal (#18364)- 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 prettier since your current version.
Updates vite from 7.2.2 to 7.2.6
Release notes
Sourced from vite's releases.
v7.2.6
Please refer to CHANGELOG.md for details.
v7.2.5
Please refer to CHANGELOG.md for details.
Note: 7.2.5 failed to publish so it is skipped on npm
v7.2.4
Please refer to CHANGELOG.md for details.
v7.2.3
Please refer to CHANGELOG.md for details.
Changelog
Sourced from vite's changelog.
7.2.6 (2025-12-01)
7.2.5 (2025-12-01)
Bug Fixes
- config: handle shebang properly (#21158) (df5a30d)
- deps: update all non-major dependencies (#21146) (a3cd262)
- deps: update all non-major dependencies (#21175) (72e398a)
- fix
external: truemerging (#21164) (5ef557a)- shortcuts not rebound after server restart (#21166) (3765f7b)
Performance Improvements
Documentation
Miscellaneous Chores
7.2.4 (2025-11-20)
Bug Fixes
7.2.3 (2025-11-20)
Bug Fixes
- allow multiple
bindCLIShortcutscalls with shortcut merging (#21103) (5909efd)- deps: update all non-major dependencies (#21096) (6a34ac3)
- deps: update all non-major dependencies (#21128) (4f8171e)
Performance Improvements
Miscellaneous Chores
Commits
bda5dbbrelease: v7.2.63aa7527release: v7.2.572e398afix(deps): update all non-major dependencies (#21175)3765f7bfix: shortcuts not rebound after server restart (#21166)5ef557afix: fixexternal: truemerging (#21164)74559c9chore(deps): update rolldown-related dependencies (#21174)df5a30dfix(config): handle shebang properly (#21158)a3cd262fix(deps): update all non-major dependencies (#21146)46d3077docs: clarify manifest.jsonimportsfield is JS chunks only (#21136)203a551perf(deps): replace debug with obug (#21137)- Additional commits viewable in compare view
Updates vitest from 4.0.10 to 4.0.14
Release notes
Sourced from vitest's releases.
v4.0.14
🚀 Experimental Features
- browser: Expose
utils.configurePrettyDOM- by@sheremet-vain vitest-dev/vitest#9103 (2cc34)- runner: Add full names to tasks - by
@macariein vitest-dev/vitest#9087 (821aa)- ui: Add tabbed failure view for
toMatchScreenshotwith comparison slider - by@macariein vitest-dev/vitest#8813 (c37c2)🐞 Bug Fixes
- Externalize before caching - by
@sheremet-vain vitest-dev/vitest#9077 (e1b2e)- Collect the duration of external imports - by
@sheremet-vain vitest-dev/vitest#9097 (3326c)- Rename
collecttoimport, removeprepare- by@sheremet-vain vitest-dev/vitest#9091 (1256b)- browser:
- Unsubscribe
onCancelon rpc destroy - by@AriPerkkioin vitest-dev/vitest#9088 (f5b72)- Revert the viewport scaling in non-ui mode #9018 - by
@sheremet-vain vitest-dev/vitest#9072 and vitest-dev/vitest#9018 (64502)- coverage:
- Invalidate circular modules correctly on rerun with coverage - by
@aicestin vitest-dev/vitest#9096 (6f22c)- expect:
- Allow function as standard schema - by
@hi-ogawain vitest-dev/vitest#9099 (ed8a2)- jsdom:
- Reuse abort signals if possible - by
@sheremet-vain vitest-dev/vitest#9090 (2c468)- pool:
- Init
VITEST_POOL_ID+VITEST_WORKER_IDbefore environment setup - by@AriPerkkioin vitest-dev/vitest#9085 (37918)- web-worker:
postMessageto send ports to workers - by@whitphxand@AriPerkkioin vitest-dev/vitest#9078 (9d176)🏎 Performance
- Replace
debugwithobug- by@sxzzand@AriPerkkioin vitest-dev/vitest#9057 (acc51)View changes on GitHub
v4.0.13
🐞 Bug Fixes
- types:
- Don't use type from Vite 7.1 - by
@sheremet-vain vitest-dev/vitest#9071 (6356b)- Don't import node.js dependent types in vitest/browser - by
@sheremet-vain vitest-dev/vitest#9068 (332af)🏎 Performance
- Avoid fetchModule roundtrip if the module is cached - by
@sheremet-vain vitest-dev/vitest#9075 (b27e0)- experimental: If
fsCacheModuleis enabled, read from the memory when possible - by@sheremet-vain vitest-dev/vitest#9076 (6b9a1)View changes on GitHub
v4.0.12
🐞 Bug Fixes
- Inherit
fsModuleCachePathby default - by@sheremet-vain vitest-dev/vitest#9063 (9a8bc)
... (truncated)
Commits
9ca74cfchore: release v4.0.14821aa20feat(runner): Add full names to tasks (#9087)1256b5cfix: renamecollecttoimport, removeprepare(#9091)3326cc9fix: collect the duration of external imports (#9097)379185bfix(pool): initVITEST_POOL_ID+VITEST_WORKER_IDbefore environment setu...2c468eefix(jsdom): reuse abort signals if possible (#9090)e1b2e08fix: externalize before caching (#9077)acc5152perf: replacedebugwithobug(#9057)73b54cechore: release v4.0.13b27e002perf: avoid fetchModule roundtrip if the module is cached (#9075)- 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
Package Dependencies
Technical Details
| ID: | 11647315 |
| UUID: | 3683354569 |
| Node ID: | PR_kwDOQZ-9I862eLo3 |
| Host: | GitHub |
| Repository: | Code-Cause-Collective/studytimer.io |