algorandfoundation / algokit-utils-ts

MIT License
19 stars 8 forks source link

chore(deps): bump the all group across 1 directory with 7 updates #290

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

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

Package From To
@algorandfoundation/tealscript 0.90.3 0.96.0
algosdk 2.7.0 2.8.0
dotenv-cli 7.4.1 7.4.2
prettier 3.2.5 3.3.2
rimraf 5.0.5 5.0.7
rollup 4.14.3 4.18.0
ts-jest 29.1.2 29.1.5

Updates @algorandfoundation/tealscript from 0.90.3 to 0.96.0

Release notes

Sourced from @​algorandfoundation/tealscript's releases.

0.96.0

  • adds AVM11 incentive opcodes
  • fixes bug with boolean encoded when booleans were first in a tuple with other types

0.95.1

  • reduces the body size of the /compile request by removing comments and trimming all of the lines.

0.95.0

  • fixes updating of static values in dynamic box objects
  • fixes optimize step treating // comments as / in some edge cases
  • adds globalStateExists and localStateExists methods to check existence of external state values

0.94.1

  • fixes bug with union types and boolean literals

0.94.0

  • rawByte function for extracting a single byte from a value
  • New Uint<N> constructor for numeric literals that are larger than Number.MAX_SAFE_INTEGER which has the same functionality as BigInt
  • fixed usage pushbyte opcode (now properly pushbytes)

0.93.0

  • add support for emitting ARC56 (draft) JSON

0.92.0

adds ARC56 error messages to .src_map.json

0.91.1

fix program pages field

0.91.0

  • support multiple program pages in inner transactions

0.90.4

  • fix: pushints and static length for template variables
  • fix: unsafe numbers in typed variable
Commits
  • 2721e00 Merge pull request #503 from algorandfoundation/dev
  • d83ef1b 0.96.0
  • 06afde4 Merge pull request #502 from algorandfoundation/fix/bools_first_in_tuple
  • 63647a1 fix: bool encoding when first in tuple
  • 16ae0de Merge pull request #501 from algorandfoundation/feat/incentive_opcodes
  • 8062959 rm comment
  • 1096d23 avm11 account params
  • eebad82 export AVM11
  • b335c46 compile avm11 in compile-all
  • f0e8706 online_stake in avm11.algo.ts
  • Additional commits viewable in compare view


Updates algosdk from 2.7.0 to 2.8.0

Release notes

Sourced from algosdk's releases.

v2.8.0

What's Changed

  • New fields to support the vFuture incentives release and minBalance on Account
  • Update the API with support for GetBlockLogs endpoint

Bugfixes

Enhancements

New Contributors

Full Changelog: https://github.com/algorand/js-algorand-sdk/compare/v2.7.0...v2.8.0

Changelog

Sourced from algosdk's changelog.

v2.8.0

What's Changed

Bugfixes

Enhancements

New Contributors

Full Changelog: https://github.com/algorand/js-algorand-sdk/compare/v2.7.0...v2.8.0

Commits
  • 8aaa432 Merge branch 'release/v2.8.0'
  • 3976e18 bump up version to v2.8.0
  • 1d09e42 Spec: Regenerate code from specification file f633b019 (#870)
  • 981905a fix: allow either boolean value for nonParticipation offline keyregs (#866)
  • a4eccfb Fix: Update chromedriver deps, make install conditional in CI, and fix indexe...
  • 6fdfa11 API: Regenerate algod and indexer models (#845)
  • See full diff in compare view


Updates dotenv-cli from 7.4.1 to 7.4.2

Commits


Updates prettier from 3.2.5 to 3.3.2

Release notes

Sourced from prettier's releases.

3.3.2

🔗 Changelog

3.3.1

🔗 Changelog

3.3.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

3.3.2

diff

Fix handlebars path expressions starts with @ (#16358 by @​Princeyadav05)

{{! Input }}
<div>{{@x.y.z}}</div>

{{! Prettier 3.3.1 }} <div>{{@​x}}</div>

{{! Prettier 3.3.2 }} <div>{{@​x.y.z}}</div>

3.3.1

diff

Preserve empty lines in front matter (#16347 by @​fisker)

<!-- Input -->
---
foo:
  - bar1
  • bar2

  • bar3


Markdown

<!-- Prettier 3.3.0 -->


foo:

  • bar1
  • bar2
  • bar3

Markdown

<!-- Prettier 3.3.1 --> </tr></table>

... (truncated)

Commits


Updates rimraf from 5.0.5 to 5.0.7

Commits


Updates rollup from 4.14.3 to 4.18.0

Release notes

Sourced from rollup's releases.

v4.18.0

4.18.0

2024-05-22

Features

  • Resolve import.meta.filename and .dirname in transpiled plugins (#5520)

Pull Requests

v4.17.2

4.17.2

2024-04-30

Bug Fixes

  • Fix tree-shaking problems when using spread arguments (#5503)

Pull Requests

v4.17.1

4.17.1

2024-04-29

Bug Fixes

  • Prevent infinite recursions for certain constructor invocations (#5500)

Pull Requests

v4.17.0

... (truncated)

Changelog

Sourced from rollup's changelog.

4.18.0

2024-05-22

Features

  • Resolve import.meta.filename and .dirname in transpiled plugins (#5520)

Pull Requests

4.17.2

2024-04-30

Bug Fixes

  • Fix tree-shaking problems when using spread arguments (#5503)

Pull Requests

4.17.1

2024-04-29

Bug Fixes

  • Prevent infinite recursions for certain constructor invocations (#5500)

Pull Requests

4.17.0

2024-04-27

... (truncated)

Commits
  • bb6f069 4.18.0
  • 13d8c99 docs: correct base32 to base36 in documentation (#5521)
  • cc993e7 Resolve import.meta.{filename,dirname} in files imported from config (#5520)
  • a25a779 Split up converter.rs into AST nodes (#5510)
  • a9cda18 chore(deps): lock file maintenance minor/patch updates (#5519)
  • 62c53c9 chore(deps): update dependency eslint-plugin-unicorn to v53 (#5518)
  • 3520da5 chore(deps): update dependency builtin-modules to v4 (#5512)
  • afdcc84 chore(deps): lock file maintenance minor/patch updates (#5514)
  • 00f0681 chore(deps): lock file maintenance (#5508)
  • 786566c chore(deps): lock file maintenance minor/patch updates (#5507)
  • Additional commits viewable in compare view


Updates ts-jest from 29.1.2 to 29.1.5

Release notes

Sourced from ts-jest's releases.

v29.1.5

Please refer to CHANGELOG.md for details.

v29.1.4

Please refer to CHANGELOG.md for details.

v29.1.3

Please refer to CHANGELOG.md for details.

Changelog

Sourced from ts-jest's changelog.

29.1.5 (2024-06-16)

Bug Fixes

29.1.4 (2024-05-28)

Bug Fixes

  • fix(transformer): allow transforming of .cts/.mts extensions. (b8f6eaa), closes #3996

Features

  • feat: make cli generate esm config based on type: "module" (81a5f64), closes #4210 #4012

29.1.3 (2024-05-21)

Bug Fixes

  • add @jest/transform as an optional peer dependency (0ba7f86)
  • bring back Node 14 support (eda56a7)

Performance Improvements

  • remove ts resolved module cache file (4c88da5)
Commits
  • a5f3c8a chore(release): 29.1.5
  • 78d61b3 build(deps): Update dependency eslint-plugin-jsdoc to ^48.2.12
  • 59026b4 build(deps-dev): bump braces in /examples/type-module
  • 32cc6bb build(deps): Update dependency eslint-plugin-jsdoc to ^48.2.11
  • 487172c build(deps): Update actions/checkout digest to 692973e
  • 5560334 build(deps-dev): bump braces from 3.0.2 to 3.0.3 in /examples/js-with-ts
  • 0d9e359 build(deps): bump braces from 3.0.2 to 3.0.3 in /website
  • 9803934 build(deps): Update dependency prettier to ^3.3.2
  • 543182a build(deps): Update dependency esbuild to ~0.21.5
  • b59777e build(deps): Update @​types packages to ^7.13.0
  • 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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 5 months ago

Looks like these dependencies are updatable in another way, so this is no longer needed.