chore(deps):(deps-dev): bump the development-dependencies group across 1 directory with 5 updates#35
Open
dependabot[bot] wants to merge 1 commit into
Conversation
…s 1 directory with 5 updates Bumps the development-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@changesets/cli](https://github.com/changesets/changesets) | `2.29.4` | `2.30.0` | | [ethers](https://github.com/ethers-io/ethers.js) | `6.15.0` | `6.16.0` | | [msw](https://github.com/mswjs/msw) | `2.11.6` | `2.12.14` | | [shx](https://github.com/shelljs/shx) | `0.3.4` | `0.4.0` | | [zod-to-json-schema](https://github.com/StefanTerdell/zod-to-json-schema) | `3.25.1` | `3.25.2` | Updates `@changesets/cli` from 2.29.4 to 2.30.0 - [Release notes](https://github.com/changesets/changesets/releases) - [Commits](https://github.com/changesets/changesets/compare/@changesets/cli@2.29.4...@changesets/cli@2.30.0) Updates `ethers` from 6.15.0 to 6.16.0 - [Release notes](https://github.com/ethers-io/ethers.js/releases) - [Changelog](https://github.com/ethers-io/ethers.js/blob/main/CHANGELOG.md) - [Commits](ethers-io/ethers.js@v6.15.0...v6.16.0) Updates `msw` from 2.11.6 to 2.12.14 - [Release notes](https://github.com/mswjs/msw/releases) - [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md) - [Commits](mswjs/msw@v2.11.6...v2.12.14) Updates `shx` from 0.3.4 to 0.4.0 - [Release notes](https://github.com/shelljs/shx/releases) - [Changelog](https://github.com/shelljs/shx/blob/main/CHANGELOG.md) - [Commits](shelljs/shx@v0.3.4...v0.4.0) Updates `zod-to-json-schema` from 3.25.1 to 3.25.2 - [Release notes](https://github.com/StefanTerdell/zod-to-json-schema/releases) - [Changelog](https://github.com/StefanTerdell/zod-to-json-schema/blob/master/changelog.md) - [Commits](https://github.com/StefanTerdell/zod-to-json-schema/commits) --- updated-dependencies: - dependency-name: "@changesets/cli" dependency-version: 2.30.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: ethers dependency-version: 6.16.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: msw dependency-version: 2.12.14 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: shx dependency-version: 0.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: zod-to-json-schema dependency-version: 3.25.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the development-dependencies group with 5 updates in the / directory:
2.29.42.30.06.15.06.16.02.11.62.12.140.3.40.4.03.25.13.25.2Updates
@changesets/clifrom 2.29.4 to 2.30.0Release notes
Sourced from
@changesets/cli's releases.... (truncated)
Commits
3ab4d89Version Packages (#1817)1772598Fix changelog entry insertion when no package title is present in the `CHANGE...6df3a5eAllow versioned private packages to depend on skipped packages without requir...2a73025Fix confusing 'Question-2' prompt label when using external editor (#1857)667fe5aSupport ESM for custom changelog and commit options (#1774)e462d89Add scopes automatically in the GitHub new token link in the printed error me...503fcaaSupport absolute paths in status output flag (#1776)d4b8ad8Improve error messages when fetching from GitHub api (#1781)ece0376ImprovebaseBranchdocs (#1778)0e8e01eAllow Changesets to be executed from non-root directories (#1806)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for
@changesets/clisince your current version.Updates
ethersfrom 6.15.0 to 6.16.0Release notes
Sourced from ethers's releases.
Changelog
Sourced from ethers's changelog.
Commits
98c49d0admin: updated dist filesc4e840etests: disable Blockscout temporaily88dfe96Added utility method to split EIP-7594 BLOb proofs into its cells.7c5faf8admin: updated dist files8192f5bdocs: add link for EIP-759410a912bdocs: fixed typos (#5039)719b01dUpdate Alchemy URL endpoint for mainnet (#5052).94b333bFail on unsupported Etherscan networks immediately to better support the defa...986e827Added Filecoin network and Ankr endpoints (#5038).452b422Moved to better API for EIP-7594 PeerDAS (#5062).Updates
mswfrom 2.11.6 to 2.12.14Release notes
Sourced from msw's releases.
... (truncated)
Commits
afa3606chore(release): v2.12.14f90bf49fix: support wildcard ports in url matching (#2677)002f3e7test: fix flakyws.clients.browsertest (#2679)5f4cccechore(release): v2.12.134b8c330fix(GraphQL): supportapplication/graphql-response+jsonresponse `content-t...98716e7fix(HttpResponse): mark implicitcontent-typeheaders with a symbol (#2675)e6a7f81chore(release): v2.12.1251e920echore: fix flaky tests (#2673)cd52873fix: minor improvements (#2672)b79d7aefix: handle special characters inpostinstallscript (#2649)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for msw since your current version.
Updates
shxfrom 0.3.4 to 0.4.0Release notes
Sourced from shx's releases.
Commits
8886c3e0.4.0e8db3bcrefactor: code cleanup for the --negate flag6184003Adding a global --negate flag (#189)b3d5b80fix: add back ShellJS version in --version5106c6bchore: update dependenciese8bb9f8chore: drop some dependencies and simplify3bb21d9chore: drop non-LTS node versionsb70e666chore: update shelljs and drop old node supportf8b0b37doc: Fix typo in README03c2964chore(dependencies): update js-yamlUpdates
zod-to-json-schemafrom 3.25.1 to 3.25.2Changelog
Sourced from zod-to-json-schema's changelog.
... (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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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