This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch
dependabot/npm_and_yarn/airflow-core/src/airflow/ui/core-ui-package-updates-bfe1579f38
in repository https://gitbox.apache.org/repos/asf/airflow.git
omit 657eeeb22c6 UI: Adapt to monaco-editor 0.55 and msw 2.14 breaking
changes
omit 47a60e3534c Bump the core-ui-package-updates group across 1 directory
with 26 updates
add f24e272d115 Fix HTTP_422_UNPROCESSABLE_ENTITY deprecation warnings.
(#69415)
add 6e97d872d72 Filter stale Dag tags from public API (#66827) (#69156)
add 66b803d5efb Archive worker-reported end date and rendered map index on
task retry (#69248)
add 271604fa772 Allow manual triggering of constraints refresh workflow
(#69457)
add aae7c8f4278 Reject reserved XCom serialization keys submitted as JSON
string literals (#69378)
add 487f420e38f Bump the react group across 1 directory with 3 updates
(#69345)
add db8815ccdd5 Bump eslint-plugin-unicorn (#69349)
add c716114a21b Bump the core-ui-package-updates group across 1 directory
with 26 updates
add 1dd0a46ce40 UI: Adapt to monaco-editor 0.55 and msw 2.14 breaking
changes
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 (657eeeb22c6)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/core-ui-package-updates-bfe1579f38
(1dd0a46ce40)
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/workflows/ci-image-build.yml | 6 +
.github/workflows/generate-constraints.yml | 8 +-
.github/workflows/update-constraints-on-push.yml | 76 +-
.../auth/managers/simple/ui/package.json | 2 +-
.../auth/managers/simple/ui/pnpm-lock.yaml | 76 +-
.../src/airflow/api_fastapi/common/exceptions.py | 3 +-
.../api_fastapi/core_api/datamodels/xcom.py | 14 +
.../core_api/routes/public/connections.py | 5 +-
.../api_fastapi/core_api/routes/public/dag_tags.py | 11 +-
.../execution_api/routes/task_instances.py | 23 +-
.../src/airflow/models/taskinstancehistory.py | 7 +-
airflow-core/src/airflow/ui/package.json | 6 +-
airflow-core/src/airflow/ui/pnpm-lock.yaml | 769 ++++++++++-----------
.../unit/api_fastapi/common/test_exceptions.py | 7 +-
.../core_api/routes/public/test_dag_tags.py | 9 +-
.../core_api/routes/public/test_xcom.py | 59 ++
.../versions/head/test_task_instances.py | 57 +-
.../tests/unit/models/test_taskinstance.py | 24 +
...UALLY_GENERATING_IMAGE_CACHE_AND_CONSTRAINTS.md | 49 ++
dev/README_RELEASE_AIRFLOW.md | 10 +
.../src/airflow_breeze/commands/release_command.py | 21 +-
dev/breeze/tests/test_release_command.py | 52 ++
22 files changed, 818 insertions(+), 476 deletions(-)