Phillip Barta
Phillip Barta
[nx-stylelint v18](https://github.com/Phillip9587/nx-stylelint/releases/tag/v18.0.0) includes the experimental plugin. The generators do not support adding the plugin yet but it is planned once Nx exports the needed helpers from `@nx/devkit`. Please test it...
@shivarm Could you please update all occurrences of `Buffer`? @wesleytodd If we want to keep that consistent we should add a lint rule to prevent usage of global Buffer: ```yaml...
I used npmgraph to identify dependencies and their versions. Maybe that helps: https://npmgraph.js.org/?q=express%405
I'm in favor of using both the `CHANGELOG.md` file and GitHub Releases simultaneously. GitHub Releases is a great tool for communicating updates in a way that's visible to contributors and...
This issue also opens up a discussion about adopting [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/). By using the Conventional Commits specification, we can clearly identify the nature of each change—whether it’s a new feature,...
@bjohansebas Can you rebase the PR and remove the `fix ci` commit?
Hey @UlisesGascon , please consider adding #56 to the release. The commit removing the safe-buffer package is based on the assumption that only node versions v18 and newer are supported.
Hey @UlisesGascon, Just wanted to kindly check if there’s an ETA for when this release might go out? Looking forward to it!
Hey @UlisesGascon, just wanted to check in on the status of this release. This is the last of Express's direct dependencies that uses the `safe-buffer` package. I'm looking forward to...
Hey @wesleytodd, @UlisesGascon, @bjohansebas, I created PR #68 that refactors the code to remove the dependency on `node:path`, which enhances compatibility with non-Node.js environments. Given this improvement, do you think...