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): lock file maintenance minor/patch updates #223

Merged
merged 1 commit into from
Nov 29, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 29, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
lockFileMaintenance All locks refreshed
@aws-sdk/client-apigatewaymanagementapi (source) dependencies minor ^3.693.0 -> ^3.699.0 age adoption passing confidence
@aws-sdk/client-dynamodb (source) dependencies minor ^3.693.0 -> ^3.699.0 age adoption passing confidence
@aws-sdk/lib-dynamodb (source) dependencies minor ^3.693.0 -> ^3.699.0 age adoption passing confidence
@types/aws-lambda (source) dependencies patch ^8.10.145 -> ^8.10.146 age adoption passing confidence
preact (source) dependencies minor ^10.24.3 -> ^10.25.0 age adoption passing confidence
rollup (source) dependencies patch ^4.27.3 -> ^4.27.4 age adoption passing confidence
typescript (source) dependencies minor ^5.6.3 -> ^5.7.2 age adoption passing confidence
typescript-eslint (source) dependencies minor ^8.15.0 -> ^8.16.0 age adoption passing confidence

🔧 This Pull Request updates lock files to use the latest dependency versions.


Release Notes

aws/aws-sdk-js-v3 (@​aws-sdk/client-apigatewaymanagementapi)

v3.699.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-apigatewaymanagementapi

aws/aws-sdk-js-v3 (@​aws-sdk/client-dynamodb)

v3.699.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-dynamodb

aws/aws-sdk-js-v3 (@​aws-sdk/lib-dynamodb)

v3.699.0

Compare Source

Note: Version bump only for package @​aws-sdk/lib-dynamodb

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

rollup/rollup (rollup)

v4.27.4

Compare Source

2024-11-23

Bug Fixes
  • Update bundled magic-string to support sourcemap debug ids (#​5740)
Pull Requests
microsoft/TypeScript (typescript)

v5.7.2

Compare Source

typescript-eslint/typescript-eslint (typescript-eslint)

v8.16.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.


Configuration

📅 Schedule: Branch creation - "before 4am on Friday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot enabled auto-merge November 29, 2024 00:57
@renovate renovate bot merged commit d2a6193 into master Nov 29, 2024
4 checks passed
@renovate renovate bot deleted the renovate/minorpatch-updates branch November 29, 2024 00:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants