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): bump the preact group across 1 directory with 2 updates #2243

Merged
merged 1 commit into from
Dec 9, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2024

Bumps the preact group with 2 updates in the / directory: preact and @preact/preset-vite.

Updates preact from 10.24.3 to 10.25.1

Release notes

Sourced from preact's releases.

10.25.1

Fixes

Types

Maintenance

10.25.0

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)

... (truncated)

Commits
  • 80d9226 10.25.1 (#4589)
  • 04684dd feat: Add ElementRef type to compat (#4557)
  • daa124a fix: Ensure resolution of core types goes through typesVersions resolution (#...
  • f7ac8dc chore: Correct some internal test types (#4588)
  • 65b4f6b Test whether reducing bits leads to memory improvements (#4586)
  • 42524db fix: Correct defaultValue property types for inputs, selects, & textareas (...
  • 42e7b45 refactor: Remove declare global from internal types (#4583)
  • b9ff1b7 Revert handle event (#4584)
  • 99e5e04 Move some frequently used things to constants (#4579)
  • cfd2f41 fix: Add missing SVG type attribute (#4582)
  • Additional commits viewable in compare view

Updates @preact/preset-vite from 2.9.1 to 2.9.2

Release notes

Sourced from @​preact/preset-vite's releases.

2.9.2

Maintenance

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the preact group with 2 updates in the / directory: [preact](https://github.com/preactjs/preact) and [@preact/preset-vite](https://github.com/preactjs/preset-vite).


Updates `preact` from 10.24.3 to 10.25.1
- [Release notes](https://github.com/preactjs/preact/releases)
- [Commits](preactjs/preact@10.24.3...10.25.1)

Updates `@preact/preset-vite` from 2.9.1 to 2.9.2
- [Release notes](https://github.com/preactjs/preset-vite/releases)
- [Commits](preactjs/preset-vite@2.9.1...2.9.2)

---
updated-dependencies:
- dependency-name: preact
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: preact
- dependency-name: "@preact/preset-vite"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: preact
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the Type: Maintenance Repository Maintenance label Dec 2, 2024
@9renpoto 9renpoto self-assigned this Dec 9, 2024
@9renpoto 9renpoto merged commit 21aedff into main Dec 9, 2024
14 checks passed
@9renpoto 9renpoto deleted the dependabot/npm_and_yarn/preact-c2fef0533d branch December 9, 2024 01:14
@github-actions github-actions bot mentioned this pull request Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Maintenance Repository Maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant