react-native-swipe-list
react-native-swipe-list copied to clipboard
chore(deps-dev): bump @react-native-community/eslint-config from 0.0.7 to 3.0.0
Bumps @react-native-community/eslint-config from 0.0.7 to 3.0.0.
Release notes
Sourced from @react-native-community/eslint-config's releases.
v0.65.0-rc.0
⚠️ THIS IS A RELEASE CANDIDATE: this means it's not stable yet, so proceed with care.
Please only upgrade or create new apps with
0.65.0-rc.0if you'd like to help us test this before the stable release - which would be super useful 🤗To test it, run:
npx react-native init RN065 --version 0.65.0-rc.0We're working on the changelog and you can read the draft here.
Known Issues
- Android: Highly likely to crash on startup with missing
libfbjni.so(and possibly other.sofiles); investigation is on-going.- iOS: Issue on M1 with nvm; fix is ready and will be picked in the next RC.
You can participate in the conversation on the RC status this issue for updates, where you can post your bug reports and cherry-pick suggestions.
You can find the whole changelog history over at react-native-releases.
v0.64.2
Hello everyone - here's the new 0.64.2 patch release with some really good fixes that were asked by the community:
Changed
- Find-node.sh supports Homebrew on M1 (502b819049 by
@dulmandakh)- Refactor UIManagerHelper.getUIManager to return null when there's no UIManager registered (b0e8c1eac0 by
@mdvacca)Fixed
- Fix ScrollViewStickyHeader to push up header above it (d754bdefc6 by
@kacieb)Android specific
- Font family is not apply when secureTextEntry is true (cda77c77dd83cba07e6c2e56e938c3e4f7faf8fc by
@hank121314)- Dimension update events are now properly sent following orientation change (a6a4d3365f17332e367c34357a07a73f97d6ec83 by
@ajpaulingalls)
You can participate in the conversation on the status of this release at this issue.
To help you upgrade to this version, you can use the upgrade helper ⚛️
... (truncated)
Changelog
Sourced from @react-native-community/eslint-config's changelog.
Releases Guide
This document serves as guide for release coordinators. You can find a list of releases and their release notes at https://github.com/facebook/react-native/releases
Release schedule
React Native follows a monthly release train. Every month, a new branch created off master enters the Release Candidate phase, and the previous Release Candidate branch is released and considered stable.
Version RC release Stable release 0.38.0 week of November 7 November 21 0.39.0 week of November 21 December 2 0.40.0 1st of December 1st of January 0.41.0 1st of January 1st of February 0.42.0 1st of February 1st of March ... ... ... 0.56.0 1st of June 1st of July 0.57.0 1st of July 1st of August 0.58.0 1st of August 1st of September ... ... ...
How to cut a new release branch
Prerequisites
The following are required for the local test suite to run:
- macOS with Android dev environment set up
- react-native-cli installed globally (v0.2.0 or newer)
Step 1: Check everything works
Before cutting a release branch, make sure Circle CI system is green.
Before executing the following script, make sure you have:
- An Android emulator / Genymotion device running
- No packager running in any of the projects
./scripts/test-manual-e2e.shThis script bundles a react-native package locally and passes it to the
react-nativecli that creates a test project inside/tmpfolder using that version.After
npm installcompletes, the script prints a set of manual checks you have to do to ensure the release you are preparing is working as expected on both platforms.
... (truncated)
Commits
- 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 ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)