Skip to content

chore(deps): update npm (development)#65

Open
renovate[bot] wants to merge 2 commits intomainfrom
renovate/npm-(development)
Open

chore(deps): update npm (development)#65
renovate[bot] wants to merge 2 commits intomainfrom
renovate/npm-(development)

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 8, 2025

This PR contains the following updates:

Package Change Age Confidence
@eslint/js (source) 9.30.1 -> 9.31.0 age confidence
@eslint/json 0.12.0 -> 0.13.1 age confidence
@types/node (source) 24.0.10 -> 24.1.0 age confidence
@vitejs/plugin-react-swc (source) 3.10.2 -> 3.11.0 age confidence
eslint (source) 9.30.1 -> 9.31.0 age confidence
vite (source) 7.0.2 -> 7.0.6 age confidence

Release Notes

eslint/eslint (@​eslint/js)

v9.31.0

Compare Source

eslint/json (@​eslint/json)

v0.13.1

Compare Source

Bug Fixes
  • bump plugin-kit to latest to resolve security vulnerabilities (#​125) (5de1544)

v0.13.0

Compare Source

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

v3.11.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()
  .map(p => ({ ...p, applyToEnvironment: e => e.name === 'client' }))
eslint/eslint (eslint)

v9.31.0

Compare Source

vitejs/vite (vite)

v7.0.6

Compare Source

Bug Fixes
Miscellaneous Chores
Code Refactoring

v7.0.5

Compare Source

Bug Fixes
Miscellaneous Chores
Code Refactoring

v7.0.4

Compare Source

Bug Fixes
  • allow resolving bare specifiers to relative paths for entries (#​20379) (324669c)
Build System

v7.0.3

Compare Source

Bug Fixes
Miscellaneous Chores
Code Refactoring
  • minor changes to reduce diff between normal Vite and rolldown-vite (#​20354) (2e8050e)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 added the 📦 Dependencies Pull requests that update a dependency file label Jul 8, 2025
@renovate renovate bot force-pushed the renovate/npm-(development) branch from 0e9ac12 to 185b75a Compare July 8, 2025 17:47
@renovate renovate bot changed the title chore(deps): update dependency vite to v7.0.3 chore(deps): update npm (development) Jul 8, 2025
@renovate renovate bot force-pushed the renovate/npm-(development) branch 5 times, most recently from 1ba7b29 to e0c4d2a Compare July 11, 2025 22:40
@renovate renovate bot force-pushed the renovate/npm-(development) branch 4 times, most recently from 3ac844b to 7fa09fe Compare July 19, 2025 01:32
@renovate renovate bot force-pushed the renovate/npm-(development) branch from 7fa09fe to c6a3335 Compare July 22, 2025 08:42
@renovate renovate bot force-pushed the renovate/npm-(development) branch from c6a3335 to 8fccdda Compare July 22, 2025 17:56
@github-actions github-actions bot removed the size/s label Jul 23, 2025
@renovate renovate bot force-pushed the renovate/npm-(development) branch from 8fccdda to e4e18c4 Compare July 23, 2025 09:10
@github-actions github-actions bot added size/s and removed size/s labels Jul 23, 2025
@renovate
Copy link
Contributor Author

renovate bot commented Jul 24, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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 size/s

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments