Adds a --without-corepack
flag to configure.py
.
This allows you to run configure.py
to install Corepack but not npm.
Motivated by this issue on nodejs/corepack: https://github.com/nodejs/corepack/issues/74
Fixes or implements VF-1458
replace datadog with prometheus compatible metrics
Fixes or implements VF-1458
DRY ftw
Fixes or implements VF-1458
replace datadog with prometheus compatible metrics
The array-type
rule has a list of several types that are marked as "simple" (ex. number, boolean, string, etc).
This PR adds bigint
s via AST_NODE_TYPES.TSBigIntKeyword
to that list.
This means that
type T = bigint[];
is now considered a simple array.
This is a documentation only change to prefer x.repeat(y)
over Array(y).join(x)
Fixes or implements VF-000
after 3 years body-parser has received a patch update
Fixes or implements VF-2478
replace our (not good) Slate -> plain formatter with the Slate recommended method for serializing to plain text
Fixes or implements VF-2479
somewhere we're allowing invalid data to pass our validation. our code is written to work with strings but it's being given a number. in the interest of not spending 9999 hours tracking down specifically why the val...
Fixes or implements VF-000
@voiceflow/[email protected]
is now up to date with [email protected]
NPM -> npm PNPM -> pnpm
Date-fns
has an simpler API and is a lighter dependency which is the main reason for switching over. This removes moment.js
as a dependency and instead uses the already installed ms
package or the newly installed date-fns
package.