chore(deps): bump the all group across 1 directory with 10 updates
Type: Pull Request
State: Merged
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
(about 1 month ago)
(about 1 month ago)
(about 1 month ago)
by aorumbayev
dependencies javascript
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
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
v9.1.1-beta.4
9.1.1-beta.4 (2025-06-09)
Bug Fixes
... (truncated)
Commits
72b8a4f
Merge main into release764810a
fix: correct box decoding of uint values < 53 bits (#421)2889505
fix: Nested structs referenced by name are now decoded correctlyf509b8e
Merge release into main71a7c67
Merge main into releaseb0278f3
chore: bot auth for release (#416)3f454e8
Merge main into releasee2bc37e
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
Commits
Updates @tsconfig/node20
from 20.1.5 to 20.1.6
Commits
- See full diff in compare view
Updates algosdk
from 3.2.0 to 3.3.1
Release notes
Sourced from algosdk's releases.
v3.3.1
What's Changed
Bugfixes
- API: Revert application boxes pagination by
@gmalouf
in algorand/js-algorand-sdk#983Full 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
- DevOps: Fix docker-test by locking to amd64 and updating dependencies by
@onetechnical
in algorand/js-algorand-sdk#955- Build: Fix Box API Pagination-dependent integration tests by
@gmalouf
in algorand/js-algorand-sdk#961- Build: Revert bad CHANGELOG/package version updates. by
@gmalouf
in algorand/js-algorand-sdk#965- Docs: fix link in README so it works in typedoc by
@gmalouf
in algorand/js-algorand-sdk#966Enhancements
- Devops: Release process update by
@gmalouf
in algorand/js-algorand-sdk#950- API: Algorand 4.1 api updates by
@gmalouf
in algorand/js-algorand-sdk#979Other
- Bump axios from 1.7.9 to 1.8.4 by
@dependabot
in algorand/js-algorand-sdk#963- Bump esbuild and tsx by
@dependabot
in algorand/js-algorand-sdk#964Full 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
- API: Revert application boxes pagination by
@gmalouf
in algorand/js-algorand-sdk#983Full Changelog: https://github.com/algorand/js-algorand-sdk/compare/v3.3.0...v3.3.1
v3.3.0
What's Changed
Bugfixes
- DevOps: Fix docker-test by locking to amd64 and updating dependencies by
@onetechnical
in algorand/js-algorand-sdk#955- Build: Fix Box API Pagination-dependent integration tests by
@gmalouf
in algorand/js-algorand-sdk#961- Build: Revert bad CHANGELOG/package version updates. by
@gmalouf
in algorand/js-algorand-sdk#965- Docs: fix link in README so it works in typedoc by
@gmalouf
in algorand/js-algorand-sdk#966Enhancements
- Devops: Release process update by
@gmalouf
in algorand/js-algorand-sdk#950- API: Algorand 4.1 api updates by
@gmalouf
in algorand/js-algorand-sdk#979Other
- Bump axios from 1.7.9 to 1.8.4 by
@dependabot
in algorand/js-algorand-sdk#963- Bump esbuild and tsx by
@dependabot
in algorand/js-algorand-sdk#964Full Changelog: https://github.com/algorand/js-algorand-sdk/compare/v3.2.0...v3.3.0
Commits
4a9e3dd
Merge pull request #984 from algorand/release/v3.3.18d5401b
bump up version to v3.3.18c60436
Revert Box Application Pagination support. (#983)e5f7232
Merge pull request #981 from algorand/release/v3.3.0a98d9ce
bump up version to v3.3.01d55e18
API: Algorand 4.1 api updates (#979)7b65db3
Docs: fix link in README so it works in typedoc (#966)bcc4b3c
Revert bad CHANGELOG/package version updates. (#965)0514cf2
Devops: Release process update (#950)d99b87b
Bump esbuild and tsx (#964)- 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
@fisker
in prettier/prettier#176753.6.1
- Fix "Warning: File descriptor 39 closed but not opened in unmanaged mode" error when running
--experimental-cli
3.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
7a8b05f
Release 3.6.246526b4
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
- #6041: Correct the logic of include in BinaryExpression and don't optimize external references away (
@TrickyPi
,@cyyynthia
,@lukastaegert
)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
- #5991: feat: update linux-loongarch64-gnu (
@wojiushixiaobai
,@lukastaegert
)- #6029: feat: optimize
in
checks on namespaces to keep them treeshake-able (@cyyynthia
,@lukastaegert
)- #6033: fix(deps): update swc monorepo (major) (
@renovate
[bot],@lukastaegert
)v4.45.3
4.45.3
2025-07-26
Bug Fixes
... (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
- #6041: Correct the logic of include in BinaryExpression and don't optimize external references away (
@TrickyPi
,@cyyynthia
,@lukastaegert
)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
- #5991: feat: update linux-loongarch64-gnu (
@wojiushixiaobai
,@lukastaegert
)- #6029: feat: optimize
in
checks on namespaces to keep them treeshake-able (@cyyynthia
,@lukastaegert
)- #6033: fix(deps): update swc monorepo (major) (
@renovate
[bot],@lukastaegert
)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
4e19bad
4.46.2603e046
Correct the logic of include in BinaryExpression and don't optimize external ...244dc20
4.46.16031a33
disables optimization for external namespace when using the in operator (#6036)09794f1
4.46.09a8614f
feat: optimizein
checks on namespaces to keep them treeshake-able (#6029)fdd48a9
feat: update linux-loongarch64-gnu (#5991)461b1ac
fix(deps): update swc monorepo (major) (#6033)d6908c9
4.45.3ccdde29
Fix option name- Additional commits viewable in compare view
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
29.4.0 (2025-06-11)
Features
- feat: support Jest 30 (84e093e)
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 #485529.3.3 (2025-05-14)
Bug Fixes
Commits
9099745
chore(release): 29.4.19f0b9f2
build(deps): Update dependency@types/handlebars
to ^4.1.0322a3c7
ci: add code scanning workflow899c9b7
fix: replaceejs
withhandlebars
due to security issues953f239
build(deps): Update dependency memfs to ^4.36.08459897
build(deps): Update dependency memfs to ^4.35.03c41410
build(deps): Update dependency memfs to ^4.34.0d50ff1e
build(deps): Update dependency memfs to ^4.32.05984f70
build(deps): Update dependency memfs to ^4.30.118b9665
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 supporttypescript-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 thesort
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 supporttypescript-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 thesort
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
... (truncated)
Commits
e764a51
Update changelog for release344f74c
Bump version to 0.28.9f1aee85
Be even more restrictive with parent links303eb38
Fix discovery of package.json when entry points are globbed47b5e98
Fix auto discovery of entry points73f3dc2
Support TypeScript 5.9ddcddb0
Merge pull request #2983 from XeroAlpha/i18n-zh-updatef625f15
Update Chinese translationsda37862
Update changelog for releasedb59553
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
- Escape square brackets in index signature types (typedoc2md/typedoc-plugin-markdown#829).
- Fix missing segments in declaration titles that contain periods.
typedoc-plugin-markdown@4.7.0
Minor Changes
- Added
useCustomAnchors
andcustomAnchorsFormat
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
andcustomAnchorsFormat
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 Packages4f7cbf1
feat(core): exposed additional placeholders to "pageTitleTemplates" and adjus...5ad7a88
fix(core): fix incorrect link fragmentsf872871
chore(core): updated changelog date74a649f
Version Packages51b8f88
fix(core): fix missing segments in declaration titles that contain periods649dd41
fix(core): escape square brackets in index signature types (#829)53641e2
chore(all): update to pnpm780af69
chore(docs): updated changelog date53dcf2f
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
- 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
be86783
Give more specific errors forverbatimModuleSyntax
(#62113)22ef577
LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250714...d5a414c
Don't usenoErrorTruncation
when printing types withmaximumLength
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
1
1
+155
-461
Package Dependencies
@rollup/plugin-typescript
npm
12.1.2 → 12.1.4
Patch
@algorandfoundation/algokit-utils
npm
9.1.0 → 9.1.2
Patch
Technical Details
ID: | 4518793 |
UUID: | 2716844533 |
Node ID: | PR_kwDOM0gLNM6h78H1 |
Host: | GitHub |
Repository: | algorandfoundation/algokit-utils-ts-debug |
Merge State: | Unknown |