
Security News
Vite Releases Technical Preview of Rolldown-Vite, a Rust-Based Bundler
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
github.com/narph/e2e-testing
This repository contains:
This project utilizes goreleaser
to build the cli binaries for all supported
platforms. Please see goreleaser installation
for instructions on making that available to you.
Once goreleaser
is installed building the cli is as follows:
$ make build
This will put the built distribution inside of dist
in the current working directory.
This project uses pre-commit so, after installing it, please install the already configured pre-commit hooks we support, to enable pre-commit in your local git repository:
$ pre-commit install
pre-commit installed at .git/hooks/pre-commit
To understand more about the hooks we use, please take a look at pre-commit's configuration file.
This project requires backports to the existing active branches. Those branches are defined in the .backportrc.json
and .mergify.yml
files. In order to do so,
there are two different approaches:
This is the preferred approach. Backports are created automatically as long as the rules defined in .mergify.yml are fulfilled. From the user's point of view it's required only to attach a labels to the pull request that should be backported, and once it gets merged the automation happens under the hood.
This is the traditional approach where the backports are created by the author who created the original pull request. For such, it's required to install backport and run the command in your terminal
$ backport --label <YOUR_LABELS> --auto-assign --pr <YOUR_PR>
FAQs
Unknown package
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
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
Research
Security News
A malicious npm typosquat uses remote commands to silently delete entire project directories after a single mistyped install.
Research
Security News
Malicious PyPI package semantic-types steals Solana private keys via transitive dependency installs using monkey patching and blockchain exfiltration.