Skip to content

Commit

Permalink
Merge pull request #661 from WPMedia/OBF-1.15.1_prod
Browse files Browse the repository at this point in the history
OBF 1.15.1 to prod
  • Loading branch information
vgalatro authored Jan 24, 2024
2 parents 322edbe + 6849283 commit c3ddb7a
Show file tree
Hide file tree
Showing 50 changed files with 573 additions and 53 deletions.
31 changes: 31 additions & 0 deletions .changeset/curvy-rats-deny.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
'@wpmedia/feeds-source-content-api-by-day-block': minor
'@wpmedia/feeds-source-content-api-by-day2-block': minor
'@wpmedia/feeds-source-content-api-by-day3-block': minor
'@wpmedia/mrss-feature-block': minor
'@wpmedia/rss-alexa-feature-block': minor
'@wpmedia/rss-fbia-feature-block': minor
'@wpmedia/rss-feature-block': minor
'@wpmedia/rss-flipboard-feature-block': minor
'@wpmedia/rss-google-news-feature-block': minor
'@wpmedia/rss-msn-feature-block': minor
'@wpmedia/sitemap-index-by-day-feature-block': minor
'@wpmedia/sitemap-section-feature-block': minor
'@wpmedia/text-output-block': minor
'@wpmedia/textfile-block': minor
'@wpmedia/feeds-xml-output': minor
'@wpmedia/ans-feature-block': minor
'@wpmedia/feeds-source-collections-block': minor
'@wpmedia/feeds-source-content-api-block': minor
'@wpmedia/feeds-source-single-content-block': minor
'@wpmedia/feeds-source-video-api-block': minor
'@wpmedia/json-output-block': minor
'@wpmedia/sitemap-feature-block': minor
'@wpmedia/sitemap-index-feature-block': minor
'@wpmedia/sitemap-news-feature-block': minor
'@wpmedia/sitemap-section-index-feature-block': minor
'@wpmedia/sitemap-video-feature-block': minor
'@wpmedia/story-feed-querybuilder-content-source-block': minor
---

OBF 1.15 release
5 changes: 5 additions & 0 deletions .changeset/fluffy-elephants-care.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@wpmedia/text-output-block": patch
---

Added text output block
5 changes: 5 additions & 0 deletions .changeset/hungry-news-ring.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@wpmedia/text-output-block': patch
---

Removed consumer dependancy
30 changes: 30 additions & 0 deletions .changeset/slimy-mice-occur.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
'@wpmedia/feeds-source-content-api-by-day-block': patch
'@wpmedia/feeds-source-content-api-by-day2-block': patch
'@wpmedia/feeds-source-content-api-by-day3-block': patch
'@wpmedia/mrss-feature-block': patch
'@wpmedia/rss-alexa-feature-block': patch
'@wpmedia/rss-fbia-feature-block': patch
'@wpmedia/rss-feature-block': patch
'@wpmedia/rss-flipboard-feature-block': patch
'@wpmedia/rss-google-news-feature-block': patch
'@wpmedia/rss-msn-feature-block': patch
'@wpmedia/sitemap-index-by-day-feature-block': patch
'@wpmedia/sitemap-section-feature-block': patch
'@wpmedia/text-output-block': patch
'@wpmedia/textfile-block': patch
'@wpmedia/ans-feature-block': patch
'@wpmedia/feeds-source-collections-block': patch
'@wpmedia/feeds-source-content-api-block': patch
'@wpmedia/feeds-source-single-content-block': patch
'@wpmedia/feeds-source-video-api-block': patch
'@wpmedia/json-output-block': patch
'@wpmedia/sitemap-feature-block': patch
'@wpmedia/sitemap-index-feature-block': patch
'@wpmedia/sitemap-news-feature-block': patch
'@wpmedia/sitemap-section-index-feature-block': patch
'@wpmedia/sitemap-video-feature-block': patch
'@wpmedia/story-feed-querybuilder-content-source-block': patch
---

OBF 1.15.1 to sandbox
5 changes: 5 additions & 0 deletions .changeset/soft-jeans-listen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---

---

Added textfile block
5 changes: 5 additions & 0 deletions .changeset/sweet-moles-sell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@wpmedia/feeds-xml-output': patch
---

Corrected options parameter for building xml
7 changes: 4 additions & 3 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ module.exports = {
overrides: [
{
files: ['*.test.js', '__mocks__/**'],
env: {
jest: true,
},

},
],
env: {
jest: true,
},
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion blocks/feeds-source-content-api-by-day-block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"homepage": "https://github.com/WPMedia/feed-components#readme",
"dependencies": {
"@wpmedia/feeds-content-source-utils": "1.0.8",
"moment": "^2.29.2"
"moment": "^2.29.4"
},
"devDependencies": {
"prop-types": "^15.7.2"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion blocks/feeds-source-content-api-by-day2-block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"homepage": "https://github.com/WPMedia/feed-components#readme",
"dependencies": {
"@wpmedia/feeds-content-source-utils": "1.0.8",
"moment": "^2.29.2"
"moment": "^2.29.4"
},
"devDependencies": {
"prop-types": "^15.7.2"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion blocks/feeds-source-content-api-by-day3-block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"homepage": "https://github.com/WPMedia/feed-components#readme",
"dependencies": {
"@wpmedia/feeds-content-source-utils": "1.0.8",
"moment": "^2.29.2"
"moment": "^2.29.4"
},
"devDependencies": {
"prop-types": "^15.7.2"
Expand Down
6 changes: 3 additions & 3 deletions blocks/mrss-feature-block/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion blocks/mrss-feature-block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"@wpmedia/feeds-prop-types": "1.0.10",
"@wpmedia/feeds-resizer": "^1.0.8",
"jmespath": "^0.15.0",
"moment": "^2.29.2"
"moment": "^2.29.4"
}
}
6 changes: 3 additions & 3 deletions blocks/rss-alexa-feature-block/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion blocks/rss-alexa-feature-block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"@wpmedia/feeds-resizer": "^1.0.8",
"cheerio": "^1.0.0-rc.10",
"jmespath": "^0.15.0",
"moment": "^2.29.2"
"moment": "^2.29.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Object {
"content:encoded": Object {
"$": "<!doctype html><html lang=\\"en\\"><head><link rel=\\"canonical\\" href=\\"http://demo-prod.origin.arcpublishing.com/food/2020/04/07/tips-for-safe-hand-washing\\"/><title>Tips for Safe Hand washing</title><meta property=\\"og:title\\" content=\\"Tips for Safe Hand washing\\"/><meta property=\\"og:url\\" content=\\"http://demo-prod.origin.arcpublishing.com/food/2020/04/07/tips-for-safe-hand-washing\\"/><meta property=\\"og:description\\" content=\\"Tips to keep you wash for 20 seconds\\"/><meta property=\\"fb:use_automatic_ad_placement\\" content=\\"enable=false\\"/><meta property=\\"op:markup_version\\" content=\\"v1.0\\"/><meta property=\\"fb:article_style\\" content=\\"default\\"/><meta property=\\"og:image\\" content=\\"hi/abcdefghijklmnopqrstuvwxyz=/arc-anglerfish-arc2-prod-demo.s3.amazonaws.com/public/JTWX7EUOLJE4FCHYGN2COQAERY.png\\"/><meta property=\\"fb:likes_and_comments\\" content=\\"disable\\"/></head><body><article><header><h1>Tips for Safe Hand washing</h1><h2>Tips to keep you wash for 20 seconds</h2><time datetime=\\"2020-04-08T10:34:41.432Z\\" class=\\"op-modified\\">2020-04-08T10:34:41.432Z</time><time datetime=\\"2020-04-07T15:02:08.918Z\\" class=\\"op-published\\">2020-04-07T15:02:08.918Z</time><address><a>JOHN SMITH</a><a>JANE DOE</a></address><figure class=\\"fb-feed-cover\\"><img src=\\"hi/abcdefghijklmnopqrstuvwxyz=/arc-anglerfish-arc2-prod-demo.s3.amazonaws.com/public/JTWX7EUOLJE4FCHYGN2COQAERY.png\\"/><figcaption class=\\"op-vertical-below op-small\\">Hand washing can be fun if you make it a song<cite class=\\"op-small\\">Harold Hands</cite></figcaption></figure><h2 class=\\"op-kicker\\">coronvirus</h2></header><p id=\\"AAAAA\\">try singing the happy birthday song<br></p><p id=\\"BBBBB\\">be sure to <i>wash</i> your thumbs</p><figure class=\\"op-interactive\\"><iframe><blockquote class=\\"twitter-tweet\\"><p lang=\\"fr\\" dir=\\"ltr\\">21. Je déploie le robot pour reconnaitre OSCAR3.<br>Retour en images sur l’exercice de recherche appliquée organisé les 30 et 31 mars par l’EMIA et le centre de recherche. Robotisation du champ de bataille : sensibiliser les élèves aux enjeux de demain. <a href=\\"https://twitter.com/hashtag/CapaciTERRE?src=hash&amp;ref_src=twsrc%5Etfw\\">#CapaciTERRE</a> <a href=\\"https://twitter.com/hashtag/Robots?src=hash&amp;ref_src=twsrc%5Etfw\\">#Robots</a> <a href=\\"https://t.co/HiZ2BFOZPY\\">pic.twitter.com/HiZ2BFOZPY</a></p>&mdash; Saint-Cyr Coëtquidan (@SaintCyrCoet) <a href=\\"https://twitter.com/SaintCyrCoet/status/1379457690020294665?ref_src=twsrc%5Etfw\\">April 6, 2021</a></blockquote>
<script async src=\\"https://platform.twitter.com/widgets.js\\" charset=\\"utf-8\\"></script>
</iframe></figure><figure><table><thead><tr><th>Description</th><th>Amount</th></tr></thead><tbody><tr><td>apples</td><td>$0.25</td></tr><tr><td>pears</td><td>$0.50</td></tr><tr><td>oranges</td><td>$0.70</td></tr></tbody></table></figure><footer><aside>John is a journalist</aside><small2023 google news</small></footer></article></body></html>",
</iframe></figure><figure><table><thead><tr><th>Description</th><th>Amount</th></tr></thead><tbody><tr><td>apples</td><td>$0.25</td></tr><tr><td>pears</td><td>$0.50</td></tr><tr><td>oranges</td><td>$0.70</td></tr></tbody></table></figure><footer><aside>John is a journalist</aside><small2024 google news</small></footer></article></body></html>",
},
"dc:creator": Object {
"$": "John Smith, Jane Doe",
Expand All @@ -163,7 +163,7 @@ Object {
},
Object {
"content:encoded": Object {
"$": "<!doctype html><html lang=\\"en\\"><head><link rel=\\"canonical\\" href=\\"http://demo-prod.origin.arcpublishing.com/food/empty-recipe\\"/><title>I'm out of ideas</title><meta property=\\"og:title\\" content=\\"I'm out of ideas\\"/><meta property=\\"og:url\\" content=\\"http://demo-prod.origin.arcpublishing.com/food/empty-recipe\\"/><meta property=\\"og:description\\" content=\\"\\"/><meta property=\\"fb:use_automatic_ad_placement\\" content=\\"enable=false\\"/><meta property=\\"op:markup_version\\" content=\\"v1.0\\"/><meta property=\\"fb:article_style\\" content=\\"default\\"/><meta property=\\"og:image\\" content=\\"\\"/><meta property=\\"fb:likes_and_comments\\" content=\\"disable\\"/></head><body><article><header><h1>I'm out of ideas</h1><time datetime=\\"2021-04-08T10:34:41.432Z\\" class=\\"op-modified\\">2021-04-08T10:34:41.432Z</time><time datetime=\\"2021-04-07T15:02:08.918Z\\" class=\\"op-published\\">2021-04-07T15:02:08.918Z</time></header><footer><small>© 2023 google news</small></footer></article></body></html>",
"$": "<!doctype html><html lang=\\"en\\"><head><link rel=\\"canonical\\" href=\\"http://demo-prod.origin.arcpublishing.com/food/empty-recipe\\"/><title>I'm out of ideas</title><meta property=\\"og:title\\" content=\\"I'm out of ideas\\"/><meta property=\\"og:url\\" content=\\"http://demo-prod.origin.arcpublishing.com/food/empty-recipe\\"/><meta property=\\"og:description\\" content=\\"\\"/><meta property=\\"fb:use_automatic_ad_placement\\" content=\\"enable=false\\"/><meta property=\\"op:markup_version\\" content=\\"v1.0\\"/><meta property=\\"fb:article_style\\" content=\\"default\\"/><meta property=\\"og:image\\" content=\\"\\"/><meta property=\\"fb:likes_and_comments\\" content=\\"disable\\"/></head><body><article><header><h1>I'm out of ideas</h1><time datetime=\\"2021-04-08T10:34:41.432Z\\" class=\\"op-modified\\">2021-04-08T10:34:41.432Z</time><time datetime=\\"2021-04-07T15:02:08.918Z\\" class=\\"op-published\\">2021-04-07T15:02:08.918Z</time></header><footer><small>© 2024 google news</small></footer></article></body></html>",
},
"description": Object {
"$": "",
Expand Down Expand Up @@ -212,7 +212,7 @@ Object {
"item": Array [
Object {
"content:encoded": Object {
"$": "<!doctype html><html lang=\\"en\\"><head><link rel=\\"canonical\\" href=\\"http://demo-prod.origin.arcpublishing.com/food/2020/04/07/tips-for-safe-hand-washing\\"/><title/><meta property=\\"og:title\\" content=\\"\\"/><meta property=\\"og:url\\" content=\\"http://demo-prod.origin.arcpublishing.com/food/2020/04/07/tips-for-safe-hand-washing\\"/><meta property=\\"og:description\\" content=\\"\\"/><meta property=\\"fb:use_automatic_ad_placement\\" content=\\"enable=false\\"/><meta property=\\"op:markup_version\\" content=\\"v1.0\\"/><meta property=\\"fb:article_style\\" content=\\"default\\"/><meta property=\\"og:image\\" content=\\"hi/abcdefghijklmnopqrstuvwxyz=/arc-anglerfish-arc2-prod-demo.s3.amazonaws.com/public/JTWX7EUOLJE4FCHYGN2COQAERY.png\\"/><meta property=\\"fb:likes_and_comments\\" content=\\"disable\\"/></head><body><article><header><h1/><time datetime=\\"2020-04-08T10:34:41.432Z\\" class=\\"op-modified\\">2020-04-08T10:34:41.432Z</time><time datetime=\\"2020-04-08T10:34:41.432Z\\" class=\\"op-published\\">2020-04-08T10:34:41.432Z</time><figure class=\\"fb-feed-cover\\"><img src=\\"hi/abcdefghijklmnopqrstuvwxyz=/arc-anglerfish-arc2-prod-demo.s3.amazonaws.com/public/JTWX7EUOLJE4FCHYGN2COQAERY.png\\"/></figure><h2 class=\\"op-kicker\\">coronvirus</h2></header><footer><aside>John is a journalist</aside><small>© 2023 google news</small></footer></article></body></html>",
"$": "<!doctype html><html lang=\\"en\\"><head><link rel=\\"canonical\\" href=\\"http://demo-prod.origin.arcpublishing.com/food/2020/04/07/tips-for-safe-hand-washing\\"/><title/><meta property=\\"og:title\\" content=\\"\\"/><meta property=\\"og:url\\" content=\\"http://demo-prod.origin.arcpublishing.com/food/2020/04/07/tips-for-safe-hand-washing\\"/><meta property=\\"og:description\\" content=\\"\\"/><meta property=\\"fb:use_automatic_ad_placement\\" content=\\"enable=false\\"/><meta property=\\"op:markup_version\\" content=\\"v1.0\\"/><meta property=\\"fb:article_style\\" content=\\"default\\"/><meta property=\\"og:image\\" content=\\"hi/abcdefghijklmnopqrstuvwxyz=/arc-anglerfish-arc2-prod-demo.s3.amazonaws.com/public/JTWX7EUOLJE4FCHYGN2COQAERY.png\\"/><meta property=\\"fb:likes_and_comments\\" content=\\"disable\\"/></head><body><article><header><h1/><time datetime=\\"2020-04-08T10:34:41.432Z\\" class=\\"op-modified\\">2020-04-08T10:34:41.432Z</time><time datetime=\\"2020-04-08T10:34:41.432Z\\" class=\\"op-published\\">2020-04-08T10:34:41.432Z</time><figure class=\\"fb-feed-cover\\"><img src=\\"hi/abcdefghijklmnopqrstuvwxyz=/arc-anglerfish-arc2-prod-demo.s3.amazonaws.com/public/JTWX7EUOLJE4FCHYGN2COQAERY.png\\"/></figure><h2 class=\\"op-kicker\\">coronvirus</h2></header><footer><aside>John is a journalist</aside><small>© 2024 google news</small></footer></article></body></html>",
},
"guid": Object {
"#": "http://demo-prod.origin.arcpublishing.com/food/2020/04/07/tips-for-safe-hand-washing",
Expand All @@ -223,7 +223,7 @@ Object {
},
Object {
"content:encoded": Object {
"$": "<!doctype html><html lang=\\"en\\"><head><link rel=\\"canonical\\" href=\\"http://demo-prod.origin.arcpublishing.com/food/empty-recipe\\"/><title/><meta property=\\"og:title\\" content=\\"\\"/><meta property=\\"og:url\\" content=\\"http://demo-prod.origin.arcpublishing.com/food/empty-recipe\\"/><meta property=\\"og:description\\" content=\\"\\"/><meta property=\\"fb:use_automatic_ad_placement\\" content=\\"enable=false\\"/><meta property=\\"op:markup_version\\" content=\\"v1.0\\"/><meta property=\\"fb:article_style\\" content=\\"default\\"/><meta property=\\"og:image\\" content=\\"\\"/><meta property=\\"fb:likes_and_comments\\" content=\\"disable\\"/></head><body><article><header><h1/><time datetime=\\"2021-04-08T10:34:41.432Z\\" class=\\"op-modified\\">2021-04-08T10:34:41.432Z</time><time datetime=\\"2021-04-08T10:34:41.432Z\\" class=\\"op-published\\">2021-04-08T10:34:41.432Z</time></header><footer><small>© 2023 google news</small></footer></article></body></html>",
"$": "<!doctype html><html lang=\\"en\\"><head><link rel=\\"canonical\\" href=\\"http://demo-prod.origin.arcpublishing.com/food/empty-recipe\\"/><title/><meta property=\\"og:title\\" content=\\"\\"/><meta property=\\"og:url\\" content=\\"http://demo-prod.origin.arcpublishing.com/food/empty-recipe\\"/><meta property=\\"og:description\\" content=\\"\\"/><meta property=\\"fb:use_automatic_ad_placement\\" content=\\"enable=false\\"/><meta property=\\"op:markup_version\\" content=\\"v1.0\\"/><meta property=\\"fb:article_style\\" content=\\"default\\"/><meta property=\\"og:image\\" content=\\"\\"/><meta property=\\"fb:likes_and_comments\\" content=\\"disable\\"/></head><body><article><header><h1/><time datetime=\\"2021-04-08T10:34:41.432Z\\" class=\\"op-modified\\">2021-04-08T10:34:41.432Z</time><time datetime=\\"2021-04-08T10:34:41.432Z\\" class=\\"op-published\\">2021-04-08T10:34:41.432Z</time></header><footer><small>© 2024 google news</small></footer></article></body></html>",
},
"guid": Object {
"#": "http://demo-prod.origin.arcpublishing.com/food/empty-recipe",
Expand Down
6 changes: 3 additions & 3 deletions blocks/rss-fbia-feature-block/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion blocks/rss-fbia-feature-block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@wpmedia/feeds-prop-types": "1.0.10",
"@wpmedia/feeds-resizer": "^1.0.8",
"jmespath": "^0.15.0",
"moment": "^2.29.2",
"moment": "^2.29.4",
"xmlbuilder2": "2.1.7"
}
}
6 changes: 3 additions & 3 deletions blocks/rss-feature-block/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion blocks/rss-feature-block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"@wpmedia/feeds-prop-types": "1.0.10",
"@wpmedia/feeds-resizer": "^1.0.8",
"jmespath": "^0.15.0",
"moment": "^2.29.2"
"moment": "^2.29.4"
}
}
6 changes: 3 additions & 3 deletions blocks/rss-flipboard-feature-block/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion blocks/rss-flipboard-feature-block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"@wpmedia/feeds-prop-types": "1.0.10",
"@wpmedia/feeds-resizer": "^1.0.8",
"jmespath": "^0.15.0",
"moment": "^2.29.2"
"moment": "^2.29.4"
}
}
Loading

0 comments on commit c3ddb7a

Please sign in to comment.