An open index of dependabot pull requests across open source projects.

chore(deps): bump the all group across 1 directory with 10 updates

Merged
Number: #45
Type: Pull Request
State: Merged
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 0
Created: August 04, 2025 at 06:14 AM UTC
(about 1 month ago)
Updated: August 04, 2025 at 03:55 PM UTC
(about 1 month ago)
Merged: August 04, 2025 at 03:55 PM UTC
(about 1 month ago)
by aorumbayev
Time to Close: about 10 hours
Labels:
dependencies javascript
Description:

Bumps the all group with 10 updates in the / directory:

Package From To
@algorandfoundation/algokit-utils 9.1.0 9.1.2
@rollup/plugin-typescript 12.1.2 12.1.4
@tsconfig/node20 20.1.5 20.1.6
algosdk 3.2.0 3.3.1
prettier 3.5.3 3.6.2
rollup 4.41.1 4.46.2
ts-jest 29.3.2 29.4.1
typedoc 0.28.4 0.28.9
typedoc-plugin-markdown 4.6.3 4.8.0
typescript 5.8.3 5.9.2

Updates @algorandfoundation/algokit-utils from 9.1.0 to 9.1.2

Release notes

Sourced from @​algorandfoundation/algokit-utils's releases.

v9.1.2

9.1.2 (2025-07-22)

Bug Fixes

  • correct box decoding of uint values < 53 bits (#421) (764810a)
  • Nested structs referenced by name are now decoded correctly (2889505)

v9.1.2-beta.2

9.1.2-beta.2 (2025-07-22)

Bug Fixes

  • correct box decoding of uint values < 53 bits (#421) (764810a)

v9.1.2-beta.1

9.1.2-beta.1 (2025-06-26)

Bug Fixes

  • Nested structs referenced by name are now decoded correctly (2889505)

v9.1.1

9.1.1 (2025-06-19)

Bug Fixes

  • ensure byte arrays are decoded as Uint8Array (#406) (864b4fb)
  • make tealscript a dev dependency (#402) (68553bf)
  • properly identify newly created apps when handling errors (#400) (1651cd4)
  • readonly simulate extra opcode budget handling (#414) (e2bc37e)
  • return waitForIndexer when latest lastValid is reached (#408) (c6a6ee4)

v9.1.1-beta.6

9.1.1-beta.6 (2025-06-19)

v9.1.1-beta.5

9.1.1-beta.5 (2025-06-19)

Bug Fixes

  • readonly simulate extra opcode budget handling (#414) (e2bc37e)

v9.1.1-beta.4

9.1.1-beta.4 (2025-06-09)

Bug Fixes

  • return waitForIndexer when latest lastValid is reached (#408) (c6a6ee4)

... (truncated)

Commits
  • 72b8a4f Merge main into release
  • 764810a fix: correct box decoding of uint values < 53 bits (#421)
  • 2889505 fix: Nested structs referenced by name are now decoded correctly
  • f509b8e Merge release into main
  • 71a7c67 Merge main into release
  • b0278f3 chore: bot auth for release (#416)
  • 3f454e8 Merge main into release
  • e2bc37e fix: readonly simulate extra opcode budget handling (#414)
  • c6a6ee4 fix: return waitForIndexer when latest lastValid is reached (#408)
  • ca04fdb Merge pull request #410 from algorandfoundation/chore/deprecate-npm-run-all
  • Additional commits viewable in compare view

Updates @rollup/plugin-typescript from 12.1.2 to 12.1.4

Changelog

Sourced from @​rollup/plugin-typescript's changelog.

v12.1.4

2025-06-28

Bugfixes

v12.1.3

2025-06-17

Bugfixes

  • fix: fixes #1652 compile when source exists anywhere in the working directory (#1653)
Commits

Updates @tsconfig/node20 from 20.1.5 to 20.1.6

Commits

Updates algosdk from 3.2.0 to 3.3.1

Release notes

Sourced from algosdk's releases.

v3.3.1

What's Changed

Bugfixes

Full Changelog: https://github.com/algorand/js-algorand-sdk/compare/v3.3.0...v3.3.1

v3.3.0

What's Changed

Support for API changes in go-algorand v4.1.x.

Bugfixes

Enhancements

Other

Full Changelog: https://github.com/algorand/js-algorand-sdk/compare/v3.2.0...v3.3.0

Changelog

Sourced from algosdk's changelog.

v3.3.1

What's Changed

Bugfixes

Full Changelog: https://github.com/algorand/js-algorand-sdk/compare/v3.3.0...v3.3.1

v3.3.0

What's Changed

Bugfixes

Enhancements

Other

Full Changelog: https://github.com/algorand/js-algorand-sdk/compare/v3.2.0...v3.3.0

Commits

Updates prettier from 3.5.3 to 3.6.2

Release notes

Sourced from prettier's releases.

3.6.2

What's Changed

🔗 Changelog

3.6.1

  • Fix "Warning: File descriptor 39 closed but not opened in unmanaged mode" error when running --experimental-cli

🔗 Changelog

3.6.0

diff

🔗 Release note "Prettier 3.6: Experimental fast CLI and new OXC and Hermes plugins!"

Changelog

Sourced from prettier's changelog.

3.6.2

diff

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
  1. Another
  2. List

<!-- Prettier 3.6.1 -->

  1. Some text, and code block below, with newline after code block

    ---
    foo: bar
    
    1. Another
    2. List

<!-- Prettier 3.6.2 -->

  1. Some text, and code block below, with newline after code block

    ---
    foo: bar
    
    1. Another
    2. List

3.6.1

diff

TypeScript: Allow const without initializer (#17650, #17654 by @​fisker)

// Input
</tr></table> 

... (truncated)

Commits
  • 7a8b05f Release 3.6.2
  • 46526b4 Add missing blank line around code block (#17675)
  • a04ec11 chore(deps): update babel to v7.27.7 (#17684)
  • 32be5b6 chore(deps): update dependency flow-parser to v0.274.1 (#17676)
  • b55e777 Update docs about "TypeScript Configuration Files" (#17677)
  • b197c99 chore(deps): update dependency @​vitejs/plugin-react to v4.6.0 (#17674)
  • 1185f83 chore(deps): update dependency @​angular/compiler to v20.0.5 (#17680)
  • aa1316f chore(deps): update dependency browserslist to v4.25.1 (#17671)
  • c468d33 chore(deps): update dependency oxc-parser to v0.75.0 (#17672)
  • 3f46d91 chore(deps): update dependency vite to v7 (#17673)
  • Additional commits viewable in compare view

Updates rollup from 4.41.1 to 4.46.2

Release notes

Sourced from rollup's releases.

v4.46.2

4.46.2

2025-07-29

Bug Fixes

  • Fix in-operator handling for external namespace and when the left side cannot be analyzed (#6041)

Pull Requests

v4.46.1

4.46.1

2025-07-28

Bug Fixes

  • Do not fail when using the in operator on external namespaces (#6036)

Pull Requests

  • #6036: disables optimization for external namespace when using the in operator (@​TrickyPi)

v4.46.0

4.46.0

2025-07-27

Features

  • Optimize in checks on namespaces to keep them treeshake-able (#6029)

Pull Requests

v4.45.3

4.45.3

2025-07-26

Bug Fixes

  • Do not fail build if a const is reassigned but warn instead (#6020)
  • Fail with a helpful error message if an exported binding is not defined (#6023)

... (truncated)

Changelog

Sourced from rollup's changelog.

4.46.2

2025-07-29

Bug Fixes

  • Fix in-operator handling for external namespace and when the left side cannot be analyzed (#6041)

Pull Requests

4.46.1

2025-07-28

Bug Fixes

  • Do not fail when using the in operator on external namespaces (#6036)

Pull Requests

  • #6036: disables optimization for external namespace when using the in operator (@​TrickyPi)

4.46.0

2025-07-27

Features

  • Optimize in checks on namespaces to keep them treeshake-able (#6029)

Pull Requests

4.45.3

2025-07-26

Bug Fixes

  • Do not fail build if a const is reassigned but warn instead (#6020)
  • Fail with a helpful error message if an exported binding is not defined (#6023)

Pull Requests

  • #6014: chore(deps): update dependency @​vue/language-server to v3 (@​renovate[bot])

... (truncated)

Commits

Updates ts-jest from 29.3.2 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.

v29.3.4

Please refer to CHANGELOG.md for details.

v29.3.3

Please refer to CHANGELOG.md for details.

Changelog

Sourced from ts-jest's changelog.

29.4.1 (2025-08-03)

Bug Fixes

  • fix: replace ejs with handlebars due to security issues (899c9b7), closes #4969

29.4.0 (2025-06-11)

Features

29.3.4 (2025-05-16)

Bug Fixes

  • fix: fix TsJestTransformerOptions type (3b11e29), closes #4247
  • fix(cli): fix wrong path for preset creator fns (249eb2c)
  • fix(config): disable rewriteRelativeImportExtensions always (9b1f472), closes #4855

29.3.3 (2025-05-14)

Bug Fixes

  • fix(cli): init config with preset creator functions (cdd3039), closes #4840
  • fix(config): disable isolatedDeclarations (5d6b35f), closes #4847
Commits
  • 9099745 chore(release): 29.4.1
  • 9f0b9f2 build(deps): Update dependency @​types/handlebars to ^4.1.0
  • 322a3c7 ci: add code scanning workflow
  • 899c9b7 fix: replace ejs with handlebars due to security issues
  • 953f239 build(deps): Update dependency memfs to ^4.36.0
  • 8459897 build(deps): Update dependency memfs to ^4.35.0
  • 3c41410 build(deps): Update dependency memfs to ^4.34.0
  • d50ff1e build(deps): Update dependency memfs to ^4.32.0
  • 5984f70 build(deps): Update dependency memfs to ^4.30.1
  • 18b9665 build(deps): Update Jest packages to ^30.0.5
  • Additional commits viewable in compare view

Updates typedoc from 0.28.4 to 0.28.9

Release notes

Sourced from typedoc's releases.

v0.28.9

Features

  • Add support for TypeScript 5.9, #2989.

Bug Fixes

  • Fixed bug introduced in 0.28.8 where TypeDoc could not render docs when members inherited from a complex type alias, #2982.
  • Fixed automatic discovery of entry points when not running in packages mode, #2988.
  • Fixed discovery of package.json file when running with entry points containing a glob, #2985.

v0.28.8

Features

  • If using JS config files, the plugin option can now be given plugin functions to load.
  • Permit - within tag names to support typescript-json-schema's @TJS-type tag, #2972.
  • Exposed Context.createSymbolId for use by plugins.

Bug Fixes

  • Relative links in <img srcset> will now be discovered by TypeDoc, #2975.
  • Relative links in <source src> and <source srcset> elements will now be discovered by TypeDoc, #2975.
  • Improved inherited from/overwrites link discovery to point to parent properties in more cases, #2978

Thanks!

v0.28.7

Features

  • Introduced the @sortStrategy tag to override the sort option on a specific reflection, #2965.

Bug Fixes

  • Classes and functions exported with export { type X } are no longer missing comments, #2970.
  • Setting locale to an unknown value will now cause TypeDoc to operate in English instead of a debug locale.
  • Array options will now report an error if set to a non-array/non-string value.

v0.28.6

Features

  • TypeDoc now supports resolving relative paths in links to the package directory as belonging to the project, #2961.
  • Declarations without comments will now check for comments on their export specifier, #2964.

Bug Fixes

... (truncated)

Changelog

Sourced from typedoc's changelog.

v0.28.9 (2025-08-01)

Features

  • Add support for TypeScript 5.9, #2989.

Bug Fixes

  • Fixed bug introduced in 0.28.8 where TypeDoc could not render docs when members inherited from a complex type alias, #2982.
  • Fixed automatic discovery of entry points when not running in packages mode, #2988.
  • Fixed discovery of package.json file when running with entry points containing a glob, #2985.

v0.28.8 (2025-07-28)

Features

  • If using JS config files, the plugin function can now be given plugin functions to load.
  • Permit - within tag names to support typescript-json-schema's @TJS-type tag, #2972.
  • Exposed Context.createSymbolId for use by plugins.

Bug Fixes

  • Relative links in <img srcset> will now be discovered by TypeDoc, #2975.
  • Relative links in <source src> and <source srcset> elements will now be discovered by TypeDoc, #2975.
  • Improved inherited from/overwrites link discovery to point to parent properties in more cases, #2978

Thanks!

v0.28.7 (2025-06-30)

Features

  • Introduced the @sortStrategy tag to override the sort option on a specific reflection, #2965.

Bug Fixes

  • Classes and functions exported with export { type X } are no longer missing comments, #2970.
  • Setting locale to an unknown value will now cause TypeDoc to operate in English instead of a debug locale.
  • Array options will now report an error if set to a non-array/non-string value.

v0.28.6 (2025-06-27)

Features

  • TypeDoc now supports resolving relative paths in links to the package directory as belonging to the project, #2961.
  • Declarations without comments will now check for comments on their export specifier, #2964.

... (truncated)

Commits
  • e764a51 Update changelog for release
  • 344f74c Bump version to 0.28.9
  • f1aee85 Be even more restrictive with parent links
  • 303eb38 Fix discovery of package.json when entry points are globbed
  • 47b5e98 Fix auto discovery of entry points
  • 73f3dc2 Support TypeScript 5.9
  • ddcddb0 Merge pull request #2983 from XeroAlpha/i18n-zh-update
  • f625f15 Update Chinese translations
  • da37862 Update changelog for release
  • db59553 Bump version to 0.28.8
  • Additional commits viewable in compare view

Updates typedoc-plugin-markdown from 4.6.3 to 4.8.0

Release notes

Sourced from typedoc-plugin-markdown's releases.

typedoc-plugin-markdown@4.8.0

Minor Changes

  • Exposed additional placeholders in pageTitleTemplates and 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 strikeDeprecatedPageTitles option.

Patch Changes

  • Fix incorrect link fragments (#832).

typedoc-plugin-markdown@4.7.1

Patch Changes

typedoc-plugin-markdown@4.7.0

Minor Changes

  • Added useCustomAnchors and customAnchorsFormat options - thanks @​ocavue.

Patch Changes

  • Fix incorrect overload function comments (#827).

typedoc-plugin-markdown@4.6.4

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.0 (2025-07-29)

Minor Changes

  • Exposed additional placeholders in pageTitleTemplates and 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 strikeDeprecatedPageTitles option.

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 useCustomAnchors and customAnchorsFormat options - 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
  • 7da57e2 Version Packages
  • 4f7cbf1 feat(core): exposed additional placeholders to "pageTitleTemplates" and adjus...
  • 5ad7a88 fix(core): fix incorrect link fragments
  • f872871 chore(core): updated changelog date
  • 74a649f Version Packages
  • 51b8f88 fix(core): fix missing segments in declaration titles that contain periods
  • 649dd41 fix(core): escape square brackets in index signature types (#829)
  • 53641e2 chore(all): update to pnpm
  • 780af69 chore(docs): updated changelog date
  • 53dcf2f chore(all): replace Jest with Mocha and Node's assert module
  • 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

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
  • be86783 Give more specific errors for verbatimModuleSyntax (#62113)
  • 22ef577 LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250714...
  • d5a414c Don't use noErrorTruncation when printing types with maximumLength set (#...
  • f14b5c8 Remove unused and confusing dom.iterable.d.ts file (#62037)
  • 2778e84 Restore AbortSignal.abort (#62086)
  • 65cb4bd LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250710...
  • 9e20e03 Clear out checker-level stacks on pop (#62016)
  • 87740bc Fix for Issue 61081 (#61221)
  • 833a8d4 Fix Symbol completion priority and cursor positioning (#61945)
  • 0018c9f LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250702...
  • 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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
Pull Request Statistics
Commits:
1
Files Changed:
1
Additions:
+155
Deletions:
-461
Package Dependencies
Package:
prettier
Ecosystem:
npm
Version Change:
3.5.3 → 3.6.2
Update Type:
Minor
Package:
typescript
Ecosystem:
npm
Version Change:
5.8.3 → 5.9.2
Update Type:
Minor
Package:
ts-jest
Ecosystem:
npm
Version Change:
29.3.2 → 29.4.1
Update Type:
Minor
Package:
rollup
Ecosystem:
npm
Version Change:
4.41.1 → 4.46.2
Update Type:
Minor
Package:
typedoc
Ecosystem:
npm
Version Change:
0.28.4 → 0.28.9
Update Type:
Patch
Ecosystem:
npm
Version Change:
12.1.2 → 12.1.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
20.1.5 → 20.1.6
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.6.3 → 4.8.0
Update Type:
Minor
Package:
algosdk
Ecosystem:
npm
Version Change:
3.2.0 → 3.3.1
Update Type:
Minor
Ecosystem:
npm
Version Change:
9.1.0 → 9.1.2
Update Type:
Patch
Technical Details
ID: 4518793
UUID: 2716844533
Node ID: PR_kwDOM0gLNM6h78H1
Host: GitHub
Repository: algorandfoundation/algokit-utils-ts-debug
Merge State: Unknown