hashgraph / hedera-smart-contracts

Contains Hedera Smart Contract Service supporting files
Apache License 2.0
37 stars 50 forks source link

build(deps-dev): Bump prettier from 3.2.5 to 3.3.0 #789

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 4 weeks ago

Bumps prettier from 3.2.5 to 3.3.0.

Release notes

Sourced from prettier's releases.

3.3.0

diff

πŸ”— Release note

Changelog

Sourced from prettier's changelog.

3.3.0

diff

πŸ”— Release Notes

Commits


Dependabot compatibility score

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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
github-actions[bot] commented 4 weeks ago

Test Results

217 tests   -β€Š27   211 :heavy_check_mark:  -β€Š26   6m 55s :stopwatch: -9s βŸβ€„67 suites  -β€ŠβŸβ€„3β€‚β€ƒβ€ƒβŸβ€„βŸβ€„6 :zzz: Β±βŸβ€„0  βŸβ€„14 files   Β±βŸβ€„0β€‚β€ƒβ€ƒβŸβ€„βŸβ€„0 :x:  -β€ŠβŸβ€„1 

Results for commit f2e020f0. ± Comparison against base commit 810cc980.

This pull request removes 28 and adds 1 tests. Note that renamed tests count towards both. ``` Should NOT be able to send ERC721 token to invalidErc721Receiver via safeTransferFrom ‑ @OZIERC721Receiver Test Suite Should NOT be able to send ERC721 token to invalidErc721Receiver via safeTransferFrom Should be able to send ERC721 token to validErc721Receiver via safeTransferFrom ‑ @OZIERC721Receiver Test Suite Should be able to send ERC721 token to validErc721Receiver via safeTransferFrom Should deploy contracts to proper addresses ‑ @OZIERC721Receiver Test Suite Should deploy contracts to proper addresses should NOT be able call tokenByIndex ‑ ERC721Contract Test Suite Unsupported operations should NOT be able call tokenByIndex should NOT be able call tokenOfOwnerByIndex ‑ ERC721Contract Test Suite Unsupported operations should NOT be able call tokenOfOwnerByIndex should NOT be able execute safeTransferFrom ‑ ERC721Contract Test Suite Unsupported operations should NOT be able execute safeTransferFrom should NOT be able execute safeTransferFromWithData ‑ ERC721Contract Test Suite Unsupported operations should NOT be able execute safeTransferFromWithData should NOT be able to execute approve ‑ ERC721Contract Test Suite Unsupported operations should NOT be able to execute approve should NOT be able to execute delegateSetApprovalForAll and isApprovedForAll ‑ ERC721Contract Test Suite should NOT be able to execute delegateSetApprovalForAll and isApprovedForAll should NOT be able to execute transferFrom ‑ ERC721Contract Test Suite Unsupported operations should NOT be able to execute transferFrom … ``` ``` should be able to execute getPseudorandomSeed to generate a pseudo random seed ‑ PrngSystemContract Test Suite should be able to execute getPseudorandomSeed to generate a pseudo random seed ```
dependabot[bot] commented 3 weeks ago

Superseded by #796.