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

📦 Update build-system devDependencies #40199

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 1, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.25.8 -> 7.26.0 age adoption passing confidence
@babel/preset-react (source) 7.25.7 -> 7.25.9 age adoption passing confidence
@babel/register (source) 7.25.7 -> 7.25.9 age adoption passing confidence
@inquirer/prompts (source) 7.0.0 -> 7.1.0 age adoption passing confidence
@percy/core (source) 1.30.1 -> 1.30.3 age adoption passing confidence
@percy/sdk-utils (source) 1.30.1 -> 1.30.3 age adoption passing confidence
@puppeteer/browsers (source) 2.4.0 -> 2.4.1 age adoption passing confidence
@storybook/addon-a11y (source) 8.3.6 -> 8.4.6 age adoption passing confidence
@storybook/addon-controls (source) 8.3.6 -> 8.4.6 age adoption passing confidence
@storybook/addon-viewport (source) 8.3.6 -> 8.4.6 age adoption passing confidence
@types/selenium-webdriver (source) 4.1.26 -> 4.1.27 age adoption passing confidence
preact (source) 10.24.3 -> 10.25.0 age adoption passing confidence
puppeteer-core (source) 23.6.0 -> 23.9.0 age adoption passing confidence
selenium-webdriver (source) 4.25.0 -> 4.27.0 age adoption passing confidence

See all other Renovate PRs on the Dependency Dashboard

How to resolve breaking changes

This PR may introduce breaking changes that require manual intervention. In such cases, you will need to check out this branch, fix the cause of the breakage, and commit the fix to ensure a green CI build. To check out and update this PR, follow the steps below:

# Check out the PR branch
git checkout -b renovate/build-system-devdependencies main
git pull https://github.com/ampproject/amphtml.git renovate/build-system-devdependencies

# Directly make fixes and commit them
amp lint --fix # For lint errors in JS files
amp prettify --fix # For prettier errors in non-JS files
# Edit source code in case of new compiler warnings / errors

# Push the changes to the branch
git push [email protected]:ampproject/amphtml.git renovate/build-system-devdependencies:renovate/build-system-devdependencies

Release Notes

babel/babel (@​babel/core)

v7.26.0

Compare Source

v7.25.9

Compare Source

🐛 Bug Fix
🏠 Internal
🏃‍♀️ Performance
babel/babel (@​babel/preset-react)

v7.25.9

Compare Source

🐛 Bug Fix
🏠 Internal
🏃‍♀️ Performance
SBoudrias/Inquirer.js (@​inquirer/prompts)

v7.1.0

Compare Source

v7.0.1

Compare Source

  • Hoist peer-dependencies to remove warning when using yarn
percy/cli (@​percy/core)

v1.30.3

Compare Source

What's Changed
✨ Enhancements
🏗 Maintenance
⬆️⬇️ Dependency Updates
New Contributors

Full Changelog: percy/cli@v1.30.2...v1.30.3

What's Changed
✨ Enhancements
🏗 Maintenance
🐛 Bugs
  • Accounting base64 encoding for resources size validation #​1803
⬆️⬇️ Dependency Updates
New Contributors

Full Changelog: percy/cli@v1.30.2...v1.30.3

v1.30.2

Compare Source

What's Changed
✨ Enhancements
🏗 Maintenance
⬆️⬇️ Dependency Updates

Full Changelog: percy/cli@v1.30.1...v1.30.2

puppeteer/puppeteer (@​puppeteer/browsers)

v2.4.1

Compare Source

storybookjs/storybook (@​storybook/addon-a11y)

v8.4.6

Compare Source

v8.4.5

Compare Source

v8.4.4

Compare Source

  • Addon Test: Only optimize react deps if applicable in vitest-plugin - #​29617, thanks @​yannbf!

v8.4.3

Compare Source

v8.4.2

Compare Source

v8.4.1

Compare Source

v8.4.0

Compare Source

Storybook 8.4 comes with a ton of exciting new features designed to give you the best experience developing, testing, and debugging tests in the browser!

  • ▶️ Unified UI for component testing
  • 5️⃣ Svelte 5 and Svelte CSF support
  • ⚛️ React Native Storybook 8 release
  • 🏷️ Tags-based filtering to organize your Storybook
  • 🫧 Dependency cleanup to reduce install footprint
  • 💯 Hundreds more improvements
List of all updates

v8.3.7

Compare Source

v8.3.7

preactjs/preact (preact)

v10.25.0

Compare Source

Features

Move per-element type interfaces into core and more strictly type IntrinsicElements (#​4546, thanks @​rschristian)

This adds per-element typings for every DOM-node type, this means that our types might become slightly stricter when you are using DOM attributes/properties where they are not allowed, an example of this might be <div src="x" />.

If you notice any issues when upgrading tell us about them, we can evaluate whether we have missed a case.

Recreate unkeyed functional components when they change position. (#​4550, thanks @​JoviDeCroock)

This is a long time bugfix, when we have elements that look like

return (
	{condition ? <Element /> : null}
	{condition ? null : <Element />
)

We would reuse the state of the first VNode to render the second one when the condition switches. When you are using key, this issue was not present.

Support { handleEvent() {} } object interface as a listener (#​4538, thanks @​lilnasy)

We've added support for attaching object/class event-handlers

let handler = {
	onclick,
	handleEvent() {
		this.onclick()
	}
}

<div onClick={handler} />

Fixes

Maintenance

SeleniumHQ/selenium (selenium-webdriver)

v4.26.0


Configuration

📅 Schedule: Branch creation - "after 12am every weekday" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Never, 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 WG: infra label Dec 1, 2024
@renovate renovate bot enabled auto-merge (squash) December 1, 2024 07:31
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.

0 participants