chore(deps): bump the all-dependencies group across 1 directory with 13 updates
Bumps the all-dependencies group with 13 updates in the / directory:
| Package | From | To |
|---|---|---|
| whatwg-url | 14.2.0 |
15.0.0 |
| @types/node | 22.15.21 |
24.4.0 |
| dotenv | 16.5.0 |
17.2.2 |
| dotenv-cli | 8.0.0 |
10.0.0 |
| jest | 29.7.0 |
30.1.3 |
| @types/jest | 29.5.14 |
30.0.0 |
| jest-html-reporter | 4.1.0 |
4.3.0 |
| prettier | 3.5.3 |
3.6.2 |
| ts-jest | 29.3.4 |
29.4.1 |
| typedoc | 0.28.4 |
0.28.13 |
| typedoc-plugin-markdown | 4.6.3 |
4.8.1 |
| typescript | 5.8.3 |
5.9.2 |
| webpack | 5.99.9 |
5.101.3 |
Updates whatwg-url from 14.2.0 to 15.0.0
Release notes
Sourced from whatwg-url's releases.
15.0.0
Breaking change: now requires Node.js v20 or later.
Other changes make minor updates to failure cases for
"host"/"hostname"and"port"state override parsing, following URL Standard changes https://github.com/whatwg/url/commit/c23aec1a9a7433282abc61c1f21554cd53923b26 and https://github.com/whatwg/url/commit/cc8b776b89a6d92b5cc74581c8d90450d3c1e762. These have no impact on usage of the high-level APIs.
Commits
Updates @types/node from 22.15.21 to 24.4.0
Commits
- See full diff in compare view
Updates dotenv from 16.5.0 to 17.2.2
Changelog
Sourced from dotenv's changelog.
17.2.2 (2025-09-02)
Added
- 🙏 A big thank you to new sponsor Tuple.app - the premier screen sharing app for developers on macOS and Windows. Go check them out. It's wonderful and generous of them to give back to open source by sponsoring dotenv. Give them some love back.
17.2.1 (2025-07-24)
Changed
- Fix clickable tip links by removing parentheses (#897)
17.2.0 (2025-07-09)
Added
- Optionally specify
DOTENV_CONFIG_QUIET=truein your environment or.envfile to quiet the runtime log (#889)- Just like dotenv any
DOTENV_CONFIG_environment variables take precedence over any code set options like({quiet: false})# .env DOTENV_CONFIG_QUIET=true HELLO="World"// index.js require('dotenv').config() console.log(`Hello ${process.env.HELLO}`)$ node index.js Hello Worldor
$ DOTENV_CONFIG_QUIET=true node index.js
17.1.0 (2025-07-07)
Added
- Add additional security and configuration tips to the runtime log (#884)
- Dim the tips text from the main injection information text
const TIPS = [ '🔐 encrypt with dotenvx: https://dotenvx.com', '🔐 prevent committing .env to code: https://dotenvx.com/precommit', '🔐 prevent building .env in docker: https://dotenvx.com/prebuild', </tr></table>
... (truncated)
Commits
Updates dotenv-cli from 8.0.0 to 10.0.0
Release notes
Sourced from dotenv-cli's releases.
v10.0.0: bump dotenv-expand
Fixes entropitor/dotenv-cli#121
v9.0.0 Bump dotenv and be quiet by default
Commits
Updates jest from 29.7.0 to 30.1.3
Release notes
Sourced from jest's releases.
30.1.3
Fixes
- Fix
unstable_mockModulewithnode:prefixed core modules.30.1.2
Fixes
[jest-snapshot-utils]Correct snapshot header regexp to work with newline across OSes (#15803)30.1.1
Fixes
[jest-snapshot-utils]Fix deprecated goo.gl snapshot warning not handling Windows end-of-line sequences (#15800)30.1.0
Features
[jest-leak-detector]Configurable GC aggressiveness regarding to V8 heap snapshot generation (#15793)[jest-runtime]Reduce redundant ReferenceError messages[jest-core]Include test modules that failed to load when --onlyFailures is activeFixes
- `[jest-snapshot-utils] Fix deprecated goo.gl snapshot guide link not getting replaced with fully canonical URL (#15787)
[jest-circus]Fixit.concurrentnot working withdescribe.skip(#15765)[jest-snapshot]Fix mangled inline snapshot updates when used with Prettier 3 and CRLF line endings[jest-runtime]Importing from@jest/globalsin more than one file no longer breaks relative paths (#15772)Chore
[expect]Update docblock fortoContain()to display info on substring check (#15789)30.0.2
What's Changed
Fixes
[jest-matcher-utils]Make 'deepCyclicCopyObject' safer by setting descriptors to a null-prototype object (#15689)[jest-util]Make garbage collection protection property writable (#15689)Full Changelog: https://github.com/jestjs/jest/blob/main/CHANGELOG.md
Jest 30.0.1
What's Changed
Features
[jest-resolver]Implement thedefaultAsyncResolver(#15679)
... (truncated)
Changelog
Sourced from jest's changelog.
30.1.3
Fixes
- Fix
unstable_mockModulewithnode:prefixed core modules.30.1.2
Fixes
[jest-snapshot-utils]Correct snapshot header regexp to work with newline across OSes (#15803)30.1.1
Fixes
[jest-snapshot-utils]Fix deprecated goo.gl snapshot warning not handling Windows end-of-line sequences (#15800)30.1.0
Features
[jest-leak-detector]Configurable GC aggressiveness regarding to V8 heap snapshot generation (#15793)[jest-runtime]Reduce redundant ReferenceError messages[jest-core]Include test modules that failed to load when --onlyFailures is activeFixes
[jest-snapshot-utils]Fix deprecated goo.gl snapshot guide link not getting replaced with fully canonical URL (#15787)[jest-circus]Fixit.concurrentnot working withdescribe.skip(#15765)[jest-snapshot]Fix mangled inline snapshot updates when used with Prettier 3 and CRLF line endings[jest-runtime]Importing from@jest/globalsin more than one file no longer breaks relative paths (#15772)Chore
[expect]Update docblock fortoContain()to display info on substring check (#15789)30.0.5
Features
[jest-config]AllowtestMatchto take a string value[jest-worker]LetworkerIdleMemoryLimitaccept 0 to always restart worker child processesFixes
[expect]Fixbiginterror (#15702)30.0.4
... (truncated)
Commits
Updates @types/jest from 29.5.14 to 30.0.0
Commits
- See full diff in compare view
Updates jest-html-reporter from 4.1.0 to 4.3.0
Release notes
Sourced from jest-html-reporter's releases.
v4.3.0
What's Changed
- Added new configuration option
hideConsoleLogOriginwhich will opt out of console log stack traces by@lararojasmrin Hargne/jest-html-reporter#199- Added theme:
darkThemeby@lararojasmrin Hargne/jest-html-reporter#199New Contributors
@lararojasmrmade their first contribution in Hargne/jest-html-reporter#199Full Changelog: https://github.com/Hargne/jest-html-reporter/compare/4.2.0...4.3.0
v4.2.0
What's Changed
- Added support for Jest 30.x by
@Hargnein Hargne/jest-html-reporter#201- Bump
@babel/helpersfrom 7.26.7 to 7.26.10 by@dependabotin Hargne/jest-html-reporter#198Full Changelog: https://github.com/Hargne/jest-html-reporter/compare/4.1.0...4.2.0
Commits
dfcf70bMerge pull request #203 from Hargne/dev3f27675Merge branch 'dev' of https://github.com/Hargne/jest-html-reporter into deve4ba721Bump version to 4.3.0 and add prepublishOnly scriptff6f2ccMerge pull request #199 from lararojasmr/master90b43b0Merge remote-tracking branch 'origin/master'aceae05Update build script to include test step before bundling07fd067Update README.mdebb1483Merge branch 'master' into master9bf24a7Rename table column tohideConsoleLogOriginand adjust README formatting.a646daaMerge pull request #202 from Hargne/dev- Additional commits viewable in compare view
Updates prettier from 3.5.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!"
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 ts-jest from 29.3.4 to 29.4.1
Release notes
Sourced from ts-jest's releases.
v29.4.1
Please refer to CHANGELOG.md for details.
v29.4.0
Please refer to CHANGELOG.md for details.
Changelog
Sourced from ts-jest's changelog.
29.4.1 (2025-08-03)
Bug Fixes
29.4.0 (2025-06-11)
Features
- feat: support Jest 30 (84e093e)
Commits
9099745chore(release): 29.4.19f0b9f2build(deps): Update dependency@types/handlebarsto ^4.1.0322a3c7ci: add code scanning workflow899c9b7fix: replaceejswithhandlebarsdue to security issues953f239build(deps): Update dependency memfs to ^4.36.08459897build(deps): Update dependency memfs to ^4.35.03c41410build(deps): Update dependency memfs to ^4.34.0d50ff1ebuild(deps): Update dependency memfs to ^4.32.05984f70build(deps): Update dependency memfs to ^4.30.118b9665build(deps): Update Jest packages to ^30.0.5- Additional commits viewable in compare view
Updates typedoc from 0.28.4 to 0.28.13
Release notes
Sourced from typedoc's releases.
v0.28.13
Features
- The
basePathoption now also affects relative link resolution, TypeDoc will also check for paths relative to the provided base path. If you instead want TypeDoc to only change the rendered base path for sources, use thedisplayBasePathoption, #3009.Bug Fixes
- Fixed bug introduced in 0.28.8 where TypeDoc could not render docs with some mixin classes, #3007.
@inheritDocwill now correctly overwrite@remarksand@returnsblocks on the target comment, #3012.- The
externalSymbolLinkMappingsoption now works properly on links pointing to inherited/overwritten signatures, #3014.v0.28.12
Bug Fixes
- Variables marked with
@enumnow work for symbols imported from another module, #3003.- Improved magic introduced with #2999 to work with imported symbols, #3003.
- Fixed relative link resolution to file names containing percent encoded URLs, #3006.
- Linking to the project's README file with a relative link will now behave as expected, #3006.
- Reduced unnecessary HTML element rendering in default theme. API:
Reflection.hasCommentandComment.hasVisibleComponentnow accepts an optionalnotRenderedTagsparameter.v0.28.11
Features
- Object properties declared with shorthand property assignment will now use the variable's comment if they do not have their own comment, #2999.
Bug Fixes
- Fixed link resolution not working correctly in first comment on the file in some cases, #2994.
- Optional methods are now rendered with a trailing
?in the reflection preview and signature, #2995.- The
compilerOptionsoption now functions properly with non-boolean options, #3000.- Configuration errors within the
compilerOptionsoption are now handled gracefully, #3000.- Fixed improper casing of "Type Declaration" header, #3002.
v0.28.10
Bug Fixes
- Fixed inconsistent anchors on module pages for re-exports, #2990.
- Markdown references which appear to be footnotes will no longer be checked for links, #2991.
v0.28.9
Features
... (truncated)
Changelog
Sourced from typedoc's changelog.
v0.28.13 (2025-09-14)
Features
- The
basePathoption now also affects relative link resolution, TypeDoc will also check for paths relative to the provided base path. If you instead want TypeDoc to only change the rendered base path for sources, use thedisplayBasePathoption, #3009.Bug Fixes
- Fixed bug introduced in 0.28.8 where TypeDoc could not render docs with some mixin classes, #3007.
@inheritDocwill now correctly overwrite@remarksand@returnsblocks on the target comment, #3012.- The
externalSymbolLinkMappingsoption now works properly on links pointing to inherited/overwritten signatures, #3014.v0.28.12 (2025-09-01)
Bug Fixes
- Variables marked with
@enumnow work for symbols imported from another module, #3003.- Improved magic introduced with #2999 to work with imported symbols, #3003.
- Fixed relative link resolution to file names containing percent encoded URLs, #3006.
- Linking to the project's README file with a relative link will now behave as expected, #3006.
- Reduced unnecessary HTML element rendering in default theme. API:
Reflection.hasCommentandComment.hasVisibleComponentnow accepts an optionalnotRenderedTagsparameter.v0.28.11 (2025-08-25)
Features
- Object properties declared with shorthand property assignment will now use the variable's comment if they do not have their own comment, #2999.
Bug Fixes
- Fixed link resolution not working correctly in first comment on the file in some cases, #2994.
- Optional methods are now rendered with a trailing
?in the reflection preview and signature, #2995.- The
compilerOptionsoption now functions properly with non-boolean options, #3000.- Configuration errors within the
compilerOptionsoption are now handled gracefully, #3000.- Fixed improper casing of "Type Declaration" header, #3002.
v0.28.10 (2025-08-10)
Bug Fixes
- Fixed inconsistent anchors on module pages for re-exports, #2990.
- Markdown references which appear to be footnotes will no longer be checked for links, #2991.
v0.28.9 (2025-08-01)
Features
... (truncated)
Commits
7240906Update changelog for releasea57c48eBump version to 0.28.1333e4eb9Fix externalSymbolLinkMappings with inherited methods3b84d2dUse basePath option for relative links12a3f3aFix tests8f94288Fix #3012df88357Merge pull request #3010 from boneskull/boneskull/packagedocumentation-linke0fd143docs(tags): fix link to packageDocumentation1269e3aMake parent links even more restrictiveb3a4869Update changelog for release- Additional commits viewable in compare view
Updates typedoc-plugin-markdown from 4.6.3 to 4.8.1
Release notes
Sourced from typedoc-plugin-markdown's releases.
[email protected]
Patch Changes
- Correctly handle empty markdown links (#836).
[email protected]
Minor Changes
- Exposed additional placeholders in
pageTitleTemplatesand adjusted default templates (#831).- Tweaked the format of abstract class page titles to include the translated abstract keyword (e.g., "Abstract Class: MyClass") for improved readability.
- Added
strikeDeprecatedPageTitlesoption.Patch Changes
- Fix incorrect link fragments (#832).
[email protected]
Patch Changes
- Escape square brackets in index signature types (typedoc2md/typedoc-plugin-markdown#829).
- Fix missing segments in declaration titles that contain periods.
[email protected]
Minor Changes
- Added
useCustomAnchorsandcustomAnchorsFormatoptions - thanks@ocavue.Patch Changes
- Fix incorrect overload function comments (#827).
[email protected]
Patch Changes
- Added theme translations for "de" locale.
- Fix navigation items without group or categories (
@group/@category=none) (#815).- Correctly handle sidebar groups for packages with merged modules.
Changelog
Sourced from typedoc-plugin-markdown's changelog.
4.8.1 (2025-08-12)
Patch Changes
- Correctly handle empty markdown links (#836).
4.8.0 (2025-07-29)
Minor Changes
- Exposed additional placeholders in
pageTitleTemplatesand adjusted default templates (#831).- Tweaked the format of abstract class page titles to include the translated abstract keyword (e.g., "Abstract Class: MyClass") for improved readability.
- Added
strikeDeprecatedPageTitlesoption.Patch Changes
- Fix incorrect link fragments (#832).
4.7.1 (2025-07-19)
Patch Changes
- Escape square brackets in index signature types (#829).
- Fix missing segments in declaration titles that contain periods.
4.7.0 (2025-06-19)
Minor Changes
- Added
useCustomAnchorsandcustomAnchorsFormatoptions - thanks@ocavue.Patch Changes
- Fix incorrect overload function comments (#827).
4.6.4 (2025-06-01)
Patch Changes
- Added theme translations for "de" locale.
- Fix navigation items without group or categories (
@group/@category=none) (#815).- Correctly handle sidebar groups for packages with merged modules.
Commits
6682592Version Packages54b6d06chore(all): fix npmf98c0b6fix(core): correctly handle empty markdown links880194dchore(all): added publish script7da57e2Version Packages4f7cbf1feat(core): exposed additional placeholders to "pageTitleTemplates" and adjus...5ad7a88fix(core): fix incorrect link fragmentsf872871chore(core): updated changelog date74a649fVersion Packages51b8f88fix(core): fix missing segments in declaration titles that contain periods- Additional commits viewable in compare view
Updates typescript from 5.8.3 to 5.9.2
Release notes
Sourced from typescript's releases.
TypeScript 5.9
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
For release notes, check out the release announcement
Downloads are available on:
TypeScript 5.9 Beta
For release notes, check out the release announcement.
Downloads are available on:
Commits
be86783Give more specific errors forverbatimModuleSyntax(#62113)22ef577LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250714...d5a414cDon't usenoErrorTruncationwhen printing types withmaximumLengthset (#...f14b5c8Remove unused and confusing dom.iterable.d.ts file (#62037)2778e84Restore AbortSignal.abort (#62086)65cb4bdLEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250710...9e20e03Clear out checker-level stacks on pop (#62016)87740bcFix for Issue 61081 (#61221)833a8d4Fix Symbol completion priority and cursor positioning (#61945)0018c9fLEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250702...- Additional commits viewable in compare view
Updates webpack from 5.99.9 to 5.101.3
Release notes
Sourced from webpack's releases.
v5.101.3
Fixes
- Fixed resolve execution order issue from extra await in async modules
- Avoid empty block for unused statement
- Collect only specific expressions for destructuring assignment
v5.101.2
Fixes
- Fixed syntax error when comment is on the last line
- Handle var declaration for
createRequire- Distinguish free variable and tagged variable
v5.101.1
Fixes
- Filter deleted assets in
processAdditionalAssetshook- HMR failure in defer module
- Emit assets even if invalidation occurs again
- Export types for serialization and deserialization in plugins and export the
ModuleFactoryclass- Fixed the failure export of internal function for ES module chunk format
- Fixed
GetChunkFilenamefailure caused bydependOnentry- Fixed the import of missing dependency chunks
- Fixed when entry chunk depends on the runtime chunk hash
- Fixed
module.exportsbundle to ESM library- Adjusted the time of adding a group depending on the fragment of execution time
- Fixed circle dependencies when require
RawModuleand condition ofisDeferred- Tree-shakable module library should align preconditions of
allowInlineStartupv5.101.0
Fixes
- Fixed concatenate optimization for ESM that caused undefined export
- Respect the
output.environment.nodePrefixForCoreModulesoption everywhere- Respect the
output.importMetaNameoption everywhere- Fixed await async dependencies when accepting them during HMR
- Better typescript types
Features
- Added colors helpers for CLI
- Enable tree-shaking for ESM external modules with named imports
- Added the
deferImportoption to parser optionsPerformance Improvements
- Fixed a regression in module concatenation after implementing deferred import support
- Fixed a potential performance issue in CleanPlugin
- Avoid extra
requirein some places
... (truncated)
Commits
07b1ac0chore(release): 5.101.38d7efb8chore(deps-dev): bump the dependencies group with 2 updates (#19816)935cbd8docs: update examples (#19812)dc79e95fix: collect only specific expressions for destructuring assignment90ae8affix: avoid empty block for unused statement8db97f8fix: resolve execution order issue from extra await in async modulesc92deafci: pin Node.js 24.x to 24.5.0 in CI workflow (#19813)c50930brefactor(test): correct the value retrieval613a5adchore(deps-dev): bump@babel/corein the dependencies group (#19807)1d9cc24chore(release): 5.101.2- 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
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.