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

chore(gatsby): Update cache-manager to ^3.6.1 #35630

Closed
wants to merge 1 commit into from

Conversation

@gatsbot gatsbot bot added the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label May 11, 2022
@LekoArts LekoArts added type: maintenance An issue or pull request describing a change that isn't a bug, feature or documentation change and removed status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer labels May 11, 2022
@LekoArts LekoArts changed the title chore(deps): updated cache-manager to ^3.6.1 chore(gatsby): Update cache-manager to ^3.6.1 May 11, 2022
@LekoArts
Copy link
Contributor

Hi, thanks for the PR!

You'll need to run yarn in the monorepo to update the lock file. Can you also give a description of what the breaking changes were? We'll need to make sure that it's not a breaking behavior for our users. Thanks!

@crudo
Copy link
Author

crudo commented May 18, 2022

@LekoArts
This is the changelog of cache-manager from 2.11.1 to 3.6.1

- 3.6.1 2022-04-07
  - Fix for potential prototype polution exploit in async < 3.2.2 (#186). - @tmbobbins

- 3.6.0 2021-11-12
  - Added keyCount() method to memory store (#173). - @css-master

- 3.5.0 2021-11-11
  - Added dump() and load() methods to memory store (#171). - @jeoy

- 3.4.4 2021-06-11
  - vulnerability fix in package-lock.json.

- 3.4.3 2021-03-30
  - Bump y18n in package-lock.json (vulnerability fix).

- 3.4.2 2021-03-29
  - Catch uncaught exception to pass it to callback (#154) - @lchenay

- 3.4.1 2021-03-05
  - Update lodash to fix vulnerability (#152).

- 3.4.0 2020-04-30
  - Update dependencies (#145). - @orgads

- 3.3.0 2020-04-30
  - Use full lodash lib instead of lodash.clonedeep npm (#141)

- 3.2.1 2020-03-20
  - Background refresh fixes (#139). -@marcoreni

- 3.2.0 2020-03-13
  - Background refresh of expiring entries (#138). - @marcoreni

- 3.1.0 2020-02-24
  - Pass updateAgeOnGet to lru-cache in memory-store (#136). - @BastianKubaile

- 3.0.0 2020-02-21
  - Added way to disable cloning of values in memory store (#135).

@LekoArts
Copy link
Contributor

Can you also update the types package for it?

"@types/cache-manager": "^2.10.3",

@LekoArts LekoArts added the status: awaiting author response Additional information has been requested from the author label Jun 2, 2022
@crudo crudo closed this Aug 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: awaiting author response Additional information has been requested from the author type: maintenance An issue or pull request describing a change that isn't a bug, feature or documentation change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants