![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@department-of-veterans-affairs/component-library
Advanced tools
This module contains reusable react components from vets-website housed in its design system repo.
npm install @department-of-veterans-affairs/component-library
import COMPONENTNAME from '@department-of-veterans-affairs/component-library/COMPONENTNAME'
See design system or Storybook.
The issue tracker is disabled on this repo. To request a new component or a feature enhancement, please open an issue here
From the project root, run the following commands:
yarn install
yarn storybook
After you've tested and previewed your changes locally it's time to publish a new version of the package to NPM.
Prerequisite: you must be registered with NPM, be a member of the "department-of-veterans-affairs" organization, and have the appropriate organization role to publish an update to the module. Verify that you are logged in correctly by running
npm whoami
. If you are unable to publish an update, confirm you are a member of the "department-of-veterans-affairs" organization by going to your Profile page on npmjs.com.
Submit a PR that includes all of your code changes. This should include the bump in versions you need, which you can change directly in the package.json
files for the modules that are changing. Modules like component-library
depend on formation
via a peer dependency, so you may need to update that as well. We try to keep the peer dependency loose and only update it for breaking changes.
You'll need to choose what type of version update to make:
patch
- for bug fixes and minor changesminor
- for new features that don't break current features or require changes in consuming applicationsmajor
- for backwards breaking changesIf you are unsure of what to pick, do a major version update on modules that are changing.
Once your changes are approved, squash merge them to master. Also, if your change is a breaking change, please prefix your commit message with BREAKING CHANGE:
. Also keep in mind that your commit messages will be in a changelog that people use to figure out what has changed between releases, so make sure it accurately describes your changes.
yarn build
npm publish
The last step is to update the package.json
files of consuming apps to use the latest version of @department-of-veterans-affairs/formation
(or component-library
). For example, if you are working with the vets-website
project, open the vets-website
's package.json
to update the version number of the @department-of-veterans-affairs/formation
entry listed in the dependencies
section. The version number should match what you just published to NPM.
FAQs
VA.gov component library. Includes React and web components.
The npm package @department-of-veterans-affairs/component-library receives a total of 582 weekly downloads. As such, @department-of-veterans-affairs/component-library popularity was classified as not popular.
We found that @department-of-veterans-affairs/component-library demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 31 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.