Gareth Jones

Results 223 issues of Gareth Jones

**Feature request summary** It seems like currently the CLI does not validate the actual categories provided for `--only-categories` - this tripped us up as we were using the PWA category...

P3
feature request

### Summary Resolves #2161 ### Short checklist - [x] Did you run `bundle exec rubocop -a` to fix linter issues? - [x] If relevant, did you create a test? -...

### Description Adds a `skip_existing` attribute to `aws_cloudwatch_log_group`. ### Relations Closes #29786 ### References ### Output from Acceptance Testing ``` ❯ make testacc TESTS=TestAccLogsGroup_ PKG=logs ==> Checking that code complies...

documentation
size/M
tests
service/logs

Resolves #2948

``` export function getUserRoles(): void; export function getUserRoles(userId: number): void; // warning: this could be unified export function getUserRoles(userId?: number): void { } ``` While the above looks unifiable, there's...

package: eslint-plugin
enhancement: plugin rule option
accepting prs

This is a repeat of #10946 - v1.1.1 was released specifically to address the security vulnerabilities in downstream dependencies due to using exact constraints (https://github.com/vercel/fun/pull/98 and https://github.com/vercel/fun/pull/95). ~I have _not_...

The latest version of the `vercel` cli is pulling in packages with known vulnerabilities that have available patches. Current vulnerabilities: - [ ] `path-to-regexp` v6.1.0, via `@vercel/routing-utils` and `@vercel/remix-builder` -...

This explores what it would be like to import the formatting rules from `eslint-plugin-jest-formatting` - I'm a big fan of these rules and have always thought it would make sense...

enhancement
rule: padding-around-before-all-blocks
rule: padding-around-test-blocks
rule: padding-around-after-all-blocks
rule: padding-around-describe-blocks
rule: padding-around-all
rule: padding-around-before-each-blocks
rule: padding-around-after-each-blocks
rule: padding-around-expect-groups

The current version of `tar` being depended on (4.4.18) is vulnerable to GHSA-f5x3-32g6-xq36 - while it's unlikely to be exploitable in this context, it still would be good to resolve...

Currently `remove` sets the cookie value to `'a'` which is confusing and means (among other things) calling `get` afterwards returns a value which isn't expected if you've just removed the...