Skip to content

build(deps-dev): bump the devdependencies group across 1 directory with 4 updates - #655

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/devdependencies-9968cc3214
Open

build(deps-dev): bump the devdependencies group across 1 directory with 4 updates#655
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/devdependencies-9968cc3214

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor

Bumps the devdependencies group with 4 updates in the / directory: prettier, jsdom, @testing-library/jest-dom and wxt.

Updates prettier from 3.9.5 to 3.9.6

Release notes

Sourced from prettier's releases.

3.9.6

What's Changed

🔗 Changelog

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

Updates jsdom from 29.1.1 to 30.0.0

Release notes

Sourced from jsdom's releases.

v30.0.0

Breaking changes:

  • Node.js minimum version raised to ^22.22.2 || ^24.15.0 || >=26.0.0.

Other changes:

  • Added CSS.escape() and CSS.supports() functions. (@​asamuzaK)
  • Added 'background-position-x' and 'background-position-y' CSS properties. (@​olagokemills)
  • Fixed getComputedStyle() to convert length values into pixels. (@​asamuzaK)
  • Fixed CSS function serialization, e.g., in the return value of getPropertyValue(). (@​asamuzaK)
  • Fixed the type of error thrown by document.evaluate() (@​dokson)
Commits
  • 20a01fc 30.0.0
  • 8c8e583 Precompute WPT expectation matches
  • f32245c Bump Node.js floor and dependencies
  • 03ef23b Add background-position longhands
  • ded056f Test CSS.escape() with numeric IDs
  • d312832 Convert CSS values to pixels for computed styles
  • 4e0ee41 Implement CSS.escape() and CSS.supports()
  • 05eb709 Fix benchmark:compare script on Windows
  • 97c1b90 Fix CSS function value serialization
  • 15642ba Add benchmark comparison script
  • Additional commits viewable in compare view

Updates @testing-library/jest-dom from 6.9.1 to 7.0.0

Release notes

Sourced from @​testing-library/jest-dom's releases.

v7.0.0

7.0.0 (2026-07-20)

Features

  • add toContainAnyBy* and toContainOneBy* query matchers (1e39089)

BREAKING CHANGES

  • @​testing-library/dom is now a required peer dependency. The minimum supported Node.js version is now 22.

Repaired release for testing-library/jest-dom#731

v6.10.0

6.10.0 (2026-07-20)

Features

  • add toContainAnyBy* and toContainOneBy* query matchers (#731) (cae44df)
Commits
  • 1e39089 feat: add toContainAnyBy* and toContainOneBy* query matchers
  • cae44df feat: add toContainAnyBy* and toContainOneBy* query matchers (#731)
  • 55c07ce ci: switch release to npm trusted publishing (#726)
  • 213256f docs: move toHaveSelection from the deprecated section (#717)
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​testing-library/jest-dom since your current version.


Updates wxt from 0.20.27 to 0.21.2

Release notes

Sourced from wxt's releases.

wxt v0.21.2

compare changes

🩹 Fixes

  • Remove web-ext-run, it's unused now (859d654)

📖 Documentation

  • Fix typos and wording of upgrade guide (d1ab2d9)
  • Fix heading level (466ae8a)
  • Update package size links (925e97d)

❤️ Contributors

wxt v0.21.0

upgrade guidecompare changes

🚀 Features

  • Add prepare:tsconfig hook for updating .wxt/tsconfig.json file (#2450)
  • Add watch options config (#2439)
  • Export getEntrypointBundlePath from wxt (#2463)
  • Add {{modeSuffix}} to zip templates and update defaults (#1623)
  • Change default behavior of getUnimportEslintOptions true flag (#2296)
  • New template variable {{versionName}} and change of the behaviour of {{version}} (#1612)
  • Firefox: List files in sources zip (#2513)

🩹 Fixes

  • wxt clean removes .wxt/ directory at project root (#2415)
  • Handle spread content script configs (#2448)
  • Avoid deprecated Rollup asset name access (#2453)
  • init: Allow entering an empty directory for project path (#2458)
  • Opening the browser issue in windows. (#2436)
  • File reloading mechanism and add profile watch ignores (#2112)
  • Docs sidebar header, background color issue (#2504)
  • Deprecated useAppConfig in favour of getAppConfig (#2487)
  • Make web-ext a peer dependency (#2079)
  • Handle edge case where eslint version cannot be found (ab679ba)
  • Remove url: import feature (#2456)
  • zip: Make includeSources/excludeSources follow standard allowlist behavior (#2114)
  • Remove console.log (0b352f6)
  • Loosen version of @webext-core/isolated-element (7d6caad)
  • Update content and unlisted script globalName default to false (#2511)
  • TS: Update .wxt/tsconfig.json compiler options, require TS >=5.4 (#2512)

💅 Refactors

... (truncated)

Commits
  • 1e841eb chore(release): wxt v0.21.2
  • 925e97d docs: Update package size links
  • 859d654 fix: Remove web-ext-run, it's unused now
  • 466ae8a docs: Fix heading level
  • d1ab2d9 docs: Fix typos and wording of upgrade guide
  • 718b063 chore(release): wxt v0.21.1
  • 87a96d4 chore: Add vite to template projects (#2517)
  • d8a86e7 docs: Add section about install footprint
  • c3eaef6 docs: Finalize migration guide for wxt v0.21 (#2516)
  • d1a9563 ci: Use @aklinker1/zero-changelog for release notes (#2515)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 10, 2026
@dependabot
dependabot Bot requested a review from a team August 10, 2026 16:11
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 10, 2026
…th 4 updates

Bumps the devdependencies group with 4 updates in the / directory: [prettier](https://github.com/prettier/prettier), [jsdom](https://github.com/jsdom/jsdom), [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) and [wxt](https://github.com/wxt-dev/wxt).


Updates `prettier` from 3.9.5 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.9.5...3.9.6)

Updates `jsdom` from 29.1.1 to 30.0.0
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Commits](jsdom/jsdom@v29.1.1...v30.0.0)

Updates `@testing-library/jest-dom` from 6.9.1 to 7.0.0
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](testing-library/jest-dom@v6.9.1...v7.0.0)

Updates `wxt` from 0.20.27 to 0.21.2
- [Release notes](https://github.com/wxt-dev/wxt/releases)
- [Commits](wxt-dev/wxt@wxt-v0.20.27...wxt-v0.21.2)

---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
  dependency-version: 7.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: devdependencies
- dependency-name: jsdom
  dependency-version: 30.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: devdependencies
- dependency-name: prettier
  dependency-version: 3.9.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: devdependencies
- dependency-name: wxt
  dependency-version: 0.21.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: devdependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title build(deps-dev): bump the devdependencies group with 4 updates build(deps-dev): bump the devdependencies group across 1 directory with 4 updates Aug 11, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/devdependencies-9968cc3214 branch from 7ea53a0 to bdd5be6 Compare August 11, 2026 16:20
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