Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Aug 6, 2025

Removes tmp. It's no longer used after updating ancestor dependencies tmp, react-native, react-native-elements and eslint. These dependencies need to be updated together.

Removes tmp

Updates react-native from 0.61.0 to 0.80.2

Release notes

Sourced from react-native's releases.

0.80.2

Added

Android specific

iOS specific

  • Cocoapods: Add the ENTERPRISE_REPOSITORY env var to let user consume artifacts from their personal maven mirror (183be8e12c by @​cipolleschi)

Fixed

Android specific


Hermes dSYMS:

ReactNativeDependencies dSYMs:


You can file issues or pick requests against this release here.


To help you upgrade to this version, you can use the Upgrade Helper ⚛️.


View the whole changelog in the CHANGELOG.md file.

0.80.1

v0.80.1

Added

Fixed

... (truncated)

Changelog

Sourced from react-native's changelog.

Changelog (pre 0.70)

This file contains all changelogs for releases in the 0.60-0.69 range. Please check out the other CHANGELOG-*.md files for newer and older versions.

v0.69.12

Changed

iOS specific

Fixed

Android specific

v0.69.11

Fixed

iOS specific

v0.69.10

Fixed

Android specific

v0.69.9

Changed

iOS specific

Fixed

... (truncated)

Commits
  • 99d714c Release 0.80.2
  • cf48e47 [LOCAL] Bump Hermes
  • 183be8e Add the ENTERPRISE_REPOSITORY env var to let user consume artifacts from thei...
  • d8b5a55 Fix ConcurrentModificationException in InteropUIBlockListener (#51631)
  • d0843bd Release 0.80.1
  • b2cc82b publish index.js.flow instead of index.flow.js (#52179)
  • 2cb1f8e Publish top-level Flow types for react-native (#51908)
  • 4d346e2 Fix crash on ReactInstance due to null returned for getViewManagerNames (#52035)
  • 69a5ad5 Fix emitting event from turbo module crashes on 32bit android (#51695)
  • aeab69a Move RefreshControlMock into Jest preset files (#51530)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by react-native-bot, a new releaser for react-native since your current version.


Updates react-native-elements from 0.18.4 to 3.4.3

Release notes

Sourced from react-native-elements's releases.

v3.4.3

  • fix react-native-safe-area-context peer-dependency version

3.4.2

New TabView Component #2983 @​arpitBhalla New Dialog Component #2911 @​Dhananjayan-PN New ListItem.Accordion Fixes #3001 @​arpitBhalla Add new props to Divider #2988 @​khushal87 Slider prop fix #3023 @​arpitBhalla Header iconStyle prop fix #3032 @​khushal87

Typescript fixes #3031 #3025 #3030 #2935 #3007 Other Fixes #3019 #3000 #2975 #2984

Release 3.4.1

Fixes: Fix the Image bug from 3.4.0: #2993

Release 3.4.0

Features

LinearProgress new component - #2867 @​arpitBhalla Header new prop elevated - #2876 @​arpitBhalla Switch new component - #2877 @​khushal87 FAB new component - #2885 @​arpitBhalla SpeedDial new component - #2896 @​arpitBhalla ListItem.Accordion new subcomponent - #2953 @​arpitBhalla TabView new component - #2919 @​arpitBhalla Chip new component - #2890 @​Dhananjayan-PN Theme can now be updated through theme prop - #2891 @​hetanthakkar1 Button new prop iconPosition - #2973 @​hetanthakkar1

Fixes

Lots of typescript and export fixes thanks to all who contributed! Image new prop childrenContainerStyle - #2933 @​maxikgreat

Misc

Slider conversion to func component - #2875 @​hetanthakkar1 Automate dist builds - #2943 @​pranshuchittora PadView conversion to func component - #2951 @​varunhhhrahul

Release 3.3.2

Fixes: #2831 #2846 - SocialIcon loader with light background - @​AnujSharma141 @​ankushdutt #2847 - Icon types version fix with vector-icons - @​flyingcircle #2826 - Add facebook-messenger and whatsapp t0 SocialIcon @​abhishekkumar08 #2856 - onClose runs twice on Tooltip close - @​ankushdutt

Types fixes - @​arpitBhalla Convert Button to Functional - @​blackwolf08

... (truncated)

Changelog

Sourced from react-native-elements's changelog.

Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

Generated by auto-changelog.

v3.3.2

v3.3.1

11 March 2021

v3.3.0

7 March 2021

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by arpitbhalla, a new releaser for react-native-elements since your current version.


Updates eslint from 4.19.1 to 9.32.0

Release notes

Sourced from eslint's releases.

v9.32.0

Features

  • 1245000 feat: support explicit resource management in core rules (#19828) (fnx)
  • 0e957a7 feat: support typescript types in accessor rules (#19882) (fnx)

Bug Fixes

  • 960fd40 fix: Upgrade @​eslint/js (#19971) (Nicholas C. Zakas)
  • bbf23fa fix: Refactor reporting into FileReport (#19877) (Nicholas C. Zakas)
  • d498887 fix: bump @​eslint/plugin-kit to 0.3.4 to resolve vulnerability (#19965) (Milos Djermanovic)
  • f46fc6c fix: report only global references in no-implied-eval (#19932) (Nitin Kumar)
  • 7863d26 fix: remove outdated types in ParserOptions.ecmaFeatures (#19944) (ntnyq)
  • 3173305 fix: update execScript message in no-implied-eval rule (#19937) (TKDev7)

Documentation

  • 86e7426 docs: Update README (GitHub Actions Bot)

Chores

  • 50de1ce chore: package.json update for @​eslint/js release (Jenkins)
  • 74f01a3 ci: unpin jiti to version ^2.5.1 (#19970) (루밀LuMir)
  • 2ab1381 ci: pin jiti to version 2.4.2 (#19964) (Francesco Trotta)
  • b7f7545 test: switch to flat config mode in SourceCode tests (#19953) (Milos Djermanovic)
  • f5a35e3 test: switch to flat config mode in eslint-fuzzer (#19960) (Milos Djermanovic)
  • e22af8c refactor: use CustomRuleDefinitionType in JSRuleDefinition (#19949) (Francesco Trotta)
  • e855717 chore: switch performance tests to hyperfine (#19919) (Francesco Trotta)
  • 2f73a23 test: switch to flat config mode in ast-utils tests (#19948) (Milos Djermanovic)
  • c565a53 chore: exclude further_reading_links.json from Prettier formatting (#19943) (Milos Djermanovic)

v9.31.0

Features

  • 35cf44c feat: output full actual location in rule tester if different (#19904) (ST-DDT)
  • a6a6325 feat: support explicit resource management in no-loop-func (#19895) (Milos Djermanovic)
  • 4682cdc feat: support explicit resource management in no-undef-init (#19894) (Milos Djermanovic)
  • 5848216 feat: support explicit resource management in init-declarations (#19893) (Milos Djermanovic)
  • bb370b8 feat: support explicit resource management in no-const-assign (#19892) (Milos Djermanovic)

Bug Fixes

  • 07fac6c fix: retry on EMFILE when writing autofix results (#19926) (TKDev7)
  • 28cc7ab fix: Remove incorrect RuleContext types (#19910) (Nicholas C. Zakas)

Documentation

  • 664cb44 docs: Update README (GitHub Actions Bot)
  • 40dbe2a docs: fix mismatch between globalIgnores() code and text (#19914) (MaoShizhong)
  • 5a0069d docs: Update README (GitHub Actions Bot)
  • fef04b5 docs: Update working on issues info (#19902) (Nicholas C. Zakas)

Chores

... (truncated)

Changelog

Sourced from eslint's changelog.

v9.32.0 - July 25, 2025

  • 960fd40 fix: Upgrade @​eslint/js (#19971) (Nicholas C. Zakas)
  • 50de1ce chore: package.json update for @​eslint/js release (Jenkins)
  • bbf23fa fix: Refactor reporting into FileReport (#19877) (Nicholas C. Zakas)
  • 74f01a3 ci: unpin jiti to version ^2.5.1 (#19970) (루밀LuMir)
  • d498887 fix: bump @​eslint/plugin-kit to 0.3.4 to resolve vulnerability (#19965) (Milos Djermanovic)
  • 2ab1381 ci: pin jiti to version 2.4.2 (#19964) (Francesco Trotta)
  • b7f7545 test: switch to flat config mode in SourceCode tests (#19953) (Milos Djermanovic)
  • f5a35e3 test: switch to flat config mode in eslint-fuzzer (#19960) (Milos Djermanovic)
  • f46fc6c fix: report only global references in no-implied-eval (#19932) (Nitin Kumar)
  • 86e7426 docs: Update README (GitHub Actions Bot)
  • e22af8c refactor: use CustomRuleDefinitionType in JSRuleDefinition (#19949) (Francesco Trotta)
  • 1245000 feat: support explicit resource management in core rules (#19828) (fnx)
  • e855717 chore: switch performance tests to hyperfine (#19919) (Francesco Trotta)
  • 0e957a7 feat: support typescript types in accessor rules (#19882) (fnx)
  • 2f73a23 test: switch to flat config mode in ast-utils tests (#19948) (Milos Djermanovic)
  • 7863d26 fix: remove outdated types in ParserOptions.ecmaFeatures (#19944) (ntnyq)
  • c565a53 chore: exclude further_reading_links.json from Prettier formatting (#19943) (Milos Djermanovic)
  • 3173305 fix: update execScript message in no-implied-eval rule (#19937) (TKDev7)

v9.31.0 - July 11, 2025

  • 3ddd454 chore: upgrade to @eslint/[email protected] (#19935) (Francesco Trotta)
  • d5054e5 chore: package.json update for @​eslint/js release (Jenkins)
  • 0f4a378 chore: update eslint (#19933) (renovate[bot])
  • 664cb44 docs: Update README (GitHub Actions Bot)
  • 07fac6c fix: retry on EMFILE when writing autofix results (#19926) (TKDev7)
  • 35cf44c feat: output full actual location in rule tester if different (#19904) (ST-DDT)
  • 40dbe2a docs: fix mismatch between globalIgnores() code and text (#19914) (MaoShizhong)
  • 76c2340 chore: bump mocha to v11 (#19917) (루밀LuMir)
  • 28cc7ab fix: Remove incorrect RuleContext types (#19910) (Nicholas C. Zakas)
  • a6a6325 feat: support explicit resource management in no-loop-func (#19895) (Milos Djermanovic)
  • 4682cdc feat: support explicit resource management in no-undef-init (#19894) (Milos Djermanovic)
  • 5848216 feat: support explicit resource management in init-declarations (#19893) (Milos Djermanovic)
  • bb370b8 feat: support explicit resource management in no-const-assign (#19892) (Milos Djermanovic)
  • 5a0069d docs: Update README (GitHub Actions Bot)
  • fef04b5 docs: Update working on issues info (#19902) (Nicholas C. Zakas)

v9.30.1 - July 1, 2025

v9.30.0 - June 27, 2025

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by eslintbot, a new releaser for eslint since your current version.


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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [tmp](https://github.com/raszi/node-tmp). It's no longer used after updating ancestor dependencies [tmp](https://github.com/raszi/node-tmp), [react-native](https://github.com/facebook/react-native/tree/HEAD/packages/react-native), [react-native-elements](https://github.com/react-native-elements/react-native-elements) and [eslint](https://github.com/eslint/eslint). These dependencies need to be updated together.


Removes `tmp`

Updates `react-native` from 0.61.0 to 0.80.2
- [Release notes](https://github.com/facebook/react-native/releases)
- [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG-0.6x.md)
- [Commits](https://github.com/facebook/react-native/commits/v0.80.2/packages/react-native)

Updates `react-native-elements` from 0.18.4 to 3.4.3
- [Release notes](https://github.com/react-native-elements/react-native-elements/releases)
- [Changelog](https://github.com/react-native-elements/react-native-elements/blob/next/CHANGELOG.old.md)
- [Commits](react-native-elements/react-native-elements@v0.18.4...v3.4.3)

Updates `eslint` from 4.19.1 to 9.32.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v4.19.1...v9.32.0)

---
updated-dependencies:
- dependency-name: tmp
  dependency-version: 
  dependency-type: indirect
- dependency-name: react-native
  dependency-version: 0.80.2
  dependency-type: direct:production
- dependency-name: react-native-elements
  dependency-version: 3.4.3
  dependency-type: direct:production
- dependency-name: eslint
  dependency-version: 9.32.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant