gasket icon indicating copy to clipboard operation
gasket copied to clipboard

Framework Maker for JavaScript Applications

Results 61 gasket issues
Sort by recently updated
recently updated
newest added

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...

dependencies

## Summary - add support for pnpm package manager ## Changelog - added pnpm as a choice for package manager prompt in `gasket create` - updated PackageManager with pnpm commands...

## Summary Update Fastify to v4. This new version of fastify removes `app.use` functionality, however, since we are using `@fastify/middie` already, we are able to continue to use `app.user` per...

version 7

## Summary ESM PORT - @gasket/cli - @gasket/engine - @gasket/utils - @gasket/resolver - @gasket/plugin-command The deviation is to simplify scope. The default plugins are commented out except plugin-command to validate...

version 8

## Summary ## Changelog ## Test Plan

version 8

## Summary This PR is to allow Devtools options to be passed to the gasket redux plugin ## Changelog ## Test Plan

We should avoid using the `first` and `last` timing properties with our Gasket plugins. These can cause timing confusion with custom plugins for end users. Because this would more than...

And investigate a good approach to define or expose the prompt function types interface.

## Summary In order to allow gaskets to be imported for server-side `getInitialProps` usage cases, we need to ensure they are not attempted to be bundled for the browser. ##...

## Summary Fix test suites in v7 that fail when trying to run their default tests in app code. ## Changelog **@gasket/plugin-cypress** - update scripts and generated files **@gasket/plugin-jest** -...