-
Notifications
You must be signed in to change notification settings - Fork 11
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 all (major) #517
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/major-all
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
d4f0919
to
33bf342
Compare
33bf342
to
be3d652
Compare
|
45e7772
to
b841ef6
Compare
bd365c2
to
a14f0c3
Compare
ab1e73e
to
069706e
Compare
01fd726
to
814a10d
Compare
9b8d36f
to
27fcf64
Compare
148c575
to
34200fe
Compare
e5e8b76
to
37c0aae
Compare
592e89c
to
e63375b
Compare
135d777
to
543ef95
Compare
7db301f
to
39ce798
Compare
977e9ed
to
1dae0ab
Compare
1bc40f9
to
76c12ec
Compare
866f60a
to
e7bf591
Compare
e7bf591
to
2de4a3b
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.0.4
->5.1.1
15.3.1
->16.0.1
2.0.4
->5.0.2
v3
->v4
v3
->v4
v3
->v5
5.1.15
->7.0.6
5.2.6
->6.5.13
2.8.8
->3.5.3
3.29.5
->4.38.0
4.9.5
->5.8.2
Release Notes
rollup/plugins (@rollup/plugin-alias)
v5.1.1
2024-09-22
Bugfixes
v5.1.0
2023-11-25
Features
v5.0.1
Compare Source
2023-10-05
Bugfixes
v5.0.0
Compare Source
2023-04-04
Breaking Changes
rollup/plugins (@rollup/plugin-node-resolve)
v16.0.1
2025-03-11
Bugfixes
ignoreSideEffectsForRoot
to exported interface (#1841)v16.0.0
2024-12-15
Breaking Changes
sanity-io/eslint-config-studio (@sanity/eslint-config-studio)
v5.0.2
Compare Source
Bug Fixes
v5.0.1
Compare Source
Bug Fixes
v5.0.0
Compare Source
⚠ BREAKING CHANGES
Features
v4.0.0
Compare Source
⚠ BREAKING CHANGES
@typescript-eslint/eslint-plugin
v7.5.0Features
@typescript-eslint/eslint-plugin
v7.5.0 (4c38dba)Bug Fixes
v3.0.1
Compare Source
Bug Fixes
v3.0.0
Compare Source
⚠ BREAKING CHANGES
Bug Fixes
actions/checkout (actions/checkout)
v4
Compare Source
url-helper.ts
now leverages well-known environment variables by @jww3 in https://github.com/actions/checkout/pull/1941isGhes
by @jww3 in https://github.com/actions/checkout/pull/1946actions/setup-node (actions/setup-node)
v4
Compare Source
codecov/codecov-action (codecov/codecov-action)
v5
Compare Source
What's Changed
use_pypi
bypasses integrity checks too by @webknjaz in https://github.com/codecov/codecov-action/pull/1773Full Changelog: https://github.com/codecov/codecov-action/compare/v5.3.1..v5.4.0
v4
Compare Source
What's Changed
versionInfo
by @marcobiedermann in https://github.com/codecov/codecov-action/pull/1407evenName
in the logs correctly by @webknjaz in https://github.com/codecov/codecov-action/pull/1560cssnano/cssnano (cssnano)
v7.0.6
: v7.0.6Compare Source
What's Changed
0ms
to0s
by @btea in https://github.com/cssnano/cssnano/pull/1665Full Changelog: https://github.com/cssnano/cssnano/compare/[email protected]@7.0.6
v7.0.5
: v7.0.5Compare Source
Bug Fixes
v7.0.4
: v7.0.4Compare Source
Bug fixes
v7.0.3
Compare Source
v7.0.2
Compare Source
v7.0.1
Compare Source
v7.0.0
Compare Source
v6.1.2
: v6.1.2Compare Source
Bug Fixes
gap
andcolumn-gap
propertiesPatch Changes
v6.1.1
: v6.1.1Compare Source
Patch changes
v6.1.0
: v6.1.0Compare Source
This release contains a lot of fixes to Browserslist support thanks to @colinrotherham
Features
Additionally, this release includes improved TypeScript types.
v6.0.5
: v6.0.5Compare Source
Bug Fixes
font
declaration in edge casesinitial
property in-webkit-line-clamp
v6.0.4
: v6.0.4Compare Source
Bug Fixes
@layer
declarations@layer
without any braces afterwardsv6.0.3
Compare Source
v6.0.2
: v6.0.2Compare Source
@Property
v6.0.1
: v6.0.1Compare Source
Bug Fixes
v6.0.0
Compare Source
preactjs/preact-render-to-string (preact-render-to-string)
v6.5.13
Compare Source
Patch Changes
8e8e8ac
Thanks @f0x52! - Ensure that the_parent
is kept around across multiple suspensions and avoid circular references.In doing so our
useId
hook should always output unique ids during renderingToString.2afaf31
Thanks @f0x52! - Ensure the renderToStream types of/stream
and/stream-node
accept a generic for the props of the passed in VNode0a698f6
Thanks @f0x52! - renderToPipeableStream: expose errors through onError, no longer emit un-catchable error event on internal streamv6.5.12
Compare Source
Patch Changes
ed720ef
Thanks @JoviDeCroock! - Improve performance by pre-allocating arrays6db4f95
Thanks @rschristian! - SwitchHTML_LOWER_CASE
regex to match all from line start for a marginal perf benefit.v6.5.11
Compare Source
Patch Changes
62ade27
Thanks @rschristian! - Fixspellcheck={false}
not rendering asspellcheck="false"
v6.5.10
Compare Source
Patch Changes
d80e4dc
Thanks @marvinhagemeister! - Allow any value forclass
+className
as long as it's stringified to match browser behavior.v6.5.9
Compare Source
Patch Changes
4621fa3
Thanks @marvinhagemeister! - FixspellCheck={false}
not rendering asspellcheck="false"
v6.5.8
Compare Source
Patch Changes
220ad45
Thanks @JoviDeCroock! - Add async benchmarks and iterate on perf improvements883e02b
Thanks @JoviDeCroock! - General performance optimisations45b8e8b
Thanks @JoviDeCroock! - Improve perf a bit by hoisting the typeof check to reduce calling typeofv6.5.7
Compare Source
Patch Changes
481b4f3
Thanks @rschristian! - SupportdangerouslySetInnerHTML={undefined}
withrenderToStringAsync
v6.5.6
Compare Source
Patch Changes
054dae0
Thanks @ccouzens! - Fix issue where preactRenderToString returns a promise of a promisev6.5.5
Compare Source
Patch Changes
bebe4bf
Thanks @jacob-ebey! - fix: stop client runtime from being corruptedfix: insert ooo chunks in the proper order
v6.5.4
Compare Source
Patch Changes
7871a51
Thanks @dbergey! - Fix incorrect type for renderToPipeableStreamv6.5.3
Compare Source
Patch Changes
3044ac2
Thanks @rschristian! - Correct stream exports8c7e08f
Thanks @rschristian! - Add types for/stream
and/stream-node
exportsv6.5.2
Compare Source
Patch Changes
689e88d
Thanks @JoviDeCroock! - Correctly rendernull
as an__html
value as an empty stringv6.5.1
Compare Source
Patch Changes
8e8e8ac
Thanks @f0x52! - Ensure that the_parent
is kept around across multiple suspensions and avoid circular references.In doing so our
useId
hook should always output unique ids during renderingToString.2afaf31
Thanks @f0x52! - Ensure the renderToStream types of/stream
and/stream-node
accept a generic for the props of the passed in VNode0a698f6
Thanks @f0x52! - renderToPipeableStream: expose errors through onError, no longer emit un-catchable error event on internal streamv6.5.0
Compare Source
Minor Changes
a004914
Thanks @JoviDeCroock! - Introduce a streaming renderer which can be imported frompreact-render-to-string/stream
andpreact-render-to-string/stream-node
Patch Changes
a004914
Thanks @JoviDeCroock! - EnsurepopoverTarget
andpopoverTargetAction
are serialized to lower casea004914
Thanks @JoviDeCroock! - Fix for shallow rendering incorrectly transforming Fragments into other nodesa004914
Thanks @JoviDeCroock! - EnsurecellPadding
,cellSpacing
, anduseMap
are serialized to lower casea004914
Thanks @JoviDeCroock! - streaming rendering with Suspense boundaries as flush triggerv6.4.2
Compare Source
Patch Changes
7bc77a3
Thanks @marvinhagemeister! - Fix JSX template being detected as a top level Fragment when Deno's jsxprecompile
option is used303b8c0
Thanks @marvinhagemeister! - Perf: Remove unnecessary closure when rendering child nodesv6.4.1
Compare Source
Patch Changes
27a8b0e
Thanks @JoviDeCroock! - Ensure commonjs also has the async exportc46fb59
Thanks @marvinhagemeister! - Fix error thrown after suspending not being rethrown.4462822
Thanks @marvinhagemeister! - Fix invalid parent pointer empty value when rendering a suspended vnodev6.4.0
Compare Source
Minor Changes
6acc97a
Thanks @JoviDeCroock! - Allow prepass like behavior where a Promisewill be awaited and then continued, this is done with
the new
renderToStringAsync
exportPatch Changes
87d8c21
Thanks @Geo25rey! - fix external type definitions ofrenderToString
0a0d0ce
Thanks @acelaya! - Remove incorrect second default export from jsx.d.tsv6.3.1
Compare Source
Patch Changes
6bf321d
Thanks @marvinhagemeister! - Fix mapped children not working with Deno's new precompile JSX transform.v6.3.0
Compare Source
Minor Changes
926827c
Thanks @marvinhagemeister! - Add support for precompiled JSX transform, see https://deno.com/blog/v1.38#fastest-jsx-transform. Compared to traditional JSX transforms, the precompiled JSX transform tries to pre-serialize as much of the JSX as possible. That way less objects need to be created and serialized which relieves a lot of GC pressure.v6.2.2
Compare Source
Patch Changes
f1d81be
Thanks @JoviDeCroock! - avoid adding double colon for namespaced attributesv6.2.1
Compare Source
Patch Changes
a331699
Thanks @marvinhagemeister! - Fix incorrect casing of HTML attributes and SVG attributes017a8bb
Thanks @marvinhagemeister! - Fix casing of namespaced attribute namesbccd1d6
](https://github.com/preactjs/preact-render-to-string/commit/bccd1d6b4094a8481282484b0d6ca20677ce253Configuration
📅 Schedule: Branch creation - "* 0-3 1 * *" (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.
This PR was generated by Mend Renovate. View the repository job log.