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

Bump lru-cache to ^10.3.0 #11843

Merged
merged 9 commits into from
Jul 8, 2024
Merged

Bump lru-cache to ^10.3.0 #11843

merged 9 commits into from
Jul 8, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 28, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
lru-cache ^7.18.3 -> ^10.3.0 age adoption passing confidence

Release Notes

isaacs/node-lru-cache (lru-cache)

v10.3.0

Compare Source

v10.2.2

Compare Source

v10.2.1

Compare Source

v10.2.0

Compare Source

  • types: implement the Map<K, V> interface

v10.1.0

Compare Source

  • add cache.info(key) to get value as well as ttl and size
    information.

v10.0.3

Compare Source

v10.0.2

Compare Source

v10.0.1

Compare Source

v10.0.0

Compare Source

  • cache.fetch() return type is now Promise<V | undefined>
    instead of Promise<V | void>. This is an irrelevant change
    practically speaking, but can require changes for TypeScript
    users.

v9.1.2

Compare Source

v9.1.1

Compare Source

v9.1.0

Compare Source

  • cache.set(key, undefined) is now an alias for
    cache.delete(key)

v9.0.3

Compare Source

v9.0.2

Compare Source

v9.0.1

Compare Source

v9.0.0

Compare Source

  • Use named export only, no default export.
  • Bring back minimal polyfill. If this polyfill ends up being
    used, then a warning is printed, as it is not safe for use
    outside of LRUCache.

v8.0.5

Compare Source

v8.0.4

Compare Source

v8.0.3

Compare Source

v8.0.2

Compare Source

v8.0.1

Compare Source

v8.0.0

Compare Source

  • The fetchContext option was renamed to context, and may no
    longer be set on the cache instance itself.
  • Rewritten in TypeScript, so pretty much all the types moved
    around a lot.
  • The AbortController/AbortSignal polyfill is removed. For this
    reason, Node version 16.14.0 or higher is now required.
  • Internal properties were moved to actual private class
    properties.
  • Keys and values must not be null or undefined.
  • Minified export available at 'lru-cache/min', for both CJS
    and MJS builds.

Configuration

📅 Schedule: Branch creation - "on sunday before 6:00am" in timezone UTC, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Update of dependencies label Jan 28, 2024
@mui-bot
Copy link

mui-bot commented Jan 28, 2024

Deploy preview: https://deploy-preview-11843--material-ui-x.netlify.app/

Generated by 🚫 dangerJS against 97c451d

@renovate renovate bot force-pushed the renovate/lru-cache-10.x branch from 9859c12 to 783bdcb Compare March 20, 2024 21:56
@renovate renovate bot changed the base branch from next to master March 20, 2024 21:56
@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged label Apr 24, 2024
Copy link

This pull request has conflicts, please resolve those before we can evaluate the pull request.

@renovate renovate bot force-pushed the renovate/lru-cache-10.x branch from 783bdcb to 3085b3d Compare April 25, 2024 07:14
@github-actions github-actions bot removed the PR: out-of-date The pull request has merge conflicts and can't be merged label Apr 25, 2024
@renovate renovate bot force-pushed the renovate/lru-cache-10.x branch from 3085b3d to 405337b Compare April 25, 2024 17:06
@renovate renovate bot changed the title Bump lru-cache to ^10.2.0 Bump lru-cache to ^10.2.1 Apr 25, 2024
@renovate renovate bot force-pushed the renovate/lru-cache-10.x branch from 405337b to 762054a Compare April 28, 2024 23:03
@renovate renovate bot changed the title Bump lru-cache to ^10.2.1 Bump lru-cache to ^10.2.2 Apr 28, 2024
@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged label May 8, 2024
Copy link

github-actions bot commented May 8, 2024

This pull request has conflicts, please resolve those before we can evaluate the pull request.

@renovate renovate bot force-pushed the renovate/lru-cache-10.x branch from 762054a to 7349c53 Compare May 8, 2024 10:49
@github-actions github-actions bot removed the PR: out-of-date The pull request has merge conflicts and can't be merged label May 8, 2024
@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged label May 29, 2024
Copy link

This pull request has conflicts, please resolve those before we can evaluate the pull request.

@renovate renovate bot force-pushed the renovate/lru-cache-10.x branch from 7349c53 to 4d869b7 Compare May 29, 2024 11:36
@github-actions github-actions bot removed the PR: out-of-date The pull request has merge conflicts and can't be merged label May 29, 2024
Copy link

This pull request has conflicts, please resolve those before we can evaluate the pull request.

@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged label May 29, 2024
@renovate renovate bot force-pushed the renovate/lru-cache-10.x branch from 4d869b7 to 1778f1f Compare May 29, 2024 13:28
@github-actions github-actions bot removed the PR: out-of-date The pull request has merge conflicts and can't be merged label May 29, 2024
@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged label Jun 5, 2024
Copy link

github-actions bot commented Jun 5, 2024

This pull request has conflicts, please resolve those before we can evaluate the pull request.

@renovate renovate bot force-pushed the renovate/lru-cache-10.x branch from 1778f1f to 00b6185 Compare June 5, 2024 17:02
@github-actions github-actions bot removed the PR: out-of-date The pull request has merge conflicts and can't be merged label Jun 5, 2024
Copy link
Contributor Author

renovate bot commented Jun 14, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@LukasTy
Copy link
Member

LukasTy commented Jun 14, 2024

WDYT @mui/code-infra, does having es5 as the TS target make sense at this point? 🤔 🤷
https://app.circleci.com/pipelines/github/mui/mui-x/60171/workflows/97392b3b-a07f-456f-a2ac-6d5bcbfdc867/jobs/343575
Screenshot 2024-06-14 at 13 56 00
It's blocking this PR. 🤔

@Janpot
Copy link
Member

Janpot commented Jun 14, 2024

does having es5 as the TS target make sense at this point?

Isn't this only relevant if we're compiling to js with tsc? We use babel + preset-env, I suppose this setting doesn't change anything. I guess you could try diffing the compiled output with different values to verify.

@LukasTy
Copy link
Member

LukasTy commented Jun 14, 2024

Isn't this only relevant if we're compiling to js with tsc? We use babel + preset-env, I suppose this setting doesn't change anything. I guess you could try diffing the compiled output with different values to verify.

Indeed, our typing compilation is done with a different process than tsc. 🤔
I've done some preliminary testing and it seems that there are no build package changes.
The only observable change is a shorter build time as we need less transpilation. 👍

@Janpot Would you suggest making the change in the monorepo for every downstream package to take effect?
Or only mui-x? 🤔

@Janpot
Copy link
Member

Janpot commented Jun 14, 2024

@Janpot Would you suggest making the change in the monorepo for every downstream package to take effect?

Yes, I think hat makes sense. 👍

@LukasTy LukasTy added the on hold There is a blocker, we need to wait label Jun 19, 2024
@LukasTy
Copy link
Member

LukasTy commented Jun 19, 2024

Waiting for @mui/monorepo to be bumped in order to avoid the need for explicit target: 7b61118

@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged label Jul 4, 2024
Copy link

github-actions bot commented Jul 4, 2024

This pull request has conflicts, please resolve those before we can evaluate the pull request.

@LukasTy LukasTy changed the title Bump lru-cache to ^10.2.2 Bump lru-cache to ^10.3.0 Jul 8, 2024
@github-actions github-actions bot removed the PR: out-of-date The pull request has merge conflicts and can't be merged label Jul 8, 2024
@LukasTy LukasTy removed the on hold There is a blocker, we need to wait label Jul 8, 2024
@LukasTy LukasTy merged commit 2610936 into master Jul 8, 2024
18 checks passed
@LukasTy LukasTy deleted the renovate/lru-cache-10.x branch July 8, 2024 08:26
DungTiger pushed a commit to DungTiger/mui-x that referenced this pull request Jul 23, 2024
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lukas <llukas.tyla@gmail.com>
thomasmoon pushed a commit to thomasmoon/mui-x that referenced this pull request Sep 9, 2024
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lukas <llukas.tyla@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update of dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants