babel/babel
### [`v7.13.9`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7139-2021-03-01)
[Compare Source](https://togithub.com/babel/babel/compare/v7.13.8...v7.13.9)
##### :bug: Bug Fix
- `babel-preset-env`
- [#12934](https://togithub.com/babel/babel/pull/12934) Load `.browserslistrc` when using old `@babel/core` versions ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
- `babel-parser`
- [#12939](https://togithub.com/babel/babel/pull/12939) fix: add tokens when tokens: true is passed to parseExpression ([@JLHwung](https://togithub.com/JLHwung))
- [#12930](https://togithub.com/babel/babel/pull/12930) babel-parser(flow): Add null property to FunctionTypeAnnotation without parens ([@sosukesuzuki](https://togithub.com/sosukesuzuki))
- `babel-generator`
- [#12921](https://togithub.com/babel/babel/pull/12921) Fix a bug with invalid print output when empty array is passed to t.tsInterfaceDeclaration ([@saitonakamura](https://togithub.com/saitonakamura))
- [#12920](https://togithub.com/babel/babel/pull/12920) Allow nullish extends in interfaceish ([@saitonakamura](https://togithub.com/saitonakamura))
##### :house: Internal
- `babel-plugin-transform-runtime`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime`
- [#12919](https://togithub.com/babel/babel/pull/12919) Put back ESM helpers in a folder where we can use `.js` ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
callstack/react-native-testing-library
### [`v7.2.0`](https://togithub.com/callstack/react-native-testing-library/releases/v7.2.0)
[Compare Source](https://togithub.com/callstack/react-native-testing-library/compare/v7.1.0...v7.2.0)
#### Features
- support `pointerEvents` when firing events ([#655](https://togithub.com/callstack/react-native-testing-library/issues/655))
#### Fixes
- display stack trace and code frame for findBy error ([#581](https://togithub.com/callstack/react-native-testing-library/issues/581))
- add `onMoveShouldSetResponder` to element enabled checking ([#577](https://togithub.com/callstack/react-native-testing-library/issues/577))
- correct TS typings for `debug.shallow` ([#584](https://togithub.com/callstack/react-native-testing-library/issues/584))
- add container to TypeScript types ([#582](https://togithub.com/callstack/react-native-testing-library/issues/582))
- `getByDisplayValue` not checking TextInput's defaultValue ([#656](https://togithub.com/callstack/react-native-testing-library/issues/656))
#### Chore & Maintenance
- restructure ByTestId queries code by predicate type ([#608](https://togithub.com/callstack/react-native-testing-library/issues/608), [#654](https://togithub.com/callstack/react-native-testing-library/issues/654))
- bump React Native to 0.64 RC ([#626](https://togithub.com/callstack/react-native-testing-library/issues/626))
- update React imports ([#629](https://togithub.com/callstack/react-native-testing-library/issues/629))
- adding tests for React Navigation Drawer Navigator ([#624](https://togithub.com/callstack/react-native-testing-library/issues/624))
- update "How Should I Query?" links to use the correct URLs ([#580](https://togithub.com/callstack/react-native-testing-library/issues/580))
#### Docs
- Fixed broken link of mock setup file ([#673](https://togithub.com/callstack/react-native-testing-library/issues/673))
- fix typo in README.md ([#657](https://togithub.com/callstack/react-native-testing-library/issues/657))
- update doc for `fireEvent.onScroll` ([#633](https://togithub.com/callstack/react-native-testing-library/issues/633))
typicode/husky
### [`v5.1.3`](https://togithub.com/typicode/husky/releases/v5.1.3)
[Compare Source](https://togithub.com/typicode/husky/compare/v5.1.2...v5.1.3)
- docs: add specific Yarn v2 install/uninstall instructions
- cli: `husky init` will detect Yarn v2 and initialize accordingly
facebook/metro
### [`v0.65.2`](https://togithub.com/facebook/metro/releases/v0.65.2)
[Compare Source](https://togithub.com/facebook/metro/compare/v0.65.1...v0.65.2)
- [Fix] Fix `_interopRequireDefault` not defined error when using ES Modules ([`63f3d1e`](https://togithub.com/facebook/metro/commit/63f3d1e14407266be64ccbbb982485e107f327f0))
webpack/webpack
### [`v5.24.3`](https://togithub.com/webpack/webpack/releases/v5.24.3)
[Compare Source](https://togithub.com/webpack/webpack/compare/v5.24.2...v5.24.3)
### Bugfixes
- fix contenthash when a file is emitted twice with different filenames but that same contenthash
Renovate configuration
:date: Schedule: "before 3am on Monday" (UTC).
:vertical_traffic_light: Automerge: Enabled.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:ghost: Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
7.13.8
->7.13.9
7.1.0
->7.2.0
5.1.2
->5.1.3
0.65.1
->0.65.2
5.24.2
->5.24.3
Release Notes
babel/babel
### [`v7.13.9`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7139-2021-03-01) [Compare Source](https://togithub.com/babel/babel/compare/v7.13.8...v7.13.9) ##### :bug: Bug Fix - `babel-preset-env` - [#12934](https://togithub.com/babel/babel/pull/12934) Load `.browserslistrc` when using old `@babel/core` versions ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser` - [#12939](https://togithub.com/babel/babel/pull/12939) fix: add tokens when tokens: true is passed to parseExpression ([@JLHwung](https://togithub.com/JLHwung)) - [#12930](https://togithub.com/babel/babel/pull/12930) babel-parser(flow): Add null property to FunctionTypeAnnotation without parens ([@sosukesuzuki](https://togithub.com/sosukesuzuki)) - `babel-generator` - [#12921](https://togithub.com/babel/babel/pull/12921) Fix a bug with invalid print output when empty array is passed to t.tsInterfaceDeclaration ([@saitonakamura](https://togithub.com/saitonakamura)) - [#12920](https://togithub.com/babel/babel/pull/12920) Allow nullish extends in interfaceish ([@saitonakamura](https://togithub.com/saitonakamura)) ##### :house: Internal - `babel-plugin-transform-runtime`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#12919](https://togithub.com/babel/babel/pull/12919) Put back ESM helpers in a folder where we can use `.js` ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))callstack/react-native-testing-library
### [`v7.2.0`](https://togithub.com/callstack/react-native-testing-library/releases/v7.2.0) [Compare Source](https://togithub.com/callstack/react-native-testing-library/compare/v7.1.0...v7.2.0) #### Features - support `pointerEvents` when firing events ([#655](https://togithub.com/callstack/react-native-testing-library/issues/655)) #### Fixes - display stack trace and code frame for findBy error ([#581](https://togithub.com/callstack/react-native-testing-library/issues/581)) - add `onMoveShouldSetResponder` to element enabled checking ([#577](https://togithub.com/callstack/react-native-testing-library/issues/577)) - correct TS typings for `debug.shallow` ([#584](https://togithub.com/callstack/react-native-testing-library/issues/584)) - add container to TypeScript types ([#582](https://togithub.com/callstack/react-native-testing-library/issues/582)) - `getByDisplayValue` not checking TextInput's defaultValue ([#656](https://togithub.com/callstack/react-native-testing-library/issues/656)) #### Chore & Maintenance - restructure ByTestId queries code by predicate type ([#608](https://togithub.com/callstack/react-native-testing-library/issues/608), [#654](https://togithub.com/callstack/react-native-testing-library/issues/654)) - bump React Native to 0.64 RC ([#626](https://togithub.com/callstack/react-native-testing-library/issues/626)) - update React imports ([#629](https://togithub.com/callstack/react-native-testing-library/issues/629)) - adding tests for React Navigation Drawer Navigator ([#624](https://togithub.com/callstack/react-native-testing-library/issues/624)) - update "How Should I Query?" links to use the correct URLs ([#580](https://togithub.com/callstack/react-native-testing-library/issues/580)) #### Docs - Fixed broken link of mock setup file ([#673](https://togithub.com/callstack/react-native-testing-library/issues/673)) - fix typo in README.md ([#657](https://togithub.com/callstack/react-native-testing-library/issues/657)) - update doc for `fireEvent.onScroll` ([#633](https://togithub.com/callstack/react-native-testing-library/issues/633))typicode/husky
### [`v5.1.3`](https://togithub.com/typicode/husky/releases/v5.1.3) [Compare Source](https://togithub.com/typicode/husky/compare/v5.1.2...v5.1.3) - docs: add specific Yarn v2 install/uninstall instructions - cli: `husky init` will detect Yarn v2 and initialize accordinglyfacebook/metro
### [`v0.65.2`](https://togithub.com/facebook/metro/releases/v0.65.2) [Compare Source](https://togithub.com/facebook/metro/compare/v0.65.1...v0.65.2) - [Fix] Fix `_interopRequireDefault` not defined error when using ES Modules ([`63f3d1e`](https://togithub.com/facebook/metro/commit/63f3d1e14407266be64ccbbb982485e107f327f0))webpack/webpack
### [`v5.24.3`](https://togithub.com/webpack/webpack/releases/v5.24.3) [Compare Source](https://togithub.com/webpack/webpack/compare/v5.24.2...v5.24.3) ### Bugfixes - fix contenthash when a file is emitted twice with different filenames but that same contenthashRenovate configuration
:date: Schedule: "before 3am on Monday" (UTC).
:vertical_traffic_light: Automerge: Enabled.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:ghost: Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by WhiteSource Renovate. View repository job log here.