Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 10, 2023

Bumps pigeon from 5.0.1 to 8.0.0.

Commits
  • 3f20f4b [pigeon] Change the Obj-C error type for FlutterApi (#3182)
  • b6f2ee1 [go_router] Adds reverseTransitionDuration to CustomTransitionPage (#3175)
  • c558f01 [ci] Partially migrate macOS-host Pigeon tests to LUCI (#3046)
  • 4f8598a [go_router] Avoid unnecessary null checks (#3142)
  • f2f6c5e [go_router_builder] Support default values for route parameters (#2826)
  • fa4775e Manual flutter roll and analyzer fix (#3174)
  • b338aba [pigeon]: Bump org.jetbrains.kotlin:kotlin-gradle-plugin (#3169)
  • 1bce63c [go_router] Fix redirection log (#3032)
  • 7e80927 [pointer_interceptor] Removed const keyword from PointerInterceptor construct...
  • 5d7452c [pigeon] More integration tests (#3157)
  • 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 bot and others added 30 commits November 15, 2022 20:51
Bumps [examples/codelabs](https://github.com/flutter/codelabs) from `fc575d3` to `935cec7`.
- [Release notes](https://github.com/flutter/codelabs/releases)
- [Commits](flutter/codelabs@fc575d3...935cec7)

---
updated-dependencies:
- dependency-name: examples/codelabs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Updates jquery, bootstrap, and clipboard.js.
Remove general things that are "special" about Web as a Fluter platform
Bumps ruby from `d2e0889` to `1c24e30`.

---
updated-dependencies:
- dependency-name: ruby
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Shams Zakhour (ignore Sfshaza) <[email protected]>
Co-authored-by: Khanh Nguyen <[email protected]>
…ter#7838)

* Make animation codelab JS more robust to avoid error

* Exclude unused script in explicit animations codelab

* Combine checks as both are needed
Bumps [examples/codelabs](https://github.com/flutter/codelabs) from `935cec7` to `4d77e2d`.
- [Release notes](https://github.com/flutter/codelabs/releases)
- [Commits](flutter/codelabs@935cec7...4d77e2d)

---
updated-dependencies:
- dependency-name: examples/codelabs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Adding apple framewokrs > flutter plugins doc

* Apply suggestions from code review

Co-authored-by: Anthony Sansone <[email protected]>
Co-authored-by: Shams Zakhour (ignore Sfshaza) <[email protected]>

* Update src/development/platform-integration/ios/apple-frameworks.md

Co-authored-by: Anthony Sansone <[email protected]>

* Making modifications based on code review

* Adding link

* Modifying based on feedback

* Small fixes and adding links

* Adding link

* Refactored for table display

Co-authored-by: Shams Zakhour (ignore Sfshaza) <[email protected]>
Co-authored-by: Anthony Sansone <[email protected]>
Co-authored-by: Tony Sansone <[email protected]>
Bumps [examples/codelabs](https://github.com/flutter/codelabs) from `4d77e2d` to `2f352af`.
- [Release notes](https://github.com/flutter/codelabs/releases)
- [Commits](flutter/codelabs@4d77e2d...2f352af)

---
updated-dependencies:
- dependency-name: examples/codelabs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Shams Zakhour (ignore Sfshaza) <[email protected]>
Flutter 3.3 is the last stable release to support macOS 10.11 through
10.13. As of the next stable release, the minimum supported version of
macOS will be 10.14 (Mojave).

RFC: https://flutter.dev/go/flutter-drop-macOS-10.13-2022-q4

Issue: flutter/flutter#114445
Also uses markdown instead of the b tag.
Fixes capitalization on the "Using the Performance view" page
`handleStatusBarTouches` is removed in flutter/engine#16820, this part of the documentation is obsolete. 

Fixes flutter/flutter#63051 (comment)
* Update firebase.json

* Update firebase.json

Fix URL
dependabot bot and others added 17 commits February 3, 2023 02:33
Not sure what this parenthetical was referring to...
* Fixes a potential success even if no-op in test.

This fixes a potential success in the test which could happen if the
cart.add method fails to call
notifyListeners(). This just uses a simple interger counter. A better
implementation would be to use the mockito package:
https://pub.dev/packages/mockito however, I was attempting to keep the
sample simple.

Fixes [PAGE ISSUE]: 'Simple app state management' flutter#8135

* Fixed code snippet

* Updated the example code and snippet
Clean up text on Impeller to match current status
Add a link for Emulators for Flutter Android Testing design document.
Add the official documentation link to the solidart state management solution
Bumps [examples/codelabs](https://github.com/flutter/codelabs) from `eba204e` to `d3aa1c0`.
- [Release notes](https://github.com/flutter/codelabs/releases)
- [Commits](flutter/codelabs@eba204e...d3aa1c0)

---
updated-dependencies:
- dependency-name: examples/codelabs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Shams Zakhour (ignore Sfshaza) <[email protected]>
Bumps [examples/codelabs](https://github.com/flutter/codelabs) from `d3aa1c0` to `ffade37`.
- [Release notes](https://github.com/flutter/codelabs/releases)
- [Commits](flutter/codelabs@d3aa1c0...ffade37)

---
updated-dependencies:
- dependency-name: examples/codelabs
  dependency-type: direct:production
...

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

* Update src/deployment/obfuscate.md

Co-authored-by: Loïc Sharma <[email protected]>

---------

Co-authored-by: Loïc Sharma <[email protected]>
Bumps [examples/codelabs](https://github.com/flutter/codelabs) from `ffade37` to `063ce89`.
- [Release notes](https://github.com/flutter/codelabs/releases)
- [Commits](flutter/codelabs@ffade37...063ce89)

---
updated-dependencies:
- dependency-name: examples/codelabs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Adds the go link for the build definition language.
This adds a go link to the table development doc, which includes public information about the development of the TableView widget that we;re getting ready.
@dependabot dependabot bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels Feb 10, 2023
sfshaza2 and others added 3 commits February 10, 2023 08:44
* Add link for mixin modifier doc

* Update firebase.json
Bumps [pigeon](https://github.com/flutter/packages/tree/main/packages) from 5.0.1 to 8.0.0.
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/pigeon-v8.0.0/packages)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pub/examples/development/platform_integration/pigeon-8.0.0 branch from be8adb9 to 5ae567f Compare February 10, 2023 21:00
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 15, 2023

Looks like pigeon is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Feb 15, 2023
@dependabot dependabot bot deleted the dependabot/pub/examples/development/platform_integration/pigeon-8.0.0 branch February 15, 2023 17:39
jmagman pushed a commit that referenced this pull request May 4, 2023
* Update Codelabs page with NG UI lab

* Updated per @domesticmouse review

* Added Dart 3 codelab per @johnpryan

* Fixed typo
jmagman added a commit that referenced this pull request Dec 20, 2023
- Bump site-shared from `04a5353` to `74292e2` (#153)
- io23 bring up to date (#154)
- Update PULL_REQUEST_TEMPLATE.md
- Update build.yml
- Bump examples/codelabs from `f34ebd8` to `ec39689` (#155)
- Bump github/codeql-action from 2.3.0 to 2.3.1 (#156)
- Bump github/codeql-action from 2.3.1 to 2.3.2 (#159)
- Bump examples/codelabs from `ec39689` to `f5011e7` (#158)
- Bump examples/codelabs from `f5011e7` to `b7d1dd0` (#161)
- Bump site-shared from `74292e2` to `d514327` (#160)
- Bump examples/codelabs from `b7d1dd0` to `b53da25` (#163)
- Update Codelabs page with NG UI lab (#162)
- Update wasm landing page for I/O '23 (#157)
- Bump pigeon from 9.2.5 to 10.0.0 in
/examples/development/platform_integration (#166)
- Bump ruby from 3.2-2-slim-bullseye to 3.2.2-slim-bullseye (#169)
- Update supported-platforms.md (#168)
- [web] Document new HTML embedding options. (#164)
- Flutter 3.10 release notes (#170)
- Enable tests on `beta` branch and update examples (flutter#172)
- Bump actions/checkout from 3.5.0 to 3.5.2 (flutter#175)
- Bump github/codeql-action from 2.3.2 to 2.3.3 (flutter#174)
- Bump examples/codelabs from `b53da25` to `af7e9a9` (flutter#173)
- Add Swift Package Manager design doc go link (flutter#171)
- Enable link check workflow (flutter#176)
- Update language version to Dart 3 in examples (flutter#178)
- wasm: small update (flutter#180)
- Add PaLM codelab (flutter#179)
- Updated breaking changes for 3.10 (flutter#177)
- Update What's New for 3.10 (#165)
- Tweak to wasm page (flutter#181)
- Bump examples/codelabs from `af7e9a9` to `007143a` (flutter#182)
- Added new banner for I/O 2023 announcement (flutter#183)
- restore build.yml

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Shams Zakhour (ignore Sfshaza) <[email protected]>
Co-authored-by: Parker Lougheed <[email protected]>
Co-authored-by: 失魂魚 <[email protected]>
Co-authored-by: Brett Morgan <[email protected]>
Co-authored-by: Bernardo Ferrari <[email protected]>
Co-authored-by: Dimitris Paxinos <[email protected]>
Co-authored-by: Elias Yishak <[email protected]>
Co-authored-by: Mouad Debbar <[email protected]>
Co-authored-by: Anthony Sansone <[email protected]>
Co-authored-by: Leigha Jarett <[email protected]>
Co-authored-by: Victoria Ashworth <[email protected]>
Co-authored-by: Loïc Sharma <[email protected]>
Co-authored-by: Eilidh Southren <[email protected]>
Co-authored-by: gaaclarke <[email protected]>
Co-authored-by: Kevin Moore <[email protected]>
Co-authored-by: Stefanie Luo <[email protected]>
Co-authored-by: Chris Bracken <[email protected]>
Co-authored-by: David Iglesias <[email protected]>
Co-authored-by: John Ryan <[email protected]>
Co-authored-by: Yegor <[email protected]>
Co-authored-by: Kevin Chisholm <[email protected]>
Co-authored-by: Jenn Magder <[email protected]>
Co-authored-by: Tim Sneath <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dart Pull requests that update Dart code dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.