Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 24, 2025

This PR contains the following updates:

Package Change Age Confidence
@types/node (source) 24.10.0 -> 24.10.1 age confidence
@types/react (source) 18.3.26 -> 18.3.27 age confidence
@zendeskgarden/react-forms (source) 9.12.0 -> 9.12.2 age confidence
@zendeskgarden/react-theming (source) 9.12.0 -> 9.12.2 age confidence
@zendeskgarden/react-typography (source) 9.12.0 -> 9.12.2 age confidence
@zendeskgarden/scripts (source) 2.4.5 -> 2.5.0 age confidence
@zendeskgarden/svg-icons (source) 8.0.0 -> 8.1.0 age confidence
autoprefixer 10.4.21 -> 10.4.22 age confidence
commit-and-tag-version 12.6.0 -> 12.6.1 age confidence
envalid 8.1.0 -> 8.1.1 age confidence
markdownlint-cli 0.45.0 -> 0.46.0 age confidence
prettier (source) 3.6.2 -> 3.7.3 age confidence
rollup (source) 4.52.5 -> 4.53.3 age confidence
ts-jest (source) 29.4.5 -> 29.4.6 age confidence

Release Notes

zendeskgarden/react-components (@​zendeskgarden/react-forms)

v9.12.2

Compare Source

🐛 Bug Fix
  • colorpickers, modals
    • #​2056 fix(modals): bump container-modal hook with improved blur functionality (@​jzempel)

v9.12.1

Compare Source

🐛 Bug Fix
  • dropdowns
    • #​2053 fix(dropdowns): prevent menu Item anchor hover styling from leaking through (@​jzempel)
zendeskgarden/scripts (@​zendeskgarden/scripts)

v2.5.0

Compare Source

Features
zendeskgarden/svg-icons (@​zendeskgarden/svg-icons)

v8.1.0

Compare Source

Features
postcss/autoprefixer (autoprefixer)

v10.4.22

Compare Source

  • Fixed stretch prefixes on new Can I Use database.
  • Updated fraction.js.
absolute-version/commit-and-tag-version (commit-and-tag-version)

v12.6.1

Compare Source

Bug Fixes
  • bump: auto-increment prerelease when tag already exists (#​258) (75d69a6)
  • use fast-xml-parser to parse and build XML. This substantially reduces the bundle size. (#​234) (6075f4b)
af/envalid (envalid)

v8.1.1

Compare Source

igorshubovych/markdownlint-cli (markdownlint-cli)

v0.46.0

Compare Source

  • Replace glob dependency with tinyglobby (smaller and fewer dependencies)
  • Update markdownlint dependency to 0.39.0
    • Add MD060/table-column-style
    • Improve MD001/MD007/MD009/MD010/MD029/MD033/MD037/MD059
  • Update all dependencies via Dependabot
prettier/prettier (prettier)

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

rollup/rollup (rollup)

v4.53.3

Compare Source

2025-11-19

Bug Fixes
  • Fix an error where too many modules where flagged for having an unused external import (#​6182)
  • Fix an error where an assignment was wrongly tree-shaken when mutating it (#​6183)
Pull Requests

v4.53.2

Compare Source

2025-11-10

Bug Fixes
  • Do not throw when using invalid escape sequences in template literals (#​6177)
Pull Requests

v4.53.1

Compare Source

2025-11-07

Bug Fixes
Pull Requests

v4.53.0

Compare Source

2025-11-07

Features
  • Improve rendering performance by caching generated variable names (#​5947)
Pull Requests
kulshekhar/ts-jest (ts-jest)

v29.4.6

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - "on Monday every 9 weeks of the year starting on the 3rd week" (UTC), Automerge - At any time (no schedule defined).

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

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 requested a review from a team as a code owner November 24, 2025 01:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 0bcc236 to 757315b Compare December 1, 2025 10:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 757315b to 7656e7a Compare December 1, 2025 18:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant