Rename unstable_patchRoutesOnMiss to unstable_patchRoutesOnNavigation to match new behavior (#11888)
Updated dependencies:
@remix-run/router@1.19.1
react-router@6.26.1
6.26.0
Minor Changes
Add a new replace(url, init?) alternative to redirect(url, init?) that performs a history.replaceState instead of a history.pushState on client-side navigation redirects (#11811)
Patch Changes
Fix initial hydration behavior when using future.v7_partialHydration along with unstable_patchRoutesOnMiss (#11838)
During initial hydration, router.state.matches will now include any partial matches so that we can render ancestor HydrateFallback components
centeredSlides with centeredSlidesBounds don't work correct when slidesPerView: 'auto' and width of the swiper-container bigger then width of slides (#7696) (c11172a)
element: fix element styles to have correct order override (f26036f), closes #7704
virtual: fix bypassing initial translate check if Virtual is enabled (df957bb), closes #7699
Bumps the all-updates group with 22 updates in the /src/web directory:
5.0.19
5.1.0
5.0.13
5.1.0
0.5.7
0.5.9
1.7.2
1.7.7
2.1.0
2.1.1
11.3.21
11.5.4
8.5.1
8.6.2
5.2.1
5.3.0
11.0.6
11.0.7
6.25.1
6.26.2
11.1.5
11.1.14
18.3.3
18.3.5
7.16.1
8.5.0
7.16.1
8.5.0
10.4.19
10.4.20
13.13.1
13.14.2
8.57.0
9.10.0
0.4.9
0.4.12
8.4.39
8.4.47
3.4.6
3.4.11
5.5.3
5.6.2
5.3.4
5.4.5
Updates
@fontsource/inter
from 5.0.19 to 5.1.0Commits
Updates
@fontsource/roboto
from 5.0.13 to 5.1.0Commits
Updates
@tailwindcss/forms
from 0.5.7 to 0.5.9Release notes
Sourced from
@tailwindcss/forms
's releases.Changelog
Sourced from
@tailwindcss/forms
's changelog.Commits
5db4de9
Update version you idiot02ef4f9
Update changelog255476c
Fallback to static chevron color if theme is using variables (#167)9786ae1
Add missing release scripts7d0425e
Add stub test scriptaac934c
Add lockfileab73c9d
0.5.8c0c7944
Add CI pipeline for releases and clean up the workflows (#164)4c0d791
Update peer dependency version to include 4.0.0-alpha.20 (#163)c9d9da3
ci: add provenance to insider packages (#154)Updates
axios
from 1.7.2 to 1.7.7Release notes
Sourced from axios's releases.
... (truncated)
Changelog
Sourced from axios's changelog.
... (truncated)
Commits
5b8a826
chore(release): v1.7.7 (#6585)364993f
fix(http): fixed support for IPv6 literal strings in url (#5731)d198085
fix(fetch): fix stream handling in Safari by fallback to using a stream reade...d584fcf
chore(release): v1.7.6 (#6583)bc03c6c
chore(examples): fix module import (#6575)df9889b
fix(fetch): optimize signals composing logic; (#6582)ee208cf
chore(sponsor): update sponsor block (#6576)085f568
fix(fetch): fix content length calculation for FormData payload; (#6524)59cd6b0
chore(release): v1.7.5 (#6574)6700a8a
fix(core): add the missed implementation of AxiosError#status property; (#6573)Updates
debounce
from 2.1.0 to 2.1.1Release notes
Sourced from debounce's releases.
Commits
dc9d9ec
2.1.1205fd8f
Fix the class context validation (#43)Updates
framer-motion
from 11.3.21 to 11.5.4Changelog
Sourced from framer-motion's changelog.
... (truncated)
Commits
5d9d296
v11.5.429c4d0f
Updating changelogb2608b2
Improving pure markc342e05
Updating versioncff1970
v11.5.361c6bc9
updating changelog5922278
Moving5619d56
Import hydrateRoot from react-dom/client (#2789)beae985
Upgrading to React 18.3.1 (#2788)e30cea7
Updating lockfileUpdates
mongoose
from 8.5.1 to 8.6.2Release notes
Sourced from mongoose's releases.
... (truncated)
Changelog
Sourced from mongoose's changelog.
... (truncated)
Commits
a50264b
chore: release 8.6.2dd7e75e
Merge pull request #14881 from Automattic/vkarpov15/gh-1487936fa0c0
Merge pull request #14882 from Automattic/vkarpov15/gh-1483960541e7
types: add function args to setters property180f5d9
type(inferrawdoctype): infer Date types as JS dates rather than Mongoose Sche...c7f7273
types: make SchemaType staticsetters
property accessible in TypeScript286ab98
Merge pull request #14875 from Automattic/vkarpov15/gh-14848e4e1d66
Merge pull request #14874 from Automattic/vkarpov15/revert-14764e13fc38
fix lint599dc13
fix(transaction): avoid unnecessarily updating initial state in between trans...Updates
react-icons
from 5.2.1 to 5.3.0Release notes
Sourced from react-icons's releases.
Commits
6188fc0
v5.3.04c27624
update icons (#968)bfaef17
feat: update simple icons to 12.4.0 (#956)03c80d9
Bump ws from 7.5.9 to 7.5.10 (#954)b90a4b2
Bump braces from 3.0.2 to 3.0.3 (#953)4c39c24
Bump ejs from 3.1.9 to 3.1.10 (#942)Updates
react-image-crop
from 11.0.6 to 11.0.7Release notes
Sourced from react-image-crop's releases.
Commits
ec2e9e1
patch bump433b1d0
chore: changes dts plugin to merge all types files into single file (#602)Updates
react-router-dom
from 6.25.1 to 6.26.2Release notes
Sourced from react-router-dom's releases.
... (truncated)
Changelog
Sourced from react-router-dom's changelog.
Commits
eeb86ab
chore: Update version for release (#11968)7cbe349
chore: Update version for release (pre) (#11955)6483515
Merge branch 'release-next' into v605612a3
unstable_dataStrategy refactor for better single fetch support (#11943)5651176
fix: Wait for restore url navigation to complete before proceeding (#11930)04d09c3
chore: Update version for release (#11895)f806fa4
chore: Update version for release (pre) (#11889)5a6545b
Rename patchRoutesOnMiss to patchRoutesOnNavigation (#11888)91ef146
chore: Update version for release (#11863)7acbfbe
chore: Update version for release (pre) (#11860)Updates
swiper
from 11.1.5 to 11.1.14Release notes
Sourced from swiper's releases.
... (truncated)
Changelog
Sourced from
dependabot[bot]
commented
2 months ago
Looks like these dependencies are updatable in another way, so this is no longer needed.