Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/main' into e2e/webp
Browse files Browse the repository at this point in the history
  • Loading branch information
ala-n committed Aug 27, 2024
2 parents c488669 + b8fe4e0 commit 4afad63
Show file tree
Hide file tree
Showing 9 changed files with 51 additions and 70 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: cla-assistant-check
uses: cla-assistant/github-action@v2.4.0
uses: cla-assistant/github-action@v2.5.1
if: startsWith(github.event.comment.body, 'recheckcla') || contains(github.event.comment.body, 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Run Tests
run: npm run test:ci
- name: Collect and Publish coverage to Code Climate
uses: paambaati/codeclimate-action@v8.0.0
uses: paambaati/codeclimate-action@v9.0.0
continue-on-error: true
env:
CC_TEST_REPORTER_ID: ${{secrets.CC_REPORTER_ID}}
Expand Down
99 changes: 36 additions & 63 deletions package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
},
"dependencies": {
"@types/video.js": "7.3.58",
"@types/youtube": "0.0.50"
"@types/youtube": "0.1.0"
},
"devDependencies": {
"@commitlint/cli": "^19.4.0",
Expand All @@ -96,7 +96,7 @@
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^10.1.6",
"@semantic-release/github": "^10.1.7",
"@semantic-release/npm": "^12.0.1",
"@semantic-release/release-notes-generator": "^14.0.1",
"@types/jest": "^29.5.12",
Expand All @@ -112,7 +112,7 @@
"eslint-plugin-sonarjs": "^1.0.4",
"eslint-plugin-tsdoc": "^0.3.0",
"foreach-cli": "^1.8.1",
"husky": "^9.1.4",
"husky": "^9.1.5",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"kleur": "^4.1.5",
Expand All @@ -122,11 +122,11 @@
"postcss-less": "^6.0.0",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"semantic-release": "^24.0.0",
"semantic-release": "^24.1.0",
"smoothscroll-polyfill": "^0.4.4",
"stylelint": "^16.8.2",
"stylelint-prettier": "^5.0.2",
"ts-jest": "^29.2.4",
"ts-jest": "^29.2.5",
"typescript": "5.5.4"
},
"browserslist": [
Expand Down
2 changes: 2 additions & 0 deletions site/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ description: ESL — A Web Components Library

url: "https://esl-ui.com"

socialImagePath: "/assets/social-card.png"

github:
url: "https://github.com/exadel-inc/esl"
srcUrl: "https://github.com/exadel-inc/esl/tree/main/"
Expand Down
Binary file added site/static/assets/social-card.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions site/views/_layouts/base.njk
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
{# Additional site meta information #}
{% block meta %}{% endblock meta %}
{# Site icon #}

<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image" content="{{ site.socialImagePath | url }}">
<meta property="og:image" content="{{ site.socialImagePath | url }}">
<link rel="icon" href="{{ '/favicon.ico' | url }}" sizes="any" />
<link rel="icon" href="{{ '/assets/favicon/icon.svg' | url }}" type="image/svg+xml" />
<link rel="apple-touch-icon" href="{{ '/assets/favicon/apple-touch-icon.png' | url }}" />
Expand Down
1 change: 1 addition & 0 deletions site/views/examples/animate.njk
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: content
title: Animate
seoTitle: Animate elements on their intersection with the viewport based on ESL web components
name: Animate
tags: [examples, playground]
icon: examples/animate.svg
Expand Down
1 change: 1 addition & 0 deletions site/views/examples/share.njk
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: content
title: Share
name: Share
seoTitle: ESL Share - custom element to trigger various share actions for page or url with metadata based on ESL web components
tags: [examples, beta]
icon: examples/share.svg
aside:
Expand Down

0 comments on commit 4afad63

Please sign in to comment.