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

Update lodash to version 4.17.21 #4963

Merged
merged 5 commits into from
Oct 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ wordpress-org-assets

tests/e2e/docker
tests/e2e/deps

docs/renovate.md
4 changes: 4 additions & 0 deletions changelog/update-update-lodash
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: dev

Update lodash to version 4.17.21
1 change: 1 addition & 0 deletions docs/renovate.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ to catalog our packages and provide guidance to a developer who wants to test an
### JavaScript Dev Dependencies
| Package Name | Usage Summary | Testing | Notes |
| ------------ | ------------- | ------- | ----- |
| lodash | Lodash makes JavaScript easier by taking the hassle out of working with arrays, numbers, objects, strings, etc. | JS tests should pass. | |
| node | Not a package, but we declare the supported version of node in our `.nvmrc` file. We use node to build the JavaScript for the plugin and run the JavaScript unit tests. | Ensure you're running the new version of node by running the `nvm use` command or manually setting up the correct version. For minor and patch upgrades testing that the build runs is sufficient. For major versions, smoke testing the running plugin would be advised. | |

### PHP Runtime Dependencies
Expand Down
Loading