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

github-bot pushed a change to branch 
dependabot/npm_and_yarn/landing-pages/node-forge-1.3.2
in repository https://gitbox.apache.org/repos/asf/airflow-site.git


 discard 4f35aba48d Bump node-forge from 1.3.1 to 1.3.2 in /landing-pages
     add 227bae9c2d Fix Format release links for Apache Airflow announcements 
(#1296)
     add 5fe86e06b5 Add Airflow LDAP Auth Manager provider details (#1297)
     add 22fe5890e4 Upgrade dependencies (#1298)
     add 5be2f09ea3 feat: scroll to top button (#1293)
     add 2c006dca07 fix: clean up whitespace and formatting (#1300)
     add 524ba012c5 docs: update contribution guidelines for prek installation 
(#1301)
     add ee6d93a027 Announce Apache Airflow 3.1.4 release (#1304)
     add d170e2b713 Upgrade prek hooks (#1305)
     add 77cefabf2f Fix Format release links for announcements (#1306)
     add 74688c0cdf Announce Apache Airflow 3.1.5 release (#1315)
     add 55a9336fe5 Remove newsletter from the link (#1320)
     add 2f1453c510 Fix upgrade check (#1321)
     add 4d8e69fa16 Fix Previous/Next button navigation in use cases (#1314)
     add 77658d5c7f Upgrade zizmor action (#1322)
     add 1702e0528d Fix inconsistent hover and underline behavior on Community 
page links (#1318)
     add ff3b68c5a7 Fix community page accordions opening by default (#1323)
     add 1131bc81ca Fix Lucas pre-commit hash (#1324)
     add 48c9a3bed0 Hidden content and heading improved (#1327)
     add 3a4e3a5eb5 Improve scroll-to-top button readability with icon-only UI 
(#1325)
     add 66043cc438 Upgrade ancient Docsy theme and implement dark mode (#1270)
     add 3c89f6f1ae Fix webpack script loading on homepage
     add 6fa089a4d2 Copy external JS/CSS/fonts for Sphinx docs
     add 27563f9f70 Remove duplicate CSS & not copy profile images
     add 132a91b968 Fix version-selector in Dark mode
     add 1a8677df64 Ensure Docsy deps are installed
     add 42f994da45 Remove `landing-pages/package-lock.json`
     add 168a11df65 Make Dark mode theme toggle more visible (#1331)
     add d71eea91cf Fixed positions of the button & scroll button improved for 
dark theme (#1332)
     add 82cc9b16e5 Improve dark mode UI/UX contrast and design (#1333)
     add 83d067195f Better code syntax highlighting in light & dark mode
     add d7afdc3cca Fix syntax highlighting in blog code blocks (#1334)
     add 539dd38b30 Use Docsy _partials overrides for footer and head hook 
(#1336)
     add 0c38de28ef Fix white background in sidebar for dark mode (#1339)
     add f0ba310d67 Improved the unecessary lining and background (#1338)
     add 32fe84824a Updated the button ui for dark theme  (#1340)
     add aabe796a85 Update version label to have better visibility in dark mode 
(#1341)
     add bf03a93312 Bump the npm-dependencies group across 1 directory with 15 
updates (#1337)
     add 3c9d7efc40 Bump node-forge from 1.3.1 to 1.3.2 in /landing-pages

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   (4f35aba48d)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/landing-pages/node-forge-1.3.2 (3c9d7efc40)

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/build.yml                        |     5 +-
 .github/workflows/upgrade.yml                      |     1 -
 .pre-commit-config.yaml                            |     6 +-
 CONTRIBUTE.md                                      |    11 +-
 landing-pages/.gitignore                           |     1 +
 landing-pages/package-lock.json                    | 15540 -------------------
 landing-pages/package.json                         |    31 +-
 landing-pages/site/assets/scss/_base-layout.scss   |    56 +-
 landing-pages/site/assets/scss/_blog-page.scss     |    37 +
 landing-pages/site/assets/scss/_buttons.scss       |    68 +-
 landing-pages/site/assets/scss/_colors.scss        |     5 +
 .../site/assets/scss/_community-page.scss          |    24 +-
 .../site/assets/scss/_content-drawer.scss          |     2 +-
 landing-pages/site/assets/scss/_feature.scss       |    11 +
 landing-pages/site/assets/scss/_header.scss        |    21 +
 landing-pages/site/assets/scss/_highlights.scss    |    30 +-
 landing-pages/site/assets/scss/_list-boxes.scss    |    32 +
 .../site/assets/scss/_markdown-content.scss        |    52 +-
 landing-pages/site/assets/scss/_navbar.scss        |    89 +
 landing-pages/site/assets/scss/_rating.scss        |    28 +
 landing-pages/site/assets/scss/_roadmap.scss       |     5 +
 landing-pages/site/assets/scss/_rst-content.scss   |   455 +-
 .../scss/{_survey.scss => _scroll-to-top.scss}     |    24 +-
 .../site/assets/scss/_text-with-icon.scss          |    11 +
 landing-pages/site/assets/scss/_variables.scss     |     2 +
 landing-pages/site/assets/scss/main-custom.scss    |     4 +-
 landing-pages/site/assets/scss/pygments/_dark.scss |   128 +
 .../site/assets/scss/pygments/_light.scss          |    86 +
 landing-pages/site/config.toml                     |     2 +
 .../site/content/en/announcements/_index.md        |    47 +-
 .../site/content/en/community/_index.html          |    29 +-
 landing-pages/site/content/en/ecosystem/_index.md  |     2 +
 landing-pages/site/data/integrations.json          |     2 +-
 landing-pages/site/layouts/_default/baseof.html    |    12 +-
 .../layouts/{partials => _partials}/footer.html    |     1 -
 .../layouts/{partials => _partials}/head-css.html  |    13 +
 .../site/layouts/{partials => _partials}/head.html |     3 +-
 .../{partials => _partials}/hooks/head-end.html    |    11 -
 .../layouts/{partials => _partials}/navbar.html    |    10 +
 landing-pages/site/layouts/blog/baseof.html        |     9 +-
 landing-pages/site/layouts/community/baseof.html   |     9 +-
 landing-pages/site/layouts/docs/baseof.html        |    10 +-
 landing-pages/site/layouts/install/baseof.html     |     9 +-
 landing-pages/site/layouts/meetups/baseof.html     |     9 +-
 .../button-with-arrow.html}                        |    19 +-
 .../list.html => partials/hooks/body-end.html}     |     7 +-
 landing-pages/site/layouts/partials/navbar.html    |    10 +
 landing-pages/site/layouts/partials/pager.html     |     8 +-
 landing-pages/site/layouts/partials/scripts.html   |    14 -
 .../{boxes/testimonial.html => scroll-to-top.html} |    14 +-
 .../site/layouts/partials/suggest-change.html      |     2 -
 .../site/layouts/partials/version-selector.html    |     4 +-
 .../site/layouts/privacy-notice/baseof.html        |    10 +-
 landing-pages/site/layouts/roadmap/baseof.html     |    10 +-
 landing-pages/site/layouts/taxonomy/baseof.html    |     9 +-
 landing-pages/site/layouts/use-cases/baseof.html   |     9 +-
 .../site/static/external/js/bootstrap-5.3.3.min.js |     7 +
 .../site/static/external/js/popper-2.11.8.min.js   |     6 +
 landing-pages/site/themes/docsy                    |     2 +-
 landing-pages/src/index.js                         |     1 +
 landing-pages/src/js/headerAnimation.js            |    10 +-
 landing-pages/src/js/scrollToTop.js                |    54 +
 landing-pages/yarn.lock                            |   721 +-
 site.sh                                            |    23 +-
 .../sphinx_airflow_theme/__init__.py               |     2 +-
 .../sphinx_airflow_theme/header.html               |    34 +
 .../sphinx_airflow_theme/layout.html               |   105 +-
 .../suggest_change_button.html                     |     8 +
 .../sphinx_airflow_theme/version-selector.html     |     6 +-
 69 files changed, 1792 insertions(+), 16246 deletions(-)
 delete mode 100644 landing-pages/package-lock.json
 copy landing-pages/site/assets/scss/{_survey.scss => _scroll-to-top.scss} (80%)
 create mode 100644 landing-pages/site/assets/scss/pygments/_dark.scss
 create mode 100644 landing-pages/site/assets/scss/pygments/_light.scss
 rename landing-pages/site/layouts/{partials => _partials}/footer.html (99%)
 copy landing-pages/site/layouts/{partials => _partials}/head-css.html (67%)
 copy landing-pages/site/layouts/{partials => _partials}/head.html (97%)
 rename landing-pages/site/layouts/{partials => _partials}/hooks/head-end.html 
(78%)
 copy landing-pages/site/layouts/{partials => _partials}/navbar.html (88%)
 copy landing-pages/site/layouts/partials/{boxes/testimonial.html => 
buttons/button-with-arrow.html} (59%)
 copy landing-pages/site/layouts/{docs/list.html => 
partials/hooks/body-end.html} (82%)
 delete mode 100644 landing-pages/site/layouts/partials/scripts.html
 copy landing-pages/site/layouts/partials/{boxes/testimonial.html => 
scroll-to-top.html} (59%)
 create mode 100644 landing-pages/site/static/external/js/bootstrap-5.3.3.min.js
 create mode 100644 landing-pages/site/static/external/js/popper-2.11.8.min.js
 create mode 100644 landing-pages/src/js/scrollToTop.js

Reply via email to