Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 2, 2022

Bumps minimatch to 3.1.2 and updates ancestor dependencies minimatch, react-native-rename and mocha. These dependencies need to be updated together.

Updates minimatch from 0.2.14 to 3.1.2

Commits
Maintainer changes

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


Updates react-native-rename from 2.1.5 to 2.9.0

Release notes

Sourced from react-native-rename's releases.

v2.9.0

  • Use mv instead git mv c22568c

junedomingo/react-native-rename@v2.8.2...v2.9.0

v2.8.2

  • Don't throw an error for the android project only 7ac6ea2

junedomingo/react-native-rename@v2.8.1...v2.8.2

v2.8.1

  • Use expo config as an alternative source of app name ab22007

junedomingo/react-native-rename@v2.8.0...v2.8.1

v2.8.0

  • [ios] Add checking of the project path e15496e

junedomingo/react-native-rename@v2.7.1...v2.8.0

v2.7.1

  • [android] Fix renaming in a BUCK file 4ce7234
  • [android] Fix copying files eec2a0a
  • [android] Fix a bundle id duplication 50e1348

junedomingo/react-native-rename@v2.7.0...v2.7.1

v2.7.0

  • Allow using the same app name (fix #97)
  • Allow using bundle id with the same domain (com.test -> com.test.app) (fix #102)
  • Added support for Flipper and other java files (fix #118)

junedomingo/react-native-rename@v2.6.0...v2.7.0

v2.6.0

  • Use lib version from package.json 434f829
  • [android] Fix files deleting after change a bundle id 7aaa7bd

junedomingo/react-native-rename@v2.5.0...v2.6.0

v2.5.0

  • Fix Node v14 warning 661c8ed
  • Validate bundleID to match requirements for Android. 7256fd0
  • Start using app.json as a source of trust. bbded41
  • Update the name of Bridging-Header file d35bcd2

junedomingo/react-native-rename@v2.4.0...v2.5.0

v2.4.0

  • #55 Addresses the issue of Java source files being deleted inappropriately when using the same package name.

... (truncated)

Commits
Maintainer changes

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


Updates mocha from 2.5.3 to 10.1.0

Release notes

Sourced from mocha's releases.

v10.1.0

10.1.0 / 2022-10-16

🎉 Enhancements

🔩 Other

v10.0.0

10.0.0 / 2022-05-01

💥 Breaking Changes

🔩 Other

Also thanks to @​ea2305 and @​SukkaW for improvements to our documentation.

v9.2.2

9.2.2 / 2022-03-11

Please also note our announcements.

🐛 Fixes

... (truncated)

Changelog

Sourced from mocha's changelog.

10.1.0 / 2022-10-16

🎉 Enhancements

🔩 Other

10.0.0 / 2022-05-01

💥 Breaking Changes

🔩 Other

Also thanks to @​ea2305 and @​SukkaW for improvements to our documentation.

9.2.2 / 2022-03-11

🐛 Fixes

🔩 Other

... (truncated)

Commits
  • 5f96d51 build(v10.1.0): release
  • ed74f16 build(v10.1.0): update CHANGELOG
  • 51d4746 chore(devDeps): update 'ESLint' to v8 (#4926)
  • 4e06a6f fix(browser): increase contrast for replay buttons (#4912)
  • 41567df Support prefers-color-scheme: dark (#4896)
  • 61b4b92 fix the regular expression for function clean in utils.js (#4770)
  • 77c18d2 chore: use standard 'Promise.allSettled' instead of polyfill (#4905)
  • 84b2f84 chore(ci): upgrade GH actions to latest versions (#4899)
  • 023f548 build(v10.0.0): release
  • 62b1566 build(v10.0.0): update CHANGELOG
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by juergba, a new releaser for mocha 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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will 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.

Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.1.2 and updates ancestor dependencies [minimatch](https://github.com/isaacs/minimatch), [react-native-rename](https://github.com/junedomingo/react-native-rename) and [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together.


Updates `minimatch` from 0.2.14 to 3.1.2
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Commits](isaacs/minimatch@v0.2.14...v3.1.2)

Updates `react-native-rename` from 2.1.5 to 2.9.0
- [Release notes](https://github.com/junedomingo/react-native-rename/releases)
- [Commits](junedomingo/react-native-rename@v2.1.5...v2.9.0)

Updates `mocha` from 2.5.3 to 10.1.0
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](mochajs/mocha@v2.5.3...v10.1.0)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
- dependency-name: react-native-rename
  dependency-type: direct:production
- dependency-name: mocha
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 2, 2022
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.

0 participants