Ben Scott
Ben Scott
Thanks for pointing out the serverless approach, I spotted the serverless newness - however unfortunately serverless doesn't fit into our existing automation and deployment pipelines, notably we've recently moved away...
I've got a branch up and running with some initial work: https://github.com/BPScott/cla-bot/tree/v2-probot/probot-cla That folder contains an install of probot that will listen to PR changes, and set status and comments...
Another edge case where `/` is used as a separator that triggers a migration that should not occur ```diff .foo { background: repeating-conic-gradient( var(--p-surface) 0% 25%, var(--p-surface-neutral-subdued) 0% 50% )...
Closing, as I've done typescript-eslint bumps as part of #420
v46.0.0 migrates us to use flat config, however several of our dependencies do not yet support ESLint v9. We're blocked from going all in on eslint v9 till they update...
eslint-plugin-import is still working on ESLint v9 support. There's nothing to do here - we're still waiting for our dependencies. Things have moved further along compared to July, but they're...
I've made a bunch of progress updating packages and fixing deprecations that should unblock ESLint v9 usage. Other things are pulling my attention at the moment and I've not been...
`@shopify/eslint-plugin` v47 is released. This is a stage-setting release. I believe this fixes the majority of issues with ESLint v9 support, but I've not added v9 to the peerDependencies yet...
Finally shipped ESLint 9 support in v49.
Thanks for the fix @dartess. I've published 5.0.1 which contains your fix.