Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: isaacs/node-lru-cache
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v10.4.3
Choose a base ref
...
head repository: isaacs/node-lru-cache
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v11.0.0
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Jul 8, 2024

  1. drop old node versions

    isaacs committed Jul 8, 2024
    3

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    7965d88 View commit details
  2. 11.0.0

    isaacs committed Jul 8, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    e1981d1 View commit details
Showing with 9 additions and 5 deletions.
  1. +5 −1 CHANGELOG.md
  2. +2 −2 package-lock.json
  3. +2 −2 package.json
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# cringe lorg

## 11.0

- Drop support for node less than v20

## 10.4

Accidental minor update, should've been patch.
- Accidental minor update, should've been patch.

## 10.3

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lru-cache",
"description": "A cache object that deletes the least-recently-used items.",
"version": "10.4.1",
"version": "11.0.0",
"author": "Isaac Z. Schlueter <i@izs.me>",
"keywords": [
"mru",
@@ -68,7 +68,7 @@
"dist"
],
"engines": {
"node": "14 >= 14.21 || 16 >= 16.20 || 18 >=18.20 || 20 || >=22"
"node": "20 || >=22"
},
"prettier": {
"semi": false,