jellydn / ws-sockette

The little WebSocket wrapper for nodejs
MIT License
5 stars 0 forks source link

Dependency Dashboard #4

Open renovate[bot] opened 2 years ago

renovate[bot] commented 2 years ago

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Config Migration Needed

Awaiting Schedule

These updates are awaiting their schedule. Click on a checkbox to get an update now.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

npm
package.json - `diary 0.4.5` - `ws 8.18.0` - `@trivago/prettier-plugin-sort-imports 4.3.0` - `@types/node 20.17.6` - `@types/ws 8.5.13` - `husky 9.1.6` - `lint-staged 15.2.10` - `prettier 3.3.3` - `tsm 2.3.0` - `tsup 8.3.5` - `typescript 5.6.3` - `uvu 0.5.6` - `xo 0.59.3` - `node >=18` - `yarn 1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e`
nvm
.nvmrc

ericbarrionuevo commented 2 months ago

To turn on the Dashboard manually, add the :dependencyDashboard preset to your extends array in the Renovate configuration file:

  { "extends": ["config:recommended", ":dependencyDashboard"] }

Or set dependencyDashboard to true:

{ "dependencyDashboard": true }