Commit Graph

725 Commits

Author SHA1 Message Date
X123Moin 4f86d2462e fix(store): update out of stock detection for MediaMarkt and Saturn (#1549)
Fixes #1545
2021-01-03 02:09:14 -05:00
Anthony Tam 8ab6e1f1d8 feat(store): add GPU and CPU support for Vuugo (#1555) 2021-01-03 02:06:51 -05:00
CyberMew f9a3d03f35 feat(pushover): add screenshot to push notification if available (#1552) 2021-01-03 02:05:36 -05:00
Reid Kornman 9ef83fd1d2 chore(bestbuy): add 3060ti cards (#1548) 2021-01-03 02:04:53 -05:00
Staffan 8e5c28e10b chore(proshop-dk): add 3060ti, add 3070, update 3080, update 3090, add ryzen cpus (#1526) 2021-01-03 02:03:11 -05:00
dependabot[bot] de69f7ae8a chore(deps): bump twitch-auth from 4.3.6 to 4.3.8 (#1532)
Bumps [twitch-auth](https://github.com/d-fischer/twitch/tree/HEAD/packages/twitch-auth) from 4.3.6 to 4.3.8.
- [Release notes](https://github.com/d-fischer/twitch/releases)
- [Commits](https://github.com/d-fischer/twitch/commits/v4.3.8/packages/twitch-auth)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-03 02:02:05 -05:00
Collin Garvey ca1564e8fa chore(philips-hue): correct the log text (#1523) 2020-12-27 02:18:06 -05:00
Jef LeCompte a908ce417b chore(redis): init client once
Regression of 6bc7737ef0
2020-12-26 07:37:33 -08:00
Jef LeCompte 6bc7737ef0 fix: disable redis if not configured
Fixes #1516
2020-12-26 07:28:49 -08:00
Dan Robinson 14998d87f9 chore(evga): add 3060ti cards 2020-12-25 19:24:04 -05:00
dependabot[bot] 76761c5b8d chore(deps): bump amannn/action-semantic-pull-request (#1494)
Bumps [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) from v2.1.1 to v2.2.0.
- [Release notes](https://github.com/amannn/action-semantic-pull-request/releases)
- [Changelog](https://github.com/amannn/action-semantic-pull-request/blob/master/CHANGELOG.md)
- [Commits](https://github.com/amannn/action-semantic-pull-request/compare/v2.1.1...e92d269774194a4d390ad91a817b19ccb588410e)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-25 19:22:47 -05:00
dependabot[bot] a402c64f5e chore(deps): bump cheerio from 1.0.0-rc.3 to 1.0.0-rc.5 (#1495)
Bumps [cheerio](https://github.com/cheeriojs/cheerio) from 1.0.0-rc.3 to 1.0.0-rc.5.
- [Release notes](https://github.com/cheeriojs/cheerio/releases)
- [Changelog](https://github.com/cheeriojs/cheerio/blob/main/History.md)
- [Commits](https://github.com/cheeriojs/cheerio/compare/1.0.0-rc.3...v1.0.0-rc.5)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-25 19:22:35 -05:00
dependabot[bot] e893d79ad7 chore(deps-dev): bump @types/node from 14.14.14 to 14.14.16 (#1506)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.14 to 14.14.16.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-25 19:14:49 -05:00
Bailey Miller fb82526a42 feat: add redis (#1390) 2020-12-25 19:14:21 -05:00
neatchee 90fb430b71 fix(amazon-de-warehouse): update wrong maxPrice selector (#1514) 2020-12-25 19:10:19 -05:00
Sergej Lopatkin 5b70ff14cb feat(store): add equippr & futurex for DE region (#1501) 2020-12-25 19:03:36 -05:00
erwinc1 0c6e2d587d fix: properly pass array entries as separate indices (#1502) 2020-12-25 19:01:23 -05:00
neatchee 1cf618c1c1 feat(lookup): add protection against infinite recursion for Cloudflare (#1505)
Fixes #1459
Fixes #1490
2020-12-23 22:23:43 -08:00
StanZha 28d1cf90b8 chore(store): rx6800xt for memoryexpress, amazon-ca (#1491)
* rx6900xt urls added for amd official store, newegg and bestbuy

* added rx6900xt microcenter url

* linter issue fix

* few more 6800xt added for Canada
2020-12-22 11:57:57 -05:00
Jef LeCompte f34a808451 feat(lookup): add max price for xbox
Resolves #1436
2020-12-21 16:09:37 -05:00
sohaiiil eb59dc3433 fix(store): link builder in UK stores (#1486)
Going to use static links instead now.
2020-12-21 13:01:53 -05:00
KnotenJoe beee355563 feat(store): add pcking and acompc (#1470)
* Create pcking

Another store for Germany.  I tested the code on my pc.

* docs: add pcking to store list

* Rename pcking to pcking.ts

* Update index.ts

* Update filter.md

* Update index.ts

* Create acompc.ts

* chore: linting

* chore: linting

Co-authored-by: Jef LeCompte <jeffreylec@gmail.com>
2020-12-21 12:58:46 -05:00
David Gauch 5a6b252ae1 chore(newegg): add links for rx6800xt and rx6800 (#1484)
Co-authored-by: Jef LeCompte <jeffreylec@gmail.com>
2020-12-21 17:40:39 +00:00
Jef LeCompte 0c80d6caea docs: add missing font key 2020-12-21 12:37:39 -05:00
Jef LeCompte 272b49b4ac docs: change fonts to Roboto 2020-12-21 12:33:33 -05:00
James Hinton ec8d3571cf feat(store): add johnlewis store, add shopto store (#1481)
* add `johnlewis` store

* feat: add `shopto` store

* chore: linting

* chore: linting

Co-authored-by: Jef LeCompte <jeffreylec@gmail.com>
2020-12-20 18:00:00 -05:00
KnotenJoe 7a5bc22ba8 fix(galaxus): maxPrice selector (#1469) 2020-12-20 17:51:31 -05:00
sohaiiil 673b5f325c docs(reference): add AWD-IT (#1460) 2020-12-19 12:12:33 -05:00
Richard Chen Zheng 70b2e7c408 docs(reference): add AMD 6800, 6800xt, 6900xt (#1463) 2020-12-19 12:11:19 -05:00
Phillip Kramp 4debcd33a7 chore(amazon): add nvidia and amd cards (#1430) 2020-12-18 09:23:55 -05:00
dependabot[bot] 0b7d92341a chore(deps): bump google-github-actions/release-please-action from v2.12.2 to v2.12.3 (#1454)
Bumps [google-github-actions/release-please-action](https://github.com/google-github-actions/release-please-action) from v2.12.2 to v2.12.3.
- [Release notes](https://github.com/google-github-actions/release-please-action/releases)
- [Changelog](https://github.com/google-github-actions/release-please-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/google-github-actions/release-please-action/compare/v2.12.2...ecf21cd22e32f8a23d66f762091b994d1a60c1c4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-18 09:23:11 -05:00
dependabot[bot] 0cc5de95ca chore(deps): bump dorny/paths-filter from v2.6.0 to v2.7.0 (#1453)
Bumps [dorny/paths-filter](https://github.com/dorny/paths-filter) from v2.6.0 to v2.7.0.
- [Release notes](https://github.com/dorny/paths-filter/releases)
- [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md)
- [Commits](https://github.com/dorny/paths-filter/compare/v2.6.0...4e7fcc37b4770a7082a9be52b4c543d2839f55df)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-18 09:21:58 -05:00
dependabot[bot] bc788cbd95 chore(deps-dev): bump webpack from 5.10.3 to 5.11.0 (#1456)
Bumps [webpack](https://github.com/webpack/webpack) from 5.10.3 to 5.11.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.10.3...v5.11.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-18 09:11:45 -05:00
Mark Dietzer ab037029b6 fix(proxy): update proxy module (#1451)
Fixes #1437
2020-12-18 09:07:03 -05:00
Jef LeCompte 6e2a16238c feat: remove stale user agents, use top 50
This change should vastly improve success rate.
2020-12-17 19:39:23 -05:00
neatchee f86a8259f3 feat(lookup): handle Cloudflare DDoS protection (#1434)
Resolves #1297
2020-12-17 11:49:43 -05:00
dependabot[bot] 2b5588bd46 chore(deps): bump actions/setup-node from v2.1.3 to v2.1.4 (#1439)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from v2.1.3 to v2.1.4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2.1.3...c46424eee26de4078d34105d3de3cc4992202b1e)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-17 11:45:41 -05:00
dependabot[bot] cdc3a84d2d chore(deps-dev): bump @types/node from 14.14.13 to 14.14.14 (#1431)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.13 to 14.14.14.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-17 11:45:35 -05:00
dependabot[bot] ef9afb8d69 chore(deps-dev): bump webpack from 5.10.1 to 5.10.3 (#1432)
Bumps [webpack](https://github.com/webpack/webpack) from 5.10.1 to 5.10.3.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.10.1...v5.10.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-17 11:45:28 -05:00
dependabot[bot] 8836a1c1c4 chore(deps): bump twilio from 3.54.0 to 3.54.1 (#1440)
Bumps [twilio](https://github.com/twilio/twilio-node) from 3.54.0 to 3.54.1.
- [Release notes](https://github.com/twilio/twilio-node/releases)
- [Changelog](https://github.com/twilio/twilio-node/blob/main/CHANGES.md)
- [Commits](https://github.com/twilio/twilio-node/compare/3.54.0...3.54.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-17 11:45:19 -05:00
Jef LeCompte 96ae818e84 fix(lookup): remove mobile versions of user agent
Removing mobile versions of user agents should help
us with false positives, as the mobile version may give
different selectors which we cannot parse correctly.
2020-12-17 11:34:27 -05:00
Eugene Shalygin 7425e6437f chore(store): add some radeon models for German stores (#1426) 2020-12-15 17:11:20 -05:00
Mark Dietzer f65df4ce56 fix(proxy): fix requests with proxies (#1408) 2020-12-15 17:08:38 -05:00
Jef LeCompte ecdb7a058d style(docs): change code font to JetBrains Mono 2020-12-15 10:23:52 -05:00
carrierfry 02d29c3c64 fix(lookup): check out of stock before price (#1422) 2020-12-15 09:27:05 -05:00
RitoFaith ca59777917 feat(azerty): add ryzen 5000 series (#878) 2020-12-15 08:10:26 -05:00
Jef LeCompte 8db16dd0cb docs: fix hotlink 2020-12-15 07:49:16 -05:00
Jef LeCompte a9b2ecfd48 docs: fix banner location 2020-12-15 00:37:08 -05:00
Jef LeCompte 8fdfa4d57c style(notification): update desktop look and feel 2020-12-15 00:35:20 -05:00
Jef LeCompte 64898b8ae3 chore(deps): bump twitch, notifier, mailer, typescript, node, and webpack 2020-12-15 00:28:04 -05:00