This is an automated email from the ASF dual-hosted git repository.

dependabot[bot] pushed a change to branch 
dependabot/npm_and_yarn/airflow-core/src/airflow/ui/typescript-f5082dfe45
in repository https://gitbox.apache.org/repos/asf/airflow.git


    omit 64e8d5022ad Bump the typescript group across 1 directory with 4 updates
     add beb5956ec2d Go-SDK: support UP_FOR_RETRY in coordinator mode with e2e 
coverage (#68554)
     add 0ce2db5c13d Bump aiohttp in 
/providers/informatica/dev/informatica_simulator (#68571)
     add bdebdbd80c0 Fix typos/format test in Fundamentals docs (#68524)
     add 30958e59c81 Bump requests in 
/providers/informatica/dev/informatica_simulator (#68572)
     add 8445434051c Defer `InProcessExecutionAPI` import (#68569)
     add 69637835c52 Tighten test-scope guidance: test only what the PR changes 
(#68502)
     add f2ccc97b128 Add producer-side ack channel to shared-stream triggers 
(#67523)
     add d0ced937ac0 Factor out a shared base for the database error handlers 
(#68512)
     add a5684bf8d03 Check destination team permission when using bulk APIs 
with connections, variables and pools (#68573)
     add ecc04df016e Bump prettier (#68576)
     add 24304609b59 Bump vite in /dev/react-plugin-tools/react_plugin_template 
(#68581)
     add b4ae8743ab1 Bump vite (#68580)
     add d0201c51596 Bump vite from 8.0.8 to 8.0.16 in 
/airflow-core/src/airflow/ui (#68579)
     add 72f0d14c2da Bump the typescript group across 1 directory with 4 updates

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (64e8d5022ad)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/typescript-f5082dfe45
 (72f0d14c2da)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/instructions/code-review.instructions.md   |    2 +-
 AGENTS.md                                          |    2 +-
 .../authoring-and-scheduling/event-scheduling.rst  |  296 ++-
 airflow-core/docs/tutorial/fundamentals.rst        |   10 +-
 airflow-core/newsfragments/67523.feature.rst       |    1 +
 .../src/airflow/api_fastapi/common/exceptions.py   |  134 +-
 .../src/airflow/api_fastapi/core_api/security.py   |   55 +-
 .../src/airflow/config_templates/config.yml        |   11 +
 airflow-core/src/airflow/dag_processing/manager.py |   14 +-
 .../src/airflow/jobs/triggerer_job_runner.py       |   74 +-
 airflow-core/src/airflow/triggers/base.py          |   72 +-
 airflow-core/src/airflow/triggers/shared_stream.py |  999 +++++++-
 airflow-core/src/airflow/ui/package.json           |    2 +-
 airflow-core/src/airflow/ui/pnpm-lock.yaml         |  260 +-
 .../unit/api_fastapi/core_api/test_security.py     |   99 +
 airflow-core/tests/unit/jobs/test_triggerer_job.py |  228 +-
 .../tests/unit/triggers/test_base_trigger.py       |   11 +
 .../tests/unit/triggers/test_shared_stream.py      | 2643 +++++++++++++++++++-
 .../go_sdk_tests/test_go_sdk_dag.py                |   60 +-
 .../react_plugin_template/package.json             |    2 +-
 .../react_plugin_template/pnpm-lock.yaml           |  261 +-
 go-sdk/dags/go_examples.py                         |   20 +-
 go-sdk/example/bundle/main.go                      |   15 +-
 go-sdk/pkg/execution/frames.go                     |   13 +
 go-sdk/pkg/execution/integration_test.go           |   56 +
 go-sdk/pkg/execution/messages.go                   |   26 +-
 go-sdk/pkg/execution/messages_test.go              |   13 +
 go-sdk/pkg/execution/task_runner.go                |   29 +-
 .../providers/common/ai/plugins/www/package.json   |    2 +-
 .../providers/common/ai/plugins/www/pnpm-lock.yaml |  241 +-
 .../fab/src/airflow/providers/fab/www/package.json |    2 +-
 .../src/airflow/providers/fab/www/pnpm-lock.yaml   |   46 +-
 .../dev/informatica_simulator/requirements.txt     |    4 +-
 33 files changed, 5038 insertions(+), 665 deletions(-)
 create mode 100644 airflow-core/newsfragments/67523.feature.rst

Reply via email to