Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Esm Migration + bump libraries #646

Closed
wants to merge 38 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
6bda416
Fixed code and unit tests
jbigman Jul 26, 2023
ccb3bb4
Bump semver from 6.3.0 to 6.3.1 and word-wrap from 1.2.3 to 1.2.4
jbigman Jul 26, 2023
afca862
String optimisation
jbigman Jul 26, 2023
32c4b00
Use https://yesno.wtf/api for throttle tests
jbigman Jul 26, 2023
3c9ba74
Set timeout to 18000ms: (3 times 5000ms + margin)
jbigman Jul 26, 2023
e6467c4
Set timeout to 30000ms: because we can't ensure called rest services…
jbigman Jul 26, 2023
e49ac11
Rerun checks
jbigman Jul 26, 2023
f09e537
Create main.yml
jbigman Jul 27, 2023
505b4ef
Added logs to understand why check fails
jbigman Jul 27, 2023
4cdf2b3
Added logs to understand why check fails
jbigman Jul 27, 2023
9f098cc
Removed logs
jbigman Jul 27, 2023
378a71f
Updated expected result for more reliable ones
jbigman Jul 27, 2023
74cd435
39aaa8a9(Node version 12.x and 14.x are not supported anymore: https:…
jbigman Jul 28, 2023
b7dfebd
Updated should return apps from suggested search in european country …
jbigman Jul 28, 2023
86395bf
Updated assertions "search with german language"
jbigman Jul 28, 2023
2b40f86
Merge branch 'facundoolano:main' into main
jbigman Aug 2, 2023
880a004
Added back preregister property and added earlyAccessEnabled
jbigman Aug 2, 2023
d91c45e
Added originalPrice when price has reduction, and discountEndDate (st…
jbigman Aug 2, 2023
02bbf00
Bump dependencies
jbigman Aug 2, 2023
728eb38
Bump dependencies
jbigman Aug 2, 2023
da875c8
Merge remote-tracking branch 'origin/main'
jbigman Aug 2, 2023
0243e97
Bump dependencies
jbigman Aug 2, 2023
30298f9
Fixed eslint errors and warning after eslint bump
jbigman Aug 2, 2023
41b618c
Use mocks to test throttle function
jbigman Aug 2, 2023
11166e9
Use mocks to test throttle function
jbigman Aug 2, 2023
d478053
Don't check specific ids, as results may vary
jbigman Aug 2, 2023
a04c912
Refactored mocha test and assertions
jbigman Aug 2, 2023
6c8fe9a
Esm migration
jbigman Aug 2, 2023
084259b
Applied eslint
jbigman Aug 2, 2023
d5ebe4c
Fixed throttle timeout
jbigman Aug 2, 2023
f6d6c85
Fixed deprecated import
jbigman Aug 2, 2023
d50abd8
Redued expected time to 4000ms because of setTimeout specs
jbigman Aug 2, 2023
f292d1d
Removed 'com.google.android.apps.docs' in expected apps when searchin…
jbigman Aug 3, 2023
5bb7cef
Bump got from 11.8.6 to 13.0.0
jbigman Aug 3, 2023
64213a8
Added androidMaxVersion property
jbigman Aug 3, 2023
947ee0f
Added androidMaxVersion property
jbigman Aug 3, 2023
7733c6f
Merge remote-tracking branch 'upstream/main'
jbigman Aug 4, 2023
8a99ab8
Merge remote-tracking branch 'upstream/main' (utils.throttle merge co…
jbigman Aug 4, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
39aaa8a(Node version 12.x and 14.x are not supported anymore: https:/…
jbigman authored Jul 28, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 74cd435e36fc554fa4ce3ba31aae0e960e4f2948
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 16.x, 18.x]
node-version: [16.x, 18.x, 20.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}