Commit graph

1742 commits

Author SHA1 Message Date
depfu[bot]
c869aac081
[js] Update @cypress/code-coverage 3.10.8 → 3.11.0 (minor) (#19863)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2023-07-31 09:04:31 -04:00
depfu[bot]
3ab926a22e
[js] Update all of babel7 7.22.5 → 7.22.9 (patch) (#19759)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: Duke Greene <dukegreene@gmail.com>
2023-07-28 13:22:56 -04:00
Mac Siri
fa31b5fc60
Revert Yarn dependencies update & tighten CI settings (#19781) 2023-07-19 17:35:40 -04:00
depfu[bot]
2205182a7e
[js] Update all development Yarn dependencies (2023-07-17) (#19693)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2023-07-19 13:37:03 -04:00
depfu[bot]
d7b2f2e10f
Update preact to version 10.16.0 (#19761)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2023-07-18 09:21:59 -04:00
depfu[bot]
20b643ac8f
Update i18n-js to version 4.3.0 (#19760)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2023-07-18 11:07:09 +02:00
depfu[bot]
75fe9f6929
Update postcss to version 8.4.25 (#19753)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2023-07-14 09:29:52 +01:00
depfu[bot]
30e0ec4005
[js] Update all of babel7 7.18.10 → 7.22.5 (minor) (#19695)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: Mac Siri <krairit.siri@gmail.com>
2023-07-12 18:09:00 -04:00
depfu[bot]
730f976c08
[js] Update preact 10.12.1 → 10.15.1 (minor) (#19716)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: PJ <pj@forem.com>
2023-07-12 16:24:19 -04:00
depfu[bot]
cae678e0e6
[js] Update @cypress/code-coverage 3.10.7 → 3.10.8 (patch) (#19741)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2023-07-12 10:18:19 -04:00
depfu[bot]
0b7545b2a4
Update ahoy.js to version 0.4.3 (#19715)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2023-07-12 01:45:15 +05:30
depfu[bot]
a170e87ade
[js] Update autoprefixer 10.4.13 → 10.4.14 (patch) (#19691)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2023-07-07 12:06:52 -04:00
depfu[bot]
07e348f1b2
[js] Update @etchteam/storybook-addon-css-variables-theme 1.4.0 → 1.5.1 (minor) (#19696)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2023-07-07 12:06:26 -04:00
depfu[bot]
41de245b8e
[js] Update postcss 8.4.21 → 8.4.24 (patch) (#19692)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2023-07-06 12:55:28 -04:00
depfu[bot]
5410f6f92c
[js] Update @cypress/code-coverage 3.10.0 → 3.10.7 (patch) (#19690)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2023-07-06 08:02:26 -04:00
Ridhwana
8003691b37
Restructure the way we render the feed + add billboard locations on signed in feed (#19652)
* feat: fix of there is no article

* feat: set the feed order in a data structure rather than in a view

* feat: update yarn.lock

* feat: push the items to the array

* feat: update feed to only show billboards if we have the correct length of items in the feed

* fix: organizedFeedItems.legth

* feat: rename 'featured' to 'image'

* feat: rename 'featured' to 'image'

* feat: rename 'featured' to 'image'

* feat: add some utilities for the feed that we can use in the FeedTest

* feat/WIP: the setup for the feed tests and a first working test

* test: imageItem

* fix: the podcasts can be passed through as an array of objects in the feedItems so that they can be grouped in one card

* feat: remove podcastEpisode state and the attribute in the object

* fix: check that the items exist before trying to slice them

* feat: setup the userdata and the podcast data in the test

* whoops - commit the podcast episodes

* feat: write soem more tests for the feed and including the podcasts

* feat: add some more tests

* feat: add more billboards tests to chcek the order of stuff

* feat: set the timeframe not empty

* feat: update the logic for organizaed feed by inserting the last on first

* doc: jsdoc for functions

* refactor: break the code up into smaller functions

* refactor: make the code more readable and easier to follow

* refactor: pull function out into a utlity

* feat: add specs to utility

* feat: chcek if pinned post

* test the latest timeframe correctly

* chore: update var name

* move the podcast items out of the object clause

* feat: update text

* feat: add a pack file that duplicates initializeDisplayAdVisibility

* feat: create callbacks that will help us to determine when the feed has been rendered so that we can observe the dsplay ads accordingly

* chore: rename to billboards instead of display ad

* feat: first pass at some error handling whilst maintaining the order of the items

* test: for feed error

* feat: abstract out some code

* update the feed items for errors

* chore: comment

* feat: update the variable names

* feat: update honeybadger message
2023-07-03 15:00:44 +02:00
Mac Siri
165f0bbf1f
Revert "Restructure the way we render the feed + add billboard locati… (#19610) 2023-06-14 14:27:58 -04:00
Ridhwana
b98dbd4035
Restructure the way we render the feed + add billboard locations on signed in feed (#19533)
* feat: fix of there is no article

* feat: set the feed order in a data structure rather than in a view

* feat: update yarn.lock

* feat: push the items to the array

* feat: update feed to only show billboards if we have the correct length of items in the feed

* fix: organizedFeedItems.legth

* feat: rename 'featured' to 'image'

* feat: rename 'featured' to 'image'

* feat: rename 'featured' to 'image'

* feat: add some utilities for the feed that we can use in the FeedTest

* feat/WIP: the setup for the feed tests and a first working test

* test: imageItem

* fix: the podcasts can be passed through as an array of objects in the feedItems so that they can be grouped in one card

* feat: remove podcastEpisode state and the attribute in the object

* fix: check that the items exist before trying to slice them

* feat: setup the userdata and the podcast data in the test

* whoops - commit the podcast episodes

* feat: write soem more tests for the feed and including the podcasts

* feat: add some more tests

* feat: add more billboards tests to chcek the order of stuff

* feat: set the timeframe not empty

* feat: update the logic for organizaed feed by inserting the last on first

* doc: jsdoc for functions

* refactor: break the code up into smaller functions

* refactor: make the code more readable and easier to follow

* refactor: pull function out into a utlity

* feat: add specs to utility

* feat: chcek if pinned post

* test the latest timeframe correctly

* chore: update var name

* move the podcast items out of the object clause

* feat: update text

* feat: add a pack file that duplicates initializeDisplayAdVisibility

* feat: create callbacks that will help us to determine when the feed has been rendered so that we can observe the dsplay ads accordingly

* chore: rename to billboards instead of display ad
2023-06-14 12:29:56 -05:00
depfu[bot]
b518ca76b4
Update @honeybadger-io/js to version 5.4.1 (#19479)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2023-05-22 11:42:04 +02:00
Joshua Wehner
675ad72a9a
Update modules so storybook can run (#19385) 2023-04-25 17:51:45 +02:00
Lawrence
56e10f1306
Notifications Initializer Migration to Pack tag (#19124)
Co-authored-by: Ridhwana <Ridhwana.Khan16@gmail.com>
Co-authored-by: Lawrence S <lboogie@Lawrences-Air.attlocal.net>
Co-authored-by: Rajat Talesra <rajat@forem.com>
2023-04-14 17:50:07 -04:00
Mac Siri
88108b3037
Implement code coverage for Cypress (#19250) 2023-03-29 15:37:50 -04:00
Mac Siri
37c961e40d
Fix broken buildkite pipeline. (#19272) 2023-03-28 11:14:51 -04:00
depfu[bot]
81201c0284
[js] Update all Yarn dependencies (2023-03-20) (#19239)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: Mac Siri <mac@forem.com>
Co-authored-by: Lawrence <lawrence@forem.com>
2023-03-23 10:53:14 -04:00
depfu[bot]
d452f5a683
[js] Update all Yarn dependencies (2023-03-15) (#19230)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2023-03-17 07:46:31 -04:00
depfu[bot]
67b6fbcbd9
[js] Update all Yarn dependencies (2023-03-09) (#19213)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: Ridhwana <Ridhwana.Khan16@gmail.com>
2023-03-15 15:47:21 -04:00
depfu[bot]
82a43aba6d
[js] Update all Yarn dependencies (2023-02-20) (#19161)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: Mac Siri <mac@forem.com>
2023-03-09 09:15:59 -05:00
depfu[bot]
a61130eb5e
[js] Update all Yarn dependencies (2023-02-16) (#19129)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: Mac Siri <mac@forem.com>
2023-02-20 15:41:47 -05:00
depfu[bot]
624240a348
[js] Upgrade cypress: 10.11.0 → 12.5.1 (major) (#19119)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: Mac Siri <mac@forem.com>
2023-02-16 17:06:25 -05:00
depfu[bot]
0af122b022
[js] Update all Yarn dependencies (2023-02-06) (#19071)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: Mac Siri <mac@forem.com>
2023-02-16 11:42:47 -05:00
depfu[bot]
7ca005673c
[js] Update all Yarn dependencies (2023-02-01) (#19022)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: Lawrence <lawrence@forem.com>
2023-02-01 15:28:42 -05:00
depfu[bot]
cde0f92211
[js] Update all Yarn dependencies (2023-01-03) (#18919)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2023-01-27 12:40:13 -05:00
depfu[bot]
0ae11aa5eb
Update all Yarn dependencies (2022-12-26) (#18901)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2023-01-03 14:43:07 -06:00
depfu[bot]
c410109010
[js] Update all Yarn dependencies (2022-12-20) (#18881)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2022-12-20 17:14:01 -05:00
depfu[bot]
3d63c101fa
Update all Yarn dependencies (2022-12-12) (#18834)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2022-12-12 14:08:46 -06:00
depfu[bot]
6b47a7edc2
[js] Update all Yarn dependencies (2022-12-05) (#18807)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2022-12-05 10:10:50 -05:00
Mac Siri
619bce5993
Recreate yarn.lock (#18776)
* Recreate yarn.lock

* Fix lint

* Address failing spec
2022-11-30 07:45:49 -05:00
Mac Siri
db39270539
Integrate BuildPulse (#18740) 2022-11-18 09:54:11 -05:00
Mac Siri
4aa053201c
Fix yarn postcss (#18711)
* Remove postcss-cssnext

* Remove redundant code

* Update postcss-preset-env

* Account for fingerprinting
2022-11-11 08:57:11 -06:00
depfu[bot]
1c6a953f1c
[js] Update all Yarn dependencies (2022-11-02) (#18660)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2022-11-02 10:38:21 -04:00
Mac Siri
c23b269410
Use Github action for CI (#18617) 2022-10-27 09:51:27 -04:00
depfu[bot]
c127599c5d
Update all Yarn dependencies (2022-10-24) (#18624)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2022-10-24 10:02:17 -06:00
depfu[bot]
ffb41dfdf9
[js] Update all Yarn dependencies (2022-10-17) (#18590)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2022-10-17 10:12:59 -04:00
depfu[bot]
83fe60c4c7
Update all Yarn dependencies (2022-10-10) (#18557)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2022-10-10 10:29:38 -06:00
depfu[bot]
a9524dca09
Update all Yarn dependencies (2022-10-03) (#18527)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2022-10-03 10:45:32 -06:00
depfu[bot]
3972147204
Update all Yarn dependencies (2022-09-26) (#18497)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2022-09-27 07:41:11 -06:00
depfu[bot]
76f3b34db0
[js] Update all Yarn dependencies (2022-09-23) (#18421)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: Mac Siri <krairit.siri@gmail.com>
2022-09-23 15:25:03 -04:00
depfu[bot]
8550ac3db1
[js] Update all Yarn dependencies (2022-08-29) (#18389)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2022-08-30 15:06:27 -05:00
depfu[bot]
34cd4e3675
[js] Update all Yarn dependencies (2022-08-17) (#18343)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: Mac Siri <krairit.siri@gmail.com>
2022-08-18 12:28:43 -04:00
depfu[bot]
808318ae88
Update all Yarn dependencies (2022-08-11) (#18329)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2022-08-12 12:01:39 -04:00