Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update debug ui dependencies (non-major) #5870

Merged
merged 1 commit into from
May 27, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 26, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/react (source) 18.3.2 -> 18.3.3 age adoption passing confidence
@vitejs/plugin-react (source) 4.2.1 -> 4.3.0 age adoption passing confidence
jsdom 24.0.0 -> 24.1.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.

jsdom/jsdom (jsdom)

v24.1.0

Compare Source

  • Added the getSetCookie() method to the Headers class. (ushiboy)
  • Fixed the creation and parsing of elements with names from Object.prototype, like "constructor" or "toString".
  • Updated rweb-cssom, which can now parse additional CSS constructs.

Configuration

📅 Schedule: Branch creation - "on the first day of the week" in timezone Europe/Berlin, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner May 26, 2024 01:13
@renovate renovate bot requested a review from testower May 26, 2024 01:13
Copy link

codecov bot commented May 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 68.37%. Comparing base (c491a14) to head (daf6152).

Additional details and impacted files
@@            Coverage Diff             @@
##             dev-2.x    #5870   +/-   ##
==========================================
  Coverage      68.37%   68.37%           
- Complexity     16676    16678    +2     
==========================================
  Files           1914     1914           
  Lines          72652    72652           
  Branches        7452     7452           
==========================================
  Hits           49677    49677           
- Misses         20417    20418    +1     
+ Partials        2558     2557    -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

testower
testower previously approved these changes May 26, 2024
@testower testower enabled auto-merge May 26, 2024 07:01
@renovate renovate bot force-pushed the renovate/debug-ui-dependencies-(non-major) branch from 1165923 to daf6152 Compare May 26, 2024 09:54
@testower testower self-requested a review May 27, 2024 08:47
@testower testower requested a review from vpaturet May 27, 2024 08:48
@testower testower merged commit 7d72e61 into dev-2.x May 27, 2024
7 checks passed
@testower testower deleted the renovate/debug-ui-dependencies-(non-major) branch May 27, 2024 08:49
@t2gran t2gran added this to the 2.6 (next release) milestone Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants