Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 27, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@argos-ci/core (source) 3.2.0 -> 3.2.3 age adoption passing confidence
@testing-library/jest-dom ^6.6.3 -> ^6.7.0 age adoption passing confidence
@vitejs/plugin-react (source) ^4.6.0 -> ^4.7.0 age adoption passing confidence
@vitejs/plugin-react (source) 4.6.0 -> 4.7.0 age adoption passing confidence
chalk 5.4.1 -> 5.5.0 age adoption passing confidence
fs-extra 11.3.0 -> 11.3.1 age adoption passing confidence
typescript (source) 5.8.3 -> 5.9.2 age adoption passing confidence
vitest-fail-on-console 0.7.1 -> 0.9.0 age adoption passing confidence

Release Notes

argos-ci/argos-javascript (@​argos-ci/core)

v3.2.3

Compare Source

Features
BREAKING CHANGES
  • Node.js v20 or higher is now required

3.2.3 (2025-08-02)

Note: Version bump only for package @​argos-ci/core

3.2.2 (2025-08-01)

Note: Version bump only for package @​argos-ci/core

3.2.1 (2025-07-14)

Note: Version bump only for package @​argos-ci/core

v3.2.2

Compare Source

Features
BREAKING CHANGES
  • Node.js v20 or higher is now required

3.2.3 (2025-08-02)

Note: Version bump only for package @​argos-ci/core

3.2.2 (2025-08-01)

Note: Version bump only for package @​argos-ci/core

3.2.1 (2025-07-14)

Note: Version bump only for package @​argos-ci/core

v3.2.1

Compare Source

Features
BREAKING CHANGES
  • Node.js v20 or higher is now required

3.2.3 (2025-08-02)

Note: Version bump only for package @​argos-ci/core

3.2.2 (2025-08-01)

Note: Version bump only for package @​argos-ci/core

3.2.1 (2025-07-14)

Note: Version bump only for package @​argos-ci/core

testing-library/jest-dom (@​testing-library/jest-dom)

v6.7.0

Compare Source

Features

v6.6.4

Compare Source

vitejs/vite-plugin-react (@​vitejs/plugin-react)

v4.7.0

Compare Source

Add HMR support for compound components (#​518)

HMR now works for compound components like this:

const Root = () => <div>Accordion Root</div>
const Item = () => <div>Accordion Item</div>

export const Accordion = { Root, Item }
Return Plugin[] instead of PluginOption[] (#​537)

The return type has changed from react(): PluginOption[] to more specialized type react(): Plugin[]. This allows for type-safe manipulation of plugins, for example:

// previously this causes type errors
react({ babel: { plugins: ['babel-plugin-react-compiler'] } })
  .map(p => ({ ...p, applyToEnvironment: e => e.name === 'client' }))
chalk/chalk (chalk)

v5.5.0

Compare Source


jprichardson/node-fs-extra (fs-extra)

v11.3.1

Compare Source

  • Fix case where move/moveSync could incorrectly think files are identical on Windows (#​1050)
microsoft/TypeScript (typescript)

v5.9.2

Compare Source

thomasbrodusch/vitest-fail-on-console (vitest-fail-on-console)

v0.9.0

Compare Source

Features
  • add shouldPrintMessage option (95cb05b)
Chores

v0.8.0

Compare Source

Features
  • add allowMessage option (f15c318)
Bug Fixes
0.7.1 (2024-09-02)
Bug Fixes

Configuration

📅 Schedule: Branch creation - "on sunday before 6:00am" in timezone 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 Update of dependencies. label Jul 27, 2025
@renovate renovate bot force-pushed the renovate/devdependencies branch from da7603f to f092531 Compare July 27, 2025 14:18
@mui-bot
Copy link

mui-bot commented Jul 27, 2025

Netlify deploy preview

https://deploy-preview-5113--mui-toolpad-docs.netlify.app/

Generated by 🚫 dangerJS against 5c973cc

@renovate renovate bot force-pushed the renovate/devdependencies branch 6 times, most recently from f3f377a to 83fbef6 Compare August 7, 2025 12:47
@renovate renovate bot force-pushed the renovate/devdependencies branch from 83fbef6 to 5c973cc Compare August 14, 2025 12:41
@renovate renovate bot changed the title Bump devDependencies Bump devDependencies - autoclosed Aug 17, 2025
@renovate renovate bot closed this Aug 17, 2025
@renovate renovate bot deleted the renovate/devdependencies branch August 17, 2025 09:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Update of dependencies.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants