chore(deps): bump shell-quote and react-native in /example
Bumps shell-quote to 1.8.0 and updates ancestor dependency react-native. These dependencies need to be updated together.
Updates shell-quote from 1.6.1 to 1.8.0
Changelog
Sourced from shell-quote's changelog.
v1.8.0 - 2023-01-30
Commits
- [New] extract
parseandquoteto their own deep imports553fdfc- [Tests] add
nyccoveragefd7ddcd- [New] Add support for here strings (
<<<)9802fb3- [New]
parse: Add syntax support for duplicating input file descriptors216b198- [Dev Deps] update
@ljharb/eslint-config,aud,tape85f8e31- [Tests] add
evalmdc5549fc- [actions] update checkout action
62e9b49v1.7.4 - 2022-10-12
Merged
- Add node_modules to .gitignore
[#48](https://github.com/ljharb/shell-quote/issues/48)Commits
- [eslint] fix indentation and whitespace
aaa9d1f- [eslint] additional cleanup
397cb62- [meta] add
auto-changelog497fca5- [actions] add reusable workflows
4763c36- [eslint] add eslint
6ee1437- [readme] rename, add badges
7eb5134- [meta] update URLs
67381b6- [meta] create FUNDING.yml; add
fundingin package.json8641572- [meta] use
npmignoreto autogenerate an npmignore file2e2007a- Only apps should have lockfiles
f97411e- [Dev Deps] update
tape051f608- [meta] add
safe-publish-latest18cadf9- [Tests] add
audinposttestdc1cc121.7.3
- Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the quoting rules. (CVE-2021-42740)
1.7.2
- Fix a regression introduced in 1.6.3. This reverts the Windows path quoting fix. (144e1c2)
1.7.1
1.7.0
- Add support for parsing
>>and>&redirection operators. (@forivallin #16)- Add support for parsing
<(process substitution operator. (@cuonglmin #15)
... (truncated)
Commits
508e2f9v1.8.0fd7ddcd[Tests] addnyccoverage9802fb3[New] Add support for here strings (<<<)216b198[New]parse: Add syntax support for duplicating input file descriptorsc5549fc[Tests] addevalmd553fdfc[New] extractparseandquoteto their own deep imports85f8e31[Dev Deps] update@ljharb/eslint-config,aud,tape62e9b49[actions] update checkout action5409e72v1.7.44763c36[actions] add reusable workflows- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by ljharb, a new releaser for shell-quote since your current version.
Updates react-native from 0.60.5 to 0.71.3
Release notes
Sourced from react-native's releases.
0.71.3
Changed
- Bump package versions (4b84888a90 by
@cipolleschi), (60f0a71060 by@cipolleschi), (a3f205a27b by@cipolleschi):
react-native-codegento0.71.5react-native-gradle-pluginto0.71.15Fixed
Android specific
- Fixed jscexecutor crash on Android which is caused from NDK incompatibility (a232decbb1 by
@Kudo)- Used relative paths for gradle commands (bb02ccf13f by
@shivenmian)iOS specific
- fix
pod install --project-directory=...(ad1ddc241a by@tido64)
You can participate in the conversation on the status of this release in this discussion.
To help you upgrade to this version, you can use the upgrade helper ⚛️
You can find the whole changelog history in the changelog.md file.
0.71.2
Added
- Added AlertOptions argument to the type definition for Alert.prompt to bring it into parity with the js code. (305ca337c0 by
@paulmand3l)- Added missing
accessibilityLabelledByTypeScript type (e162b07982 by@DimitarNestorov)- Added missing
accessibilityLanguageTypeScript type (71c4f57baf by@DimitarNestorov)Changed
- Bump
react-native-gradle-pluginto^0.71.14in core,@react-native-community/eslint-configto^3.2.0in starting template (785bc8d97b by@kelset)Fixed
- Add
TextInput'sinputModeTypeScript types (fac7859863 by@eps1lon)- Fix crash by conditional value of aspectRatio style value (a8166bd75b by
@mym0404)- Fix TurboModuleRegistry TS type (c289442848 by
@janicduplessis)- Fix invariant violation when nesting VirtualizedList inside ListEmptyComponent (1fef376812 by
@NickGerleman)
... (truncated)
Changelog
Sourced from react-native's changelog.
v0.71.3
Changed
- Bump package versions (4b84888a90 by
@cipolleschi), (60f0a71060 by@cipolleschi), (a3f205a27b by@cipolleschi):
react-native-codegento0.71.5react-native-gradle-pluginto0.71.15Fixed
Android specific
- Fixed jscexecutor crash on Android which is caused from NDK incompatibility (a232decbb1 by
@Kudo)- Used relative paths for gradle commands (bb02ccf13f by
@shivenmian)iOS specific
- fix
pod install --project-directory=...(ad1ddc241a by@tido64)v0.71.2
Added
- Added AlertOptions argument to the type definition for Alert.prompt to bring it into parity with the js code. (305ca337c0 by
@paulmand3l)- Added missing
accessibilityLabelledByTypeScript type (e162b07982 by@DimitarNestorov)- Added missing
accessibilityLanguageTypeScript type (71c4f57baf by@DimitarNestorov)Changed
- Bump
react-native-gradle-pluginto^0.71.14in core,@react-native-community/eslint-configto^3.2.0in starting template (785bc8d97b by@kelset)Fixed
- Add
TextInput'sinputModeTypeScript types (fac7859863 by@eps1lon)- Fix crash by conditional value of aspectRatio style value (a8166bd75b by
@mym0404)- Fix TurboModuleRegistry TS type (c289442848 by
@janicduplessis)- Fix invariant violation when nesting VirtualizedList inside ListEmptyComponent (1fef376812 by
@NickGerleman)Android specific
- [RNGP] Properly set the
jsRootDirdefault value (c0004092f9 by@cortinico)- Do not use WindowInsetsCompat for Keyboard Events (32f54877ff by
@NickGerleman)- Mitigation for Samsung TextInput Hangs (4650ef3 by
@NickGerleman)iOS specific
- Add Back dynamic framework support for the Old Architecture with Hermes (b3040ec624 by
@cipolleschi)- Add Back dynamic framework support for the old architecture (da270d038c by
@cipolleschi)
... (truncated)
Commits
d9321c0[0.71.3] Bump version numbersa3f205a[LOCAL] Bump codegen package4b84888[LOCAL] Bump package versions60f0a71[ci][monorepo] bump package versionse9460f2[LOCAL] Update podfile.lockad1ddc2fix(ios): fixpod install --project-directory=...(#36096)374d874update jsc-android to ndk r23 based (#36062)fbe9e2eRNGP - fix: use relative paths for gradle exec invocations (#36080)92fc32aAdd missing C++ include for prop conversion of complex array type (#35984)66a47e1[0.71.2] Bump version numbers- Additional commits viewable 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
You can disable automated security fix PRs for this repo from the Security Alerts page.