Closed dependabot[bot] closed 1 month ago
Bumps the all-updates group in /src/web with 31 updates:
5.0.19
5.1.0
5.0.13
0.5.7
0.5.9
1.7.2
1.7.7
2.1.0
2.1.1
1.18.0
1.18.1
11.3.21
11.11.8
8.5.1
8.7.1
14.2.3
14.2.9
5.2.1
5.3.0
11.0.6
11.0.7
3.4.0
3.5.0
6.25.1
6.27.0
5.8.0
5.8.1
10.0.5
10.0.6
11.1.5
11.1.14
7.2.0
7.2.1
9.0.6
9.0.7
18.3.3
18.3.11
18.3.0
18.3.1
7.16.1
8.8.1
3.7.0
3.7.1
10.4.19
10.4.20
13.13.1
13.15.0
8.57.0
9.12.0
4.6.2
5.0.0
0.4.9
0.4.12
3.4.6
3.4.13
5.5.3
5.6.3
5.4.7
5.4.8
Updates @fontsource/inter from 5.0.19 to 5.1.0
@fontsource/inter
Updates @fontsource/roboto from 5.0.13 to 5.1.0
@fontsource/roboto
Updates @tailwindcss/forms from 0.5.7 to 0.5.9
@tailwindcss/forms
Sourced from @tailwindcss/forms's releases.
@tailwindcss/forms
v0.5.9 Fixed Fallback to static chevron color if theme is using variables (#167) v0.5.8 Fixed Support installing with alpha versions of Tailwind CSS v4 (#163)
Sourced from @tailwindcss/forms's changelog.
[0.5.9] - 2024-09-05 Fixed Fallback to static chevron color if theme is using variables (#167) [0.5.8] - 2024-08-28 Fixed Support installing with alpha versions of Tailwind CSS v4 (#163)
5db4de9
02ef4f9
255476c
9786ae1
7d0425e
aac934c
ab73c9d
c0c7944
4c0d791
c9d9da3
Updates axios from 1.7.2 to 1.7.7
axios
Sourced from axios's releases.
Release v1.7.7 Release notes: Bug Fixes fetch: fix stream handling in Safari by fallback to using a stream reader instead of an async iterator; (#6584) (d198085) http: fixed support for IPv6 literal strings in url (#5731) (364993f) Contributors to this release Rishi556 Dmitriy Mozgovoy Release v1.7.6 Release notes: Bug Fixes fetch: fix content length calculation for FormData payload; (#6524) (085f568) fetch: optimize signals composing logic; (#6582) (df9889b) Contributors to this release Dmitriy Mozgovoy Jacques Germishuys kuroino721 Release v1.7.5 Release notes: Bug Fixes adapter: fix undefined reference to hasBrowserEnv (#6572) (7004707) core: add the missed implementation of AxiosError#status property; (#6573) (6700a8a) core: fix ReferenceError: navigator is not defined for custom environments; (#6567) (fed1a4b) fetch: fix credentials handling in Cloudflare workers (#6533) (550d885) Contributors to this release Dmitriy Mozgovoy Antonin Bas Hans Otto Wirtz Release v1.7.4 Release notes: Bug Fixes sec: CVE-2024-39338 (#6539) (#6543) (6b6b605) sec: disregard protocol-relative URL to remediate SSRF (#6539) (07a661a) Contributors to this release Lev Pachmanov
ReferenceError: navigator is not defined
... (truncated)
Sourced from axios's changelog.
1.7.7 (2024-08-31) Bug Fixes fetch: fix stream handling in Safari by fallback to using a stream reader instead of an async iterator; (#6584) (d198085) http: fixed support for IPv6 literal strings in url (#5731) (364993f) Contributors to this release Rishi556 Dmitriy Mozgovoy 1.7.6 (2024-08-30) Bug Fixes fetch: fix content length calculation for FormData payload; (#6524) (085f568) fetch: optimize signals composing logic; (#6582) (df9889b) Contributors to this release Dmitriy Mozgovoy Jacques Germishuys kuroino721 1.7.5 (2024-08-23) Bug Fixes adapter: fix undefined reference to hasBrowserEnv (#6572) (7004707) core: add the missed implementation of AxiosError#status property; (#6573) (6700a8a) core: fix ReferenceError: navigator is not defined for custom environments; (#6567) (fed1a4b) fetch: fix credentials handling in Cloudflare workers (#6533) (550d885) Contributors to this release Dmitriy Mozgovoy Antonin Bas Hans Otto Wirtz 1.7.4 (2024-08-13) Bug Fixes sec: CVE-2024-39338 (#6539) (#6543) (6b6b605) sec: disregard protocol-relative URL to remediate SSRF (#6539) (07a661a)
5b8a826
364993f
d198085
d584fcf
bc03c6c
df9889b
ee208cf
085f568
59cd6b0
6700a8a
Updates debounce from 2.1.0 to 2.1.1
debounce
Sourced from debounce's releases.
v2.1.1 Fix the class context validation (#43) 205fd8f https://github.com/sindresorhus/debounce/compare/v2.1.0...v2.1.1
https://github.com/sindresorhus/debounce/compare/v2.1.0...v2.1.1
dc9d9ec
205fd8f
Updates express-session from 1.18.0 to 1.18.1
express-session
Sourced from express-session's releases.
1.18.1 What's Changed chore: add support for OSSF scorecard reporting by @inigomarquinez in expressjs/session#984 dep: cookie@0.7.2 by @knolleary in expressjs/session#997 Release: 1.18.1 by @UlisesGascon in expressjs/session#998 New Contributors @inigomarquinez made their first contribution in expressjs/session#984 @knolleary made their first contribution in expressjs/session#997 @UlisesGascon made their first contribution in expressjs/session#998 Full Changelog: https://github.com/expressjs/session/compare/v1.18.0...v1.18.1
@inigomarquinez
@knolleary
@UlisesGascon
Full Changelog: https://github.com/expressjs/session/compare/v1.18.0...v1.18.1
Sourced from express-session's changelog.
1.18.1 / 2024-10-08 deps: cookie@0.7.2 Fix object assignment of hasOwnProperty deps: cookie@0.7.1 Allow leading dot for domain Although not permitted in the spec, some users expect this to work and user agents ignore the leading dot according to spec Add fast path for serialize without options, use obj.hasOwnProperty when parsing deps: cookie@0.7.0 perf: parse cookies ~10% faster fix: narrow the validation of cookies to match RFC6265 fix: add main to package.json for rspack
hasOwnProperty
serialize
obj.hasOwnProperty
main
package.json
bbeca94
341b179
8f0a1c4
This version was pushed to npm by ulisesgascon, a new releaser for express-session since your current version.
Updates framer-motion from 11.3.21 to 11.11.8
framer-motion
Sourced from framer-motion's changelog.
[11.11.8] 2024-10-11 Fixed Fixing fallback package.json for entrypoints in older versions of Node. [11.11.7] 2024-10-09 Fixed Improving generic value signature for animate. [11.11.6] 2024-10-09 Fixed Allowing generic motion value types in animate. [11.11.5] 2024-10-09 Fixed Removed ability to define CSS variables on style without casting, as this was conflicting with React CSSProperties. [11.11.4] 2024-10-08 Fixed Memoize AnimatePresence safeToRemove. Remove duplicate layout="size" annotation. [11.11.3] 2024-10-08 Fixed Remove as any requirement for CSS variables. [11.11.2] 2024-10-08 Fixed Make BezierDefinition readonly for easier definition outside a Transition. [11.11.1] 2024-10-04 Fix Fixed optimised appear effects in granular Suspense environments. [11.11.0] 2024-10-03
animate
style
CSSProperties
AnimatePresence
safeToRemove
layout="size"
as any
BezierDefinition
readonly
Transition
6253613
eec04d4
4b5453d
d6243c8
785a4c5
8b04bac
5913201
c16db9e
1c783e6
8d420d2
Updates mongoose from 8.5.1 to 8.7.1
mongoose
Sourced from mongoose's releases.
8.7.1 / 2024-10-09 fix: set flattenObjectIds to false when calling toObject() for internal purposes #14938 fix: add mongodb 8 to test matrix #14937 fix: handle buffers stored in MongoDB as EJSON representation with { $binary } #14932 docs: indicate that Mongoose 8.7 is required for full MongoDB 8 support #14937 8.7.0 / 2024-09-27 feat(model): add Model.applyVirtuals() to apply virtuals to a POJO #14905 #14818 feat: upgrade mongodb -> 6.9.0 #14914 feat(query): cast $rename to string #14887 #3027 feat(SchemaType): add getEmbeddedSchemaType() method to SchemaTypes #14880 #8389 fix(model): throw MongooseBulkSaveIncompleteError if bulkSave() didn't completely succeed #14884 #14763 fix(connection): avoid returning readyState = connected if connection state is stale #14812 #14727 fix: depopulate if push() or addToSet() with an ObjectId on a populated array #14883 #1635 types: make __v a number, only set __v on top-level documents #14892 8.6.4 / 2024-09-26 fix(document): avoid massive perf degradation when saving new doc with 10 level deep subdocs #14910 #14897 fix(model): skip applying static hooks by default if static name conflicts with aggregate middleware #14904 dragontaek-lee fix(model): filter applying static hooks by default if static name conflicts with mongoose middleware #14908 dragontaek-lee 8.6.3 / 2024-09-17 fix: make getters convert uuid to string when calling toObject() and toJSON() #14890 #14869 fix: fix missing Aggregate re-exports for ESM #14886 wongsean types(document): add generic param to depopulate() to allow updating properties #14891 #14876 8.6.2 / 2024-09-11 fix: make set merge deeply nested objects #14870 #14861 ianHeydoc types: allow arbitrary keys in query filters again (revert #14764) #14874 #14863 #14862 #14842 types: make SchemaType static setters property accessible in TypeScript #14881 #14879 type(inferrawdoctype): infer Date types as JS dates rather than Mongoose SchemaType Date #14882 #14839 8.6.1 / 2024-09-03 fix(document): avoid unnecessary clone() in applyGetters() that was preventing getters from running on 3-level deep subdocuments #14844 #14840 #14835 fix(model): throw error if bulkSave() did not insert or update any documents #14837 #14763 fix(cursor): throw error in ChangeStream constructor if changeStreamThunk() throws a sync error #14846 types(query): add $expr to RootQuerySelector #14845 docs: update populate.md to fix missing match: { } #14847 makhoulshbeeb 8.6.0 / 2024-08-28 feat: upgrade mongodb -> 6.8.0, handle throwing error on closed cursor in Mongoose with MongooseError instead of MongoCursorExhaustedError #14813 feat(model+query): support options parameter for distinct() #14772 #8006 feat(QueryCursor): add getDriverCursor() function that returns the raw driver cursor #14745
MongooseError
MongoCursorExhaustedError
Sourced from mongoose's changelog.
8.7.1 / 2024-10-09 fix: set flattenObjectIds to false when calling toObject() for internal purposes #14938 fix: add mongodb 8 to test matrix #14937 fix: handle buffers stored in MongoDB as EJSON representation with { $binary } #14932 docs: indicate that Mongoose 8.7 is required for full MongoDB 8 support #14937 8.7.0 / 2024-09-27 feat(model): add Model.applyVirtuals() to apply virtuals to a POJO #14905 #14818 feat: upgrade mongodb -> 6.9.0 #14914 feat(query): cast $rename to string #14887 #3027 feat(SchemaType): add getEmbeddedSchemaType() method to SchemaTypes #14880 #8389 fix(model): throw MongooseBulkSaveIncompleteError if bulkSave() didn't completely succeed #14884 #14763 fix(connection): avoid returning readyState = connected if connection state is stale #14812 #14727 fix: depopulate if push() or addToSet() with an ObjectId on a populated array #14883 #1635 types: make __v a number, only set __v on top-level documents #14892 8.6.4 / 2024-09-26 fix(document): avoid massive perf degradation when saving new doc with 10 level deep subdocs #14910 #14897 fix(model): skip applying static hooks by default if static name conflicts with aggregate middleware #14904 dragontaek-lee fix(model): filter applying static hooks by default if static name conflicts with mongoose middleware #14908 dragontaek-lee 7.8.2 / 2024-09-25 fix(projection): avoid setting projection to unknown exclusive/inclusive if elemMatch on a Date, ObjectId, etc. #14894 #14893 8.6.3 / 2024-09-17 fix: make getters convert uuid to string when calling toObject() and toJSON() #14890 #14869 fix: fix missing Aggregate re-exports for ESM #14886 wongsean types(document): add generic param to depopulate() to allow updating properties #14891 #14876 6.13.2 / 2024-09-12 fix(document): make set() respect merge option on deeply nested objects #14870 #14878 8.6.2 / 2024-09-11 fix: make set merge deeply nested objects #14870 #14861 ianHeydoc types: allow arbitrary keys in query filters again (revert #14764) #14874 #14863 #14862 #14842 types: make SchemaType static setters property accessible in TypeScript #14881 #14879 type(inferrawdoctype): infer Date types as JS dates rather than Mongoose SchemaType Date #14882 #14839 8.6.1 / 2024-09-03 fix(document): avoid unnecessary clone() in applyGetters() that was preventing getters from running on 3-level deep subdocuments #14844 #14840 #14835 fix(model): throw error if bulkSave() did not insert or update any documents #14837 #14763 fix(cursor): throw error in ChangeStream constructor if changeStreamThunk() throws a sync error #14846
02c5efd
d861d21
6aecc01
8068c6a
80441c0
8b2b4e6
ee6b861
048eebc
47c3b46
682a9e9
Updates react-dropzone from 14.2.3 to 14.2.9
react-dropzone
Sourced from react-dropzone's releases.
v14.2.9 14.2.9 (2024-10-03) Bug Fixes disable file access API by default (c0255d5) v14.2.8 14.2.8 (2024-10-03) Bug Fixes revert min node version to 10.13 (d1ae54d) v14.2.7 14.2.7 (2024-10-03) Bug Fixes ensure typings can be resolved and close #1371 (68a8a78) v14.2.6 14.2.6 (2024-10-02) Bug Fixes ensure package works as a module (2471dd9) v14.2.5 14.2.5 (2024-10-02) Bug Fixes ensure proper readonly arrays for types (d7799eb) v14.2.4 14.2.4 (2024-10-02) Bug Fixes add path to acceptedFiles and fileRejections (960c6d3)
c0255d5
842b0cc
d1ae54d
68a8a78
f2233ca
2471dd9
d7799eb
db97f3e
c350579
821fd6a
Updates react-icons from 5.2.1 to 5.3.0
react-icons
Sourced from react-icons's releases.
v5.3.0 What's Changed Bump ejs from 3.1.9 to 3.1.10 by @dependabot in react-icons/react-icons#942 Bump braces from 3.0.2 to 3.0.3 by @dependabot in react-icons/react-icons#953 Bump ws from 7.5.9 to 7.5.10 by @dependabot in react-icons/react-icons#954 feat: update simple icons to 12.4.0 by @sdabhi23 in react-icons/react-icons#956 update bootstrap, tabler icons by @kamijin-fanta in react-icons/react-icons#968 New Contributors @sdabhi23 made their first contribution in react-icons/react-icons#956 Full Changelog: https://github.com/react-icons/react-icons/compare/v5.2.1...v5.3.0 Icon Library License Version Count Circum Icons MPL-2.0 license 1.0.0 288 Font Awesome 5 CC BY 4.0 License 5.15.4-3-gafecf2a 1612 Font Awesome 6 CC BY 4.0 License 6.5.2 2045 Ionicons 4 MIT 4.6.3 696 Ionicons 5 MIT 5.5.4 1332 Material Design icons Apache License Version 2.0 4.0.0-98-g9beae745bb 4341 Typicons CC BY-SA 3.0 2.1.2 336 Github Octicons icons MIT 18.3.0 264 Feather MIT 4.29.1 287 Lucide ISC v5.3.0 1215 Game Icons CC BY 3.0 12920d6565588f0512542a3cb0cdfd36a497f910 4040 Weather Icons SIL OFL 1.1 2.0.12 219 Devicons MIT 1.8.0 192 Ant Design Icons MIT 4.4.2 831 Bootstrap Icons MIT 1.11.3 2716 Remix Icon Apache License Version 2.0 4.2.0 2860 Flat Color Icons MIT 1.0.2 329 Grommet-Icons Apache License Version 2.0 4.12.1 635 Heroicons MIT 1.0.6 460 Heroicons 2 MIT 2.1.3 888 Simple Icons CC0 1.0 Universal 12.4.0 3209 Simple Line Icons MIT 2.5.5 189 IcoMoon Free CC BY 4.0 License d006795ede82361e1bac1ee76f215cf1dc51e4ca 491 BoxIcons MIT 2.1.4 1634 css.gg MIT 2.1.1 704 VS Code Icons CC BY 4.0 0.0.35 461 Tabler Icons MIT 3.3.0 5256 Themify Icons MIT v0.1.2-2-g9600186 352 Radix Icons MIT @radix-ui/react-icons@1.3.0-1-g94b3fcf 318 Phosphor Icons MIT 2.1.1 9072 Icons8 Line Awesome MIT 1.3.1 1544
@dependabot
@sdabhi23
@kamijin-fanta
Full Changelog: https://github.com/react-icons/react-icons/compare/v5.2.1...v5.3.0
6188fc0
4c27624
bfaef17
03c80d9
b90a4b2
4c39c24
Updates react-image-crop from 11.0.6 to 11.0.7
react-image-crop
Sourced from react-image-crop's releases.
11.0.7 Compile type defs into single file to fix compat with moduleResolution: "nodenext" @alvarogfn #601
moduleResolution: "nodenext"
@alvarogfn
ec2e9e1
433b1d0
Updates react-loading-skeleton from 3.4.0 to 3.5.0
react-loading-skeleton
Sourced from react-loading-skeleton's releases.
v3.5.0 Features Add optional customHighlightBackground prop. (#233)
customHighlightBackground
Sourced from react-loading-skeleton's changelog.
3.5.0 Features Add optional customHighlightBackground prop. (#233)
f8b040d
c097345
d9f88d9
b1b27e8
d8c1492
Updates react-router-dom from 6.25.1 to 6.27.0
react-router-dom
Sourced from react-router-dom's releases.
react-router-dom-v5-compat@6.4.0-pre.15 Patch Changes Updated dependencies react-router@6.4.0-pre.15 react-router-dom@6.4.0-pre.15 react-router-dom-v5-compat@6.4.0-pre.11 Patch Changes Updated dependencies react-router@6.4.0-pre.11 react-router-dom@6.4.0-pre.11 react-router-dom-v5-compat@6.4.0-pre.10 Patch Changes Updated dependencies react-router@6.4.0-pre.10 react-router-dom@6.4.0-pre.10 react-router-dom-v5-compat@6.4.0-pre.9 Patch Changes Updated dependencies react-router@6.4.0-pre.9 react-router-dom@6.4.0-pre.9 react-router-dom-v5-compat@6.4.0-pre.8 Patch Changes Updated dependencies react-router@6.4.0-pre.8 react-router-dom@6.4.0-pre.8 react-router-dom-v5-compat@6.4.0-pre.7 Patch Changes Updated dependencies react-router@6.4.0-pre.7 react-router-dom@6.4.0-pre.7 react-router-dom-v5-compat@6.4.0-pre.6 Patch Changes 44bce3c6: Fix react-router-dom peer dependency version react-router@6.4.0-pre.6 react-router-dom@6.4.0-pre.6 react-router-dom-v5-compat@6.4.0-pre.5
react-router@6.4.0-pre.7
react-router-dom@6.4.0-pre.7
Sourced from react-router-dom's chan... _Description has been truncated_
Bumps the all-updates group in /src/web with 31 updates:
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
1.18.0
1.18.1
11.3.21
11.11.8
8.5.1
8.7.1
14.2.3
14.2.9
5.2.1
5.3.0
11.0.6
11.0.7
3.4.0
3.5.0
6.25.1
6.27.0
5.8.0
5.8.1
10.0.5
10.0.6
11.1.5
11.1.14
7.2.0
7.2.1
9.0.6
9.0.7
18.3.3
18.3.11
18.3.0
18.3.1
7.16.1
8.8.1
7.16.1
8.8.1
3.7.0
3.7.1
10.4.19
10.4.20
13.13.1
13.15.0
8.57.0
9.12.0
4.6.2
5.0.0
0.4.9
0.4.12
3.4.6
3.4.13
5.5.3
5.6.3
5.4.7
5.4.8
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
express-session
from 1.18.0 to 1.18.1Release notes
Sourced from express-session's releases.
Changelog
Sourced from express-session's changelog.
Commits
bbeca94
1.18.1341b179
dep: cookie@0.7.2 (#997)8f0a1c4
ci: add support for OSSF scorecard reporting (#984)Maintainer changes
This version was pushed to npm by ulisesgascon, a new releaser for express-session since your current version.
Updates
framer-motion
from 11.3.21 to 11.11.8Changelog
Sourced from framer-motion's changelog.
... (truncated)
Commits
6253613
v11.11.8eec04d4
Fixing entrypoint fallbacks4b5453d
Merge pull request #2704 from framer/feature/cid6243c8
Increasing timeouts785a4c5
Loosen test timing8b04bac
Adjusting time of test5913201
Bumping box sizec16db9e
Increasing size of box1c783e6
Fixing times:8d420d2
Loosening waapi timingsUpdates
mongoose
from 8.5.1 to 8.7.1Release notes
Sourced from mongoose's releases.
... (truncated)
Changelog
Sourced from mongoose's changelog.
... (truncated)
Commits
02c5efd
chore: release 8.7.1d861d21
Merge pull request #14938 from Automattic/vkarpov15/gh-149356aecc01
Update test/document.test.js8068c6a
Update test/document.test.js80441c0
style: fix lint8b2b4e6
Merge branch 'master' into vkarpov15/gh-14935ee6b861
Merge pull request #14937 from Automattic/vkarpov15/gh-14934048eebc
Merge pull request #14932 from Automattic/vkarpov15/gh-1491147c3b46
fix: set flattenObjectIds to false when calling toObject() for internal purposes682a9e9
docs: indicate that Mongoose 8.7 is required for full MongoDB 8 supportUpdates
react-dropzone
from 14.2.3 to 14.2.9Release notes
Sourced from react-dropzone's releases.
Commits
c0255d5
fix: disable file access API by default842b0cc
ci: run tests on node 18 as welld1ae54d
fix: revert min node version to 10.1368a8a78
fix: ensure typings can be resolved and close #1371f2233ca
docs: fix hook missing dep warning in preview example2471dd9
fix: ensure package works as a moduled7799eb
fix: ensure proper readonly arrays for typesdb97f3e
docs: fix tests badgec350579
build: bump nvm node version to 20821fd6a
ci: use node 20 to releaseUpdates
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-loading-skeleton
from 3.4.0 to 3.5.0Release notes
Sourced from react-loading-skeleton's releases.
Changelog
Sourced from react-loading-skeleton's changelog.
Commits
f8b040d
Merge pull request #233 from dvtng/srmagura/highlight-widthc097345
Update changelogd9f88d9
update READMEb1b27e8
Custom highlight backgroundd8c1492
fix: Improved the type of styleOptionsToCssProperties (#222)Updates
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 chan... _Description has been truncated_