Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump urllib3 from 1.26.11 to 1.26.18 in /util/arv #468

Merged
merged 1 commit into from
Jan 18, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 22, 2023

Bumps urllib3 from 1.26.11 to 1.26.18.

Release notes

Sourced from urllib3's releases.

1.26.18

  • Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other" redirect responses. (GHSA-g4mx-q9vg-27p4)

1.26.17

  • Added the Cookie header to the list of headers to strip from requests when redirecting to a different host. As before, different headers can be set via Retry.remove_headers_on_redirect. (GHSA-v845-jxx5-vc9f)

1.26.16

  • Fixed thread-safety issue where accessing a PoolManager with many distinct origins would cause connection pools to be closed while requests are in progress (#2954)

1.26.15

1.26.14

  • Fixed parsing of port 0 (zero) returning None, instead of 0 (#2850)
  • Removed deprecated HTTPResponse.getheaders() calls in urllib3.contrib module.

1.26.13

  • Deprecated the HTTPResponse.getheaders() and HTTPResponse.getheader() methods.
  • Fixed an issue where parsing a URL with leading zeroes in the port would be rejected even when the port number after removing the zeroes was valid.
  • Fixed a deprecation warning when using cryptography v39.0.0.
  • Removed the <4 in the Requires-Python packaging metadata field.

1.26.12

  • Deprecated the urllib3[secure] extra and the urllib3.contrib.pyopenssl module. Both will be removed in v2.x. See this GitHub issue for justification and info on how to migrate.
Changelog

Sourced from urllib3's changelog.

1.26.18 (2023-10-17)

  • Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other" redirect responses.

1.26.17 (2023-10-02)

  • Added the Cookie header to the list of headers to strip from requests when redirecting to a different host. As before, different headers can be set via Retry.remove_headers_on_redirect. ([#3139](https:/urllib3/urllib3/issues/3139) <https:/urllib3/urllib3/pull/3139>_)

1.26.16 (2023-05-23)

  • Fixed thread-safety issue where accessing a PoolManager with many distinct origins would cause connection pools to be closed while requests are in progress ([#2954](https:/urllib3/urllib3/issues/2954) <https:/urllib3/urllib3/pull/2954>_)

1.26.15 (2023-03-10)

  • Fix socket timeout value when HTTPConnection is reused ([#2645](https:/urllib3/urllib3/issues/2645) <https:/urllib3/urllib3/issues/2645>__)
  • Remove "!" character from the unreserved characters in IPv6 Zone ID parsing ([#2899](https:/urllib3/urllib3/issues/2899) <https:/urllib3/urllib3/issues/2899>__)
  • Fix IDNA handling of '\x80' byte ([#2901](https:/urllib3/urllib3/issues/2901) <https:/urllib3/urllib3/issues/2901>__)

1.26.14 (2023-01-11)

  • Fixed parsing of port 0 (zero) returning None, instead of 0. ([#2850](https:/urllib3/urllib3/issues/2850) <https:/urllib3/urllib3/issues/2850>__)
  • Removed deprecated getheaders() calls in contrib module. Fixed the type hint of PoolKey.key_retries by adding bool to the union. ([#2865](https:/urllib3/urllib3/issues/2865) <https:/urllib3/urllib3/issues/2865>__)

1.26.13 (2022-11-23)

  • Deprecated the HTTPResponse.getheaders() and HTTPResponse.getheader() methods.
  • Fixed an issue where parsing a URL with leading zeroes in the port would be rejected even when the port number after removing the zeroes was valid.
  • Fixed a deprecation warning when using cryptography v39.0.0.
  • Removed the <4 in the Requires-Python packaging metadata field.

1.26.12 (2022-08-22)

  • Deprecated the urllib3[secure] extra and the urllib3.contrib.pyopenssl module. Both will be removed in v2.x. See this GitHub issue <https:/urllib3/urllib3/issues/2680>_ for justification and info on how to migrate.
Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [urllib3](https:/urllib3/urllib3) from 1.26.11 to 1.26.18.
- [Release notes](https:/urllib3/urllib3/releases)
- [Changelog](https:/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@1.26.11...1.26.18)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added python Pull requests that update Python code ⛓ dependencies labels Dec 22, 2023
@YumNumm YumNumm merged commit 9c4207f into develop Jan 18, 2024
2 of 3 checks passed
@YumNumm YumNumm deleted the dependabot/pip/util/arv/urllib3-1.26.18 branch January 18, 2024 12:41
@github-actions github-actions bot mentioned this pull request Jan 18, 2024
YumNumm added a commit that referenced this pull request Jan 20, 2024
commit c0d7c91
Author: YumNumm <[email protected]>
Date:   Sat Jan 20 21:58:34 2024 +0900

    regenerate codes

commit 98c0ee4
Author: YumNumm <[email protected]>
Date:   Sat Jan 20 02:20:58 2024 +0900

    fix

commit ee9a073
Author: YumNumm <[email protected]>
Date:   Sat Jan 20 01:49:22 2024 +0900

    fix

commit 9885c38
Author: Ryotaro Onoue <[email protected]>
Date:   Sat Jan 20 19:07:52 2024 +0900

    気象庁による 地震・津波のお知らせ (#529)

    * fix

    * fix

    * Merge branch 'feature/jma-bbox' into develop

    * add

    * add: details view

commit 269e80c
Author: Ryotaro Onoue <[email protected]>
Date:   Sat Jan 20 01:49:59 2024 +0900

    JMA BBOX (#528)

    fix

commit fd9ef4b
Author: YumNumm <[email protected]>
Date:   Thu Jan 18 22:00:20 2024 +0900

    fix: proto

commit 597a2e5
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Thu Jan 18 21:53:00 2024 +0900

    Auto format - ref: develop (#527)

    Auto format

    Co-authored-by: YumNumm <[email protected]>

commit 9c4207f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Jan 18 21:41:01 2024 +0900

    build(deps): bump urllib3 from 1.26.11 to 1.26.18 in /util/arv (#468)

    Bumps [urllib3](https:/urllib3/urllib3) from 1.26.11 to 1.26.18.
    - [Release notes](https:/urllib3/urllib3/releases)
    - [Changelog](https:/urllib3/urllib3/blob/main/CHANGES.rst)
    - [Commits](urllib3/urllib3@1.26.11...1.26.18)

    ---
    updated-dependencies:
    - dependency-name: urllib3
      dependency-type: direct:production
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 5a28d50
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Jan 18 21:40:51 2024 +0900

    build(deps): bump intl from 0.18.1 to 0.19.0 (#500)

    Bumps [intl](https:/dart-lang/i18n/tree/main/pkgs) from 0.18.1 to 0.19.0.
    - [Release notes](https:/dart-lang/i18n/releases)
    - [Commits](https:/dart-lang/i18n/commits/intl-v0.19.0/pkgs)

    ---
    updated-dependencies:
    - dependency-name: intl
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 89190fa
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Jan 18 21:40:43 2024 +0900

    build(deps): bump go_router from 11.1.4 to 13.0.1 (#523)

    Bumps [go_router](https:/flutter/packages/tree/main/packages) from 11.1.4 to 13.0.1.
    - [Release notes](https:/flutter/packages/releases)
    - [Commits](https:/flutter/packages/commits/go_router-v13.0.1/packages)

    ---
    updated-dependencies:
    - dependency-name: go_router
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 3394d8a
Author: Ryotaro Onoue <[email protected]>
Date:   Thu Jan 18 21:32:03 2024 +0900

    メイン画面のMapLibre化 (#517)

    * add: EEW震央表示

    * add: protoc generator

    * increment build num

    * fix: code-snippets

    * fix: debug時にCrashlyticsへ送信しないように

    * fix: [ApiTypes] operatorの実装ミス

    * fix: [extensions] 片付けの強化

    * add

    * fix: Homeボタンの挙動修正

    * add: homeボタンのtooltip

    * add: privacy manifests

    * downgrade to 3.16.7

    * fix: parameter loader elevation

    * fix: EEW生存条件の引き下げ

    * fix: debugger

    * fix: TopoJson Mapを削除

    * remove: topojson related files

    * run melos bootstrap

    * Restyle メイン画面のMapLibre化 (#518)

    * Restyled by dart-format

    * Restyled by prettier-yaml

    * Restyled by shellcheck

    * Restyled by shfmt

    * Restyled by whitespace

    ---------

    Co-authored-by: Restyled.io <[email protected]>

    * fix: [ci] protoc install\

    * fix: [ci] permission

    * Auto format - ref: 517/merge (#519)

    Auto format

    Co-authored-by: YumNumm <[email protected]>

    ---------

    Co-authored-by: restyled-io[bot] <32688539+restyled-io[bot]@users.noreply.github.com>
    Co-authored-by: Restyled.io <[email protected]>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: YumNumm <[email protected]>

commit e18f76c
Author: YumNumm <[email protected]>
Date:   Thu Jan 4 00:20:11 2024 +0900

    fix: 地震履歴詳細画面の読み込み中Widgetを削除

commit 34d6ebf
Author: YumNumm <[email protected]>
Date:   Thu Jan 4 00:03:48 2024 +0900

    release: 2.2.2

commit 3d6f329
Author: YumNumm <[email protected]>
Date:   Thu Jan 4 00:03:44 2024 +0900

    fix: symbol

commit 54879b0
Author: Ryotaro Onoue <[email protected]>
Date:   Wed Jan 3 23:33:06 2024 +0900

    震度5弱以上未入電が !5- と表示されていた問題を修正 (#516)

    * fix

commit fe2cc88
Author: YumNumm <[email protected]>
Date:   Wed Jan 3 21:50:36 2024 +0900

    release: 2.2.2

commit 491d976
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Wed Jan 3 21:45:38 2024 +0900

    Release for v2.2.2 (#509)

    * [tagpr] prepare for the next release

    * [tagpr] update CHANGELOG.md

    ---------

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

commit 65a775b
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Wed Jan 3 21:45:04 2024 +0900

    Auto format - ref: develop (#511)

    Auto format

    Co-authored-by: YumNumm <[email protected]>
    Co-authored-by: Ryotaro Onoue <[email protected]>

commit dadda61
Author: YumNumm <[email protected]>
Date:   Wed Jan 3 21:44:22 2024 +0900

    fix: 表示されるべきでないWidgetを画面外へ移動

commit 96b59e5
Author: Ryotaro Onoue <[email protected]>
Date:   Wed Jan 3 21:42:04 2024 +0900

    すべてのEEWが失効した時に、デフォルトの表示範囲へ戻す (#512)

    * fix

commit fff8ccb
Author: YumNumm <[email protected]>
Date:   Wed Jan 3 21:32:09 2024 +0900

    fix: melos.yaml

commit 01e1fd8
Author: Ryotaro Onoue <[email protected]>
Date:   Wed Jan 3 21:30:11 2024 +0900

    震度詳細画面の 都道府県ごとの震度が誤っていた問題を修正 (#510)

    * fix

commit 9cd62d1
Author: Ryotaro Onoue <[email protected]>
Date:   Wed Jan 3 18:26:34 2024 +0900

    地震履歴詳細画面の観測点表示を追加 (#508)

    * add: api client

    * add: applicationDocumentsDirectoryProvider

    * add

    * add: stationsAction

commit 9d0f16e
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Wed Jan 3 13:28:07 2024 +0900

    Release for v2.2.1 (#499)

    * [tagpr] prepare for the next release

    * [tagpr] update CHANGELOG.md

    ---------

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

commit 2ebe4e4
Author: Ryotaro Onoue <[email protected]>
Date:   Wed Jan 3 13:27:38 2024 +0900

    Fix/everyone topic (#505)

    * fix

    * fix

commit b106154
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Wed Jan 3 03:18:45 2024 +0900

    Auto format - ref: develop (#504)

    Auto format

    Co-authored-by: YumNumm <[email protected]>

commit 9bf18cb
Author: YumNumm <[email protected]>
Date:   Wed Jan 3 03:09:14 2024 +0900

    release: 2.2.1

commit 3c4f992
Author: YumNumm <[email protected]>
Date:   Wed Jan 3 03:08:52 2024 +0900

    fix: 配色が保存されない問題

commit 4025ab9
Author: Ryotaro Onoue <[email protected]>
Date:   Tue Jan 2 19:29:59 2024 +0900

    Android CDの修正 (#503)

    fix

commit 3d45535
Author: Natsuki Ikeguchi <[email protected]>
Date:   Tue Jan 2 19:10:33 2024 +0900

    ci: Fix failing CI (#502)

    * ci: Fix failing CI

    * build(deps): Use HTTPS URL instead of SSH for all Git dependencies

    Signed-off-by: Natsuki Ikeguchi <[email protected]>

    * ci: Use pull_request_target trigger instead to grant permissions

    Signed-off-by: Natsuki Ikeguchi <[email protected]>

    * add: pubspec_overrides

    * add: README build section

    * fix: re-run pub get to update deps

    * Restyled by prettier-markdown

    * fix: line-break in README.md

    ---------

    Signed-off-by: Natsuki Ikeguchi <[email protected]>
    Co-authored-by: YumNumm <[email protected]>
    Co-authored-by: Restyled.io <[email protected]>

commit 32b3072
Author: Natsuki Ikeguchi <[email protected]>
Date:   Tue Jan 2 17:41:40 2024 +0900

    docs: Fix outdated syntax in README.md (#501)

commit ab1e313
Author: YumNumm <[email protected]>
Date:   Tue Jan 2 02:57:14 2024 +0900

    remove unused widget

commit c187862
Author: YumNumm <[email protected]>
Date:   Tue Jan 2 02:47:19 2024 +0900

    release 2.2.0

commit 07730e8
Author: YumNumm <[email protected]>
Date:   Tue Jan 2 02:45:20 2024 +0900

    release 2.3.0

commit 5bab833
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Tue Jan 2 02:39:02 2024 +0900

    Release for v2.0.3 (#429)

    * [tagpr] prepare for the next release

    * [tagpr] update CHANGELOG.md

    ---------

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

commit 1e681da
Author: Ryotaro Onoue <[email protected]>
Date:   Tue Jan 2 01:35:23 2024 +0900

    EEWのLPGM実装 (#496)

    * impl

commit 730ad01
Author: Ryotaro Onoue <[email protected]>
Date:   Tue Jan 2 01:14:22 2024 +0900

    地震履歴の長周期地震動階級周りの実装 (#494)

    * fix: 不要な更新を削除

    * 震度速報のみの表示を改善 (#491)

    * fix: 不要な更新を削除

    * fix

    * fix: 地震履歴詳細のリンクを開けるように

    * add: 市区町村レベルの震度を表示できるように

    * impl

    * Restyle 地震履歴の長周期地震動階級周りの実装 (#495)

    Restyled by dart-format

    Co-authored-by: Restyled.io <[email protected]>

    ---------

    Co-authored-by: restyled-io[bot] <32688539+restyled-io[bot]@users.noreply.github.com>
    Co-authored-by: Restyled.io <[email protected]>

commit f46c087
Author: Ryotaro Onoue <[email protected]>
Date:   Tue Jan 2 00:16:13 2024 +0900

    VXSE51の発表時刻表示 (#492)

    * fix: 不要な更新を削除

    * 震度速報のみの表示を改善 (#491)

    * fix: 不要な更新を削除

    * fix

    * fix: 地震履歴詳細のリンクを開けるように

    * add: 市区町村レベルの震度を表示できるように

    * fix

    * add

    * Restyle VXSE51の発表時刻表示 (#493)

    Restyled by dart-format

    Co-authored-by: Restyled.io <[email protected]>

    ---------

    Co-authored-by: restyled-io[bot] <32688539+restyled-io[bot]@users.noreply.github.com>
    Co-authored-by: Restyled.io <[email protected]>

commit f99cc53
Author: Ryotaro Onoue <[email protected]>
Date:   Mon Jan 1 22:06:14 2024 +0900

    震度速報のみの表示を改善 (#491)

    * fix: 不要な更新を削除

    * fix

commit 55edd72
Author: YumNumm <[email protected]>
Date:   Mon Jan 1 21:13:37 2024 +0900

    format

commit 7b54c48
Author: YumNumm <[email protected]>
Date:   Mon Jan 1 20:56:29 2024 +0900

    fix

commit 073590e
Author: YumNumm <[email protected]>
Date:   Mon Jan 1 17:03:29 2024 +0900

    fix

commit ac5a862
Author: Ryotaro Onoue <[email protected]>
Date:   Mon Jan 1 16:59:29 2024 +0900

    Flutter 3.18.0-0.2-preへアップデート (#490)

    update

commit 3867adb
Author: Ryotaro Onoue <[email protected]>
Date:   Mon Jan 1 01:15:08 2024 +0900

    PLUM法のEEWが、P/S波到達予想円に表示される問題 (#478)

    * remove: unused provider

    * add: eew_alive_provider

    * add: test

    * add: test ci

    * add: test ci

    * fix: ci

    * fix: regen code

    * fix: remove unused deps

    * Auto format - ref: 478/merge (#489)

    Auto format

    Co-authored-by: YumNumm <[email protected]>

    * fix: ci

    * fix

    ---------

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: YumNumm <[email protected]>

commit 9c300ef
Author: Ryotaro Onoue <[email protected]>
Date:   Thu Dec 28 19:43:30 2023 +0900

    地震履歴設定のUI構築 (#476)

    * add

commit f8d0efb
Author: Ryotaro Onoue <[email protected]>
Date:   Wed Dec 27 02:46:39 2023 +0900

    REST APIのURL切り替え (#474)

    * add

commit cc033e5
Author: Ryotaro Onoue <[email protected]>
Date:   Tue Dec 26 23:21:09 2023 +0900

    Temporary Support to Web (#472)

    * add

commit 583f455
Author: YumNumm <[email protected]>
Date:   Sat Dec 23 00:42:03 2023 +0900

    update: flutter 3.16.5

commit eea1a9e
Author: YumNumm <[email protected]>
Date:   Sun Dec 17 03:45:46 2023 +0900

    update: flutter 3.16.4

commit 89c2c81
Author: YumNumm <[email protected]>
Date:   Mon Dec 11 01:50:20 2023 +0900

    release: v2.0.4

commit 2c63c2c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Dec 11 01:30:31 2023 +0900

    build(deps): bump dio from 5.3.4 to 5.4.0 (#448)

    Bumps [dio](https:/cfug/dio) from 5.3.4 to 5.4.0.
    - [Release notes](https:/cfug/dio/releases)
    - [Commits](cfug/dio@dio_v5.3.4...dio_v5.4.0)

    ---
    updated-dependencies:
    - dependency-name: dio
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Ryotaro Onoue <[email protected]>

commit 3399972
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Dec 11 01:29:49 2023 +0900

    build(deps): bump package_info_plus from 4.2.0 to 5.0.1 (#449)

    Bumps [package_info_plus](https:/fluttercommunity/plus_plugins/tree/main/packages/package_info_plus) from 4.2.0 to 5.0.1.
    - [Release notes](https:/fluttercommunity/plus_plugins/releases)
    - [Commits](https:/fluttercommunity/plus_plugins/commits/package_info_plus-v5.0.1/packages/package_info_plus)

    ---
    updated-dependencies:
    - dependency-name: package_info_plus
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 9c827e9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Dec 11 01:29:39 2023 +0900

    build(deps): bump dio_http2_adapter from 2.3.2 to 2.4.0 (#450)

    Bumps [dio_http2_adapter](https:/cfug/dio/tree/main/plugins) from 2.3.2 to 2.4.0.
    - [Release notes](https:/cfug/dio/releases)
    - [Commits](https:/cfug/dio/commits/http2_adapter_v2.4.0/plugins)

    ---
    updated-dependencies:
    - dependency-name: dio_http2_adapter
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit a90af7a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Dec 11 01:29:26 2023 +0900

    build(deps): bump melos from 3.2.0 to 3.4.0 (#451)

    Bumps [melos](https:/invertase/melos/tree/main/packages) from 3.2.0 to 3.4.0.
    - [Release notes](https:/invertase/melos/releases)
    - [Changelog](https:/invertase/melos/blob/main/CHANGELOG.md)
    - [Commits](https:/invertase/melos/commits/melos-v3.4.0/packages)

    ---
    updated-dependencies:
    - dependency-name: melos
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 4649bb4
Author: Ryotaro Onoue <[email protected]>
Date:   Mon Dec 11 01:29:07 2023 +0900

    地震履歴詳細画面の震源地 cross-axisを修正 (#452)

    fix

commit 720bd38
Author: Ryotaro Onoue <[email protected]>
Date:   Mon Dec 11 01:28:43 2023 +0900

    ホーム画面の不要な再描画の抑制 (#453)

commit 514b86d
Author: YumNumm <[email protected]>
Date:   Tue Dec 5 23:03:22 2023 +0900

    fix: [ios] build error

commit d28f879
Author: YumNumm <[email protected]>
Date:   Tue Dec 5 02:22:11 2023 +0900

    fix: disable ios cd

commit cc2c39e
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Tue Dec 5 02:14:13 2023 +0900

    Auto format - ref: develop (#447)

    Auto format

    Co-authored-by: YumNumm <[email protected]>
    Co-authored-by: Ryotaro Onoue <[email protected]>

commit 1b2e309
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Tue Dec 5 02:13:06 2023 +0900

    Auto format - ref: develop (#446)

    Auto format

    Co-authored-by: YumNumm <[email protected]>

commit f9bca7d
Author: YumNumm <[email protected]>
Date:   Tue Dec 5 02:09:46 2023 +0900

    update: versioning

commit 98828ab
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Tue Dec 5 02:09:03 2023 +0900

    Auto format - ref: develop (#443)

    Auto format

    Co-authored-by: YumNumm <[email protected]>

commit 3807cf2
Author: Ryotaro Onoue <[email protected]>
Date:   Tue Dec 5 02:08:13 2023 +0900

    [Android] KmoniStatusのProgressIndicatorのサイズ調整 (#444)

commit 681aedb
Author: Ryotaro Onoue <[email protected]>
Date:   Tue Dec 5 01:48:10 2023 +0900

    [Android] 予測型「戻る」ジェスチャーの仮対応 (#441)

commit ad2955b
Author: Ryotaro Onoue <[email protected]>
Date:   Tue Dec 5 01:32:43 2023 +0900

    旧バージョンのTopic購読を解除 (#439)

commit f235143
Author: Ryotaro Onoue <[email protected]>
Date:   Tue Dec 5 01:25:46 2023 +0900

    Androidの通知関連修正 (#437)

    * remove: 使われていない画像を削除

    * remove: 不要なXMLの削除

    * fix: [Android] Desugaringを有効に

    * add: Androidにおける通知チャンネル・チャンネルグループ登録実装

    * fix: ProviderObserverをmain.dartから分離

    * fix: introductionScreenのPadding調整

    * fix: 利用していないChannelを削除

    * Restyle Androidの通知関連修正 (#438)

    Restyled by whitespace

    Co-authored-by: Restyled.io <[email protected]>

    ---------

    Co-authored-by: restyled-io[bot] <32688539+restyled-io[bot]@users.noreply.github.com>
    Co-authored-by: Restyled.io <[email protected]>

commit 03ba97c
Author: Ryotaro Onoue <[email protected]>
Date:   Mon Dec 4 23:31:38 2023 +0900

    add: デバッグ時にFCM・APNS Tokenを表示するように (#434)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⛓ dependencies python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant