Skip to content

Commit

Permalink
chore: loosen up npm/pnpm versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Feb 14, 2025
1 parent fbdb886 commit 457b772
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 22 deletions.
15 changes: 5 additions & 10 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,16 @@
packageNames: ["i18next"],
allowedVersions: "22.5.0"
},
// allow Node14/npm8 until its EOL June 2023
{
packageNames: ["node"],
allowedVersions: "<19.0.0",
},
{
packageNames: ["npm"],
allowedVersions: "8.5.0",
},

// rimraf new major release dropped support for Node 18, we'll have to wait our next major to upgrade them
{
packageNames: ['rimraf'],
allowedVersions: '<6.0.0',
},
],
ignoreDeps: [
'node',
'npm',
'pnpm',
],
schedule: ['every 3 weeks on friday']
}
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
"jest-transform-stub": "^2.0.0",
"jsdom-global": "^3.0.2",
"npm-run-all2": "^7.0.2",
"pnpm": "^9.15.5",
"rimraf": "^5.0.10",
"rxjs": "^7.8.1",
"ts-jest": "^29.2.5",
Expand All @@ -81,5 +80,5 @@
"ws": "^8.18.0"
}
},
"packageManager": "pnpm@9.15.4"
"packageManager": "pnpm@9.10.0"
}
10 changes: 0 additions & 10 deletions pnpm-lock.yaml

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

0 comments on commit 457b772

Please sign in to comment.