Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 1, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
@redocly/cli 2.11.1 -> 2.12.2 age confidence devDependencies minor 2.12.3
@types/react (source) 19.2.6 -> 19.2.7 age confidence devDependencies patch
convex (source) 1.29.3 -> 1.30.0 age confidence devDependencies minor
convex (source) 1.29.3 -> 1.30.0 age confidence dependencies minor
convex-test (source) 0.0.39 -> 0.0.41 age confidence devDependencies patch
hono (source) 4.10.6 -> 4.10.7 age confidence dependencies patch
node 20.19.5 -> 20.19.6 age confidence uses-with patch
pkg-pr-new (source) 0.0.60 -> 0.0.62 age confidence devDependencies patch
prettier (source) 3.6.2 -> 3.7.4 age confidence devDependencies minor
typescript-eslint (source) 8.47.0 -> 8.48.1 age confidence devDependencies minor
yaml (source) 2.8.1 -> 2.8.2 age confidence devDependencies patch
zod (source) 4.1.12 -> 4.1.13 age confidence dependencies patch

Release Notes

Redocly/redocly-cli (@​redocly/cli)

v2.12.2

Compare Source

Patch Changes
  • Fixed an issue where credentials reated by Redocly CLI login command were deleted by Redocly VS Code extension when opening VS Code.
  • Updated @​redocly/openapi-core to v2.12.2.

v2.12.1

Compare Source

Patch Changes
  • Fixed an issue where multiple --mtls options in the Respect command did not merge as expected.
  • Updated @​redocly/openapi-core to v2.12.1.

v2.12.0

Compare Source

Minor Changes
  • Added OpenAPI 3.2 XML modeling support.
Patch Changes
  • Fixed an issue where the no-required-schema-properties-undefined caused a crash when encountering unresolved $refs.
  • Updated @​redocly/openapi-core to v2.12.0.
get-convex/convex-js (convex)

v1.30.0

  • The --preview-create parameter for npx convex deploy will now error if
    used with a deploy key that is not a preview deploy key. Previously, the flag
    would be ignored in this situation, and npx convex deploy would deploy to
    the production deployment. If you were depending on this behavior, make sure
    to remove the --preview-create flag when deploying to production.
get-convex/convex-test (convex-test)

v0.0.41

Compare Source

v0.0.40

Compare Source

  • Extends ctx in t.run to conform to both MutationCtx and ActionCtx.
honojs/hono (hono)

v4.10.7

Compare Source

What's Changed
New Contributors

Full Changelog: honojs/hono@v4.10.6...v4.10.7

actions/node-versions (node)

v20.19.6: 20.19.6

Compare Source

Node.js 20.19.6

stackblitz-labs/pkg.pr.new (pkg-pr-new)

v0.0.62

Compare Source

v0.0.61

Compare Source

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

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.

eemeli/yaml (yaml)

v2.8.2

Compare Source

colinhacks/zod (zod)

v4.1.13

Compare Source


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 04:59 AM, only on Monday ( * 0-4 * * 1 ) in timezone America/Los_Angeles, 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.

@coderabbitai
Copy link

coderabbitai bot commented Dec 1, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@pkg-pr-new
Copy link

pkg-pr-new bot commented Dec 1, 2025

Open in StackBlitz

npm i https://pkg.pr.new/get-convex/convex-helpers@867

commit: 368a916

@renovate renovate bot force-pushed the renovate/routine-updates branch 7 times, most recently from cf3475f to b27eea9 Compare December 4, 2025 19:14
@renovate renovate bot changed the title Update Routine updates chore(deps): update routine updates Dec 4, 2025
@renovate renovate bot force-pushed the renovate/routine-updates branch 3 times, most recently from 6a5d802 to 9b43166 Compare December 6, 2025 07:44
@renovate renovate bot force-pushed the renovate/routine-updates branch from 9b43166 to 368a916 Compare December 6, 2025 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant