Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 1, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@changesets/changelog-github (source) ^0.5.1 -> ^0.5.2 age adoption passing confidence
@changesets/cli (source) ^2.29.7 -> ^2.29.8 age adoption passing confidence
@eslint-react/eslint-plugin (source) ^2.3.5 -> ^2.3.12 age adoption passing confidence
@vitest/eslint-plugin ^1.4.3 -> ^1.5.1 age adoption passing confidence
eslint-plugin-jsdoc ^61.3.0 -> ^61.4.1 age adoption passing confidence
prettier (source) ^3.6.2 -> ^3.7.4 age adoption passing confidence
prettier-plugin-packagejson ^2.5.19 -> ^2.5.20 age adoption passing confidence
turbo (source) ^2.6.1 -> ^2.6.2 age adoption passing confidence
typescript-eslint (source) ^8.47.0 -> ^8.48.1 age adoption passing confidence

Release Notes

changesets/changesets (@​changesets/changelog-github)

v0.5.2

Compare Source

Rel1cx/eslint-react (@​eslint-react/eslint-plugin)

v2.3.12

Compare Source

✨ New
🐞 Fixes
  • Fix web-api/no-leaked-event-listener false positive when using React Native BackHandler, closes #​1323 by @​Rel1cx in #​1336

Full Changelog: Rel1cx/eslint-react@v2.3.11...v2.3.12

v2.3.11

🐞 Fixes

Full Changelog: Rel1cx/eslint-react@v2.3.9...v2.3.11

v2.3.9

Compare Source

✨ New
  • feat: Disallow a function wrapped in useCallback or a variable wrapped in useMemo yet only used in useEffect and only in one useEffect, closes #​1278 by @​possum-enjoyer in #​1321
🐞 Fixes

v2.3.7

Compare Source

🐞 Fixes

Full Changelog: Rel1cx/eslint-react@v2.3.5...v2.3.7

vitest-dev/eslint-plugin-vitest (@​vitest/eslint-plugin)

v1.5.1

Compare Source

   🐞 Bug Fixes
  • no-alias-methods: Align no-alias-methods rule with Vitest by aliasing toThrow to toThrowError  -  by @​y-hsgw in #​832 (4ea56)
    View changes on GitHub

v1.5.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
  • consistent-test-it: Handle aliased Vitest imports when enforcing consistent test names  -  by @​y-hsgw in #​828 (54be6)
    View changes on GitHub

What's Changed

  • fix(consistent-test-it): Handle aliased Vitest imports when enforcing consistent test names by @​y-hsgw in #​828
  • feat: Add rule to recommended Vitest ESLint config by @​y-hsgw in #​827

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.4.4...v1.5.0

v1.4.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

What's Changed

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.4.3...v1.4.4

gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)

v61.4.1

Compare Source

Bug Fixes
  • require-rejects: do not treat synchronous throw as rejection; fixes #​1603 (f776d63)

v61.4.0

Compare Source

Features
prettier/prettier (prettier)

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

matzkoh/prettier-plugin-packagejson (prettier-plugin-packagejson)

v2.5.20

Compare Source

Bug Fixes
  • deps: update dependency sort-package-json to v3.5.0 (f04e33c)
vercel/turborepo (turbo)

v2.6.2

Compare Source

typescript-eslint/typescript-eslint (typescript-eslint)

v8.48.1

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.48.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) in timezone Europe/Paris, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 Pull requests that update a dependency file label Dec 1, 2025
@changeset-bot
Copy link

changeset-bot bot commented Dec 1, 2025

🦋 Changeset detected

Latest commit: 6a86161

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@adbayb/stack Minor
@adbayb/create Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions github-actions bot force-pushed the renovate/package-dependencies branch from 5ca4bf2 to d25d0b3 Compare December 1, 2025 00:40
@renovate renovate bot force-pushed the renovate/package-dependencies branch from d25d0b3 to c06d372 Compare December 1, 2025 09:39
@github-actions github-actions bot force-pushed the renovate/package-dependencies branch from c06d372 to 41589ab Compare December 1, 2025 09:40
@renovate renovate bot force-pushed the renovate/package-dependencies branch from 41589ab to a10c02c Compare December 1, 2025 09:40
@github-actions github-actions bot force-pushed the renovate/package-dependencies branch from a10c02c to 6d930ea Compare December 1, 2025 09:40
@renovate renovate bot force-pushed the renovate/package-dependencies branch from 6d930ea to 270c663 Compare December 2, 2025 03:09
@github-actions github-actions bot force-pushed the renovate/package-dependencies branch from 270c663 to 308303e Compare December 2, 2025 03:09
@renovate renovate bot force-pushed the renovate/package-dependencies branch from 308303e to 8a9704d Compare December 2, 2025 18:32
@github-actions github-actions bot force-pushed the renovate/package-dependencies branch from 8a9704d to 4e9b861 Compare December 2, 2025 18:33
@renovate renovate bot force-pushed the renovate/package-dependencies branch from 4e9b861 to 697c966 Compare December 3, 2025 19:25
@github-actions github-actions bot force-pushed the renovate/package-dependencies branch from 697c966 to 0258dd7 Compare December 3, 2025 19:26
@renovate renovate bot force-pushed the renovate/package-dependencies branch from 0258dd7 to d009971 Compare December 5, 2025 03:12
@github-actions github-actions bot force-pushed the renovate/package-dependencies branch from d009971 to bb46654 Compare December 5, 2025 03:12
@renovate renovate bot force-pushed the renovate/package-dependencies branch from bb46654 to 6eda631 Compare December 6, 2025 08:10
@github-actions github-actions bot force-pushed the renovate/package-dependencies branch from 6eda631 to e3f4f70 Compare December 6, 2025 08:10
@renovate renovate bot force-pushed the renovate/package-dependencies branch from e3f4f70 to c83820b Compare December 6, 2025 08:39
@github-actions github-actions bot force-pushed the renovate/package-dependencies branch from c83820b to 03ccac8 Compare December 6, 2025 08:39
@renovate renovate bot force-pushed the renovate/package-dependencies branch from 03ccac8 to fc5e5a0 Compare December 6, 2025 20:56
| datasource | package                      | from   | to     |
| ---------- | ---------------------------- | ------ | ------ |
| npm        | @changesets/changelog-github | 0.5.1  | 0.5.2  |
| npm        | @changesets/cli              | 2.29.7 | 2.29.8 |
| npm        | @eslint-react/eslint-plugin  | 2.3.5  | 2.3.12 |
| npm        | @vitest/eslint-plugin        | 1.4.3  | 1.5.1  |
| npm        | eslint-plugin-jsdoc          | 61.3.0 | 61.4.1 |
| npm        | prettier                     | 3.6.2  | 3.7.4  |
| npm        | prettier-plugin-packagejson  | 2.5.19 | 2.5.20 |
| npm        | turbo                        | 2.6.1  | 2.6.2  |
| npm        | typescript-eslint            | 8.47.0 | 8.48.1 |
@github-actions github-actions bot force-pushed the renovate/package-dependencies branch from fc5e5a0 to 6a86161 Compare December 6, 2025 20:56
@renovate renovate bot merged commit 4bb9cee into main Dec 7, 2025
2 checks passed
@renovate renovate bot deleted the renovate/package-dependencies branch December 7, 2025 05:58
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant