Pieter Wigboldus
Pieter Wigboldus
If you use the package express-openapi in ES Modules (with import/export and `"type": "module"` in your package.json). You get an error that you cannot use require, it is in the...
@P0lip / @mnaumanali94 **Chore summary** Rollup plugin commonjs is now a normal dependency, and is installed if you add @stoplight/spectral-ruleset-bundler to a project. This will result in some unnecessary dependencies...
Fixes #2563. **Checklist** - [ ] Tests added / updated - [ ] Docs added / updated **Does this PR introduce a breaking change?** - [x] Yes - [x] No...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade eslint from 8.54.0 to 8.55.0. :information_source: Keep your dependencies up-to-date....
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade eslint-config-prettier from 9.0.0 to 9.1.0. :information_source: Keep your dependencies up-to-date....
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade @hckrnews/ppt2pdf from 0.3.2 to 0.3.3. :information_source: Keep your dependencies up-to-date....
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade @hckrnews/pdf2png from 0.3.2 to 0.3.3. :information_source: Keep your dependencies up-to-date....
Including jsdoc for typehinting ### Description of change This will change the JS migration template to ESM compatible. Fixes #10801 A non breaking solution where you can choose between ESM...
### Issue description Generated JS migrations in modern ESM format See also: https://nodejs.org/api/esm.html > ECMAScript modules are [the official standard format](https://tc39.github.io/ecma262/#sec-modules) to package JavaScript code for reuse. Modules are defined...