chore(deps): bump the all-dependencies group across 1 directory with 9 updates
Type: Pull Request
State: Merged
Association: Contributor
Comments: 1
(about 1 year ago)
(about 1 year ago)
(about 1 year ago)
by danielebriggi
dependencies javascript
Bumps the all-dependencies group with 9 updates in the / directory:
| Package | From | To |
|---|---|---|
| whatwg-url | 14.1.1 |
14.2.0 |
| @types/node | 22.13.8 |
22.14.1 |
| dotenv | 16.4.7 |
16.5.0 |
| jest-html-reporter | 4.0.1 |
4.1.0 |
| ts-jest | 29.2.6 |
29.3.2 |
| typedoc | 0.27.9 |
0.28.2 |
| typedoc-plugin-markdown | 4.4.2 |
4.6.2 |
| typescript | 5.8.2 |
5.8.3 |
| webpack | 5.98.0 |
5.99.5 |
Updates whatwg-url from 14.1.1 to 14.2.0
Release notes
Sourced from whatwg-url's releases.
14.2.0
Updated our
tr46dependency, which updates our international domain name support to reflect Unicode 16.0.0. Also includes the related changes to the URL Standard:
- https://github.com/whatwg/url/commit/cd8f1d6c1ad0bab1cc8e40ad8ef6ee6626c57d57
- https://github.com/whatwg/url/commit/a6e4492001454d3d823108a4c48d77a6ad4eead5
- https://github.com/whatwg/url/commit/c3d173f3106e0e557a80e30e828edb369909e17b
- https://github.com/whatwg/url/commit/7f3e3b6866f8ef4d43562545c066e147a3f2a0b1
Added U+005E (^) to the path percent-encode set, per https://github.com/whatwg/url/commit/9bc33c39d4a6cd6a936ea7620b5a69f606ec0d4c.
Ensured opaque paths always roundtrip, per https://github.com/whatwg/url/commit/6c782003a2d53b1feecd072d1006eb8f1d65fb2d.
Commits
Updates @types/node from 22.13.8 to 22.14.1
Commits
- See full diff in compare view
Updates dotenv from 16.4.7 to 16.5.0
Changelog
Sourced from dotenv's changelog.
16.5.0 (2025-04-07)
Added
- 🎉 Added new sponsor Graphite - the AI developer productivity platform helping teams on GitHub ship higher quality software, faster.
[!TIP] Become a sponsor
The dotenvx README is viewed thousands of times DAILY on GitHub and NPM. Sponsoring dotenv is a great way to get in front of developers and give back to the developer community at the same time.
Changed
- Remove
_logmethod. Use_debug#862
Commits
d39cc9a16.5.02f4e407Merge pull request #863 from Fdawgs/patch-1a1eef11chore(package): add homepage urlfb7e407README updatebf9113fREADME update9326f05changelog 🪵2e8da30changelog 🪵3257b3achangelog 🪵c0ca62cchangelog 🪵797c5e9changelog 🪵- Additional commits viewable in compare view
Updates jest-html-reporter from 4.0.1 to 4.1.0
Release notes
Sourced from jest-html-reporter's releases.
v4.1.0
What's Changed
- Added option
additionalInformation- an array of{ label: string; value: string }which will be rendered as a list at the top section of the report. Fixes #148Full Changelog: https://github.com/Hargne/jest-html-reporter/compare/4.0.1...4.1.0
Commits
Updates ts-jest from 29.2.6 to 29.3.2
Release notes
Sourced from ts-jest's releases.
v29.3.2
Please refer to CHANGELOG.md for details.
v29.3.1
Please refer to CHANGELOG.md for details.
v29.3.0
Please refer to CHANGELOG.md for details.
Changelog
Sourced from ts-jest's changelog.
29.3.2 (2025-04-12)
Bug Fixes
29.3.1 (2025-03-31)
Bug Fixes
- fix: allow
isolatedModulesmode to havets.ProgramunderNode16/Next(25157eb)- fix: improve message for
isolatedModulesofts-jestconfig (547eb6f)29.3.0 (2025-03-21)
Features
- feat: support hybrid
modulevalues forisolatedModules: true(f372121)Bug Fixes
Code Refactoring
- refactor: remove manual version checker (89458fc)
- refactor: remove patching deps based on version checker (bac4c43)
- refactor: deprecate
RawCompilerOptionsinterface (2b1b6cd)- refactor: deprecate transform option
isolatedModules(7dfef71)DEPRECATIONS
RawCompilerOptionsis deprecated in favor ofTsConfigJson.CompilerOptionsfromtype-festisolatedModulestransform option is deprecated in favor of https://www.typescriptlang.org/tsconfig/#isolatedModules
Commits
e1c6017chore(release): 29.3.2968370efix: transpilejsfiles fromnode_moduleswhenever Jest asks (#4791)ddfd812build(deps): Update dependency lint-staged to ^15.5.1efd5274build: use faster mode to build/serve docccd9a0ebuild: fix npm audit issue forwebsite7e730d3docs: add Hybrid Node module doc aboutNode16/NodeNext39a1222test: add dynamic import code test fortranspile-module5a21acabuild(deps): Update dependency eslint-config-prettier to ^10.1.2e10053fbuild(deps): Update dependency vite to ^6.2.6a83170cbuild(deps): Update ESLint packages to ^8.29.1- Additional commits viewable in compare view
Updates typedoc from 0.27.9 to 0.28.2
Release notes
Sourced from typedoc's releases.
v0.28.2
Features
@group noneand@category nonewill now render their children without a section heading in the default theme, #2922.- Added
@disableGroupstag to completely disable the grouping mechanism for a given reflection, #2922.Bug Fixes
- Variables using
@classnow correctly handle@category, #2914.- Variables using
@classnow include constructor parameters, #2914.- Variables using
@classwith a generic first constructor function now adopt that function's type parameters as the class type parameters, #2914.- When printing entry point globs which fail to match any paths, TypeDoc will no longer normalize the glob, #2918.
- Inlining types can now handle more type variants, #2920.
- Fixed behavior of
externalSymbolLinkMappingsoption when URL is set to#, #2921.- Fixed broken links within module pages when structure-dir router was used, #2928.
- Type parameters on JS classes defined with
@typedefnow correctly handle the constraint, #2929.- API:
toStringon types containing index signatures now behave correctly, #2917.- Added
@inlineTypeto the list of tags excluded by default.v0.28.1
Features
- The
TypeDocOptionsinterface now marks options as optional so it no longer has to be wrapped inPartialfor use in config files, #2901.- API: Expose control methods for deferred conversion for plugin use (typedoc-plugin-missing-exports)
- API: Expose method to disable TypeDoc usage of
localStoragewithout clearing it, #2908.Bug Fixes
--watchcan now infer entry points frompackage.jsonas supported in non-watch mode, #2899.@includewith regions now works on files with CRLF line endings, #2902.- Generated page names now correctly handles UTF-8 characters requiring more than 16 bits #2905.
- Fixed a crash when converting
module.exports = [], #2909.- Fixed URL generation which introduced a superfluous
./in relative links, #2910.Thanks!
v0.28.0
Breaking Changes
- TypeDoc now expects all input globs paths to be specified with
/path separators, #2825.
... (truncated)
Changelog
Sourced from typedoc's changelog.
v0.28.2 (2025-04-07)
Features
@group noneand@category nonewill now render their children without a section heading in the default theme, #2922.- Added
@disableGroupstag to completely disable the grouping mechanism for a given reflection, #2922.Bug Fixes
- Variables using
@classnow correctly handle@category, #2914.- Variables using
@classnow include constructor parameters, #2914.- Variables using
@classwith a generic first constructor function now adopt that function's type parameters as the class type parameters, #2914.- When printing entry point globs which fail to match any paths, TypeDoc will no longer normalize the glob, #2918.
- Inlining types can now handle more type variants, #2920.
- Fixed behavior of
externalSymbolLinkMappingsoption when URL is set to#, #2921.- Fixed broken links within module pages when structure-dir router was used, #2928.
- Type parameters on JS classes defined with
@typedefnow correctly handle the constraint, #2929.- API:
toStringon types containing index signatures now behave correctly, #2917.- Added
@inlineTypeto the list of tags excluded by default.v0.28.1 (2025-03-20)
Features
- The
TypeDocOptionsinterface now marks options as optional so it no longer has to be wrapped inPartialfor use in config files, #2901.- API: Expose control methods for deferred conversion for plugin use (typedoc-plugin-missing-exports)
- API: Expose method to disable TypeDoc usage of
localStoragewithout clearing it, #2908.Bug Fixes
--watchcan now infer entry points frompackage.jsonas supported in non-watch mode, #2899.@includewith regions now works on files with CRLF line endings, #2902.- Generated page names now correctly handles UTF-8 characters requiring more than 16 bits #2905.
- Fixed a crash when converting
module.exports = [], #2909.- Fixed URL generation which introduced a superfluous
./in relative links, #2910.Thanks!
v0.28.0 (2025-03-15)
Breaking Changes
- TypeDoc now expects all input globs paths to be specified with
/path separators, #2825.
... (truncated)
Commits
4bf00b5Update changelog for releasec463af3Bump version to 0.28.2573c243Update dependenciesec4177fAdd a test for #2916031f7a4Handle constraints on type params in JS classes8775e56Rebuild specsaf15347Fix@disableGroupson classese27a6b7Fix broken links with structure-dir routere577bfcImprove support fornonesectionsa4b022eFix externalSymbolLinkMappings#urls- Additional commits viewable in compare view
Updates typedoc-plugin-markdown from 4.4.2 to 4.6.2
Release notes
Sourced from typedoc-plugin-markdown's releases.
typedoc-plugin-markdown@4.6.2
Patch Changes
- Expose full declaration for returned union types (#799).
- Move isOptional flag inside backTicks (#797) - thanks
@​LekoArts.- Added support for TypeDoc's v0.28.2 features
@group none,@category noneand@disableGroups.typedoc-plugin-markdown@4.6.1
Patch Changes
- Correctly render html table when interfacePropertiesFormat=htmlTable (#794).
- Correctly handle overloaded function display in list and table views (#793).
- Expose comments and signatures to index signature members.
- Wrap default values in back ticks on table views to be consistent with list views.
- Append semi colons to signature in code blocks.
typedoc-plugin-markdown@4.6.0
Minor Changes
- Implemented support for consuming TypeDoc core routers.
- Exported routers to public api.
- Implemented a hierarchy summary page as per default theme.
- Updated "Constructor" titles of classes to fix internal anchor issues.
Patch Changes
- Fix incompatibility when used with "outputs" (#788).
- Utilize "anchorPrefix" option to ensure unique anchors linking if required (#764).
typedoc-plugin-markdown@4.5.2
Patch Changes
- Ensure all file paths use forward slashes in windows (#782).
typedoc-plugin-markdown@4.5.1
Patch Changes
- Correctly handle package index paths (#782).
- Make all options optional in PluginOptions interface (#781).
typedoc-plugin-markdown@4.5.0
Minor Changes
- Implemented custom routers for plugin to support TypeDoc 0.28 router implementation.
- Added "typeAliasPropertiesFormat" option to support TypeDoc 0.28 updated behaviour for Object literal type alias types.
Patch Changes
- Mark object properties as optional in PluginOptions interface (#777).
Changelog
Sourced from typedoc-plugin-markdown's changelog.
4.6.2 (2025-04-09)
Patch Changes
- Expose full declaration for returned union types (#799).
- Move isOptional flag inside backTicks (#797) - thanks
@​LekoArts.- Added support for TypeDoc's v0.28.2 features
@group none,@category noneand@disableGroups.4.6.1 (2025-04-02)
Patch Changes
- Correctly render html table when interfacePropertiesFormat=htmlTable (#794).
- Correctly handle overloaded function display in list and table views (#793).
- Expose comments and signatures to index signature members.
- Wrap default values in back ticks on table views to be consistent with list views.
- Append semi colons to signature in code blocks.
4.6.0 (2025-03-23)
This release continues the effort to further align to TypeDoc’s default theme, with improvements that make the plugin more consistent and predictable.
Architectural Changes
- Introduced support for TypeDoc core routers. This allows output files to be generated in the same structure as the default HTML theme, while still using the plugin’s Markdown theme.
- Exported routers to the public API, enabling customization by other plugins.
Structural Changes
- Package readme's (when "entryPointStrategy" is "packages") are now merged with the package index page producing a single entrypoint for packages with an associated readme. This aligns with the default theme and improves navigation.
- To support core routers, a "Hierarchy Summary" page has been introduced to all routers. This feature is turned off by default but can be enabled by setting "includeHierarchySummary" to "true".
- When "includeHierarchySummary" is "true", symbols with an available hierarchy now include an associated "Hierarchy" Markdown heading with a "View Summary" link as per the default theme.
- Class constructor headings now read "Constructor". This aligns to the TypeDoc internal reflection name and fixes issues with internal anchoring not resolving correctly.
Minor Changes
- Implemented support for consuming TypeDoc core routers.
- Exported routers to public api.
- Implemented a hierarchy summary page as per default theme.
- Updated "Constructor" titles of classes to fix internal anchor issues.
Patch Changes
- Fix incompatibility when used with "outputs" (#788).
- Utilize "anchorPrefix" option to ensure unique anchors linking if required (#764).
4.5.2 (2025-03-19)
Patch Changes
... (truncated)
Commits
7456f3fVersion Packagesef583eefix(core): added support for@group none,@category noneand@disableGroupsaef5620fix(core): expose full declaration for returned union types6543717chore(docs): tweaked parametersFormat descriptionc10f634fix(core): move isOptional flag inside backTicks280c047chore(docs): updated docsfe98081Version Packagescd293b6fix(core): correctly handle overloaded function display in list and table views83404adfix(core): correctly render html table when interfacePropertiesFormat=htmlTable43079f0chore(docs): updated docs- Additional commits viewable in compare view
Updates typescript from 5.8.2 to 5.8.3
Release notes
Sourced from typescript's releases.
TypeScript 5.8.3
For release notes, check out the release announcement.
- fixed issues query for Typescript 5.8.0 (Beta).
- fixed issues query for Typescript 5.8.1 (RC).
- fixed issues query for Typescript 5.8.2 (Stable).
- fixed issues query for Typescript 5.8.3 (Stable).
Downloads are available on:
Commits
83dc0bbConvert release publishing inputs into parameters (#61523)ba663f6Exclude completions of binding pattern variable initializers (#52723)7205edaBump github/codeql-action from 3.28.12 to 3.28.13 in the github-actions group...89c572cFixed a symbol display crash on expando members write locations (#55478)7b26d2eFix incorrect name in new release pipeline (#61514)c7a559eAdd new release publisher yaml (#61491)29e6d66Fixlib.includes('dom')check incontainerSeemsToBeEmptyDomElement(#61481)19b7772Bump the github-actions group with 4 updates (#61474)4dc677bFix errors on type assertions in erasableSyntaxOnly (#61452)ee3dd72fix(60908): Unexpected "'Type' is declared but its value is never read." erro...- Additional commits viewable in compare view
Updates webpack from 5.98.0 to 5.99.5
Release notes
Sourced from webpack's releases.
v5.99.5
Fixes
- Control dead flow for labeled and blockless statements
v5.99.4
Fixes
- Fixed terminated state for
if/elsev5.99.3
Fixes
- Fixed dead control flow with deep nested
if/elsev5.99.2
Fixes
- Dead control flow for exotic cases
v5.99.1
Fixes
- Dead control flow for many cases
v5.99.0
Fixes
- Fixed a lot of types
- Fixed runtime error when using asset module as entrypoint and runtimeChunk
- JSON generator now preserves
__proto__property- Fixed when entry module isn't executed when targeting webworker with a runtime chunk
- Do not duplicate modules with import attributes and reexport
- The
moduleandmoduleESM libraries have been union and code generation has been improved- Use a valid output path for errored asset modules
- Remove BOM from JavaScript and CSS files when loader was not used
- Create export for externals for module/modern-module library
- Export unprovided variables for
commonjs-staticlibrary- Forward semicolons from
meta.webpackAST- Use
xxhash64forcache.hashAlgorithmwhenexperiments.futureDefaultsenabled- [CSS] Fixed profiling plugin for CSS
- [CSS] Avoid extra module.export output for CSS module
Features
- Add dead control flow check
- Handle
new Worker(import.meta.url)andnew Worker(new URL(import.meta.url))syntax- Added ability to generate custom error content for generators
Performance Improvements
... (truncated)
Commits
70e3d9dchore(release): 5.99.56a853effix: control dead flow for labeled and blockless statements04e0073chore(release): 5.99.4b92cb0cfix: terminated state forif/else(#19404)2470d8echore(release): 5.99.3278fcb6fix: dead control flow with deep nested if (#19403)44da94fchore(release): 5.99.2de8a04ffix: dead control flow more cases (#19402)2b2b705chore(release): 5.99.16545dd4fix: dead control flow- Additional commits viewable in compare view
You can trigger a rebase of this PR 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
Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Pull Request Statistics
1
2
+130
-90
Package Dependencies
Technical Details
| ID: | 575886 |
| UUID: | 2457290370 |
| Node ID: | PR_kwDOH4W5nM6Sd0aC |
| Host: | GitHub |
| Repository: | sqlitecloud/sqlitecloud-js |
| Merge State: | Unknown |