chore(deps): bump the minor-and-patch group across 1 directory with 15 updates
Type: Pull Request
State: Closed
Association: Contributor
Comments: 1
(about 2 months ago)
(about 1 month ago)
(about 1 month ago)
dependencies javascript
Bumps the minor-and-patch group with 15 updates in the / directory:
| Package | From | To |
|---|---|---|
| @antfu/eslint-config | 5.2.1 |
5.3.0 |
| @eslint-react/eslint-plugin | 1.52.7 |
1.53.1 |
| @types/semver | 7.7.0 |
7.7.1 |
| eslint | 9.34.0 |
9.35.0 |
| inquirer | 12.9.4 |
12.9.6 |
| lint-staged | 16.1.5 |
16.1.6 |
| @gorhom/bottom-sheet | 5.2.4 |
5.2.6 |
| @react-navigation/bottom-tabs | 7.4.6 |
7.4.7 |
| @react-navigation/drawer | 7.5.7 |
7.5.8 |
| @react-navigation/elements | 2.6.3 |
2.6.4 |
| react-native-mmkv | 3.3.0 |
3.3.3 |
| react-native-screens | 4.15.4 |
4.16.0 |
| @babel/core | 7.28.3 |
7.28.4 |
| i18next | 25.4.2 |
25.5.2 |
| immer | 10.1.1 |
10.1.3 |
Updates @antfu/eslint-config from 5.2.1 to 5.3.0
Release notes
Sourced from @antfu/eslint-config's releases.
v5.3.0
🐞 Bug Fixes
- Use ecmaVersion 'latest' per eslint's docs recommendation. fixes support for import attributes - by
@romanspin antfu/eslint-config#756 (2031b)View changes on GitHub
v5.2.2
🚀 Features
- Add sort support of Bun catalogs - by
@letstriin antfu/eslint-config#754 (800d8)View changes on GitHub
Commits
e67708bchore: release v5.3.06f6e118chore: update deps2031bf7fix: use ecmaVersion 'latest' per eslint's docs recommendation. fixes support...de78b19chore: release v5.2.2767c29achore: fix types8b13347chore: update deps800d84ffeat: add sort support of Bun catalogs (#754)- See full diff in compare view
Updates @eslint-react/eslint-plugin from 1.52.7 to 1.53.1
Release notes
Sourced from @eslint-react/eslint-plugin's releases.
v1.53.1 (2025-09-11)
What's Changed
🐞 Fixes
- fix: fix
useEffectsetup function check inweb-api/no-leaked-event-listener, closes #1228 by@Rel1cxin Rel1cx/eslint-react#1229Full Changelog: https://github.com/Rel1cx/eslint-react/compare/v1.53.0...v1.53.1
v1.53.0 (2025-09-04)
What's Changed
✨ New
- feat: update naming convention rules default excepts to include common patterns by
@Rel1cxin Rel1cx/eslint-react#1216🪄 Improvements
- build: replace
tsupwithtsdownby@Rel1cxin Rel1cx/eslint-react#1213Full Changelog: https://github.com/Rel1cx/eslint-react/compare/v1.52.8...v1.53.0
v1.52.9 (2025-08-31)
What's Changed
🐞 Fixes
- fix: issue introduced in version v1.52.7 where the
react-hooks-extrarules were not exported, closes #1207 by@Rel1cxin Rel1cx/eslint-react#1208Full Changelog: https://github.com/Rel1cx/eslint-react/compare/v1.52.8...v1.52.9
v1.52.8 (2025-08-29)
What's Changed
🐞 Fixes
- fix: restore ESLint legacy config compatibility, closes #1203 by
@Rel1cxin Rel1cx/eslint-react#1204Full Changelog: https://github.com/Rel1cx/eslint-react/compare/v1.52.7...v1.52.8
Changelog
Sourced from @eslint-react/eslint-plugin's changelog.
v1.53.1 (2025-09-11)
🐞 Fixes
- fix: fix useEffect setup function check in
web-api/no-leaked-event-listener, closes #1228 by@Rel1cxin Rel1cx/eslint-react#1229Full Changelog: https://github.com/Rel1cx/eslint-react/compare/v1.53.0...v1.53.1
v1.53.0 (2025-09-04)
✨ New
- feat: update naming convention rules default excepts to include common patterns by
@Rel1cxin Rel1cx/eslint-react#1216🪄 Improvements
- build: replace
tsupwithtsdownby@Rel1cxin Rel1cx/eslint-react#1213Full Changelog: https://github.com/Rel1cx/eslint-react/compare/v1.52.8...v1.53.0
v1.52.9 (2025-08-31)
🐞 Fixes
- fix: issue introduced in version v1.52.7 where the
react-hooks-extrarules were not exported, closes #1207 by@Rel1cxin Rel1cx/eslint-react#1208Full Changelog: https://github.com/Rel1cx/eslint-react/compare/v1.52.8...v1.52.9
v1.52.8 (2025-08-29)
🐞 Fixes
- fix: restore ESLint legacy config compatibility, closes #1203 by
@Rel1cxin Rel1cx/eslint-react#1204Full Changelog: https://github.com/Rel1cx/eslint-react/compare/v1.52.7...v1.52.8
Commits
93c489brelease: 1.53.16fccd8erelease: 1.53.1-beta.2ade02c3release: 1.53.1-next.2b8f8987release: 1.53.1-beta.1aaa733crelease: 1.53.1-next.1800c27crelease: 1.53.1-beta.04e58929release: 1.53.1-next.05afe2c4release: 1.53.02fec315release: 1.53.0-beta.0d21d121release: 1.53.0-next.0- Additional commits viewable in compare view
Updates @types/semver from 7.7.0 to 7.7.1
Commits
- See full diff in compare view
Updates eslint from 9.34.0 to 9.35.0
Release notes
Sourced from eslint's releases.
v9.35.0
Features
42761fafeat: implement suggestions for no-empty-function (#20057) (jaymarvelz)102f444feat: implement suggestions for no-empty-static-block (#20056) (jaymarvelz)e51fffffeat: addpreserve-caught-errorrule (#19913) (Amnish Singh Arora)Bug Fixes
10e7ae2fix: update uncloneable options error message (#20059) (soda-sorcery)bfa4601fix: ignore empty switch statements with comments in no-empty rule (#20045) (jaymarvelz)dfd11defix: addbeforeandafterto test case types (#20049) (Francesco Trotta)dabbe95fix: correct types forno-restricted-importsrule (#20034) (Milos Djermanovic)ea789c7fix: no-loss-of-precision false positive with uppercase exponent (#20032) (sethamus)Documentation
d265515docs: improve phrasing - "if" → "even if" from getting-started section (#20074) (jjangga0214)a355a0edocs: invert comparison logic for example inno-vardoc page (#20064) (OTonGitHub)5082fc2docs: Update README (GitHub Actions Bot)99cfd7edocs: add missing "the" in rule deprecation docs (#20050) (Josh Goldberg ✨)6ad8973docs: update--no-ignoreand--ignore-patterndocumentation (#20036) (Francesco Trotta)8033b19docs: add documentation for--no-config-lookup(#20033) (Francesco Trotta)Chores
da87f2fchore: upgrade@eslint/js@9.35.0 (#20077) (Milos Djermanovic)af2a087chore: package.json update for@eslint/jsrelease (Jenkins)7055764test: removetests/lib/eslint/eslint.config.js(#20065) (Milos Djermanovic)84ffb96chore: update@eslint-community/eslint-utils(#20069) (Francesco Trotta)d5ef939refactor: remove deprecatedcontext.parserOptionsusage across rules (#20060) (sethamus)1b3881dchore: remove redundant word (#20058) (pxwanglu)
Changelog
Sourced from eslint's changelog.
v9.35.0 - September 5, 2025
da87f2fchore: upgrade@eslint/js@9.35.0 (#20077) (Milos Djermanovic)af2a087chore: package.json update for@eslint/jsrelease (Jenkins)d265515docs: improve phrasing - "if" → "even if" from getting-started section (#20074) (jjangga0214)7055764test: removetests/lib/eslint/eslint.config.js(#20065) (Milos Djermanovic)10e7ae2fix: update uncloneable options error message (#20059) (soda-sorcery)42761fafeat: implement suggestions for no-empty-function (#20057) (jaymarvelz)102f444feat: implement suggestions for no-empty-static-block (#20056) (jaymarvelz)84ffb96chore: update@eslint-community/eslint-utils(#20069) (Francesco Trotta)a355a0edocs: invert comparison logic for example inno-vardoc page (#20064) (OTonGitHub)e51fffffeat: addpreserve-caught-errorrule (#19913) (Amnish Singh Arora)5082fc2docs: Update README (GitHub Actions Bot)d5ef939refactor: remove deprecatedcontext.parserOptionsusage across rules (#20060) (sethamus)1b3881dchore: remove redundant word (#20058) (pxwanglu)99cfd7edocs: add missing "the" in rule deprecation docs (#20050) (Josh Goldberg ✨)bfa4601fix: ignore empty switch statements with comments in no-empty rule (#20045) (jaymarvelz)dfd11defix: addbeforeandafterto test case types (#20049) (Francesco Trotta)6ad8973docs: update--no-ignoreand--ignore-patterndocumentation (#20036) (Francesco Trotta)dabbe95fix: correct types forno-restricted-importsrule (#20034) (Milos Djermanovic)8033b19docs: add documentation for--no-config-lookup(#20033) (Francesco Trotta)ea789c7fix: no-loss-of-precision false positive with uppercase exponent (#20032) (sethamus)
Commits
84011019.35.0b80f025Build: changelog update for 9.35.0da87f2fchore: upgrade@eslint/js@9.35.0 (#20077)af2a087chore: package.json update for@eslint/jsreleased265515docs: improve phrasing - "if" → "even if" from getting-started section (#20074)7055764test: removetests/lib/eslint/eslint.config.js(#20065)10e7ae2fix: update uncloneable options error message (#20059)42761fafeat: implement suggestions for no-empty-function (#20057)102f444feat: implement suggestions for no-empty-static-block (#20056)84ffb96chore: update@eslint-community/eslint-utils(#20069)- Additional commits viewable in compare view
Updates inquirer from 12.9.4 to 12.9.6
Release notes
Sourced from inquirer's releases.
inquirer@12.9.6
- Reduce number of transitive dependencies
inquirer@12.9.5
- Fix #1834: (rawlist) Allows specifying numbers as explicit keys of option within the list.
Commits
8300fe3Publishb85cbe2chore: Speed up linting CI stage8fc86fefeat: Introduce@inquirer/core/ansi exportdcca892chore(@inquirer/testing): Remove unnecessary ansi code filtering logicdaef4f5chore: Bump yarn + yarn dedupe62045dcPublish7e75de6Publishb8361c5fix(@inquirer/rawlist): Properly handle specified numeric keys (previously wo...e3aed9cChore(deps): Bump actions/setup-node from 4 to 5 (#1832)93c7750Chore(deps-dev): Bump the linting group with 6 updates (#1831)- Additional commits viewable in compare view
Updates lint-staged from 16.1.5 to 16.1.6
Commits
e2d0adfchore(changeset): release0629aafbuild(deps): update dependenciese93578efix: kill subprocesses with "SIGKILL" and only if main process has a pid- See full diff in compare view
Updates @gorhom/bottom-sheet from 5.2.4 to 5.2.6
Release notes
Sourced from @gorhom/bottom-sheet's releases.
Release 5.2.6
5.2.6 (2025-09-05)
🐛 Bug Fixes
- #2452: prevented the bottom sheet from snapping to -1 when resizing the detent while keyboard is open(#2327)(by
@pakerwreah) (c68edac), closes #2452- prevent the bottom sheet from closing when over dragging while keyboard is open (cce1f7e)
Release 5.2.5
5.2.5 (2025-09-04)
🐛 Bug Fixes
- #2449: adjust next index to current index when animating to a temporary position (20de151), closes #2449
- #2449: adjust next index to the highest detent index when animating by keyboard (f8cd4fe), closes #2449
- conditionally apply web-only cursor style to avoid TypeScript error (#2420)(by
@kirstilynn) (e5c077b)🧹 Maintenance Chores
- updated the example deps (c9e0473)
Changelog
Sourced from @gorhom/bottom-sheet's changelog.
5.2.6 (2025-09-05)
🐛 Bug Fixes
- #2452: prevented the bottom sheet from snapping to -1 when resizing the detent while keyboard is open(#2327)(by
@pakerwreah) (c68edac), closes #2452- prevent the bottom sheet from closing when over dragging while keyboard is open (cce1f7e)
5.2.5 (2025-09-04)
🐛 Bug Fixes
- #2449: adjust next index to current index when animating to a temporary position (20de151), closes #2449
- #2449: adjust next index to the highest detent index when animating by keyboard (f8cd4fe), closes #2449
- conditionally apply web-only cursor style to avoid TypeScript error (#2420)(by
@kirstilynn) (e5c077b)🧹 Maintenance Chores
- updated the example deps (c9e0473)
Commits
d12f3f7chore: release v5.2.6cce1f7efix: prevent the bottom sheet from closing when over dragging while keyboard ...c68edacfix(#2452): prevented the bottom sheet from snapping to -1 when resizing the ...ec4f6dachore: release v5.2.5e5c077bfix: conditionally apply web-only cursor style to avoid TypeScript error (#24...c9e0473chore: updated the example depsf8cd4fefix(#2449): adjust next index to the highest detent index when animating by k...20de151fix(#2449): adjust next index to current index when animating to a temporary ...- See full diff in compare view
Updates @react-navigation/bottom-tabs from 7.4.6 to 7.4.7
Changelog
Sourced from @react-navigation/bottom-tabs's changelog.
7.4.7 (2025-08-31)
Note: Version bump only for package
@react-navigation/bottom-tabs
Commits
f9863e7chore: publish- See full diff in compare view
Updates @react-navigation/drawer from 7.5.7 to 7.5.8
Changelog
Sourced from @react-navigation/drawer's changelog.
7.5.8 (2025-08-31)
Note: Version bump only for package
@react-navigation/drawer
Commits
f9863e7chore: publish- See full diff in compare view
Updates @react-navigation/elements from 2.6.3 to 2.6.4
Changelog
Sourced from @react-navigation/elements's changelog.
2.6.4 (2025-08-31)
Note: Version bump only for package
@react-navigation/elements
Commits
f9863e7chore: publishe0fc4e1refactor: use absoluteFill instead of absoluteFillObject- See full diff in compare view
Updates react-native-mmkv from 3.3.0 to 3.3.3
Release notes
Sourced from react-native-mmkv's releases.
Release 3.3.3
3.3.3 (2025-09-18)
Release 3.3.2
3.3.2 (2025-09-18)
🐛 Bug Fixes
- Fix TurboModule not found error by checking both names (941129a)
Release 3.3.1
3.3.1 (2025-09-04)
🐛 Bug Fixes
Commits
b762befchore: release 3.3.3f830afbRevert "fix: Fix TurboModule not found error by checking both names"2f80b16chore: release 3.3.2941129afix: Fix TurboModule not found error by checking both names4e7f7e0chore: release 3.3.11d86ae5fix: Bump CXX standard to 20 (#841)- See full diff in compare view
Updates react-native-screens from 4.15.4 to 4.16.0
Release notes
Sourced from react-native-screens's releases.
4.16.0
This release introduces support for dark mode in Bottom Tabs on Android, new search bar placements and search bar integration with the toolbar on iOS 26.
[!CAUTION]
In this release, library installation steps for Android have been modified - please refer to the "Installation" section of
READMEand this PR for more details.[!IMPORTANT]
In order to align our library with native iOS 26 behavior, we've decided to change default
placementvalue inRNSSearchBarto'automatic'. This change will make it easier for users to adopt the new integrated search bar on iOS 26. Additionally, we've fixed the default value forhideWhenScrollingprop in new architecture to match the old architecture and native UIKit behavior.What's Changed
🟢 Improvements
- feat(iOS, Tabs): add shadow color to appearance by
@Ubaxin software-mansion/react-native-screens#3180- feat(iOS, Stack v4): bring back view recycling for ContentWrapper by
@kligarskiin software-mansion/react-native-screens#3187- feat(Android): Support dark mode in android BottomTabs by
@kmichalikkin software-mansion/react-native-screens#3167- feat(iOS 26, Stack v4): support for new search bar placements, integration with toolbar by
@kligarskiin software-mansion/react-native-screens#3168- feat!(iOS, Stack v4): change search bar related prop defaults by
@kligarskiin software-mansion/react-native-screens#3186🐞 Bug fixes
- fix(Android): add custom fragment factory & modify library installation steps to prevent on-restoration crashes by
@Skalakidin software-mansion/react-native-screens#3089🔢 Misc
- chore(FabricExample): bump react-native-safe-area-context by
@kmichalikkin software-mansion/react-native-screens#3175- refactor: review of #3073 - rename few methods, move update logic to shadow state proxy by
@kkafarin software-mansion/react-native-screens#3176- chore(deps): bump RN to 0.81.1 in lib & apps by
@kkafarin software-mansion/react-native-screens#3185- chore(iOS): add RNS_IPHONE_OS_VERSION_AVAILABLE macro by
@kligarskiin software-mansion/react-native-screens#3171New Contributors
@Skalakidmade their first contribution in software-mansion/react-native-screens#3089Full Changelog: https://github.com/software-mansion/react-native-screens/compare/4.15.4...4.16.0
Commits
d81cdc3Release 4.16.04d2d417feat!(iOS, Stack v4): change search bar related prop defaults (#3186)21e40a2feat(iOS 26, Stack v4): support for new search bar placements, integration wi...4966d59chore(iOS): add RNS_IPHONE_OS_VERSION_AVAILABLE macro (#3171)7c6d921feat(Android): Support dark mode in android BottomTabs (#3167)24a5645feat(iOS, Stack v4): bring back view recycling for ContentWrapper (#3187)d15770fchore(deps): bump RN to 0.81.1 in lib & apps (#3185)88380a6feat(iOS, Tabs): add shadow color to appearance (#3180)93cee67fix(Android): add custom fragment factory & modify library installation steps...ed11286refactor: review of #3073 - rename few methods, move update logic to shadow s...- Additional commits viewable in compare view
Updates @babel/core from 7.28.3 to 7.28.4
Release notes
Sourced from @babel/core's releases.
v7.28.4 (2025-09-05)
Thanks
@gwillenand@mrginglymusfor your first PRs!:house: Internal
babel-core,babel-helper-check-duplicate-nodes,babel-traverse,babel-typesbabel-plugin-transform-regenerator
- #17455 chore: Clean up
transform-regenerator(@liuxingbaoyu)babel-core
- #17474 Switch to
@jridgewell/remapping(@mrginglymus)Committers: 5
- Babel Bot (
@babel-bot)- Bill Collins (
@mrginglymus)- Glenn Willen (
@gwillen)- Huáng Jùnliàng (
@JLHwung)@liuxingbaoyu
Changelog
Sourced from @babel/core's changelog.
v7.28.4 (2025-09-05)
:house: Internal
babel-core,babel-helper-check-duplicate-nodes,babel-traverse,babel-typesbabel-plugin-transform-regenerator
- #17455 chore: Clean up
transform-regenerator(@liuxingbaoyu)babel-core
- #17474 Switch to
@jridgewell/remapping(@mrginglymus)
Commits
Updates i18next from 25.4.2 to 25.5.2
Release notes
Sourced from i18next's releases.
v25.5.2
- fix last change => for cjs there is just 1 default export, no named exports, fixes 2348
v25.5.1
- export keyFromSelector from index.cjs 2347
v25.5.0
- export keyFromSelector function for testing purposes 2346
Changelog
Sourced from i18next's changelog.
25.5.2
- fix last change => for cjs there is just 1 default export, no named exports, fixes 2348
25.5.1
- export keyFromSelector from index.cjs 2347
25.5.0
- export keyFromSelector function for testing purposes 2346
Commits
a618e9825.5.257da108for cjs there is just 1 default export, no named exports, fixes #234883353ba25.5.1cbd3ba2release912a8ecexportskeyFromSelectorfor CommonJS (#2347)9b668f825.5.00a39171releaseab084ceexportskeyFromSelectorfunction for testing purposes (#2346)- See full diff in compare view
Updates immer from 10.1.1 to 10.1.3
Release notes
Sourced from immer's releases.
v10.1.3
10.1.3 (2025-09-01)
Bug Fixes
v10.1.2
10.1.2 (2025-09-01)
Bug Fixes
Commits
85faaa2fix: Mark exports as pure, for better tree-shakability (#1124)a8d78afchore: fix some comments (#1122)062210echore(deps): bump webpack from 5.76.1 to 5.94.0 in /website (#1140)b2fcc66fix: Update package.json exports for react-native (#1159)aa24400fix: non-enumerable (immutable) methods on Map/Set (#1069)b4f71a6Fix: freezing of Map values during finalization (#1150)857b4b7docs: unfinished todo filter condition (#1155)19cbe47Prefix param with underscore to prevent unused param warning (#1145)- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Pull Request Statistics
1
5
+1345
-1468
Package Dependencies
@react-navigation/bottom-tabs
npm
7.4.6 → 7.4.7
Patch
@eslint-react/eslint-plugin
npm
1.52.7 → 1.53.1
Minor
Technical Details
| ID: | 8013214 |
| UUID: | 2842357407 |
| Node ID: | PR_kwDOOTRVcM6pau6f |
| Host: | GitHub |
| Repository: | nodefinity/flow |
| Mergeable: | Yes |
| Merge State: | Clean |