chore(deps-dev): bump the npm-dependencies group across 1 directory with 4 updates
Type: Pull Request
State: Open
Association: Unknown
Comments: 2
(5 months ago)
(5 months ago)
pr::dependencies
Bumps the npm-dependencies group with 4 updates in the / directory: eslint-plugin-jsdoc, jsdom, prettier and vitest.
Updates eslint-plugin-jsdoc from 62.2.0 to 62.5.0
Release notes
Sourced from eslint-plugin-jsdoc's releases.
v62.5.0
62.5.0 (2026-01-29)
Features
check-tag-names: add Typedocinclude,includeCode, and TSDocinheritDoc/inheritdocandlabelto allowable inline tags; add TSDoc and typedoc tags (925f6e3)require-description-complete-sentence: allow inlineinheritDoc,inheritdoc,include,includeCode,labelto avoid rule; fixes #1641 (c5a09c8)valid-types: add Typedocinclude,includeCode, and TSDocinheritDoc/inheritdocandlabelto allowable inline tags (c078633)v62.4.1
62.4.1 (2026-01-24)
Bug Fixes
v62.4.0
62.4.0 (2026-01-23)
Features
type-formatting: supporttrailingPunctuationMultilineOnlyboolean option; fixes #1636 (#1638) (3907822)v62.3.1
62.3.1 (2026-01-22)
Bug Fixes
v62.3.0
62.3.0 (2026-01-20)
Features
Commits
925f6e3feat(check-tag-names): add Typedocinclude,includeCode, and TSDoc `inh...c078633feat(valid-types): add Typedocinclude,includeCode, and TSDoc `inherit...c5a09c8feat(require-description-complete-sentence): allow inlineinheritDoc, `in...ba0034efix: update jsdoccomment, devDeps. (#1639)3907822feat(type-formatting): supporttrailingPunctuationMultilineOnlyboolean o...f443986fix: update comment-parser, devDeps (#1637)78b6980feat(type-formatting): addobjectTypeBracketSpacingoption; fixes #1615 (...- See full diff in compare view
Updates jsdom from 27.4.0 to 28.0.0
Release notes
Sourced from jsdom's releases.
Version 28.0.0
- Overhauled resource loading customization. See the new README for details on the new API.
- Added MIME type sniffing to
<iframe>and<frame>loads.- Regression:
WebSockets are no longer correctly throttled to one connection per origin. This is a result of the bug at nodejs/undici#4743.- Fixed decoding of the query components of
<a>and<area>elements in non-UTF-8 documents.- Fixed
XMLHttpRequestfetches andWebSocketupgrade requests to be interceptable by the new customizable resource loading. (Except synchronousXMLHttpRequests.)- Fixed the referrer of a document to be set correctly when redirects are involved; it is now the initiating page, not the last hop in the redirect chain.
- Fixed correctness bugs when passing
ArrayBuffers or typed arrays to various APIs, where they would not correctly snapshot the data.- Fixed
require("url").parse()deprecation warning when usingWebSockets.- Fixed
<iframe>,<frame>, and<img>(whencanvasis installed) to fireloadevents, noterrorevents, on non-OK HTTP responses.- Fixed many small issues in
XMLHttpRequest.
Changelog
Sourced from jsdom's changelog.
28.0.0
- Overhauled resource loading customization. See the new README for details on the new API.
- Added MIME type sniffing to
<iframe>and<frame>loads.- Regression:
WebSockets are no longer correctly throttled to one connection per origin. This is a result of the bug at nodejs/undici#4743.- Fixed decoding of the query components of
<a>and<area>elements in non-UTF-8 documents.- Fixed
XMLHttpRequestfetches andWebSocketupgrade requests to be interceptable by the new customizable resource loading. (Except synchronousXMLHttpRequests.)- Fixed the referrer of a document to be set correctly when redirects are involved; it is now the initiating page, not the last hop in the redirect chain.
- Fixed correctness bugs when passing
ArrayBuffers or typed arrays to various APIs, where they would not correctly snapshot the data.- Fixed
require("url").parse()deprecation warning when usingWebSockets.- Fixed
<iframe>,<frame>, and<img>(whencanvasis installed) to fireloadevents, noterrorevents, on non-OK HTTP responses.- Fixed many small issues in
XMLHttpRequest.
Commits
20f614dVersion 28.0.02b65c6aReplace the resource loader API638bd68Decode <a> and <area> query strings using document's encoding457bd4bAdd AGENTS.md (and CLAUDE.md)bf1dc15Mark header-values tests as fail-slow due to Node.js bug92f269eUpdate dependencies and dev dependencies7d6e667Improve spec alignment of Headers and header type tests2c29aedFix Windows-specific task kill timeoutsd941216Add failing regression test for animation-name case-sensitivity56a833dUpdate style benchmark- Additional commits viewable in compare view
Updates prettier from 3.8.0 to 3.8.1
Changelog
Sourced from prettier's changelog.
3.8.1
Include available
printersin plugin type declarations (#18706 by@porada)// Input import * as prettierPluginEstree from "prettier/plugins/estree";// Prettier 3.8.0 // Property 'printers' does not exist on type 'typeof import("prettier/plugins/estree")'. ts(2339) prettierPluginEstree.printers.estree; //=> any
// Prettier 3.8.1 prettierPluginEstree.printers.estree; //=> Printer prettierPluginEstree.printers["estree-json"]; //=> Printer
Commits
90983f4Release 3.8.157f702fInclude availableprintersin plugin type declarations (#18706)bece827Revert change in release script82a4ab2Bump Prettier dependency to 3.8.05213ee4Clean changelog_unreleasedf95ad0fComment out finished stepsb2034e8Fix release script5824b15Release 3.8.00433601Add blog post for v3.8.0 (#18639)c45fef1Fix LWC attribute with--embedded-language-formatting off(#18383)- See full diff in compare view
Updates vitest from 4.0.17 to 4.0.18
Release notes
Sourced from vitest's releases.
v4.0.18
🚀 Experimental Features
- experimental: Add
onModuleRunnerhook toworker.init- by@sheremet-vain vitest-dev/vitest#9286 (ea837)🐞 Bug Fixes
- Use
meta.urlincreateRequire- by@sheremet-vain vitest-dev/vitest#9441 (e0572)- browser: Hide injected data-testid attributes - by
@sheremet-vain vitest-dev/vitest#9503 (f8989)- ui: Process artifact attachments when generating HTML reporter - by
@macariein vitest-dev/vitest#9472 (22543)View changes on GitHub
Commits
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: | 13430829 |
| UUID: | 3888736793 |
| Node ID: | PR_kwDOQZ-9I87BD3e3 |
| Host: | GitHub |
| Repository: | Code-Cause-Collective/studytimer.io |