Skip to content

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

Merged
lmorchard merged 2 commits into
mainfrom
dependabot/npm_and_yarn/devdependencies-da23be0cac
Jul 13, 2026
Merged

build(deps-dev): bump the devdependencies group across 1 directory with 2 updates#583
lmorchard merged 2 commits into
mainfrom
dependabot/npm_and_yarn/devdependencies-da23be0cac

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor

Bumps the devdependencies group with 2 updates in the / directory: prettier and wxt.

Updates prettier from 3.8.4 to 3.9.3

Release notes

Sourced from prettier's releases.

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

Changelog

Sourced from prettier's changelog.

3.9.3

diff

Markdown: Fix unexpected removal of characters in liquid syntax (#19489 by @​seiyab)

// Input
<!-- Input -->
{{ page.title
}} text
<!-- Prettier 3.9.1 -->
{{ page.title
text
<!-- Prettier 3.9.3 -->
{{ page.title
}} text

TypeScript: Allow decorators to be used with declare on class fields (#19492 by @​evoactivity)

Extensively used within the Ember ecosystem, decorators with declare on class fields will ignore the babel parser error and allow Prettier to format the code without breaking it.

// Input
export default class ProjectStatusComponent extends Component<ProjectStatusSig> {
  @service declare server: ServerService;
}
// Prettier 3.9.1
// SyntaxError: Decorators can't be used with a declare field. (2:3)
//  1 | export default class ProjectStatusComponent extends Component<ProjectStatusSig> {
//> 2 |   @​service declare server: ServerService;
//    |   ^
//  3 | }
// Prettier 3.9.3
export default class ProjectStatusComponent extends Component<ProjectStatusSig> {
@​service declare server: ServerService;
}

3.9.1

diff

... (truncated)

Commits
  • 3732e1d Release 3.9.3
  • a74a7b0 Allow decorators to be used with declare on class fields (#19492)
  • bd9e11a Correct text identification in liquid syntax (#19489)
  • 269eee3 Bump Prettier dependency to 3.9.1
  • ec7ccd1 Clean changelog_unreleased
  • c47654c Release 3.9.1
  • 06159aa Fix bug in release script
  • 4bc5ab4 Update file-entry-cache to 11.1.5 (#19483)
  • b7fd58b Release @prettier/plugin-oxc@0.2.0 and @prettier/plugin-hermes@0.2.0
  • 3006400 Revert changes in release script
  • Additional commits viewable in compare view

Updates wxt from 0.20.26 to 0.20.27

Release notes

Sourced from wxt's releases.

wxt v0.20.27

compare changes

🚀 Enhancements

  • Add warning for missing Firefox extension ID in manifest (#2293)

🩹 Fixes

  • Correct broken link at react router in createhashrouter (#2411)
  • Rename ManifestPermissions to ManifestPermission of types.ts in wxt package (#2430)

📖 Documentation

  • Add Telsia extension to Showcase (#2368)
  • Add warning about rem unit inheritance in Shadow Root UI (#2330)
  • Added "Sound Booster & Equalizer" to showcase (#2381)
  • Clarify SPA navigation setup with locationWatcher.run() (#2380)
  • Self-host Netlify footer badge (#2386)
  • Added "Link Later" to showcase" (#2392)
  • Added Property Track to showcase (#2404)
  • Added "WageSlav3" to showcase (#2405)
  • Added "LinkedIn Games Solver" to showcase (#2410)
  • Added NiceTab firefoxslug to extension showcase (#2417)
  • Added 4 extensions to the homepage (#2419)
  • Added Hayami to showcase (#2422)
  • Added anylang translator to showcase (#2426)

🏡 Chore

  • deps: Bump c12 from 3.3.3 to 3.3.4 (#2364)
  • deps: Bump filesize from 11.0.15 to 11.0.17 (#2363)
  • deps: Bump tinyglobby from 0.2.15 to 0.2.16 (#2366)
  • Add Google Cloud Skills Boost - Helper extension to showcase (#2401)

❤️ Contributors

... (truncated)

Commits
  • 1a3f4f6 chore(release): wxt v0.20.27
  • 492cbb4 fix: Rename ManifestPermissions to ManifestPermission of types.ts in `wxt...
  • c8e93b1 fix: Upgrade @wxt-dev/browser to latest @types/chrome version
  • e3f4fe3 docs: added anylang translator to showcase (#2426)
  • 8cb973c docs: Added Hayami to showcase (#2422)
  • 22d1a72 docs: added 4 extensions to the homepage (#2419)
  • 8f90331 docs: Added NiceTab firefoxslug to extension showcase (#2417)
  • 9a63844 fix: correct broken link at react router in createhashrouter (#2411)
  • 9ce9b71 docs: Added "LinkedIn Games Solver" to showcase (#2410)
  • 22b7aba fix: Upgrade @wxt-dev/browser to latest @types/chrome version
  • 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 Jul 13, 2026
@dependabot dependabot Bot requested a review from a team July 13, 2026 16:10
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 13, 2026
…th 2 updates

Bumps the devdependencies group with 2 updates in the / directory: [prettier](https://github.com/prettier/prettier) and [wxt](https://github.com/wxt-dev/wxt).


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

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

---
updated-dependencies:
- dependency-name: prettier
  dependency-version: 3.9.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: devdependencies
- dependency-name: wxt
  dependency-version: 0.20.27
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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 2 updates build(deps-dev): bump the devdependencies group across 1 directory with 2 updates Jul 13, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/devdependencies-da23be0cac branch from 58465b2 to ed79775 Compare July 13, 2026 16:50
Prettier 3.9.0's parser upgrade collapses short union types onto a
single line. Reformat the 4 affected files to satisfy format:check.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@lmorchard lmorchard merged commit 57c79f6 into main Jul 13, 2026
13 checks passed
@lmorchard lmorchard deleted the dependabot/npm_and_yarn/devdependencies-da23be0cac branch July 13, 2026 23:24
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.

1 participant