No longer using crypto-js package, but built-in browser crypto.subtle module. Crypto.subtle is available only in secure contexts (HTTPS). Also have a look into the migration info.
No longer using crypto-js package, but built-in browser crypto.subtle module. Crypto.subtle is available only in secure contexts (HTTPS). Also have a look into the migration info.
No longer using crypto-js package, but built-in browser crypto.subtle module. Crypto.subtle is available only in secure contexts (HTTPS). Also have a look into the migration info.
Changelog:
Fixes:
#1539: fix small typo in signinCallback doc in UserManager.ts
Stabilize the unstable_flushSync option for navigations and fetchers (#11989)
Stabilize the unstable_viewTransition option for navigations and the corresponding unstable_useViewTransitionState hook (#11989)
Patch Changes
Fix bug when submitting to the current contextual route (parent route with an index child) when an ?index param already exists from a prior submission (#12003)
Fix useFormAction bug - when removing ?index param it would not keep other non-Remix index params (#12003)
Fix types for RouteObject within PatchRoutesOnNavigationFunction's patch method so it doesn't expect agnostic route objects passed to patch (#11967)
Updated dependencies:
react-router@6.27.0
@remix-run/router@1.20.0
6.26.2
Patch Changes
Updated dependencies:
@remix-run/router@1.19.2
react-router@6.26.2
6.26.1
Patch Changes
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 20 updates in the /ui/ui-app directory:
2.0.2
2.0.4
5.3.1
5.4.1
5.3.4
5.4.1
5.3.2
5.4.0
5.3.4
5.4.1
1.7.4
1.7.7
3.0.1
3.1.0
7.3.2
7.4.0
6.25.1
6.27.0
2.4.5
2.5.1
18.3.3
18.3.11
18.3.0
18.3.1
7.17.0
8.8.1
7.17.0
8.8.1
3.7.0
3.7.1
4.6.2
5.0.0
0.4.9
0.4.12
5.5.4
5.6.3
5.3.4
5.4.8
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.1Release notes
Sourced from
@patternfly/patternfly
's releases.... (truncated)
Commits
7471dc8
chore: Disabled dryRun.90f01c2
fix: Updated to release 5.4.150afcae
fix: Fixed the release so it release prerelease.3ade56f
fix: fix for range issue.07842d8
fix: Updated range to allow patch releases.be2f23e
fix: release fix for v5.3b1b98f
fix: updated to push code to pf5.patternfly.org.f5342e3
fixed pr-preview.yaml.3ddb30d
Updated to migrate to release v5 branch.f75001a
Update issue templatesUpdates
@patternfly/react-core
from 5.3.4 to 5.4.1Commits
6796622
chore(release): releasing packages [ci skip]eb245e8
fix(dropdown): Delay setting focus on first item to prevent inadvertent scrol...c10a613
chore(deps): update node.js to >=20.17.0 (#11000)51d7d97
chore(deps): update dependency@types/react
to ^18.3.6 (#11007)baddef4
chore(deps): update eslint monorepo to ^9.10.0 (#10999)aa535c5
chore(deps): update testing-library monorepo (#11001)9f6e403
chore(release): releasing packages [ci skip]d5c8533
Updated to latest release.b477a8a
Update release.sh to fix commit.e7e6b8e
chore(deps): update dependency surge to ^0.24.6 (#10994)Updates
@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.1Commits
6796622
chore(release): releasing packages [ci skip]eb245e8
fix(dropdown): Delay setting focus on first item to prevent inadvertent scrol...c10a613
chore(deps): update node.js to >=20.17.0 (#11000)51d7d97
chore(deps): update dependency@types/react
to ^18.3.6 (#11007)baddef4
chore(deps): update eslint monorepo to ^9.10.0 (#10999)aa535c5
chore(deps): update testing-library monorepo (#11001)9f6e403
chore(release): releasing packages [ci skip]d5c8533
Updated to latest release.b477a8a
Update release.sh to fix commit.e7e6b8e
chore(deps): update dependency surge to ^0.24.6 (#10994)Updates
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
oidc-client-ts
from 3.0.1 to 3.1.0Release notes
Sourced from oidc-client-ts's releases.
... (truncated)
Commits
9ccae8f
v3.1.0d815d52
Merge pull request #1683 from authts/dependabot/npm_and_yarn/types/node-22.7.4841225a
build(deps-dev): bump@types/node
from 22.7.3 to 22.7.4d789499
Merge pull request #1680 from authts/dependabot/npm_and_yarn/types/node-22.7.3db345bf
build(deps-dev): bump@types/node
from 22.5.5 to 22.7.3ef0d8e7
Merge pull request #1674 from authts/dependabot/npm_and_yarn/jose-5.9.3c975f83
Merge pull request #1673 from authts/dependabot/npm_and_yarn/esbuild-0.24.0cb8190a
build(deps-dev): bump jose from 5.9.2 to 5.9.306d569a
build(deps-dev): bump esbuild from 0.23.1 to 0.24.0e04c828
Merge pull request #1672 from peetck/mainUpdates
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.27.0Release notes
Sourced from react-router-dom's releases.
... (truncated)
Changelog
Sourced from react-router-dom's changelog.
Commits
8cfb4a7
chore: Update version for release (#12121)cde8139
chore: Update version for release (pre) (#12112)9a62e35
chore: Update version for release (pre) (#12101)0389eba
Fix issues with contextual routing and index params (#12003)73fcb9b
Stabilize viewTransiton and flushSync options (#11989)8c9e2b6
Fix types for PatchRoutesOnNavigationFunction (#11967)09c1978
Stabilize unstable_dataStrategy (#11974)25e4981
Stabilize unstable_patchRoutesOnNavigation (#11973)eeb86ab
chore: Update version for release (#11968)7cbe349
chore: Update version for release (pre) (#11955)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.11Commits
Updates
@types/react-dom
from 18.3.0 to 18.3.1Commits
Updates
@typescript-eslint/eslint-plugin
from 7.17.0 to 8.8.1Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits
f898248
chore(release): publish 8.8.12d6ee87
fix(eslint-plugin): stop warning onSuperseded by #2884.