Gareth Jones
Gareth Jones
**Tell us about your environment** - **ESLint version:** 9.16.0 - **eslint-plugin-vue version:** 9.32.0 - **Vue version:** 3.x - **Node version:** 22.14.0 **The problem you want to solve.** Currently some of...
### Summary `connection_pool` v3+ requires keyword arguments instead of positional args, but also drops support for Ruby 3.2 so this has us check the version being used and do the...
v3 changed `ConnectionPool` to [take keyword args rather than positional args](https://github.com/mperham/connection_pool/blob/main/Changes.md#300), which breaks https://github.com/reactjs/react-rails/blob/28ee68955f00261aecc07061ea6ea1dfc0831e06/lib/react/server_rendering.rb#L19 I've not dug deeper into this yet so that might not be the only change that...
### ESLint version v9.34.0 ### What problem do you want to solve? Currently `--fix` ignores suppressions which I understand because in theory autofixes should be safe to apply but in...
**Describe the bug** It seems that _any_ use of `os.Exit` in `TestMain` is flagged by `redundant-test-main-exit`, regardless of if the return from `m.Run` is actually use **To Reproduce** Steps to...
Resolves #4309
To better demonstrate the impact of changes, we want to have pull requests run the `apitester` tool against a "local" version of the app on the PR's branch. This will...
We've been working with the Drupal community and OSV team to have Drupal advisories published in OSV format and ingested into osv.dev, with the database living here: https://github.com/DrupalSecurityTeam/drupal-advisory-database We've recently...
**What**: This * bumps the version of Node when publishing to v22, as that is required by `semantic-release` v25 * uses `semantic-release` v25 for publishing, as that version supports OIDC...