Skip to content

chore(deps-dev): bump the development-npm group across 1 directory with 5 updates - #288

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/main/development-npm-1bbec662b1
Closed

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/main/development-npm-1bbec662b1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor

Bumps the development-npm group with 5 updates in the / directory:

Package From To
prettier 3.6.2 3.9.6
solhint 6.2.1 6.2.4
@playwright/test 1.61.1 1.62.1
@wagmi/cli 2.9.0 2.10.0
eslint-config-next 16.3.2 16.3.4

Updates prettier from 3.6.2 to 3.9.6

Release notes

Sourced from prettier's releases.

3.9.6

What's Changed

🔗 Changelog

3.9.5

🔗 Changelog

3.9.4

  • Angular: Format @content(name) -> @content (name) to align with other block syntax (#19499 by @​fisker)

🔗 Changelog

3.9.3

🔗 Changelog

3.9.1

🔗 Changelog

3.9.0

diff

🔗 Prettier 3.9: Major parser upgrades and Formatting improvements

3.8.5

🔗 Changelog

3.8.4

🔗 Changelog

3.8.3

🔗 Changelog

... (truncated)

Changelog

Sourced from prettier's changelog.

3.9.6

diff

TypeScript: Preserve quotes for methods named new (#19621 by @​kovsu)

// Input
interface Container {
  "new"(id: string): number;
}
// Prettier 3.9.5
interface Container {
new(id: string): number;
}
// Prettier 3.9.6
interface Container {
"new"(id: string): number;
}

TypeScript: Support import defer (#19624, #19675 by @​fisker)

// Input
import defer * as foo from "foo";
// Prettier 3.9.5
import * as foo from "foo";
// Prettier 3.9.6
import defer * as foo from "foo";

JavaScript: Added a new official plugin @prettier/plugin-yuku (#19628, #19629 by @​fisker)

@prettier/plugin-yuku is powered by Yuku (A high-performance JavaScript/TypeScript compiler toolchain written in Zig).

This plugin includes two new parsers: yuku (JavaScript syntax) and yuku-ts (TypeScript syntax).

To use this plugin:

  1. Install the plugin:

    yarn add --dev prettier @prettier/plugin-yuku

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for prettier since your current version.


Updates solhint from 6.2.1 to 6.2.4

Release notes

Sourced from solhint's releases.

v6.2.4

[6.2.4] - 2026-08-07

🛠️ Fix: clarify documentation (#784)

🧹 Chore: bump fast-uri from 3.1.4 to 3.1.5 (#783)

🧹 Chore: bump js-yaml from 4.2.0 to 4.3.0 (#782)

🧹 Chore: bump js-yaml from 4.3.0 to 4.3.1 (#787)

🧹 Chore: bump fast-uri from 3.1.2 to 3.1.4 (#781)

🧹 Chore: bump uuid and nyc (#777)

🛠️ Chore: add "report ok" message (#780)

🛠️ Fix: broken Consensys guide link (#779)

🛠️ Fix: improve developer documentation and Markdown formatting (#778)

✨🛡️ Kudos to our contributors! 🛡️✨

v6.2.3

[6.2.3] - 2026-06-19

🛠️ Fix: Dowser poster added.

🧹 Chore: bump js-yaml from 4.1.1 to 4.2.0

v6.2.2

[6.2.2] - 2026-06-14

🧹 Chore: Dowser poster added. Solhint needs funds to keep growing

🧹 Chore: bump fast-uri from 3.0.6 to 3.1.2

🧹 Chore: bump lodash from 4.17.23 to 4.18.1

🛠️ Fix: Removed ajv-errors due to (#750)

🆕 Rule: added no-unchecked-calls Check return value of low-level calls (call, staticcall, delegatecall)

Changelog

Sourced from solhint's changelog.

[6.2.4] - 2026-08-07

🛠️ Fix: clarify documentation (#784)

🧹 Chore: bump fast-uri from 3.1.4 to 3.1.5 (#783)

🧹 Chore: bump js-yaml from 4.2.0 to 4.3.0 (#782)

🧹 Chore: bump js-yaml from 4.3.0 to 4.3.1 (#787)

🧹 Chore: bump fast-uri from 3.1.2 to 3.1.4 (#781)

🧹 Chore: bump uuid and nyc (#777)

🛠️ Chore: add "report ok" message (#780)

🛠️ Fix: broken Consensys guide link (#779)

🛠️ Fix: improve developer documentation and Markdown formatting (#778)

✨🛡️ Kudos to our contributors! 🛡️✨

[6.2.3] - 2026-06-19

🛠️ Fix: Dowser poster added.

🧹 Chore: bump js-yaml from 4.1.1 to 4.2.0

[6.2.2] - 2026-06-14

🧹 Chore: Dowser poster added. Solhint needs funds to keep growing

🧹 Chore: bump fast-uri from 3.0.6 to 3.1.2

🧹 Chore: bump lodash from 4.17.23 to 4.18.1

🛠️ Fix: Removed ajv-errors due to (#750)

🆕 Rule: added no-unchecked-calls Check return value of low-level calls (call, staticcall, delegatecall)

Commits
  • b754def Merge pull request #786 from protofire/develop
  • b4118ac Merge branch 'develop' of github.com:protofire/solhint into develop
  • 34b2b25 fix: changelog
  • e3442eb Merge pull request #787 from protofire/dependabot/npm_and_yarn/js-yaml-4.3.1
  • e80970c chore(deps): bump js-yaml from 4.3.0 to 4.3.1
  • 103a04f fix poster links
  • cadb262 Merge pull request #780 from protofire/add-reportOK-msg
  • fe6e0c6 Merge branch 'develop' into add-reportOK-msg
  • e0d5871 Merge pull request #785 from protofire/pre-release-624
  • 995f399 pre-release 6.24
  • Additional commits viewable in compare view

Updates @playwright/test from 1.61.1 to 1.62.1

Release notes

Sourced from @​playwright/test's releases.

v1.62.1

Bug Fixes

  • #41989 [Regression]: tsconfig "extends" bare specifier isn't resolved via node_modules walk-up like tsc (fatal since 1.62)
  • #41998 [Regression]: directory-form tsconfig project references ("path": "../pkg") fail to resolve (fatal since 1.62)
  • #41985 Accessibility snapshot drops button name when text is nested inside spans with aria-hidden SVG
  • #42000 [Regression]: page.evaluate() arg of a branded primitive type (string & { brand }) no longer type-checks since 1.62
  • #42013 [BUG]Image-type actionable elements are not presented in the snapshot.

v1.62.0

🧱 New component testing model

Component testing moves to a stories and galleries model. A story wraps your component in one specific scenario — hard-coded props, mock data, providers — and a gallery page that you serve renders stories on demand. The new fixtures.mount() fixture navigates to the gallery, mounts a story by id, and returns a Locator scoped to the story's root element:

test('click should expand', async ({ mount }) => {
  const component = await mount('components/Expandable/Stateful');
  await component.getByRole('button').click();
  await expect(component.getByTestId('expanded')).toHaveValue('true');
});

Pass a story type as a template argument to type-check its props, and use update(props) / unmount() on the returned locator to re-render or tear down within a test.

🛑 Cancel operations with AbortSignal

Most operations and web-first assertions now accept a signal option that takes an AbortSignal, letting you cancel long-running actions, navigations, waits, and assertions:

const controller = new AbortController();
setTimeout(() => controller.abort(), 1000);
await page.getByRole('button', { name: 'Submit' }).click({ signal: controller.signal });
await expect(page.getByText('Done')).toBeVisible({ signal: controller.signal });

Providing a signal does not disable the default timeout; pass timeout: 0 to disable it.

🖼️ WebP screenshots

expect(page).toHaveScreenshot() and expect(locator).toHaveScreenshot() can now store snapshots in the WebP format — just give the snapshot a .webp name:

// Visual comparisons store the golden snapshot as lossless WebP.
await expect(page).toHaveScreenshot('homepage.webp');
// Standalone screenshots can trade quality for size with lossy WebP.
await page.screenshot({ path: 'homepage.webp', quality: 50 });
</tr></table>

... (truncated)

Commits
  • 26a9e47 cherry-pick(#42043): docs: release notes for v1.62 Python, Java, and .NET (#4...
  • 0a81d5d cherry-pick(#42040): docs(release-notes): mention the isolated headless clipb...
  • 8376826 cherry-pick(#42034): fix(aria): keep icon-only clickable elements in ai snaps...
  • 66c5cc9 chore: mark v1.62.1 (#42020)
  • 9672bc3 cherry-pick(#42009): fix(types): support branded primitives in evaluate argum...
  • 4325804 cherry-pick(#41988): fix(aria): preserve names from collapsed text contributors
  • 9632f8e cherry-pick(#42005): fix(tsconfig): do not throw when "extends"/"references" ...
  • e3950d9 chore: mark v1.62.0 (#41981)
  • f07e0f7 cherry-pick(#41940): docs: release notes for v1.62 (#41967)
  • 05a306c cherry-pick(#41964): Revert "feat(routeFromHar): add interceptAPIRequests opt...
  • Additional commits viewable in compare view

Updates @wagmi/cli from 2.9.0 to 2.10.0

Changelog

Sourced from @​wagmi/cli's changelog.

2.10.0

Minor Changes

  • Breaking: Removed routescan plugin (former sponsor). If you still need this plugin, vendor the source code into your project directly. (9dbdd82)
Commits

Updates eslint-config-next from 16.3.2 to 16.3.4

Release notes

Sourced from eslint-config-next's releases.

v16.3.4

Follow-up release to v16.3.3 re-enabling AVIF Image Optimization (#97949).

The following bug fixes have been backported. It does not include all pending features/changes on canary.

  • testmode: Fix infinite recursion in testmode passthrough fetch (#97691)
  • Fix build error when aliasing typescript to @​typescript/typescript6 (#97997)
  • Fix unset crossOrigin in Turbopack manifests (#97930)

Credits

Huge thanks to @​eps1lon, @​mischnic, and @​timneutkens for helping!

v16.3.3

This release contains security fixes for the following advisories:

Critical:

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 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

…th 5 updates

Bumps the development-npm group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [prettier](https://github.com/prettier/prettier) | `3.6.2` | `3.9.6` |
| [solhint](https://github.com/protofire/solhint) | `6.2.1` | `6.2.4` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.61.1` | `1.62.1` |
| [@wagmi/cli](https://github.com/wevm/wagmi/tree/HEAD/packages/cli) | `2.9.0` | `2.10.0` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `16.3.2` | `16.3.4` |



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

Updates `solhint` from 6.2.1 to 6.2.4
- [Release notes](https://github.com/protofire/solhint/releases)
- [Changelog](https://github.com/protofire/solhint/blob/develop/CHANGELOG.md)
- [Commits](protofire/solhint@v6.2.1...v6.2.4)

Updates `@playwright/test` from 1.61.1 to 1.62.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.61.1...v1.62.1)

Updates `@wagmi/cli` from 2.9.0 to 2.10.0
- [Release notes](https://github.com/wevm/wagmi/releases)
- [Changelog](https://github.com/wevm/wagmi/blob/main/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/wevm/wagmi/commits/@wagmi/cli@2.10.0/packages/cli)

Updates `eslint-config-next` from 16.3.2 to 16.3.4
- [Release notes](https://github.com/vercel/next.js/releases)
- [Commits](https://github.com/vercel/next.js/commits/v16.3.4/packages/eslint-config-next)

---
updated-dependencies:
- dependency-name: prettier
  dependency-version: 3.9.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-npm
- dependency-name: solhint
  dependency-version: 6.2.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-npm
- dependency-name: "@playwright/test"
  dependency-version: 1.62.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-npm
- dependency-name: "@wagmi/cli"
  dependency-version: 2.10.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-npm
- dependency-name: eslint-config-next
  dependency-version: 16.3.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-npm
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 7, 2026
@vercel

vercel Bot commented Sep 7, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
tap-cap-table-app Ready Ready Preview Sep 7, 2026 10:34pm UTC
1 Skipped Deployment
Project Deployment Actions Updated
docs Ignored Ignored Sep 7, 2026 10:34pm UTC

Request Review

@dependabot @github

dependabot Bot commented on behalf of github Sep 9, 2026

Copy link
Copy Markdown
Contributor Author

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

@dependabot dependabot Bot closed this Sep 9, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/main/development-npm-1bbec662b1 branch September 9, 2026 22:06
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants