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

Version Packages #315

Merged
merged 1 commit into from
Apr 6, 2023
Merged

Version Packages #315

merged 1 commit into from
Apr 6, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Apr 6, 2023

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

[email protected]

Patch Changes

  • #313 eb2280c Thanks @jxom! - Migrated from idna-uts46-hx to @adraffy/ens-normalize for normalize.

@vercel
Copy link

vercel bot commented Apr 6, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
viem ✅ Ready (Inspect) Visit Preview 💬 2 unresolved
✅ 1 resolved
Apr 6, 2023 0:18am
viem-playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 6, 2023 0:18am

@socket-security
Copy link

New dependency changes detected. Learn more about Socket for GitHub ↗︎


🚨 Potential security issues found in this pull request. To accept the risk, merge this PR and you will not be notified again.

Bot Commands

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of package-name@version specifiers. e.g. @SocketSecurity ignore [email protected] bar@* or ignore all packages with @SocketSecurity ignore-all

📜 Install scripts

Install scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.

Packages should not be running non-essential scripts during install and there are often solutions to problems people solve with install scripts that can be run at publish time instead.

Package Script field Source
[email protected] (added) postinstall package.json, pnpm-lock.yaml
[email protected] (added) postinstall pnpm-lock.yaml via , examples/_template/pnpm-lock.yaml via [email protected], examples/blocks/fetching-blocks/package.json via [email protected], examples/blocks/watching-blocks/package.json via [email protected], examples/clients/public-client/package.json via [email protected], examples/clients/wallet-client/package.json via [email protected], examples/contracts/deploying-contracts/package.json via [email protected], examples/contracts/multicall/package.json via [email protected], examples/contracts/reading-contracts/package.json via [email protected], examples/contracts/writing-to-contracts/package.json via [email protected], examples/ens/package.json via [email protected], examples/filters-and-logs/block-event-logs/package.json via [email protected], examples/filters-and-logs/event-logs/package.json via [email protected], examples/signing/typed-data/package.json via [email protected], examples/transactions/fetching-transactions/package.json via [email protected], examples/transactions/sending-transactions/package.json via [email protected], playgrounds/browser/package.json via [email protected]
[email protected] (added) postinstall package.json, pnpm-lock.yaml
Pull request alert summary
Issue Status
Install scripts ⚠️ 3 issues
Native code ✅ 0 issues
Bin script shell injection ✅ 0 issues
Unresolved require ✅ 0 issues
Invalid package.json ✅ 0 issues
HTTP dependency ✅ 0 issues
Git dependency ✅ 0 issues
Potential typo squat ✅ 0 issues
Known Malware ✅ 0 issues
Telemetry ✅ 0 issues
Protestware/Troll package ✅ 0 issues

📊 Modified Dependency Overview:

➕ Added Package Capability Access +/- Transitive Count Publisher
@vitest/[email protected] network, filesystem +6 oreanno
@types/[email protected] None +0 types
[email protected] filesystem, environment +0 isaacs
[email protected] None +0 dmnd
@actions/[email protected] network, filesystem, environment +14 thboop
@types/[email protected] None +0 types
@types/[email protected] None +0 types
@changesets/[email protected] network, environment +4 changesets-release-bot
[email protected] network, filesystem +5 ricmoo
[email protected] filesystem, environment +10 sindresorhus
@actions/[email protected] network, filesystem, environment +2 thboop
[email protected] filesystem +3 ryanzim
@adraffy/[email protected] None +0 adraffy
[email protected] network +43 ricmoo

🚮 Removed packages: [email protected]

@jxom jxom merged commit ca239e1 into main Apr 6, 2023
@jxom jxom deleted the changeset-release/main branch April 6, 2023 00:21
jxom added a commit that referenced this pull request Apr 7, 2023
* fix: make `GetValue` return `{ value?: never }` for contract functions that are not payable (#310)

fix: GetValue type

* Version Packages (#311)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* refactor: use `@adraffy/ens-normalize` for ENS normalization (#313)

* refactor: use @adraffy/ens-normalize for ENS normalization

* docs: update

* Version Packages (#315)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* fix: `transports` property type on `FallbackTransport` (#317)

* Version Packages (#318)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* chore: migrate to nodenext module resolution

* chore: fix type imports

* chore: use `bundler` module resolution for playgrounds so that path aliases are simpler

* fix: ethers adapter signTransaction properties (#322)

* fix: ethers adapter

* test: boost coverage

* Version Packages (#324)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* fix: skip invalid logs (#326)

* fix: skip invalid logs

* chore: format

* chore: changeset

* Version Packages (#327)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* feat: tweaked error inheritence for `UserRejectedRequestError` & `SwitchChainError` (#328)

* feat: tweaked error inheritence for `UserRejectedRequestError` & `SwitchChainError`

* chore: format

* chore: switch to tsc

* chore: apply rome formatting & linting changes

* chore: bump to typescript v5

* chore: remove tsup config

* chore: improve build step

* chore: add comment to version.ts

* chore: fix imports

* chore: add changeset

* chore: fix type imports

* chore: ignore tsbuildinfo

* fix: type issues

* chore: Contains -> Or

* chore: format

* chore: format

---------

Co-authored-by: jxom <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: awkweb <[email protected]>
jxom added a commit that referenced this pull request Apr 7, 2023
* fix: make `GetValue` return `{ value?: never }` for contract functions that are not payable (#310)

fix: GetValue type

* Version Packages (#311)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* refactor: use `@adraffy/ens-normalize` for ENS normalization (#313)

* refactor: use @adraffy/ens-normalize for ENS normalization

* docs: update

* Version Packages (#315)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* fix: `transports` property type on `FallbackTransport` (#317)

* Version Packages (#318)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* chore: migrate to nodenext module resolution

* chore: fix type imports

* chore: use `bundler` module resolution for playgrounds so that path aliases are simpler

* fix: ethers adapter signTransaction properties (#322)

* fix: ethers adapter

* test: boost coverage

* Version Packages (#324)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* fix: skip invalid logs (#326)

* fix: skip invalid logs

* chore: format

* chore: changeset

* Version Packages (#327)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* feat: tweaked error inheritence for `UserRejectedRequestError` & `SwitchChainError` (#328)

* feat: tweaked error inheritence for `UserRejectedRequestError` & `SwitchChainError`

* chore: format

* chore: switch to tsc

* chore: apply rome formatting & linting changes

* chore: bump to typescript v5

* chore: remove tsup config

* chore: improve build step

* chore: add comment to version.ts

* chore: fix imports

* chore: add changeset

* chore: fix type imports

* chore: ignore tsbuildinfo

* fix: type issues

* chore: Contains -> Or

* chore: format

* chore: format

---------

Co-authored-by: jxom <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: awkweb <[email protected]>
jxom added a commit that referenced this pull request Apr 7, 2023
* chore: switch to tsc

* chore: apply rome formatting & linting changes

* chore: bump to typescript v5

* chore: remove tsup config

* chore: improve build step

* chore: add comment to version.ts

* chore: fix imports

* chore: add changeset

* chore: revert uts46 import changes

* chore: fix type imports

* chore: ignore tsbuildinfo

* fix: type issues

* chore: Contains -> Or

* chore: format

* chore: switch to nodenext module resolution (#309)

* fix: make `GetValue` return `{ value?: never }` for contract functions that are not payable (#310)

fix: GetValue type

* Version Packages (#311)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* refactor: use `@adraffy/ens-normalize` for ENS normalization (#313)

* refactor: use @adraffy/ens-normalize for ENS normalization

* docs: update

* Version Packages (#315)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* fix: `transports` property type on `FallbackTransport` (#317)

* Version Packages (#318)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* chore: migrate to nodenext module resolution

* chore: fix type imports

* chore: use `bundler` module resolution for playgrounds so that path aliases are simpler

* fix: ethers adapter signTransaction properties (#322)

* fix: ethers adapter

* test: boost coverage

* Version Packages (#324)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* fix: skip invalid logs (#326)

* fix: skip invalid logs

* chore: format

* chore: changeset

* Version Packages (#327)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* feat: tweaked error inheritence for `UserRejectedRequestError` & `SwitchChainError` (#328)

* feat: tweaked error inheritence for `UserRejectedRequestError` & `SwitchChainError`

* chore: format

* chore: switch to tsc

* chore: apply rome formatting & linting changes

* chore: bump to typescript v5

* chore: remove tsup config

* chore: improve build step

* chore: add comment to version.ts

* chore: fix imports

* chore: add changeset

* chore: fix type imports

* chore: ignore tsbuildinfo

* fix: type issues

* chore: Contains -> Or

* chore: format

* chore: format

---------

Co-authored-by: jxom <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: awkweb <[email protected]>

* Delete eleven-donkeys-lay.md

* Delete jsconfig.json

* Update cuddly-candles-begin.md

---------

Co-authored-by: Sebastian Lorenz <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: awkweb <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant