Skip to content

Bump cocoapods-downloader from 1.2.2 to 1.6.3#6

Open
dependabot[bot] wants to merge 3 commits into
masterfrom
dependabot/bundler/cocoapods-downloader-1.6.3
Open

Bump cocoapods-downloader from 1.2.2 to 1.6.3#6
dependabot[bot] wants to merge 3 commits into
masterfrom
dependabot/bundler/cocoapods-downloader-1.6.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 5, 2022

Copy link
Copy Markdown

Bumps cocoapods-downloader from 1.2.2 to 1.6.3.

Release notes

Sourced from cocoapods-downloader's releases.

1.6.3

Enhancements
  • None.
Bug Fixes
  • None.

1.6.2

Enhancements
  • None.
Bug Fixes
  • None.

1.6.1

Enhancements
  • None.
Bug Fixes
  • None.

1.6.0

Enhancements
  • None.
Bug Fixes
  • Adds a check for command injections in the input for hg and git.
    orta #124

1.5.1

Enhancements
  • None.
Bug Fixes
  • Fix "can't modify frozen string" errors when pods are integrated using the branch option
    buju77 #10920

1.5.0

... (truncated)

Changelog

Sourced from cocoapods-downloader's changelog.

1.6.3 (2022-04-01)

Enhancements
  • None.
Bug Fixes
  • None.

1.6.2 (2022-03-28)

Enhancements
  • None.
Bug Fixes
  • None.

1.6.1 (2022-03-23)

Enhancements
  • None.
Bug Fixes
  • None.

1.6.0 (2022-03-22)

Enhancements
  • None.
Bug Fixes
  • Adds a check for command injections in the input for hg and git.
    orta #124

1.5.1 (2021-09-07)

Enhancements
  • None.

... (truncated)

Commits
  • c03e2ed Release 1.6.3
  • f75bccc Disable Bazaar tests due to macOS 12.3 not including python2
  • 52a0d54 Merge pull request #128 from CocoaPods/validate_before_dl
  • d27c983 Ensure that the git pre-processor doesn't accidentally bail also
  • 3adfe1f [CHANGELOG] Add empty Master section
  • 591167a Release 1.6.2
  • d2564c3 Merge pull request #127 from CocoaPods/validate_before_dl
  • 99fec61 Switches where we check for invalid input, to move it inside the download fun...
  • 96679f2 [CHANGELOG] Add empty Master section
  • 3a7c54b Release 1.6.1
  • Additional commits viewable in compare view

Dependabot compatibility score

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.

dependabot Bot and others added 3 commits July 19, 2021 05:36
Bumps [json](https://github.com/flori/json) from 2.2.0 to 2.5.1.
- [Release notes](https://github.com/flori/json/releases)
- [Changelog](https://github.com/flori/json/blob/master/CHANGES.md)
- [Commits](ruby/json@v2.2.0...v2.5.1)

---
updated-dependencies:
- dependency-name: json
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Create empty project

* just for test

* basic view and Running fragment

* mapview

* 1. Using view model to store the status of fragment.
   Stopwatch will keep working when users switch to other App/Interface

2. Add permission request callback. The map view will be refreshed
   automatically after getting the Location permission

* 1. Use Data Binding to change Layout
2. Adjust the Naming style and part of useless datablocks

* Fix code reviews

Still have some automatically generated unused code blocks and comments. Will delete them in the future, in case they will be used.

* Remove comment

* Add working directory default

* search bar

* bringToFront

* serach place and movethe map sight

* formalize code style

* modify value type

* remove getFloat

* intergate auth

* move const to companion object

* attach to PR

* get UserID

* move const to companion object

* attach to PR

* attach to PR

* implemented logout

* add google-service.json

* naming style

* json

* 1. Add login fragment. Seperate login process from MainActivity
2. Reduce unnecessary variables in MainActivity
3. Using ViewModel to save the user
4. Fix bug in firebaseAuthWithGoogle addOnCompleteListener
5. Remove the activity in backstack.

* remove comment

* remove comment

* move login in check to ViewModel

* resolve conflict

* resolve conflict

* resolve conflict

* resolve conflict

* add LiveData class

* 1. Adapt it to MVVM architecture
2. Add AuthStateListener and oberver to lisen the change of current login status
3. Solve the coordination between async operations

* firestore create user

* 1. Create User in Firstore
2. Profile UI
3. Data binding for user name and email
4. Async Task class to Download and set user photo
5. Create ProfileViewModel

* interaction between runFragment and Forestore

* adjust timestamp format

* ListView

* Fix login bug -- adjust postion of check-login function

* remove unused code block

* Welcome Page

* adjust the position of logout observer

* image button at runFragment

* fix code review

* Test

* test with mock account info

* ViewHolder Pattern in Adapter

Co-authored-by: Adam <caller9@users.noreply.github.com>
Co-authored-by: Yang Li <butterflyforever@users.noreply.github.com>
Co-authored-by: butterflyforever <29890639+butterflyforever@users.noreply.github.com>
Bumps [cocoapods-downloader](https://github.com/CocoaPods/cocoapods-downloader) from 1.2.2 to 1.6.3.
- [Release notes](https://github.com/CocoaPods/cocoapods-downloader/releases)
- [Changelog](https://github.com/CocoaPods/cocoapods-downloader/blob/master/CHANGELOG.md)
- [Commits](CocoaPods/cocoapods-downloader@1.2.2...1.6.3)

---
updated-dependencies:
- dependency-name: cocoapods-downloader
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@atomist atomist Bot added auto-branch-delete:on-close Delete branch when pull request gets closed auto-merge-method:merge Auto-merge with merge commit auto-merge:on-bpr-success Auto-merge on passed branch protection rule labels Apr 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-branch-delete:on-close Delete branch when pull request gets closed auto-merge:on-bpr-success Auto-merge on passed branch protection rule auto-merge-method:merge Auto-merge with merge commit dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants