(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
Bumps the safe-dependencies group with 29 updates in the / directory:
2.1.0
2.1.1
5.5.5
5.5.6
6.4.6
6.5.0
5.1.2
5.1.5
1.0.0
1.0.1
14.2.1
14.3.0
3.32.0
3.32.1
10.0.4
10.1.1
18.2.0
18.3.1
18.2.0
18.3.1
7.24.4
7.24.6
7.24.1
7.24.6
7.24.4
7.24.6
7.24.1
7.24.6
7.3.1
7.4.0
7.3.1
7.4.0
7.3.1
7.4.0
7.3.1
7.4.0
7.3.1
7.4.0
7.3.1
7.4.0
7.3.1
7.4.0
7.3.1
7.4.0
2.31.0
2.32.1
1.7.3
1.7.4
7.1.0
7.1.2
7.34.1
7.34.2
4.6.0
4.6.2
12.0.0
12.1.0
0.5.13
0.6.1
Updates
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
csv-parse
from 5.5.5 to 5.5.6Changelog
Sourced from csv-parse's changelog.
Commits
6aadcac
chore(release): publish53d62d4
test(csv-parse): on_skip validation1326351
fix(csv-parse): skip event not raised with bom (fix #411)7ca18b2
refactor(csv-parse): semi colon lint7d4961d
test: skip test ability70fc026
docs(csv-parse): new cast sampleUpdates
csv-stringify
from 6.4.6 to 6.5.0Changelog
Sourced from csv-stringify's changelog.
Commits
6aadcac
chore(release): publish7d4961d
test: skip test abilitydb53709
test(csv-stringify): columns type test as const44f2e7c
feat(csv-parse): setcolumns
type asreadonly
(#358)Updates
electron-log
from 5.1.2 to 5.1.5Commits
ecb92d8
5.1.5500ccab
fix: Add workaround when appName can't be read, fixes #418957406d
chore: Exclude specs from publishingdf076c8
5.1.4a54cabc
5.1.340b03bc
fix: Error when calling readAllLogs, fixes #41458dcfae
chore: Add DataDog transportdb9f9d6
chore(docs): Add processType to ELECTRON_LOG IPC sampleUpdates
electron-squirrel-startup
from 1.0.0 to 1.0.1Commits
fcb9674
1.0.177deae6
Add CodeQL workflow (#44)29221a0
Updated the README to include Babel/ES6 usage (#18)cfd9594
:lipstick: Add badges7c7bc3b
:checkered_flag: Update appveyor node version (#13)9089db2
:green_heart: Setup tests for travis (#11)2b2f0a3
:arrow_up: mongodb-js-precommit@0.2.9 eslint-config-mongodb-js@2.2.0cb07396
INT-1510: Add electron to dependency check ignore. (#8)Maintainer changes
This version was pushed to npm by addaleax, a new releaser for electron-squirrel-startup since your current version.
Updates
got
from 14.2.1 to 14.3.0Release notes
Sourced from got's releases.
Commits
4a44fc4
14.3.0dbab6c3
Update dependencies88e623a
Meta tweaksUpdates
humanize-duration
from 3.32.0 to 3.32.1Changelog
Sourced from humanize-duration's changelog.
Commits
2082b0b
3.32.1b3f3254
Update changelog and bower.json for 3.32.110ad3dd
Hide unit count if 2 in Arabic17362ec
Add link to new forka6946b2
Update GitHub actionsUpdates
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
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
@babel/core
from 7.24.4 to 7.24.6Release notes
Sourced from
@babel/core
's releases.... (truncated)
Changelog
Sourced from
@babel/core
's changelog.... (truncated)
Commits
9630250
v7.24.6553e433
Generate helper metadata at build time (#16501)fbfe16c
Fix source maps for template literals (#16515)6e3539b
[babel 8] Publish.d.ts
files for every package (#16416)e37e64d
Use eslint v9 (#16479)71c247a
[babel 8] Require Node.js^18.20.0 || ^20.10.0 || >=21.0.0
(#16457)ddbea7d
v7.24.5ee48754
Use multiple TypeScript projects (#16430)a8994f8
Reduce platform-specific tests (#16436)Updates
@babel/eslint-parser
from 7.24.1 to 7.24.6Release notes
Sourced from
@babel/eslint-parser
's releases.... (truncated)
Changelog
Sourced from
@babel/eslint-parser
's changelog.... (truncated)
Commits
9630250
v7.24.6e37e64d
Use eslint v9 (#16479)97c3eb1
RemovesyntaxType
option for record-and-tuple (parser&plugin) (#16458)71c247a
[babel 8] Require Node.js^18.20.0 || ^20.10.0 || >=21.0.0
(#16457)ddbea7d
v7.24.50128984
Relax ESLint peerDependency constraint to allow v9 (#16414)ee48754
Use multiple TypeScript projects (#16430)Updates
@babel/preset-env
from 7.24.4 to 7.24.6Release notes
Sourced from
@babel/preset-env
's releases.