This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/npm_and_yarn/airflow/www/v2-10-test/core-ui-package-updates-bb903f413e in repository https://gitbox.apache.org/repos/asf/airflow.git
discard e5aa690d691 Bump the core-ui-package-updates group across 1 directory with 85 updates add 0de7eb7d6f3 [v2-10-test] Adding type checking assert to cron.get_next (#49127) (#49156) add b910b10c85e [v2-10-test] Fix Docs Building in 2-10-test (#48568) add 2b05b1c9cce [v2-10-test] Fix bad type deriving in croniter get_next/prev (#49168) add 4e1b7e20367 [v2-10-test] Workaround Python 3.8 alibabacloud issue (#49163) add 0848cd0afbe Bump the core-ui-package-updates group across 1 directory with 85 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 (e5aa690d691) \ N -- N -- N refs/heads/dependabot/npm_and_yarn/airflow/www/v2-10-test/core-ui-package-updates-bb903f413e (0848cd0afbe) 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/actions/install-pre-commit/action.yml | 2 +- Dockerfile | 4 +- Dockerfile.ci | 6 +- airflow/providers/alibaba/provider.yaml | 1 + airflow/timetables/_cron.py | 4 + airflow/utils/dates.py | 6 +- airflow/www/package.json | 6 +- airflow/www/yarn.lock | 56 ++-- dev/breeze/doc/ci/02_images.md | 4 +- dev/breeze/doc/images/output-commands.svg | 4 +- dev/breeze/doc/images/output_shell.svg | 296 ++++++++++----------- dev/breeze/doc/images/output_shell.txt | 2 +- dev/breeze/doc/images/output_start-airflow.svg | 4 +- dev/breeze/doc/images/output_start-airflow.txt | 2 +- .../output_testing_core-integration-tests.svg | 4 +- .../output_testing_core-integration-tests.txt | 2 +- .../airflow_breeze/commands/developer_commands.py | 16 +- .../commands/release_management_commands.py | 4 +- dev/breeze/src/airflow_breeze/global_constants.py | 6 +- dev/breeze/tests/test_selective_checks.py | 2 +- docs/apache-airflow/core-concepts/overview.rst | 2 +- docs/apache-airflow/public-airflow-interface.rst | 7 +- docs/exts/includes/sections-and-options.rst | 4 + generated/provider_dependencies.json | 1 + newsfragments/48568.significant.rst | 1 + scripts/ci/install_breeze.sh | 4 +- scripts/docker/entrypoint_ci.sh | 2 +- .../integration/executors/test_celery_executor.py | 74 +----- 28 files changed, 224 insertions(+), 302 deletions(-) create mode 100644 newsfragments/48568.significant.rst