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

Fix: omit becomes omitBy with lodash 4 #338

Merged
merged 1 commit into from
May 24, 2024

Conversation

oatymart
Copy link
Contributor

Unit test was failing:
Screenshot 2024-05-24 at 11 24 45

And CI action was failing for 4 months because of it: https://github.com/oat-sa/extension-tao-clientdiag/actions/workflows/continuous-integration.yaml


When lodash was upgraded from 2 -> 4, _.omit(function) became _.omitBy(function). Docs.

Test now passes again, with npx grunt connect:test taoclientdiagnostictest

Copy link

Version

Target Version 8.5.7
Last version 8.5.6

There are 0 BREAKING CHANGE, 0 feature, 1 fix

Copy link

Front-end summary Node 18

💯 Total ✅ Passed ⏭️ Skipped ❌ Failed
131 131 0 0

@oatymart oatymart self-assigned this May 24, 2024
@oatymart oatymart merged commit 9637e39 into develop May 24, 2024
5 of 6 checks passed
@oatymart oatymart deleted the fix/repair-getconfig-unit-test branch May 24, 2024 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants