This library provides Modus components as web components - reusable, encapsulated UI elements that are framework agnostic (can be implemented in any site).
Dependabot for GitHub: If you use GitHub to host your code you can set up dependabot to automatically create a PR for new dependencies. It's very configurable - you can choose how often to check (daily, weekly or monthly). We use this on all the Modus projects and it can be integrated with CI/CD so you can get a deploy preview with each dependency update. https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates
Node Check Updates: You can add a script to your package.json and name it something like 'check-updates' and enter the script: npx npm-check-updates. It'll check for updates and report which ones are available. You can even configure it to automatically update dependencies if you want and exclude others. I use this regularly and recommend it. Read more about it at: https://www.npmjs.com/package/npm-check-updates
Motivation and context
We can have this added to contributing file or the readme file or storybook page.
What is the issue regarding ?
@trimble-oss/modus-web-components, Modus Web Components Website (Storybook)
Priority
Low
What product/project are you using Modus Components for ?
modus
What is your team/division name ?
modus
Are you willing to contribute ?
None
Are you using Modus Web Components in production ?
Prerequisites
Proposal
From @coliff,
RSS: The https://github.com/trimble-oss/modus-web-components/releases page has an RSS feed. If you use an RSS feed reader enter the URL and you'll get notified on each new release. I do this personally for some packages
GitHub Notifications: There is a 'Watch' dropdown on the repo page https://github.com/trimble-oss/modus-web-components and you can choose to get notifications on new releases from there. You can set up notifications for these. I use the browser extension which works really well: https://chrome.google.com/webstore/detail/notifier-for-github/lmjdlojahmbbcodnpecnjnmlddbkjhnn
Dependabot for GitHub: If you use GitHub to host your code you can set up dependabot to automatically create a PR for new dependencies. It's very configurable - you can choose how often to check (daily, weekly or monthly). We use this on all the Modus projects and it can be integrated with CI/CD so you can get a deploy preview with each dependency update. https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates
Node Check Updates: You can add a script to your package.json and name it something like 'check-updates' and enter the script: npx npm-check-updates. It'll check for updates and report which ones are available. You can even configure it to automatically update dependencies if you want and exclude others. I use this regularly and recommend it. Read more about it at: https://www.npmjs.com/package/npm-check-updates
Motivation and context
We can have this added to contributing file or the readme file or storybook page.
What is the issue regarding ?
@trimble-oss/modus-web-components, Modus Web Components Website (Storybook)
Priority
Low
What product/project are you using Modus Components for ?
modus
What is your team/division name ?
modus
Are you willing to contribute ?
None
Are you using Modus Web Components in production ?
No response