Closed dependabot[bot] closed 4 months ago
Bumps the mobile group with 13 updates in the /frontend/mobile directory:
51.0.11
51.0.12
4.0.15
4.0.16
3.5.15
3.5.16
1.22.22
1.22.261
1.14.0
1.15.6
3.11.0
3.12.0
4.10.1
4.10.4
15.2.0
15.3.0
11.26.1
13.10.3
18.2.79
18.3.3
8.57.0
9.4.0
3.3.1
3.3.2
5.3.3
5.4.5
Updates expo from 51.0.11 to 51.0.12
expo
Updates expo-dev-client from 4.0.15 to 4.0.16
expo-dev-client
Sourced from expo-dev-client's changelog.
Changelog Unpublished 🛠 Breaking changes 🎉 New features 🐛 Bug fixes 💡 Others
Updates expo-router from 3.5.15 to 3.5.16
expo-router
Sourced from expo-router's changelog.
Changelog Unpublished 🛠 Breaking changes 🎉 New features 🐛 Bug fixes 💡 Others Split up getRoutes method for SSR. (#29232 by @EvanBacon)
@EvanBacon
Updates react-native-calendars-sac from 1.22.22 to 1.22.261
react-native-calendars-sac
Updates react-native-maps from 1.14.0 to 1.15.6
react-native-maps
Sourced from react-native-maps's releases.
v1.15.6 1.15.6 (2024-05-30) Bug Fixes iOS: iOS PrivacyInfo fix (#5078) (9f458d9) v1.15.5 1.15.5 (2024-05-30) Bug Fixes android: UIManagerModule fix for Bridgeless 0.74 (#5061) (f194f99) v1.15.4 1.15.4 (2024-05-25) Bug Fixes ios: resolve issue with Pods installation (#5065) (9992c36) v1.15.3 1.15.3 (2024-05-24) Bug Fixes android: move package namespace from Manifest to gradle (d4916bb) v1.15.2 1.15.2 (2024-05-20) Bug Fixes use initialProps to set zoomTapEnabled in google-maps-ios (#5059) (524194f) Include Apple privacy manifest (#5007) fix working example with Fabric Enabled v1.15.1
use initialProps to set zoomTapEnabled in google-maps-ios (#5059) (524194f)
Include Apple privacy manifest (#5007)
fix working example with Fabric Enabled
... (truncated)
Sourced from react-native-maps's changelog.
1.15.6 (2024-05-30) Bug Fixes iOS: iOS PrivacyInfo fix (#5078) (9f458d9) 1.15.5 (2024-05-30) Bug Fixes android: UIManagerModule fix for Bridgeless 0.74 (#5061) (f194f99) 1.15.4 (2024-05-25) Bug Fixes ios: resolve issue with Pods installation (#5065) (9992c36) 1.15.3 (2024-05-24) Bug Fixes android: move package namespace from Manifest to gradle (d4916bb) 1.15.2 (2024-05-20) Bug Fixes use initialProps to set zoomTapEnabled in google-maps-ios (#5059) (524194f) 1.15.1 (2024-05-05) Bug Fixes android: fix non working tile update (#5041) (29107d5) 1.15.0 (2024-05-04) Features ios: Add possibility to use both MKMarkerAnnotationView and MKPinAnnotationView (#5005) (6e4f49e)
da11dd6
9f458d9
128dd07
f194f99
9674584
9992c36
a3eff28
c00bd81
d4916bb
e565159
Updates react-native-reanimated from 3.11.0 to 3.12.0
react-native-reanimated
Sourced from react-native-reanimated's releases.
3.12.0 What's Changed Features Add useComposedEventHandler hook by @szydlovsky in software-mansion/react-native-reanimated#5890 [Web LA] Remove existingTransform by @m-bert in software-mansion/react-native-reanimated#6060 Fixes [Android][Keyboard] More consistent inequality check to compute keyboard state by @antFrancon in software-mansion/react-native-reanimated#5874 fix typo on object key for targetValues in custom-animations.mdx by @JDMathew in software-mansion/react-native-reanimated#5994 Make animated components use different tags for events by @szydlovsky in software-mansion/react-native-reanimated#5960 Prevent crash on non-existent view updates in Android by @thomas-rx in software-mansion/react-native-reanimated#5767 Fix location after shared element transition by @piaskowyk in software-mansion/react-native-reanimated#6010 fix: use proper classes for bridgeless by @WoLewicki in software-mansion/react-native-reanimated#5997 Align handling colors with RN by @maciekstosio in software-mansion/react-native-reanimated#5825 Make animation RollInLeft work with modifers by @Latropos in software-mansion/react-native-reanimated#6039 docs: fix useAnimatedKeyboard page crash by @patrycjakalinska in software-mansion/react-native-reanimated#6056 Improvements Give more meaningful warning when modifying a Shareable by @tjzel in software-mansion/react-native-reanimated#5548 Update useAnimatedKeyboard docs by @maciekstosio in software-mansion/react-native-reanimated#5866 Change the docs to mention, that .springify() works with .duration() by @Latropos in software-mansion/react-native-reanimated#5990 Remove CellRendererComponent from Animated.FlatList props by @Latropos in software-mansion/react-native-reanimated#5951 Internal Changes Add warning and failing test decorators by @Latropos in software-mansion/react-native-reanimated#5929 Remove outdated code for unsupported React Native versions by @tomekzaw in software-mansion/react-native-reanimated#5979 Remove REAInitializer by @tomekzaw in software-mansion/react-native-reanimated#5681 Make useScrollviewOffset ref nullable and simplify its code by @szydlovsky in software-mansion/react-native-reanimated#6009 docs: add @swmansion/t-rex-ui by @patrycjakalinska in software-mansion/react-native-reanimated#6015 Add more tests - useSharedValue, useAnimatedStyle , useDerivedValue by @Latropos in software-mansion/react-native-reanimated#5981 Test predefined entering animation by @Latropos in software-mansion/react-native-reanimated#5995 Tests: cancelAnimation, useFrameCallback, measure, withDecay by @Latropos in software-mansion/react-native-reanimated#6016 New Contributors @antFrancon, @JDMathew, @thomas-rx, @exploIF 🙌 Thank you for your contributions! Full Changelog: https://github.com/software-mansion/react-native-reanimated/compare/3.11.0...3.12.0 Package build: https://github.com/software-mansion/react-native-reanimated/actions/runs/9287839734
useComposedEventHandler
@szydlovsky
existingTransform
@m-bert
@antFrancon
targetValues
@JDMathew
@thomas-rx
@piaskowyk
@WoLewicki
@maciekstosio
@Latropos
@patrycjakalinska
@tjzel
.springify()
.duration()
CellRendererComponent
warning
failing
@tomekzaw
useScrollviewOffset
@swmansion/t-rex-ui
@antFrancon, @JDMathew, @thomas-rx, @exploIF
@exploIF
Full Changelog: https://github.com/software-mansion/react-native-reanimated/compare/3.11.0...3.12.0
Package build: https://github.com/software-mansion/react-native-reanimated/actions/runs/9287839734
3188d92
98646b3
4cd7505
4d44d38
4485509
af6ebb3
49e6924
86b163d
607e59a
551cc44
This version was pushed to npm by szydlovsky, a new releaser for react-native-reanimated since your current version.
Updates react-native-safe-area-context from 4.10.1 to 4.10.4
react-native-safe-area-context
Sourced from react-native-safe-area-context's releases.
Release 4.10.4 4.10.4 (2024-06-04) add rsc support (#502) Release 4.10.3 4.10.3 (2024-05-30) Bug Fixes invalid export (cdc0b97) Release 4.10.2 4.10.2 (2024-05-30) Bug Fixes using edge modes on web (8b5d629)
9db8001
a3986db
ddfcef1
cdc0b97
43dc4ba
8b5d629
Updates react-native-svg from 15.2.0 to 15.3.0
react-native-svg
Sourced from react-native-svg's releases.
v15.3.0 Minor release fixing some long-standing bugs. Thank you for your contributions! 🎉 What's Changed Add dxguid.lib to release action by @Arthurmtro in software-mansion/react-native-svg#2243 fix: set default strokeWidth to 1 on android by @jakex7 in software-mansion/react-native-svg#2269 fix: remove err export by @jakex7 in software-mansion/react-native-svg#2270 fix: Fix pod install not working with lower version of Cocoapods due to visionOS by @jihoon416 in software-mansion/react-native-svg#2240 fix: Fix static view config validation for RNSVGSvgViewAndroid by @fabriziocucci in software-mansion/react-native-svg#2274 fix: radialGradient r={0} by @jakex7 in software-mansion/react-native-svg#2271 fix: toDataUrl line breaks by @jakex7 in software-mansion/react-native-svg#2272 fix: change android package name by @jakex7 in software-mansion/react-native-svg#2275 fix: parsing < inside comments by @jakex7 in software-mansion/react-native-svg#2277 New Contributors @Arthurmtro made their first contribution in software-mansion/react-native-svg#2243 @jakex7 made their first contribution in software-mansion/react-native-svg#2269 @jihoon416 made their first contribution in software-mansion/react-native-svg#2240 @fabriziocucci made their first contribution in software-mansion/react-native-svg#2274 Full Changelog: https://github.com/software-mansion/react-native-svg/compare/v15.2.0...v15.3.0
Minor release fixing some long-standing bugs. Thank you for your contributions! 🎉
@Arthurmtro
@jakex7
err
@jihoon416
@fabriziocucci
r={0}
<
Full Changelog: https://github.com/software-mansion/react-native-svg/compare/v15.2.0...v15.3.0
d6027ac
c0e5e58
0db8703
118a20c
38a8dbc
19b2e42
768466d
3f9690d
ee63425
680806e
This version was pushed to npm by jake7, a new releaser for react-native-svg since your current version.
Updates react-native-webview from 11.26.1 to 13.10.3
react-native-webview
Sourced from react-native-webview's releases.
v13.10.3 13.10.3 (2024-06-04) Bug Fixes ios: Fix crash when opening 4xx pages with no description. (#3416) (91d76ec) v13.10.2 13.10.2 (2024-05-11) Bug Fixes iOS: Replace unsupported nullish coalescing operator for older iOS versions (#3388) (d5749e0) v13.10.1 13.10.1 (2024-05-11) Bug Fixes android: Handle null value in setMenuCustomItems method (#3375) (ccefcf1) v13.10.0 13.10.0 (2024-05-07) Features windows: Adds support for compiling Windows module for WinAppSDK (#3411) (d843539) v13.9.1 13.9.1 (2024-05-07) Bug Fixes fabric, apple: Use correct header dir name for RCTFabricComponentsPlugins.h (#3405) (6cd4697) v13.9.0 13.9.0 (2024-05-07) Bug Fixes macos: Fix source prop for Fabric (#3404) (7fb5c3f) Features
2b86b63
91d76ec
a45788e
4e1ede4
d5749e0
81a8c1b
ccefcf1
5e8159f
react-native-test-app
fab94f1
d843539
Updates @types/react from 18.2.79 to 18.3.3
@types/react
Updates eslint from 8.57.0 to 9.4.0
eslint
Sourced from eslint's releases.
v9.4.0 Features 89a4a0a feat: ignore IIFE's in the no-loop-func rule (#17528) (Nitin Kumar) Bug Fixes f6534d1 fix: skip processor code blocks that match only universal patterns (#18507) (Milos Djermanovic) 7226ebd fix: allow implicit undefined return in no-constructor-return (#18515) (Ali Rezvani) 389744b fix: use @eslint/config-inspector@latest (#18483) (唯然) 70118a5 fix: func-style false positive with arrow functions and super (#18473) (Milos Djermanovic) Documentation d7ab6f5 docs: update theme when when prefers-color-scheme changes (#18510) (Nitin Kumar) 525fdff docs: fix components files (#18519) (Tanuj Kanti) 80747d2 docs: refactor prefer-destructuring rule (#18472) (Tanuj Kanti) f06e0b5 docs: clarify func-style (#18477) (Cameron Steffen) Chores 010dd2e chore: upgrade to @eslint/js@9.4.0 (#18534) (Francesco Trotta) 5e1b5dc chore: package.json update for @eslint/js release (Jenkins) 594145f refactor: switch to @eslint/config-array (#18527) (Francesco Trotta) v9.3.0 Features b32153c feat: add overrides.namedExports to func-style rule (#18444) (Percy Ma) b67eba4 feat: add restrictedNamedExportsPattern to no-restricted-exports (#18431) (Akul Srivastava) 069aa68 feat: add option allowEscape to no-misleading-character-class rule (#18208) (Francesco Trotta) 05ef92d feat: deprecate multiline-comment-style & line-comment-position (#18435) (唯然) db0b174 feat: add enforceForInnerExpressions option to no-extra-boolean-cast (#18222) (Kirk Waiblinger) Bug Fixes 8db0eff fix: Improve config error messages (#18457) (Nicholas C. Zakas) 5c28d9a fix: don't remove comments between key and value in object-shorthand (#18442) (Kuba Jastrzębski) 39fb0ee fix: object-shorthand loses type parameters when auto-fixing (#18438) (dalaoshu) 37eba48 fix: don't crash when fs.readFile returns promise from another realm (#18416) (Milos Djermanovic) Documentation ceada8c docs: explain how to use "tsc waiting" label (#18466) (Francesco Trotta) 62e686c docs: Add troubleshooting info for plugin compatibility (#18451) (Nicholas C. Zakas) e17e1c0 docs: Update README (GitHub Actions Bot) 2465a1e docs: Update README (GitHub Actions Bot) d23574c docs: Clarify usage of no-unreachable with TypeScript (#18445) (benj-dobs) 1db9bae docs: Fix typos (#18443) (Frieder Bluemle) 7065196 docs: Update README (GitHub Actions Bot) 04e7c6e docs: update deprecation notice of no-return-await (#18433) (Tanuj Kanti) e763512 docs: Link global ignores section in config object property list (#18430) (MaoShizhong) ac7f718 docs: reflect release of v9 in config migration guide (#18412) (Peter Briggs) 0de0909 docs: fix grammar in configuration file resolution (#18419) (Mike McCready) Chores 58e2719 chore: update dependencies for v9.3.0 release (#18469) (Francesco Trotta)
89a4a0a
no-loop-func
f6534d1
7226ebd
no-constructor-return
389744b
@eslint/config-inspector@latest
70118a5
func-style
super
d7ab6f5
prefers-color-scheme
525fdff
80747d2
prefer-destructuring
f06e0b5
010dd2e
@eslint/js@9.4.0
5e1b5dc
@eslint/js
594145f
@eslint/config-array
b32153c
overrides.namedExports
b67eba4
restrictedNamedExportsPattern
no-restricted-exports
069aa68
allowEscape
no-misleading-character-class
05ef92d
multiline-comment-style
line-comment-position
db0b174
enforceForInnerExpressions
no-extra-boolean-cast
8db0eff
5c28d9a
39fb0ee
37eba48
fs.readFile
ceada8c
62e686c
e17e1c0
2465a1e
d23574c
no-unreachable
1db9bae
7065196
04e7c6e
no-return-await
e763512
ac7f718
0de0909
58e2719
Sourced from eslint's changelog.
v9.4.0 - May 31, 2024 010dd2e chore: upgrade to @eslint/js@9.4.0 (#18534) (Francesco Trotta) 5e1b5dc chore: package.json update for @eslint/js release (Jenkins) d7ab6f5 docs: update theme when when prefers-color-scheme changes (#18510) (Nitin Kumar) 594145f refactor: switch to @eslint/config-array (#18527) (Francesco Trotta) 525fdff docs: fix components files (#18519) (Tanuj Kanti) 89a4a0a feat: ignore IIFE's in the no-loop-func rule (#17528) (Nitin Kumar) 80747d2 docs: refactor prefer-destructuring rule (#18472) (Tanuj Kanti) f6534d1 fix: skip processor code blocks that match only universal patterns (#18507) (Milos Djermanovic) 7226ebd fix: allow implicit undefined return in no-constructor-return (#18515) (Ali Rezvani) f06e0b5 docs: clarify func-style (#18477) (Cameron Steffen) 389744b fix: use @eslint/config-inspector@latest (#18483) (唯然) 70118a5 fix: func-style false positive with arrow functions and super (#18473) (Milos Djermanovic) v9.3.0 - May 17, 2024 58e2719 chore: update dependencies for v9.3.0 release (#18469) (Francesco Trotta) b681ecb chore: package.json update for @eslint/js release (Jenkins) 8db0eff fix: Improve config error messages (#18457) (Nicholas C. Zakas) ceada8c docs: explain how to use "tsc waiting" label (#18466) (Francesco Trotta) b32153c feat: add overrides.namedExports to func-style rule (#18444) (Percy Ma) 06f1d1c chore: update dependency @humanwhocodes/retry to ^0.3.0 (#18463) (renovate[bot]) 5c28d9a fix: don't remove comments between key and value in object-shorthand (#18442) (Kuba Jastrzębski) 62e686c docs: Add troubleshooting info for plugin compatibility (#18451) (Nicholas C. Zakas) e17e1c0 docs: Update README (GitHub Actions Bot) 39fb0ee fix: object-shorthand loses type parameters when auto-fixing (#18438) (dalaoshu) b67eba4 feat: add restrictedNamedExportsPattern to no-restricted-exports (#18431) (Akul Srivastava) 2465a1e docs: Update README (GitHub Actions Bot) d23574c docs: Clarify usage of no-unreachable with TypeScript (#18445) (benj-dobs) 1db9bae docs: Fix typos (#18443) (Frieder Bluemle) 069aa68 feat: add option allowEscape to no-misleading-character-class rule (#18208) (Francesco Trotta) 7065196 docs: Update README (GitHub Actions Bot) 05ef92d feat: deprecate multiline-comment-style & line-comment-position (#18435) (唯然) a63ed72 refactor: Use node: protocol for built-in Node.js modules (#18434) (Milos Djermanovic) 04e7c6e docs: update deprecation notice of no-return-await (#18433) (Tanuj Kanti) e763512 docs: Link global ignores section in config object property list (#18430) (MaoShizhong) 37eba48 fix: don't crash when fs.readFile returns promise from another realm (#18416) (Milos Djermanovic) 040700a chore: update dependency markdownlint-cli to ^0.40.0 (#18425) (renovate[bot]) f47847c chore: update actions/stale action to v9 (#18426) (renovate[bot]) c18ad25 chore: update actions/upload-artifact action to v4 (#18427) (renovate[bot]) 27e3060 chore: Disable documentation label (#18423) (Nicholas C. Zakas) ac7f718 docs: reflect release of v9 in config migration guide (#18412) (Peter Briggs) db0b174 feat: add enforceForInnerExpressions option to no-extra-boolean-cast (#18222) (Kirk Waiblinger) 0de0909 docs: fix grammar in configuration file resolution (#18419) (Mike McCready) v9.2.0 - May 3, 2024 b346605 chore: upgrade @eslint/js@9.2.0 (#18413) (Milos Djermanovic) c4c18e0 chore: package.json update for @eslint/js release (Jenkins)
v9.4.0 - May 31, 2024
v9.3.0 - May 17, 2024
b681ecb
06f1d1c
@humanwhocodes/retry
a63ed72
node:
040700a
f47847c
c18ad25
27e3060
v9.2.0 - May 3, 2024
b346605
@9
c4c18e0
a5f7e58
8c6d0c3
Updates prettier from 3.3.1 to 3.3.2
prettier
Sourced from prettier's releases.
3.3.2 🔗 Changelog
🔗 Changelog
Sourced from prettier's changelog.
3.3.2 diff Fix handlebars path expressions starts with @ (#16358 by @Princeyadav05) {{! Input }} <div>{{@x.y.z}}</div> {{! Prettier 3.3.1 }} <div>{{@x}}</div> {{! Prettier 3.3.2 }} <div>{{@x.y.z}}</div>
diff
@
@Princeyadav05
{{! Input }} <div>{{@x.y.z}}</div> {{! Prettier 3.3.1 }} <div>{{@x}}</div> {{! Prettier 3.3.2 }} <div>{{@x.y.z}}</div>
{{! Prettier 3.3.1 }} <div>{{@x}}</div>
@x
{{! Prettier 3.3.2 }} <div>{{@x.y.z}}</div>
1596a60
aebcee5
57aa928
c3d0b7f
27c35db
6de3258
b5f983d
d6f37c4
5055b7d
Looks like these dependencies are updatable in another way, so this is no longer needed.
Bumps the mobile group with 13 updates in the /frontend/mobile directory:
51.0.11
51.0.12
4.0.15
4.0.16
3.5.15
3.5.16
1.22.22
1.22.261
1.14.0
1.15.6
3.11.0
3.12.0
4.10.1
4.10.4
15.2.0
15.3.0
11.26.1
13.10.3
18.2.79
18.3.3
8.57.0
9.4.0
3.3.1
3.3.2
5.3.3
5.4.5
Updates
expo
from 51.0.11 to 51.0.12Commits
Updates
expo-dev-client
from 4.0.15 to 4.0.16Changelog
Sourced from expo-dev-client's changelog.
Commits
Updates
expo-router
from 3.5.15 to 3.5.16Changelog
Sourced from expo-router's changelog.
Commits
Updates
react-native-calendars-sac
from 1.22.22 to 1.22.261Commits
Updates
react-native-maps
from 1.14.0 to 1.15.6Release notes
Sourced from react-native-maps's releases.
... (truncated)
Changelog
Sourced from react-native-maps's changelog.
Commits
da11dd6
chore(release): 1.15.6 [skip ci]9f458d9
fix(iOS): iOS PrivacyInfo fix (#5078)128dd07
chore(release): 1.15.5 [skip ci]f194f99
fix(android): UIManagerModule fix for Bridgeless 0.74 (#5061)9674584
chore(release): 1.15.4 [skip ci]9992c36
fix(ios): resolve issue with Pods installation (#5065)a3eff28
* fix(iOS): example working with react-native 0.74.1 (#5066)c00bd81
chore(release): 1.15.3 [skip ci]d4916bb
fix(android): move package namespace from Manifest to gradlee565159
chore(release): 1.15.2 [skip ci]Updates
react-native-reanimated
from 3.11.0 to 3.12.0Release notes
Sourced from react-native-reanimated's releases.
Commits
3188d92
Release 3.12.0 (#6063)98646b3
[Web LA] RemoveexistingTransform
(#6060)4cd7505
Add safer refresh on InteractiveExample (#6057)4d44d38
docs: fix useAnimatedKeyboard page crash (#6056)4485509
Change passing of example components (#6049)af6ebb3
Tests: cancelAnimation, useFrameCallback, measure, withDecay (#6016)49e6924
Fix formatting scripts (#6048)86b163d
Test predefined entering animation (#5995)607e59a
Fix documentation details (#5922)551cc44
Bump rexml from 3.2.6 to 3.2.8 in /Example (#6041)Maintainer changes
This version was pushed to npm by szydlovsky, a new releaser for react-native-reanimated since your current version.
Updates
react-native-safe-area-context
from 4.10.1 to 4.10.4Release notes
Sourced from react-native-safe-area-context's releases.
Commits
9db8001
chore: release 4.10.4a3986db
add rsc support (#502)ddfcef1
chore: release 4.10.3cdc0b97
fix: invalid export43dc4ba
chore: release 4.10.28b5d629
fix: using edge modes on webUpdates
react-native-svg
from 15.2.0 to 15.3.0Release notes
Sourced from react-native-svg's releases.
Commits
d6027ac
Release 15.3.0c0e5e58
fix: parsing<
inside comments (#2277)0db8703
fix: change android package name (#2275)118a20c
fix: toDataUrl line breaks (#2272)38a8dbc
fix: radialGradientr={0}
(#2271)19b2e42
fix: Fix static view config validation for RNSVGSvgViewAndroid (#2274)768466d
fix: Fix pod install not working with lower version of Cocoapods due to visio...3f9690d
fix: imports and removeerr
export (#2270)ee63425
fix: set default strokeWidth to 1 on android (#2269)680806e
Add dxguid.lib to release action (#2243)Maintainer changes
This version was pushed to npm by jake7, a new releaser for react-native-svg since your current version.
Updates
react-native-webview
from 11.26.1 to 13.10.3Release notes
Sourced from react-native-webview's releases.
... (truncated)
Commits
2b86b63
chore(release): 13.10.3 [skip ci]91d76ec
fix(ios): Fix crash when opening 4xx pages with no description. (#3416)a45788e
chore(docs): Add documentation for the capture attribute on file inputs (#3446)4e1ede4
chore(release): 13.10.2 [skip ci]d5749e0
fix(iOS): Replace unsupported nullish coalescing operator for older iOS versi...81a8c1b
chore(release): 13.10.1 [skip ci]ccefcf1
fix(android): Handle null value in setMenuCustomItems method (#3375)5e8159f
chore: bumpreact-native-test-app
to 3.7.2 (#3433)fab94f1
chore(release): 13.10.0 [skip ci]d843539
feat(windows): Adds support for compiling Windows module for WinAppSDK (#3411)Updates
@types/react
from 18.2.79 to 18.3.3Commits
Updates
eslint
from 8.57.0 to 9.4.0Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
a5f7e58
9.4.08c6d0c3
Build: changelog update for 9.4.0010dd2e
chore: upgrade to@eslint/js@9.4.0
(#18534)5e1b5dc
chore: package.json update for@eslint/js
released7ab6f5
docs: update theme when whenprefers-color-scheme
changes (#18510)594145f
refactor: switch to@eslint/config-array
(#18527)525fdff
docs: fix components files (#18519)89a4a0a
feat: ignore IIFE's in theno-loop-func
rule (#17528)80747d2
docs: refactorprefer-destructuring
rule (#18472)f6534d1
fix: skip processor code blocks that match only universal patterns (#18507)Updates
prettier
from 3.3.1 to 3.3.2Release notes
Sourced from prettier's releases.
Changelog
Sourced from prettier's changelog.
Commits
1596a60
Release 3.3.2aebcee5
chore(deps): update dependency esbuild to v0.21.5 (#16379)57aa928
chore(deps): update dependency c8 to v10 (#16380)c3d0b7f
chore(deps): update typescript-eslint to v7.13.0 (#16376)27c35db
chore(deps): update dependency codemirror-graphql to v2.0.12 (#16369)6de3258
chore(deps): update dependency jest to v30.0.0-alpha.5 (#16371)b5f983d
Upgrade yarn to v4.3.0 (#16377)d6f37c4
chore(deps): update dependency browserslist to v4.23.1 (#16368)5055b7d
chore... _Description has been truncated_