-
Notifications
You must be signed in to change notification settings - Fork 338
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 express-validator from 6.14.3 to 6.15.0 #3304
Bump express-validator from 6.14.3 to 6.15.0 #3304
Conversation
Bumps [express-validator](https://github.com/express-validator/express-validator) from 6.14.3 to 6.15.0. - [Release notes](https://github.com/express-validator/express-validator/releases) - [Commits](express-validator/express-validator@v6.14.3...v6.15.0) --- updated-dependencies: - dependency-name: express-validator dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Likely due to npm package incompatibilities, this update can't be hoisted to Checks have failed since we cache 1.
|
To avoid package incompatibilities, npm can choose _not_ to hoist to the top-level `node_modules` directory We have to avoid matching `**/node_modules` otherwise nested “packages of packages” will be cached from linked workspaces etc
path: node_modules | ||
path: | | ||
node_modules | ||
app/node_modules |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should ensure any (potential) workspace node_modules
are also cached
Due to symbolic links created by npm link
or npm workspaces we can't use:
path: |
**/node_modules
Otherwise we could match and cache "packages of linked packages" one day:
app/node_modules/govuk-frontend/node_modules/** #symlink-1
node_modules/govuk-frontend/node_modules/** #symlink-1
package/node_modules/** #source
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for sorting the caching 🙌🏻
Bumps express-validator from 6.14.3 to 6.15.0.
Release notes
Sourced from express-validator's releases.
Commits
5202222
feat: update to support validator 13.9.0 (#1212)10ecbd1
deps: bump http-cache-semantics from 4.1.0 to 4.1.1 (#1210)5eedc19
deps: bump eta from 1.12.3 to 2.0.0 (#1211)067e908
deps: upgrade typescript to v4.3.59d05a40
deps: bump ua-parser-js from 0.7.32 to 0.7.33 (#1208)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)