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
Bumps the ui-app-dependencies group with 16 updates in the /ui/ui-app directory:
2.0.2
2.0.4
5.3.1
5.4.0
5.3.4
5.4.0
5.3.2
5.4.0
5.3.4
5.4.0
1.7.4
1.7.7
7.3.2
7.4.0
6.25.1
6.26.2
2.4.5
2.5.1
18.3.3
18.3.9
7.17.0
8.7.0
7.17.0
8.7.0
0.4.9
0.4.12
5.5.4
5.6.2
5.3.4
5.4.7
4.3.2
5.0.1
Updates
@apicurio/common-ui-components
from 2.0.2 to 2.0.4Updates
@patternfly/patternfly
from 5.3.1 to 5.4.0Release notes
Sourced from
@patternfly/patternfly
's releases.... (truncated)
Commits
f75001a
Update issue templatesa9e2a7a
Update issue templatesc0c2559
Update and rename PF6_alpha_bug_request.md to PF6_beta_bug_request.md (#6935)fec6266
chore(deps): update dependency@patternfly/documentation-framework
to v5.16.1...1550c08
chore(deps): update dependency@patternfly/documentation-framework
to v5.16.1...ca9b9e6
fix(InlineEdit): updated example to match React (#6877)d5ee3d9
chore(build): corepack use yarn@1.x (#6872)50182be
chore(deps): update dependency@patternfly/react-code-editor
to v5.3.4 (#6859)aad6f30
fix(form): support label addl info in horizontal form (#6853)baa5f63
chore(deps): update dependency@patternfly/react-table
to v5.3.4 (#6861)Updates
@patternfly/react-core
from 5.3.4 to 5.4.0Commits
3ef073a
chore(release): releasing packages [ci skip]7a25feb
chore: Update promote.sh to promote to npm.494143d
chore: Update promote.sh with dry run5836008
Revert "chore(release): Update promote.sh"5937183
chore(release): Update promote.sh701ccd9
Revert "chore(release): releasing packages [ci skip]"48c08cb
chore(release): releasing packages [ci skip]a76ba5e
chore(release): releasing packages [ci skip]279c54f
fix(Table): remove blank scope in empty deprecated table headers (#10875)7b64b05
Update issue templatesUpdates
@patternfly/react-icons
from 5.3.2 to 5.4.0Commits
3ef073a
chore(release): releasing packages [ci skip]7a25feb
chore: Update promote.sh to promote to npm.494143d
chore: Update promote.sh with dry run5836008
Revert "chore(release): Update promote.sh"5937183
chore(release): Update promote.sh701ccd9
Revert "chore(release): releasing packages [ci skip]"48c08cb
chore(release): releasing packages [ci skip]a76ba5e
chore(release): releasing packages [ci skip]279c54f
fix(Table): remove blank scope in empty deprecated table headers (#10875)7b64b05
Update issue templatesUpdates
@patternfly/react-table
from 5.3.4 to 5.4.0Commits
3ef073a
chore(release): releasing packages [ci skip]7a25feb
chore: Update promote.sh to promote to npm.494143d
chore: Update promote.sh with dry run5836008
Revert "chore(release): Update promote.sh"5937183
chore(release): Update promote.sh701ccd9
Revert "chore(release): releasing packages [ci skip]"48c08cb
chore(release): releasing packages [ci skip]a76ba5e
chore(release): releasing packages [ci skip]279c54f
fix(Table): remove blank scope in empty deprecated table headers (#10875)7b64b05
Update issue templatesUpdates
axios
from 1.7.4 to 1.7.7Release notes
Sourced from axios's releases.
Changelog
Sourced from axios's changelog.
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
protobufjs
from 7.3.2 to 7.4.0Release notes
Sourced from protobufjs's releases.
Changelog
Sourced from protobufjs's changelog.
Commits
19e1fef
Merge pull request #2024 from protobufjs/release-please--branches--master3d2e2f9
chore: release master4c02c5c
Merge pull request #2023 from protobufjs/fix-missing-dist0e4da8b
feat: AddprepublishOnly
script28e3334
fix: include5b502e1
Merge pull request #2017 from protobufjs/release-please--branches--master01c96b5
chore: release master7be19d3
Merge pull request #2010 from LavissaWoW/typedef-fix59569c1
Merge pull request #2011 from martin-traverse/fix/typescript_optional_supportc478e1f
Add braces to if/else clauses for readability on all code touched by this changeUpdates
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
yaml
from 2.4.5 to 2.5.1Release notes
Sourced from yaml's releases.
Commits
5adbb60
2.5.129293c4
chore: Simplify Babel config, inlining it Jest config4c30eb6
chore: Re-enable linting with type informationadef9c5
chore: Update to eslint 9, fix found issuese883065
chore: Refresh lockfile (keeping rollup at 4.19.0 due to rollup/rollup#5633)5b5e290
fix: Include range in flow sequence pair maps (fixes #573)b309e23
2.5.06e58318
style: Apply updated Prettier style61140fa
chore: Refresh lockfile534d8ad
fix: Ignore minContentWidth if greater than lineWidth (fixes #562)Updates
@types/react
from 18.3.3 to 18.3.9Commits
Updates
@typescript-eslint/eslint-plugin
from 7.17.0 to 8.7.0Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits
b88ea33
chore(release): publish 8.7.0cdd93f6
docs(eslint-plugin): [no-inferrable-types] do not use no-inferrable-types wit...d0e35d9
feat(eslint-plugin): [consistent-type-exports] checkexport *
exports to se...dc1c6d3
docs: [no-unnecessary-type-parameters] add FAQ section (#9975)e8555a0
feat(eslint-plugin): [no-unsafe-call] check calls of Function (#10010)8293546
fix(eslint-plugin): [no-confusing-non-null-assertion] check !in and !instance...b75d42b
fix(eslint-plugin): [no-deprecated] report on imported deprecated variables (...c5dc755
docs: [no-floating-promises] clarify that void does not resolve promises (#9949)1c183ab
fix(eslint-plugin): properly coerce all types to string in `getStaticMemberAc...7b149b9
docs: [strict-boolean-expressions] fix adominition (#10033)Updates
@typescript-eslint/parser
from 7.17.0 to 8.7.0Release notes
Sourced from
@typescript-eslint/parser
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser
's changelog.