You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Julian Lam c07d595662
Update to lru-cache@^7 (#10815)
* chore(deps): bump lru-cache from 6.0.0 to 7.13.1 in /install

Bumps [lru-cache](https://github.com/isaacs/node-lru-cache) from 6.0.0 to 7.13.1.
- [Release notes](https://github.com/isaacs/node-lru-cache/releases)
- [Changelog](https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/node-lru-cache/compare/v6.0.0...v7.13.1)

---
updated-dependencies:
- dependency-name: lru-cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix(lru-cache): remove unneeded `length` params for cache creation, as `maxSize` was not used in those init calls, also renamed some methods to match new method names in lru-cache [breaking]

Added deprecation notices for old params

* fix: replace three direct calls to lru-cache with call to cacheCreate, moved cache creation call in uploads to run on first init as config is not populated at lib init

* test: move configs init above cache reset calls in databasemock

* move some more code above cache clear

* refactor: remove unused

* test: lru

* test: more debug

* test: on more test

* use await helpers.uploadFile

* fix: tests remove logs

* fix: acp cache page

* fix: add in one more guard again cache instantiation with `length` prop but no `maxSize` prop

* fix(deps): bump markdown

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Barış Soner Uşaklı <barisusakli@gmail.com>
3 years ago
..
database perf: WIP #10449, allow array of pids for posts.purge (#10465) 3 years ago
files
helpers Webpack5 (#10311) 3 years ago
mocks Update to lru-cache@^7 (#10815) 3 years ago
posts Webpack5 (#10311) 3 years ago
topics
user Webpack5 (#10311) 3 years ago
.eslintrc
api.js test: fix tests so that when user.create is called, email is set prior to confirmation 3 years ago
authentication.js test: fix tests so that when user.create is called, email is set prior to confirmation 3 years ago
batch.js
blacklist.js
build.js Webpack5 (#10311) 3 years ago
categories.js test: fix category tests 3 years ago
controllers-admin.js
controllers.js test: additional tests for password challenge on email update 3 years ago
coverPhoto.js
database.js
defer-logger.js
emailer.js
feeds.js
file.js
flags.js Webpack5 (#10311) 3 years ago
groups.js
i18n.js test: fix i18n tests 3 years ago
image.js
locale-detect.js
messaging.js Webpack5 (#10311) 3 years ago
meta.js
middleware.js Update to lru-cache@^7 (#10815) 3 years ago
notifications.js
package-install.js
pagination.js
password.js
plugins-installed.js fix: #10809, test runner to only run tests for plugins included in `test_plugins` 3 years ago
plugins.js feat: Allow defining active plugins in config (#10767) 3 years ago
posts.js Webpack5 (#10311) 3 years ago
pubsub.js
rewards.js
search-admin.js
search.js
settings.js
socket.io.js fix test on redis 3 years ago
template-helpers.js Webpack5 (#10311) 3 years ago
topics.js
translator.js Webpack5 (#10311) 3 years ago
upgrade.js
uploads.js Update to lru-cache@^7 (#10815) 3 years ago
user.js test: fix user email tests 3 years ago
utils.js test: fix UUID test 3 years ago