-
Notifications
You must be signed in to change notification settings - Fork 1
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 all non-major dependencies #608
base: main
Are you sure you want to change the base?
Conversation
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
❌ Deploy Preview for design-portal-main failed.
|
b538bfe
to
718ddcd
Compare
fbf66a4
to
a224d60
Compare
a224d60
to
0d4a4db
Compare
👋 Suggested reviewers: no user matched No other user contributed more than 25% of the lines on pre-existing files: See details
Git users that could not be automatically mapped are marked with To learn more about /:\ gitStream - Visit our Docs |
🥷 Code experts: no user matched threshold 10 See details
Knowledge based on git-blame:
Knowledge based on git-blame: To learn more about /:\ gitStream - Visit our Docs |
This PR contains the following updates:
6.0.1
->6.1.0
4.1.2
->4.1.5
7.0.2
->7.0.3
5.0.3
->5.0.5
16.1.0
->16.2.0
14.5.2
->14.6.0
4.0.3
->4.1.0
9.0.1
->9.0.3
5.16.0
->5.19.0
5.7.2
->5.7.3
Release Notes
withastro/adapters (@astrojs/netlify)
v6.1.0
Compare Source
Minor Changes
4b5cd22
Thanks @florian-lefebvre! - Stabilizesastro:env
secrets supportPatch Changes
#454
83cedad
Thanks @alexanderniebuhr! - Improves Astro 5 support#501
012b31d
Thanks @florian-lefebvre! - Refactor of the redirects logicwithastro/astro (@astrojs/react)
v4.1.5
Compare Source
Patch Changes
ea603ae
Thanks @louisescher! - Adds a warning message when multiple JSX-based UI frameworks are being used without either theinclude
orexclude
property being set on the integration.v4.1.4
Compare Source
Patch Changes
c7642fb
Thanks @bluwy! - Removes react-specific entrypoints inoptimizeDeps.include
and rely on@vitejs/plugin-react
to addv4.1.3
Compare Source
Patch Changes
51ab7b5
Thanks @bluwy! - Supports checking for React 19 componentswithastro/astro (@astrojs/svelte)
v7.0.3
Compare Source
Patch Changes
8809b85
Thanks @aminevg! - Fixes an issue where TypeScript couldn't infer the correct types of theserver.mjs
filewithastro/astro (@astrojs/vue)
v5.0.5
Compare Source
Patch Changes
ea603ae
Thanks @louisescher! - Adds a warning message when multiple JSX-based UI frameworks are being used without either theinclude
orexclude
property being set on the integration.v5.0.4
Compare Source
Patch Changes
8809b85
Thanks @aminevg! - Fixes an issue where TypeScript couldn't infer the correct types of theserver.mjs
filetesting-library/react-testing-library (@testing-library/react)
v16.2.0
Compare Source
Features
testing-library/user-event (@testing-library/user-event)
v14.6.0
Compare Source
Features
FocusEvent
in hidden documents (#1252) (1ed8b15)Bug Fixes
DataTransferItem.getAsString()
callback (#1251) (7b11b0e)PointerCoords.x
inisDifferentPointerPosition
(#1216) (75edef5)PointerCoords
inisDifferentPointerPosition()
(#1229) (5f3d28f)octokit/octokit.js (octokit)
v4.1.0
Compare Source
Features
@octokit/plugin-rest-endpoint-methods
(#2788) (2107d79)remarkjs/react-markdown (react-markdown)
v9.0.3
Compare Source
(same as 9.0.2 but now with d.ts files)
Full Changelog: remarkjs/react-markdown@9.0.2...9.0.3
v9.0.2
Compare Source
Types
b151a90
Fix types for React 19by @remcohaszing in https://github.com/remarkjs/react-markdown/pull/879
6962af7
Add declaration mapsaa5933b
Refactor to use@import
to import typesby @remcohaszing in https://github.com/remarkjs/react-markdown/pull/836
Miscellaneous
9eb589e
Fix typo in changelogby @NicholasWilsonDEV in https://github.com/remarkjs/react-markdown/pull/874
515bf19
Fix typoby @deep-lyra in https://github.com/remarkjs/react-markdown/pull/868
Full Changelog: remarkjs/react-markdown@9.0.1...9.0.2
sveltejs/svelte (svelte)
v5.19.0
Compare Source
Minor Changes
ClassValue
fromsvelte/elements
(#15035)Patch Changes
fix: create fewer deriveds for concatenated strings (#15041)
fix: correctly parse leading comments in function binding (#15020)
v5.18.0
Compare Source
Minor Changes
<template>
elements to contain any child (#15007)Patch Changes
fix: ensure resume effects are scheduled in topological order (#15012)
fix: bump esrap (#15015)
fix: remove listener on
bind_current_time
teardown (#15013)v5.17.5
Compare Source
Patch Changes
feat: allow const tag inside
svelte:boundary
(#14993)fix: ensure signal write invalidation within effects is consistent (#14989)
v5.17.4
Compare Source
Patch Changes
fix: never consider inert boundary effects (#14999)
fix: store access on component destroy (#14968)
fix: correctly transform
pre
with no content (#14973)fix: wrap each block expression in derived to encapsulate effects (#14967)
v5.17.3
Compare Source
Patch Changes
v5.17.2
Compare Source
Patch Changes
fix: account for parent scale when animating elements (#14957)
fix: apply
overflow: hidden
style when transitioning elements, where necessary (#14930)fix: properly add owners to function bindings (#14962)
v5.17.1
Compare Source
Patch Changes
fix: remove bindable prop validation (#14946)
chore: tweak "invalid assignment" compiler error message (#14955)
fix: silence false-positive stale value warning (#14958)
v5.17.0
Compare Source
Minor Changes
Patch Changes
fix: handle default values in object destructuring within "each" blocks when using characters like "}" and "]" (#14554)
fix: account for min-width/height in
slide
transition (#14942)fix: prevent long delays causing erratic spring behaviour (#14940)
feat: warn on using
slide
transition with table elements (#14936)chore: improve signal performance by reducing duplicate deps (#14945)
v5.16.6
Compare Source
Patch Changes
fix: Make Tween duration 0 set current to target immediately (#14937)
fix: guard against
customElements
being unavailable in browser extension contexts (#14933)fix: treat
inert
as a boolean attribute (#14935)fix: remove leading newline from
<pre>
contents (#14922)v5.16.5
Compare Source
Patch Changes
fix: inherit correct namespace for
<title>
elements (#14817)fix: don't throw
bind_invalid_export
if there's also a bindable prop with the same name (#14813)v5.16.4
Compare Source
Patch Changes
fix: use cached indexOf array prototype method internally (#14912)
fix: make Tween work with continuous target changes (#14895)
v5.16.3
Compare Source
Patch Changes
fix: correctly parse
each
with loose parser (#14887)fix: apply
clsx
logic to custom elementclass
attributes (#14907)v5.16.2
Compare Source
Patch Changes
fix: ensure disconnected deriveds correctly connect again (#14899)
fix: correctly highlight sources reassigned inside
trace
(#14811)v5.16.1
Compare Source
Patch Changes
fix: ensure unowned deriveds correctly get re-linked to the graph (#14855)
fix: ensure $inspect.trace works correctly with null values (#14853)
microsoft/TypeScript (typescript)
v5.7.3
Compare Source
Configuration
📅 Schedule: Branch creation - "on monday before 5am" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.