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

dependabot[bot] pushed a change to branch 
dependabot/npm_and_yarn/registry/v3-3-test/3-3-registry-package-updates-906fe58b3a
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 332edd5c83b Bump swagger-ui-dist
     add 3a7d6cfbec5 [v3-3-test] Complete French UI translations (#71666) 
(#71790)
     add 67b6015171d [v3-3-test] Reduce memory used when deleting queued asset 
events (#71917) (#71937)
     add 486f54d0b93 [v3-3-test] Remove non-committers from CODEOWNERS (#71724) 
(#71728)
     add 8c2e08c3011 [v3-3-test] UI: Allow file downloads from plugin external 
view iframes (#71803) (#71952)
     add 557c94c23cf [v3-3-test] Include the JSON parse-error message in the 
Variable form warning (#71780) (#71953)
     add 0c5e03bf864 [v3-3-test] Surface connection test errors in the UI 
instead of failing silently (#71954) (#71963)
     add 8e6ce1240a5 [v3-3-test] Fix nested non-Dag with-statement exiting the 
Dag context in version inflation checker (#68795) (#71956)
     add 8c6736bbed7 Bump eslint (#72066)
     add 28e04e02653 [v3-3-test] Remove TaskFlow recommendation in doc (#71315) 
(#72074)
     add dfd63a71108 [v3-3-test] Fix Sphinx error in CLI reference docs for 
dags test command (#71120) (#72076)
     add f2fd63cab07 [v3-3-test] Remove TaskFlow recommendation in doc part2 
(#72090) (#72118)
     add 8d774f59467 Prevent React plugins from inheriting a prior bundle's 
component (#71943) (#72136)
     add 3c43d121d51 [v3-3-test] Reuse the ambient session when skipping 
pending TIs in dag-run terminal state (#71488) (#71955)
     add dd7f042b263 [v3-3-test] Honor the API server Dag cache TTL when no 
size limit is set (#71814) (#71845)
     add d54729e43bc [v3-3-test] Derive the testing issue title date from 
RELEASE_DATE (#72168) (#72179)
     add f1222224665 [v3-3-test] Make breeze setup recover from a broken legacy 
uv tool install (#72059) (#72175)
     add 38e8c653d5b [v3-3-test] Fix N+1 query in bulk update for Variables and 
Pools (#71918) (#72160)
     add 26335dd4161 [v3-3-test] Be specific on how to create the PyPI token 
for a provider release (#72170) (#72177)
     add 50c5a2c34ec [v3-3-test] Document the access a first-time provider 
release manager must request (#72169) (#72178)
     add c5ba28c343c [v3-3-test] Check Variable write conflicts against the 
team being written (#72042) (#72125)
     add 3610b802eec [v3-3-test] Remove the unreachable 404 from the create 
Variable endpoint (#71245) (#72190)
     add 7d1a1ce4b19 [v3-3-test] Stop Breeze container SSH setup from modifying 
the host ~/.ssh (#72182) (#72191)
     add 9b714c8a0de [v3-3-test] Clean up comments and tests for the Dag 
version inflation checker (#72028) (#72180)
     add ebed80a3fb0 [v3-3-test] Write doc-only marker when change 
classification overrides the answer (#72167) (#72195)
     add 6cbfd954e11 Stop backfill endpoints disclosing ids across Dags you 
cannot see (#71113) (#72192)
     add 0e9d73a1872 Bump swagger-ui-dist

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   (332edd5c83b)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/registry/v3-3-test/3-3-registry-package-updates-906fe58b3a
 (0e9d73a1872)

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/CODEOWNERS                                 |  12 +-
 Dockerfile.ci                                      |  42 +-
 .../administration-and-deployment/web-stack.rst    |  12 +-
 airflow-core/docs/core-concepts/dags.rst           |   2 +-
 airflow-core/docs/core-concepts/operators.rst      |   2 +-
 airflow-core/docs/faq.rst                          |  18 +-
 airflow-core/newsfragments/71113.significant.rst   |  22 ++
 airflow-core/newsfragments/71814.bugfix.rst        |   1 +
 airflow-core/newsfragments/72042.bugfix.rst        |   1 +
 airflow-core/src/airflow/api/common/mark_tasks.py  |   2 +-
 .../src/airflow/api_fastapi/common/dagbag.py       |  20 +-
 .../api_fastapi/core_api/routes/public/assets.py   |   6 +-
 .../core_api/routes/public/backfills.py            |  14 +-
 .../api_fastapi/core_api/routes/public/pools.py    |  10 +-
 .../core_api/routes/public/variables.py            |  20 +-
 .../src/airflow/api_fastapi/core_api/security.py   |  69 ++--
 .../api_fastapi/core_api/services/public/pools.py  |  21 +-
 .../core_api/services/public/variables.py          |  28 +-
 airflow-core/src/airflow/cli/cli_config.py         |   1 +
 .../src/airflow/config_templates/config.yml        |  33 +-
 airflow-core/src/airflow/models/dagbag.py          |  38 +-
 airflow-core/src/airflow/models/variable.py        |  12 +-
 .../airflow/ui/public/i18n/locales/fr/assets.json  |   5 +-
 .../airflow/ui/public/i18n/locales/fr/common.json  |   5 +
 .../ui/public/i18n/locales/fr/components.json      |  13 +-
 .../src/airflow/ui/public/i18n/locales/fr/dag.json |   9 +-
 .../airflow/ui/public/i18n/locales/fr/dags.json    |   4 +-
 .../src/airflow/ui/src/pages/ExternalView.tsx      |   5 +-
 .../src/airflow/ui/src/pages/ReactPlugin.test.tsx  |  47 +++
 .../src/airflow/ui/src/pages/ReactPlugin.tsx       |  10 +-
 .../Variables/ManageVariable/VariableForm.test.tsx |   6 +-
 .../Variables/ManageVariable/VariableForm.tsx      |  22 +-
 .../airflow/ui/src/queries/useTestConnection.ts    |   4 +-
 .../airflow/utils/dag_version_inflation_checker.py |   4 +-
 .../tests/unit/api_fastapi/common/test_dagbag.py   |  55 ++-
 .../core_api/routes/public/test_assets.py          |  60 +++
 .../core_api/routes/public/test_backfills.py       |  63 ++-
 .../core_api/routes/public/test_pools.py           |  42 ++
 .../core_api/routes/public/test_variables.py       |  31 ++
 .../unit/api_fastapi/core_api/test_security.py     |  75 ++--
 airflow-core/tests/unit/models/test_dagbag.py      |  60 +--
 airflow-core/tests/unit/models/test_variable.py    |  62 +++
 .../utils/test_dag_version_inflation_checker.py    |  48 +++
 dev/README_RELEASE_PROVIDERS.md                    |  97 +++--
 .../prepare_providers/provider_documentation.py    |   4 +
 dev/breeze/src/airflow_breeze/utils/path_utils.py  |  16 +
 dev/breeze/tests/test_provider_documentation.py    |  38 ++
 dev/breeze/tests/test_shim_version_check.py        | 123 ++++++
 .../fab/src/airflow/providers/fab/www/package.json |   2 +-
 .../src/airflow/providers/fab/www/pnpm-lock.yaml   | 424 ++++++++++++++++-----
 providers/snowflake/docs/operators/snowpark.rst    |   4 +-
 providers/standard/docs/operators/bash.rst         |   4 +-
 providers/standard/docs/operators/python.rst       |  28 +-
 providers/standard/docs/sensors/python.rst         |   4 +-
 registry/package.json                              |   2 +-
 registry/pnpm-lock.yaml                            |  10 +-
 scripts/ci/docker-compose/forward-credentials.yml  |   2 +
 scripts/docker/entrypoint_ci.sh                    |  38 +-
 scripts/docker/entrypoint_exec.sh                  |   6 +
 scripts/tools/setup_breeze                         |  31 +-
 60 files changed, 1436 insertions(+), 413 deletions(-)
 create mode 100644 airflow-core/newsfragments/71113.significant.rst
 create mode 100644 airflow-core/newsfragments/71814.bugfix.rst
 create mode 100644 airflow-core/newsfragments/72042.bugfix.rst
 create mode 100644 airflow-core/src/airflow/ui/src/pages/ReactPlugin.test.tsx

Reply via email to