-
Notifications
You must be signed in to change notification settings - Fork 325
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 the types group across 1 directory with 2 updates #5022
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the types group with 2 updates in the / directory: [@octokit/rest](https://github.com/octokit/rest.js) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node). Updates `@octokit/rest` from 20.0.2 to 20.1.1 - [Release notes](https://github.com/octokit/rest.js/releases) - [Commits](octokit/rest.js@v20.0.2...v20.1.1) Updates `@types/node` from 20.11.30 to 20.12.13 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@octokit/rest" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: types - dependency-name: "@types/node" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: types ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
javascript
labels
May 30, 2024
📋 StatsFile sizes
Modules
View stats and visualisations on the review app Action run for 261df4b |
Fixes a type issue introduced in `@types/node 20.12.11` [1]: ``` node_modules/path-scurry/dist/cjs/index.d.ts:117:31 - error TS2720: Class 'PathBase' incorrectly implements class 'Dirent'. Did you mean to extend 'Dirent' and inherit its members as a subclass? Property 'parentPath' is missing in type 'PathBase' but required in type 'Dirent'. 117 export declare abstract class PathBase implements Dirent { ~~~~~~~~ node_modules/@types/node/fs.d.ts:247:9 247 parentPath: string; ~~~~~~~~~~ 'parentPath' is declared here. ``` Bump glob, which includes path-scurry as a dependency: ``` $ npm ls path-scurry @govuk-frontend/repository@ /Users/oliver.byford/Code/govuk-frontend └─┬ @govuk-frontend/lib@ -> ./shared/lib └─┬ glob@10.3.10 └── path-scurry@1.10.1 ``` [1]: isaacs/path-scurry#18
romaricpascal
approved these changes
May 30, 2024
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.
After my blunder fixing conflicts in #5005, cherry picked @36degrees's bump of glob
that fixes the tests, looks all good to merge ⛵
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the types group with 2 updates in the / directory: @octokit/rest and @types/node.
Updates
@octokit/rest
from 20.0.2 to 20.1.1Release notes
Sourced from
@octokit/rest
's releases.Commits
7058346
fix: update REST endpoints (#428)b4e2102
ci(action): update actions/checkout digest to 0ad4b8f (#426)9d99a65
ci(action): update actions/checkout digest to 1d96c77 (#425)c751cb5
ci(action): update actions/add-to-project action to v1.0.1 (#424)792bb39
chore(deps): update dependency undici to v6.11.1 [security] (#421)9adf1a4
feat(security): Add provenance (#420)9ab9253
ci(action): update actions/add-to-project action to v1335f2d2
ci(action): update actions/add-to-project action to v0.6.1 (#418)8f0efe0
build(deps-dev): Bump follow-redirects from 1.15.4 to 1.15.6 (#416)5bf5fa6
build(deps-dev): Bump follow-redirects from 1.15.4 to 1.15.6 in /docs (#415)Updates
@types/node
from 20.11.30 to 20.12.13Commits
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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions