Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the other group across 1 directory with 5 updates #672

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 10, 2025

Bumps the other group with 5 updates in the / directory:

Package From To
@pythnetwork/pyth-evm-js 1.82.0 1.83.0
hardhat 2.22.18 2.22.19
prettier 3.4.2 3.5.3
prettier-plugin-toml 2.0.1 2.0.2
viem 2.22.10 2.23.9

Updates @pythnetwork/pyth-evm-js from 1.82.0 to 1.83.0

Commits

Updates hardhat from 2.22.18 to 2.22.19

Release notes

Sourced from hardhat's releases.

Hardhat v2.22.19

This small bug fix release resolves a Windows installation dependency issue and improves performance during initialization of a local Hardhat network and when working with stack traces.

Changes

  • 5d79fca: Fix heuristic to detect that an ESM project doesn't have a Hardhat config with an explicit .cjs extension.
  • 00d542a: Update EDR to v0.8.0:
    • fix: improved provider initialization performance
    • fix: ignore unknown opcodes in source maps
    • fix: crash when loading EDR on Windows without a C Runtime library installed
    • fix: improved stack trace generation performance

💡 The Nomic Foundation is hiring! Check our open positions.


Commits
  • 44cbe9d Version Packages
  • 6e699f0 Merge pull request #6397 from NomicFoundation/hide-learn-more-solidity-tests
  • d321fed Hide Solidity tests page in Learn more group
  • 93027e2 Merge pull request #6389 from NomicFoundation/fix/mermaid-text-v2
  • fb25603 Fix the global build
  • bc09e8d Update lockfile
  • 673b674 update mermaid version
  • 504074c Merge pull request #6228 from EnThib/patch-1
  • 76c107b Merge pull request #6229 from NomicFoundation/ignition/tx-failure-fix
  • 6a39779 Merge pull request #6387 from NomicFoundation/hh3-alpha-comparison-fixes
  • Additional commits viewable in compare view

Updates prettier from 3.4.2 to 3.5.3

Release notes

Sourced from prettier's releases.

3.5.3

🔗 Changelog

3.5.2

🔗 Changelog

3.5.1

🔗 Changelog

3.5.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

3.5.3

diff

Flow: Fix missing parentheses in ConditionalTypeAnnotation (#17196 by @​fisker)

// Input
type T<U> = 'a' | ('b' extends U ? 'c' : empty);
type T<U> = 'a' & ('b' extends U ? 'c' : empty);
// Prettier 3.5.2
type T<U> = "a" | "b" extends U ? "c" : empty;
type T<U> = "a" & "b" extends U ? "c" : empty;
// Prettier 3.5.3
type T<U> = "a" | ("b" extends U ? "c" : empty);
type T<U> = "a" & ("b" extends U ? "c" : empty);

3.5.2

diff

Remove module-sync condition (#17156 by @​fisker)

In Prettier 3.5.0, we added module-sync condition to package.json, so that require("prettier") can use ESM version, but turns out it doesn't work if CommonJS and ESM plugins both imports builtin plugins. To solve this problem, we decide simply remove the module-sync condition, so require("prettier") will still use the CommonJS version, we'll revisit until require(ESM) feature is more stable.

3.5.1

diff

Fix CLI crash when cache for old version exists (#17100 by @​sosukesuzuki)

Prettier 3.5 uses a different cache format than previous versions, Prettier 3.5.0 crashes when reading existing cache file, Prettier 3.5.1 fixed the problem.

Support dockercompose and github-actions-workflow in VSCode (#17101 by @​remcohaszing)

Prettier now supports the dockercompose and github-actions-workflow languages in Visual Studio Code.

3.5.0

diff

🔗 Release Notes

Commits

Updates prettier-plugin-toml from 2.0.1 to 2.0.2

Release notes

Sourced from prettier-plugin-toml's releases.

[email protected]

Patch Changes

Commits
  • d8acaa7 chore: release package(s) (#412)
  • 11cf08a chore(toml): fix homepage url (#392)
  • e02bd2f feat(sh): add support for file pragmas (#378)
  • 09382e2 chore(deps): update dependency @​types/lodash to ^4.17.15 (#409)
  • ab79f27 chore(deps): update dependency @​changesets/cli to ^2.27.12 (#408)
  • 69aed8b chore(deps): update dependency @​types/web to ^0.0.188 (#401)
  • 17e879f chore(deps): update dependency @​changesets/cli to ^2.27.11 (#400)
  • e2ad5b7 chore(deps): update dependency @​types/web to ^0.0.185 (#397)
  • b62624c chore(deps): update dependency @​changesets/cli to ^2.27.10 (#396)
  • 41fc805 chore(deps): update dependency @​types/lodash to ^4.17.13
  • Additional commits viewable in compare view

Updates viem from 2.22.10 to 2.23.9

Release notes

Sourced from viem's releases.

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

... (truncated)

Commits

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

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 10, 2025
@dependabot dependabot bot requested a review from noisekit March 10, 2025 04:05
Bumps the other group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@pythnetwork/pyth-evm-js](https://github.com/pyth-network/pyth-crosschain/tree/HEAD/target_chains/ethereum/sdk/js) | `1.82.0` | `1.83.0` |
| [hardhat](https://github.com/nomiclabs/hardhat) | `2.22.18` | `2.22.19` |
| [prettier](https://github.com/prettier/prettier) | `3.4.2` | `3.5.3` |
| [prettier-plugin-toml](https://github.com/un-ts/prettier) | `2.0.1` | `2.0.2` |
| [viem](https://github.com/wevm/viem) | `2.22.10` | `2.23.9` |



Updates `@pythnetwork/pyth-evm-js` from 1.82.0 to 1.83.0
- [Release notes](https://github.com/pyth-network/pyth-crosschain/releases)
- [Commits](https://github.com/pyth-network/pyth-crosschain/commits/HEAD/target_chains/ethereum/sdk/js)

Updates `hardhat` from 2.22.18 to 2.22.19
- [Release notes](https://github.com/nomiclabs/hardhat/releases)
- [Commits](https://github.com/nomiclabs/hardhat/compare/[email protected]@2.22.19)

Updates `prettier` from 3.4.2 to 3.5.3
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.4.2...3.5.3)

Updates `prettier-plugin-toml` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/un-ts/prettier/releases)
- [Changelog](https://github.com/un-ts/prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/un-ts/prettier/compare/[email protected]@2.0.2)

Updates `viem` from 2.22.10 to 2.23.9
- [Release notes](https://github.com/wevm/viem/releases)
- [Commits](https://github.com/wevm/viem/compare/[email protected]@2.23.9)

---
updated-dependencies:
- dependency-name: "@pythnetwork/pyth-evm-js"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: hardhat
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: other
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: prettier-plugin-toml
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: other
- dependency-name: viem
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: other
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/other-de46cdcfcd branch from 66b939a to 745d1f4 Compare March 14, 2025 03:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants