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

Upgrade lodash to 4.17.21 #176

Merged
merged 4 commits into from
Sep 29, 2023
Merged

Conversation

yukipastelcat
Copy link
Contributor

@yukipastelcat yukipastelcat commented Sep 28, 2023

Ticket: https://oat-sa.atlassian.net/browse/AUT-1391

What's Changed

BREAKING CHANGE: updated lodash dependency to 4.17.21, updated tao-core-libs to 1.0.0 which requires lodash@4.17.21 installed as peer dependency

Dependencies PRs

How to test

  • Run npm run build in order to check that build isn't broken
  • Run npm test to check qunit-testrunner tests

- Updated lodash dependency
- Updated changed lodash methods
BREAKING CHANGE: updated lodash dependency to 4.17.21
BREAKING CHANGE: upgraded tao-core-libs to 1.0.0, lodash@4 is required as peerDependency
- Replaced _.where with _.filter according to [deprecation guidelines](https://github.com/lodash/lodash/wiki/Deprecations)
Copy link
Contributor

@btamas btamas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update looks good, tests are running with PARALLEL_TESTS=1 npm run test

Review Checklist

  • New code is covered by tests (if applicable)
  • Tests are running successfully (old and new ones) on my local machine (if applicable)
  • New code is respecting code style rules
  • New code is respecting best practices
  • New code is not subject to concurrency issues (if applicable)
  • Feature is working correctly on my local machine (if applicable)
  • Acceptance criteria are respected
  • Pull request title and description are meaningful
  • Pull request's target is not master
  • Commits are following conventional commits
  • Commits messages are meaningful
  • Commits are atomic
  • Changelog is updated according to changes (if applicable)
  • Documentation is updated according to changes (if applicable)

@yukipastelcat yukipastelcat merged commit c237af5 into master Sep 29, 2023
@yukipastelcat yukipastelcat deleted the feature/ADF-1391_upgrade-lodash branch September 29, 2023 13:22
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.

2 participants