Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

chore(deps): update devdependencies (non-major) (minor) #1244

Merged
merged 1 commit into from
May 29, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 17, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vitejs/plugin-react (source) 4.2.1 -> 4.3.0 age adoption passing confidence
cypress (source) 13.8.1 -> 13.10.0 age adoption passing confidence

Release Notes

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

v4.3.0

Compare Source

Fix support for React compiler

Don't set retainLines: true when the React compiler is used. This creates whitespace issues and the compiler is modifying the JSX too much to get correct line numbers after that. If you want to use the React compiler and get back correct line numbers for tools like vite-plugin-react-click-to-component to work, you should update your config to something like:

export default defineConfig(({ command }) => {
  const babelPlugins = [['babel-plugin-react-compiler', {}]]
  if (command === 'serve') {
    babelPlugins.push(['@​babel/plugin-transform-react-jsx-development', {}])
  }

  return {
    plugins: [react({ babel: { plugins: babelPlugins } })],
  }
})
Support HMR for class components

This is a long overdue and should fix some issues people had with HMR when migrating from CRA.

cypress-io/cypress (cypress)

v13.10.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-10-0

v13.9.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-9-0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC).

🚦 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 2 times, most recently from 4564047 to 8bff831 Compare May 22, 2024 00:49
@renovate renovate bot changed the title chore(deps): update dependency cypress to v13.9.0 chore(deps): update dependency cypress to v13.10.0 May 22, 2024
@renovate renovate bot changed the title chore(deps): update dependency cypress to v13.10.0 chore(deps): update devdependencies (non-major) (minor) May 22, 2024
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 5 times, most recently from 856f15f to aa45791 Compare May 29, 2024 08:44
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from aa45791 to cf8e2f8 Compare May 29, 2024 11:30
Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@spaenleh spaenleh added this pull request to the merge queue May 29, 2024
Merged via the queue into main with commit 200a604 May 29, 2024
4 checks passed
@renovate renovate bot deleted the renovate/devdependencies-(non-major) branch May 29, 2024 15:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant