Skip to content

Update non-major dependencies#10

Open
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/non-major-dependencies
Open

Update non-major dependencies#10
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/non-major-dependencies

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 1, 2025

This PR contains the following updates:

Package Change Age Confidence
eslint (source) 9.39.19.39.3 age confidence
prettier (source) 3.6.23.8.1 age confidence
publish-browser-extension 4.0.04.0.3 age confidence

Release Notes

eslint/eslint (eslint)

v9.39.3

Compare Source

v9.39.2

Compare Source

prettier/prettier (prettier)

v3.8.1

Compare Source

v3.8.0

Compare Source

diff

🔗 Release note

v3.7.4

Compare Source

diff

LWC: Avoid quote around interpolations (#​18383 by @​kovsu)
<!-- Input -->
<div foo={bar}>   </div>

<!-- Prettier 3.7.3 (--embedded-language-formatting off) -->
<div foo="{bar}"></div>

<!-- Prettier 3.7.4 (--embedded-language-formatting off) -->
<div foo={bar}></div>
TypeScript: Fix comment inside union type gets duplicated (#​18393 by @​fisker)
// Input
type Foo = (/** comment */ a | b) | c;

// Prettier 3.7.3
type Foo = /** comment */ (/** comment */ a | b) | c;

// Prettier 3.7.4
type Foo = /** comment */ (a | b) | c;
TypeScript: Fix unstable comment print in union type comments (#​18395 by @​fisker)
// Input
type X = (A | B) & (
  // comment
  A | B
);

// Prettier 3.7.3 (first format)
type X = (A | B) &
  (// comment
  A | B);

// Prettier 3.7.3 (second format)
type X = (
  | A
  | B // comment
) &
  (A | B);

// Prettier 3.7.4
type X = (A | B) &
  // comment
  (A | B);

v3.7.3

Compare Source

diff

API: Fix prettier.getFileInfo() change that breaks VSCode extension (#​18375 by @​fisker)

An internal refactor accidentally broke the VSCode extension plugin loading.

v3.7.2

Compare Source

diff

JavaScript: Fix string print when switching quotes (#​18351 by @​fisker)
// Input
console.log("A descriptor\\'s .kind must be \"method\" or \"field\".")

// Prettier 3.7.1
console.log('A descriptor\\'s .kind must be "method" or "field".');

// Prettier 3.7.2
console.log('A descriptor\\\'s .kind must be "method" or "field".');
JavaScript: Preserve quote for embedded HTML attribute values (#​18352 by @​kovsu)
// Input
const html = /* HTML */ ` <div class="${styles.banner}"></div> `;

// Prettier 3.7.1
const html = /* HTML */ ` <div class=${styles.banner}></div> `;

// Prettier 3.7.2
const html = /* HTML */ ` <div class="${styles.banner}"></div> `;
TypeScript: Fix comment in empty type literal (#​18364 by @​fisker)
// Input
export type XXX = {
  // tbd
};

// Prettier 3.7.1
export type XXX = { // tbd };

// Prettier 3.7.2
export type XXX = {
  // tbd
};

v3.7.1

Compare Source

diff

API: Fix performance regression in doc printer (#​18342 by @​fisker)

Prettier 3.7.1 can be very slow when formatting big files, the regression has been fixed.

v3.7.0

Compare Source

diff

🔗 Release Notes

aklinker1/publish-browser-extension (publish-browser-extension)

v4.0.3

Compare Source

compare changes

🤖 CI
  • Add pkg.pr.new to test unreleased commits and PRs (d9bf2ec)
  • Rename workflow (654df5e)
  • Rename job (cc63e3e)
❤️ Contributors

v4.0.2

Compare Source

compare changes

🩹 Fixes
  • init: Improve UX when not selecting a store (#​57)
❤️ Contributors

v4.0.1

Compare Source

compare changes

🩹 Fixes
  • firefox: Remove unnecessary brackets (#​52)
  • Edge: Catch errors instead of checking response.ok (#​54)
  • Strip curly braces from firefox URL if present (#​56)
  • Add missing import for publish-web-extension/cli for WXT #​2076 (#​2076)
📖 Documentation
  • Update contributor setup to use bun (#​49)
🏡 Chore
  • Add back engines to package.json (735e152)
  • Update checks (f1f735e)
  • Remove tsup dev dep (d41ff0f)
  • Load env vars from .env.submit in scripts (783c8d2)
❤️ Contributors
  • Aaron (@​aklinker1)
  • Sachit Vithaldas (@​sachitv)
  • Julien <julienconstant190@​gmail.com>
  • MengXi <z1219202167@​outlook.com>

Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Dec 1, 2025
@renovate renovate bot changed the title Update dependency prettier to v3.7.3 Update dependency prettier to v3.7.4 Dec 3, 2025
@renovate renovate bot force-pushed the renovate/non-major-dependencies branch from bd1177b to d64806b Compare December 3, 2025 06:05
@renovate renovate bot changed the title Update dependency prettier to v3.7.4 Update non-major dependencies Dec 12, 2025
@renovate renovate bot force-pushed the renovate/non-major-dependencies branch from d64806b to 389467f Compare December 12, 2025 23:01
@renovate renovate bot force-pushed the renovate/non-major-dependencies branch from 389467f to 35865f2 Compare December 31, 2025 14:55
@renovate renovate bot force-pushed the renovate/non-major-dependencies branch 2 times, most recently from c9e15f3 to 5ca2b4e Compare January 15, 2026 00:42
@renovate renovate bot force-pushed the renovate/non-major-dependencies branch from 5ca2b4e to ee6d738 Compare January 21, 2026 17:48
@renovate renovate bot force-pushed the renovate/non-major-dependencies branch 4 times, most recently from 338347d to 06769bb Compare February 9, 2026 09:02
@renovate renovate bot force-pushed the renovate/non-major-dependencies branch from 06769bb to 86f010e Compare February 17, 2026 21:48
@renovate renovate bot force-pushed the renovate/non-major-dependencies branch from 86f010e to c991a62 Compare February 20, 2026 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

Comments