-
Notifications
You must be signed in to change notification settings - Fork 429
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump @testing-library/user-event from 13.5.0 to 14.4.3 #7507
Bump @testing-library/user-event from 13.5.0 to 14.4.3 #7507
Conversation
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 13.5.0 to 14.4.3. - [Release notes](https://github.com/testing-library/user-event/releases) - [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md) - [Commits](testing-library/user-event@v13.5.0...v14.4.3) --- updated-dependencies: - dependency-name: "@testing-library/user-event" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
@GuillaumeRoss I think we may already be on the same page here, but I noticed this when digging up another PR, so just checking: Should we even bother upgrading development dependencies? For example, Fleet ignores vulnerabilities in dev dependencies of the Fleet website. Quick recap of reasons for posterity:
In the past, the organizations I've worked with have taken the approach of setting up ignores for these kinds of dependencies. (That's also the best practice I've used and recommended to the Sails.js community for apps and miscellaneous packages since c. 2016, with no complaints so far (much more likely to hear about DMARC, but that's another conversation 🤪 )) |
see also dependabot/dependabot-core#4146 |
If we’re not already doing this, we could peg dev deps onto specific versions, rather than using loose semantic version ranges. That’s what we’re doing in the Fleet website. It reduces (though, by itself does not entirely eliminate due to nested deps of deps) the slight (but non-zero) risk of
|
So there's a few things here:
The first thing we are doing (yesterday) is we have created a more granular config file https://github.com/fleetdm/fleet/blob/main/.github/dependabot.yml that will assign the right reviewers based on where the dependency is seen. I am not 100% sure yet it will work properly with sub-directories like "website" so we're leaving it running for a bit and we'll see. As long as the right reviewer looks at the update, does the research to say "Yeah there is no way this can impact us, we don't use this functionality (or it's not exposed or whatever)", then, they're going to be the ones that can add a comment and merge or close the PR. I am pretty sure you are right and a pretty big amount of them will not be truly exploitable vulnerabilities. We should use dependabot commands for this as much as possible. As for 3) version pinning 100% agreed we need to do as much strict pinning as we can instead of version X "or newer". Then, this quarter, @lucasmrod @lukeheath and I will look at establishing a recurring process to review the Dependabot created tickets so we can tune. Now that our config is more granular, we'll have the ability to fine-tune things a bit more. |
FWIW dependabot says:
So if we get tired of getting pinged for dev or website dependencies we know we're not worried about, we can permanently ignore them. A downside I see is there could be a huge security issue with devDependencies like it connects to a remote server when run locally that we never see because dependabot is ignoring it. |
Dev dependency. @dependabot ignore this minor version |
OK, I won't notify you about version 14.4.x again, unless you re-open this PR or update to a 14.4.x release yourself. |
Bumps @testing-library/user-event from 13.5.0 to 14.4.3.
Release notes
Sourced from
@testing-library/user-event
's releases.... (truncated)
Commits
1aa2027
fix: remove circular dependencies (#1027)5bed8c6
fix(build): addtypes
field inexports
(#1029)b6bbbd6
chore: remove unnecessary CI steps (#1030)ab1a6c4
docs: add HillLiu as a contributor for bug (#1023)7839e29
fix(build): addexports
field (#1022)ff121ff
docs: add kksy as a contributor for doc (#1020)ea50231
docs: add sesam as a contributor for bug (#1017)4291cb8
fix(build): transpile to es2019 syntax (#1016)47f2036
docs: add DGollings as a contributor for bug (#1013)7b1aeea
docs: add alkstal as a contributor for bug (#1012)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)