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

feat!: update dependenies to use lodash v4 #378

Merged
merged 26 commits into from
Oct 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
1848c6f
feat!: update dependenies to use lodash v4
shaveko Oct 5, 2023
602734d
fix: remove depreceated _.contains lodash calls
shaveko Oct 6, 2023
7698e8c
fix: undefined check for includes calls
shaveko Oct 6, 2023
d8e763e
chore: linter suggestions
shaveko Oct 6, 2023
d768a58
fix: remove pluck usage and format Renderer
shaveko Oct 9, 2023
f5393db
fix: remove questionmark js syntax & add code alignment with es6
shaveko Oct 11, 2023
b19c63a
fix: align .first method with v4 api
shaveko Oct 11, 2023
6229194
fix: align with v4 api of .first and includes
shaveko Oct 11, 2023
bc6e536
fix: min and max calls alignment
shaveko Oct 11, 2023
2cee433
fix: es6 of test code
shaveko Oct 11, 2023
de502d6
fix: fix processors code types availabilty
shaveko Oct 11, 2023
f1ccda6
fix: mind types object structure
shaveko Oct 11, 2023
f1e05e7
fix: min/max proper usage for lodash wrapped collection
shaveko Oct 11, 2023
5b8cb1d
fix: min/max usage for operators
shaveko Oct 11, 2023
3e92d5e
fix: remove value as per v4 lodash api
shaveko Oct 11, 2023
8128a77
fix: remove _.where from Graphic helper
shaveko Oct 11, 2023
c3dddb6
fix: change _.invoke calls to forEach
shaveko Oct 12, 2023
13a320d
fix: typo i18n
shaveko Oct 12, 2023
2200c26
Update src/qtiCommonRenderer/helpers/Graphic.js
shaveko Oct 13, 2023
93c98bb
Update src/qtiCommonRenderer/renderers/interactions/AssociateInteract…
shaveko Oct 13, 2023
810b4ae
Update src/qtiCommonRenderer/renderers/interactions/GraphicAssociateI…
shaveko Oct 13, 2023
5c27109
Update src/qtiItem/core/Element.js
shaveko Oct 13, 2023
75bec5d
Update src/qtiItem/core/Element.js
shaveko Oct 13, 2023
38e9c99
Update src/qtiRunner/core/Renderer.js
shaveko Oct 13, 2023
2bbdd3b
Update test/qtiCommonRenderer/interactions/associate/test.js
shaveko Oct 13, 2023
bbc632b
chore: change _.each to _.forEach (deprecated naming)
shaveko Oct 18, 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
48 changes: 22 additions & 26 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@
"@oat-sa/eslint-config-tao": "^2.0.0",
"@oat-sa/prettier-config": "^0.1.1",
"@oat-sa/rollup-plugin-wildcard-external": "^1.0.0",
"@oat-sa/tao-core-libs": "^0.5.3",
"@oat-sa/tao-core-sdk": "^2.0.1",
"@oat-sa/tao-core-libs": "^1.0.0",
"@oat-sa/tao-core-sdk": "^3.0.0",
"@oat-sa/tao-core-shared-libs": "^1.4.1",
"@oat-sa/tao-core-ui": "^2.0.0",
"@oat-sa/tao-item-runner": "^0.8.2",
"@oat-sa/tao-core-ui": "^3.0.1",
"@oat-sa/tao-item-runner": "^1.0.0",
"@oat-sa/tao-qunit-testrunner": "^2.0.0",
"async": "^0.2.10",
"dompurify": "^2.4.0",
Expand All @@ -65,7 +65,7 @@
"handlebars": "1.3.0",
"interactjs": "1.3.4",
"jquery": "1.9.1",
"lodash": "2.4.1",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"moment-timezone": "^0.5.43",
"nyc": "^15.1.0",
Expand Down
Loading
Loading