(types) Include bigint in ClassValue type: (#96): 3d960ab
Accommodates recent @types/react changes to ReactNode.Thank you @ViliamKopecky~!
Chores
Add licenses.dev badge: 684509c
This service recursively analyzes entire dependency graphs to ensure that a package (or your project) is using permissive licenses. For example, here's a results table for polka@next and a larger astro example.
performance: Make non-strict mode faster for classes. Addresses #1071 (53e3203). Immer 10.x solved slow iteration for plain JS objects. This update applies the same handling to class instances. In cases this makes class instance handling 3 times faster. Note that this slightly modifies the behavior of Immer with classes in obscure corner cases, in ways that match current documentation, but do not match previous behavior. If you run into issues with this release icmw. class instances, use setUseStrictShallowCopy("class_only") to revert to the old behavior. For more details see https://immerjs.github.io/immer/complex-objects#semantics-in-detail
Check for document existence when checking startViewTransition (#11544)
Change the react-router-dom/server import back to react-router-dom instead of index.ts (#11514)
Updated dependencies:
@remix-run/router@1.16.1
react-router@6.23.1
6.23.0
Minor Changes
Add a new unstable_dataStrategy configuration option (#11098)
This option allows Data Router applications to take control over the approach for executing route loaders and actions
The default implementation is today's behavior, to fetch all loaders in parallel, but this option allows users to implement more advanced data flows including Remix single-fetch, middleware/context APIs, automatic loader caching, and more
Bumps the safe-dependencies group with 38 updates in the /src/ClientApp directory:
0.2.0
0.2.2
5.28.14
5.40.0
5.0.8
5.0.9
6.2.3
6.2.4
2.1.0
2.1.1
9.0.4
9.0.6
10.0.4
10.1.1
1.2.3
1.3.0
18.2.0
18.3.1
18.2.0
18.3.1
6.22.3
6.23.1
7.0.0
7.1.0
7.0.0
7.1.0
7.0.0
7.1.0
7.0.0
7.1.0
7.0.0
7.1.0
7.0.0
7.1.0
7.0.0
7.1.0
7.0.0
7.1.0
7.0.0
7.1.0
7.0.0
7.1.0
7.0.0
7.1.0
7.0.0
7.1.0
8.0.5
8.1.5
8.0.5
8.1.5
8.0.5
8.1.5
8.0.5
8.1.5
8.0.5
8.1.5
4.2.1
4.3.0
7.34.1
7.34.2
4.6.0
4.6.2
14.4.0
14.12.0
3.2.5
3.3.0
2.4.14
2.5.0
8.0.5
8.1.5
5.2.8
5.2.12
0.19.7
0.20.0
1.4.0
1.6.0
Updates
@fortawesome/react-fontawesome
from 0.2.0 to 0.2.2Release notes
Sourced from
@fortawesome/react-fontawesome
's releases.Changelog
Sourced from
@fortawesome/react-fontawesome
's changelog.Commits
fff48b1
Release 0.2.247a7be8
Handle undefined props like className (#564)ffa0bdf
Release 0.2.1773a565
Fix tests161d6ba
Remove defaultProps (#551)976c1ad
Doc update; Font Awesome no longer just v 5528e230
Update deps97e6518
Alias feature detection includes icons packageUpdates
@tanstack/react-query
from 5.28.14 to 5.40.0Release notes
Sourced from
@tanstack/react-query
's releases.... (truncated)
Commits
b0c09aa
release: v5.40.0721730a
feat: allow to dehydrate and restore promises (#7481)f8031f4
release: v5.39.041ec572
feat(react-query): support React 19497dd65
release: v5.38.02dd2f69
release: v5.37.178e4bc1
chore: Update dependencies (#7449)fece4af
release: v5.36.20c32270
fix(react-query): do not use globalJSX
namespace (#7436)7e2c9ab
release: v5.36.1Updates
@ugrc/dart-board
from 5.0.8 to 5.0.9Release notes
Sourced from
@ugrc/dart-board
's releases.Commits
06b14fd
chore: release main97f18d3
fix(monorepo): remove extra release please config144d27f
chore(monorepo): fresh lock file7f7599b
fix(monorepo): fresh npm install78117d0
chore(monorepo): bootstrap new components at 1.0.05e71f0c
chore(header): add readme5aebef7
chore(header): add readmeb34f4c1
fix(header): fix import0b91ad8
fix(monorepo): adjust build orderd872e69
chore(monorepo): sort packagesUpdates
@ugrc/layer-selector
from 6.2.3 to 6.2.4Release notes
Sourced from
@ugrc/layer-selector
's releases.Commits
06b14fd
chore: release main97f18d3
fix(monorepo): remove extra release please config144d27f
chore(monorepo): fresh lock file7f7599b
fix(monorepo): fresh npm install78117d0
chore(monorepo): bootstrap new components at 1.0.05e71f0c
chore(header): add readme5aebef7
chore(header): add readmeb34f4c1
fix(header): fix import0b91ad8
fix(monorepo): adjust build orderd872e69
chore(monorepo): sort packagesUpdates
@ugrc/utilities
from 2.2.1 to 2.2.2Release notes
Sourced from
@ugrc/utilities
's releases.Commits
06b14fd
chore: release main97f18d3
fix(monorepo): remove extra release please config144d27f
chore(monorepo): fresh lock file7f7599b
fix(monorepo): fresh npm install78117d0
chore(monorepo): bootstrap new components at 1.0.05e71f0c
chore(header): add readme5aebef7
chore(header): add readmeb34f4c1
fix(header): fix import0b91ad8
fix(monorepo): adjust build orderd872e69
chore(monorepo): sort packagesUpdates
clsx
from 2.1.0 to 2.1.1Release notes
Sourced from clsx's releases.
Commits
925494c
2.1.13d960ab
fix(types): includebigint
inClassValue
type (#96)684509c
chore: add licenses badgeUpdates
downshift
from 9.0.4 to 9.0.6Release notes
Sourced from downshift's releases.
Commits
ee2a828
fix(hooks): return boolean for aria-selected (#1603)4bf894b
fix(highlightedIndex): do not highlight disabled items (#1601)602ee51
chore: update dependencies (#1602)Updates
immer
from 10.0.4 to 10.1.1Release notes
Sourced from immer's releases.
Commits
e2d222b
docs: [Doc]: Update /zh-CN/ (#1067)4da2e0d
fix: MakeapplyPatches
to acceptreadonly Patch[]
(#1094)073d634
chore: Fix typo in comment in common.ts (#1113)a3a7d0c
chore(deps): bump express from 4.18.2 to 4.19.2 in /website (#1112)5a8f6e7
fix: export lost types (#1116)53e3203
feat(performance): Make non-strict mode faster for classes. Addresses #1071511ccee
introduce StrictMode enum85a8f7b
Introduceclass_only
strict mode setting7f1b3b9
Merge branch 'main' into faster-unstrict-mode9713677
chore: fix git ignore with watchmanUpdates
ky
from 1.2.3 to 1.3.0Release notes
Sourced from ky's releases.
Commits
eab5049
1.3.02eea67e
AddstringifyJson
option (#579)2af72bf
Meta tweaks44f97b6
Clarify docs aboutfetch
options5e48ed4
1.2.410a4ec7
Fix request types for use with Node.js (#578)7760a81
Add link toRequest
web API (#577)2d56baf
Meta tweaks (#573)30a8ad7
Meta tweaksec6733c
Fix docs typos (#571)Updates
react
from 18.2.0 to 18.3.1Release notes
Sourced from react's releases.
Changelog
Sourced from react's changelog.
Commits
f1338f8
ExportReact.act
from 18.3d6c42f7
Bump to 18.3.173bfaa1
Turn on key spread warning in jsx-runtime for everyone (#25697)c2a246e
Turn on string ref deprecation warning for everybody (not codemoddable) (#25383)2cfb474
Bump version from 18.2 to 18.3Maintainer changes
This version was pushed to npm by react-bot, a new releaser for react since your current version.
Updates
react-dom
from 18.2.0 to 18.3.1Release notes
Sourced from react-dom's releases.
Changelog
Sourced from react-dom's changelog.
Commits
d6c42f7
Bump to 18.3.18a015b6
Add deprecation warning for unmountComponentAtNodec3b2839
Add deprecation warning for findDOMNoded4ea75d
ReactDOMTestUtils deprecation warnings7548c01
DeprecaterenderToStaticNodeStream
(#28872) (#28874)5894232
Enable warning for defaultProps on function components for everyone (#25699)c2a246e
Turn on string ref deprecation warning for everybody (not codemoddable) (#25383)2cfb474
Bump version from 18.2 to 18.3Maintainer changes
This version was pushed to npm by react-bot, a new releaser for react-dom since your current version.
Updates
react-router-dom
from 6.22.3 to 6.23.1Release notes
Sourced from react-router-dom's releases.
... (truncated)
Changelog
Sourced from react-router-dom's changelog.
Commits
aef5c4a
chore: Update version for release (#11551)26bc8e2
chore: Update version for release (pre) (#11545)031478d
Add defensive window.document check when checking for startViewTransition (#1...9651465
chore: Update version for release (pre) (#11516)fdff9dd
Fix react-router-dom/server index.ts import from pnpm migration (#11514)82a3a77
chore: Update version for release (#11486)8a20f32
chore: Update version for release (pre) (#11387)88ec71a
chore: Update version for release (pre) (#11379)12afb2e
Migrate to pnpm (#11358)c7dd3d3
Data Strategy Configuration (#11098)Updates
workbox-background-sync
from 7.0.0 to 7.1.0Release notes
Sourced from workbox-background-sync's releases.
Commits
9e69c42
v7.1.0e09ea45
Dependencies update (#3311)a30d1aa
Update READMEeb8a9c0
Bump@rollup/plugin-node-resolve
(#3271)2f38ba4
Create CODE_OF_CONDUCT.md (#3243)70b1088
fix(rollup-plugin): replace package rollup-plugin-terser by@rollup/plugin-te
...b950cd6
Update README.md1fe2860
Merge pull request #3307 from GoogleChrome/tomayac-patch-19b234c1
Update README.mdee62b5b
updating scorecards workflowUpdates
workbox-broadcast-update
from 7.0.0 to 7.1.0Release notes
Sourced from workbox-broadcast-update's releases.
Commits
9e69c42
v7.1.0e09ea45
Dependencies update (#3311)a30d1aa
Update READMEeb8a9c0
Bump@rollup/plugin-node-resolve
(#3271)2f38ba4
Create CODE_OF_CONDUCT.md (#3243)70b1088
fix(rollup-plugin): replace package rollup-plugin-terser by@rollup/plugin-te
...b950cd6
Update README.md1fe2860
Merge pull request #3307 from GoogleChrome/tomayac-patch-19b234c1
Update README.mdee62b5b
updating scorecards workflowUpdates
workbox-cacheable-response
from 7.0.0 to 7.1.0Release notes
Sourced from workbox-cacheable-response's releases.
Commits
9e69c42
v7.1.0e09ea45
Dependencies update (#3311)a30d1aa
Update READMEeb8a9c0
Bump@rollup/plugin-node-resolve
(#3271)2f38ba4
Create CODE_OF_CONDUCT.md (#3243)70b1088
fix(rollup-plugin): replace package rollup-plugin-terser by@rollup/plugin-te
...b950cd6
Update README.md1fe2860
Merge pull request #3307 from GoogleChrome/tomayac-patch-19b234c1
Update README.mdee62b5b
updating scorecards workflowUpdates
workbox-core
from 7.0.0 to 7.1.0Release notes
Sourced from workbox-core's releases.
Commits
9e69c42
v7.1.0e09ea45
Dependencies update (#3311)a30d1aa
Update READMEeb8a9c0
Bump@rollup/plugin-node-resolve
(#3271)2f38ba4
Create CODE_OF_CONDUCT.md (#3243)70b1088
fix(rollup-plugin): replace package rollup-plugin-terser by@rollup/plugin-te
...b950cd6
Update README.md1fe2860
Merge pull request #3307 from GoogleChrome/tomayac-patch-19b234c1
Update README.mdee62b5b
updating scorecards workflowUpdates
workbox-expiration
from 7.0.0 to 7.1.0Release notes
Sourced from workbox-expiration's releases.
Commits
9e69c42
v7.1.0e09ea45
Dependencies update (#3311)a30d1aa
Update READMEeb8a9c0
Bump@rollup/plugin-node-resolve
(#3271)2f38ba4
Create CODE_OF_CONDUCT.md (#3243)70b1088
fix(rollup-plugin): replace package rollup-plugin-terser by@rollup/plugin-te
...b950cd6
Update README.md1fe2860
Merge pull request #3307 from GoogleChrome/tomayac-patch-1