Skip to content

Fix build job syntax in datadog-synthetics.yml#142

Closed
filforopen-source wants to merge 103 commits into
flutter:fix-audio-initializedfrom
55-build-Runtime-state:main
Closed

Fix build job syntax in datadog-synthetics.yml#142
filforopen-source wants to merge 103 commits into
flutter:fix-audio-initializedfrom
55-build-Runtime-state:main

Conversation

@filforopen-source

@filforopen-source filforopen-source commented Jul 18, 2026

Copy link
Copy Markdown

Pre-launch Checklist

  • I signed the CLA.

dependabot Bot and others added 30 commits November 16, 2025 10:42
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1.
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](nodeca/js-yaml@4.1.0...4.1.1)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 4.1.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [glob](https://github.com/isaacs/node-glob) from 10.4.5 to 10.5.0.
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](isaacs/node-glob@v10.4.5...v10.5.0)

---
updated-dependencies:
- dependency-name: glob
  dependency-version: 10.5.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.3.1 to 1.3.2.
- [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md)
- [Commits](digitalbazaar/forge@v1.3.1...v1.3.2)

---
updated-dependencies:
- dependency-name: node-forge
  dependency-version: 1.3.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@trpc/server](https://github.com/trpc/trpc/tree/HEAD/packages/server) to 10.45.3 and updates ancestor dependency [genkit-cli](https://github.com/firebase/genkit/tree/HEAD/genkit-tools/cli). These dependencies need to be updated together.


Updates `@trpc/server` from 10.45.0 to 10.45.3
- [Release notes](https://github.com/trpc/trpc/releases)
- [Commits](https://github.com/trpc/trpc/commits/HEAD/packages/server)

Updates `genkit-cli` from 1.5.0 to 1.26.0
- [Release notes](https://github.com/firebase/genkit/releases)
- [Commits](https://github.com/firebase/genkit/commits/genkit-cli@1.26.0/genkit-tools/cli)

---
updated-dependencies:
- dependency-name: "@trpc/server"
  dependency-version: 10.45.3
  dependency-type: indirect
- dependency-name: genkit-cli
  dependency-version: 1.26.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps  and [jws](https://github.com/brianloveswords/node-jws). These dependencies needed to be updated together.

Updates `jws` from 4.0.0 to 4.0.1
- [Release notes](https://github.com/brianloveswords/node-jws/releases)
- [Changelog](https://github.com/auth0/node-jws/blob/master/CHANGELOG.md)
- [Commits](auth0/node-jws@v4.0.0...v4.0.1)

Updates `jws` from 3.2.2 to 3.2.3
- [Release notes](https://github.com/brianloveswords/node-jws/releases)
- [Changelog](https://github.com/auth0/node-jws/blob/master/CHANGELOG.md)
- [Commits](auth0/node-jws@v4.0.0...v4.0.1)

---
updated-dependencies:
- dependency-name: jws
  dependency-version: 4.0.1
  dependency-type: indirect
- dependency-name: jws
  dependency-version: 3.2.3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [hono](https://github.com/honojs/hono) from 4.11.1 to 4.11.4.
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.11.1...v4.11.4)

---
updated-dependencies:
- dependency-name: hono
  dependency-version: 4.11.4
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/typescript-sdk) from 1.25.1 to 1.26.0.
- [Release notes](https://github.com/modelcontextprotocol/typescript-sdk/releases)
- [Commits](modelcontextprotocol/typescript-sdk@1.25.1...v1.26.0)

---
updated-dependencies:
- dependency-name: "@modelcontextprotocol/sdk"
  dependency-version: 1.26.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
jwill and others added 13 commits June 12, 2026 22:02
- Extracted CreateEventDialog into its own discrete file create_event_dialog.dart.
- Integrated CreateEventDialog into main.dart to open on the "Create Event" button press.
- Passed calendars explicitly to predicateForEventsWithStartDate to ensure fetching utilizes user's available calendars.
- Cleaned up leftover debugPrint statements and updated AppBar title.
Introduce a comprehensive set of skills that allow an agent to automatically execute Steps 3 through 7 of the GenUI workshop, along with a utility script for Cloud Shell.

- `genui_workshop_step_3`: Initializes the empty Flutter project and sets up core dependencies.
- `genui_workshop_step_4`: Scaffolds the initial GenUI chat interface (`genui_utils.dart` and `message_bubble.dart`).
- `genui_workshop_step_5`: Integrates the `genui` package, configures the `Conversation` API, and supports `SurfaceItem`.
- `genui_workshop_step_6`: Sets up the `WeatherInput` catalog widget and updates the agent system prompt.
- `genui_workshop_step_7`: Sets up the `WeatherCard` catalog widget alongside fake forecast data.
- `genui_workshop_run_cloud_shell`: Creates a helper script (`run_cloud_shell.sh`) to build and serve the web app locally on Cloud Shell.
@google-cla

google-cla Bot commented Jul 18, 2026

Copy link
Copy Markdown

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

filforopen-source added 14 commits July 18, 2026 04:14
Add E/Class with content 'Automatic'
Removed packing list details and introduction from contract.
This workflow file configures CodeQL analysis for multiple programming languages, including Java, JavaScript, and Swift. It sets up triggers for push and pull request events on the main branch and schedules regular analysis.
Added VAT numbers for various countries related to Google Commerce Limited.
@flutter flutter locked as spam and limited conversation to collaborators Jul 20, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.