-
Notifications
You must be signed in to change notification settings - Fork 129
Bump the minor-updates group across 1 directory with 14 updates #928
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
Closed
Conversation
This file contains hidden or 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
acbf4a6
to
55f2f98
Compare
dangoor
approved these changes
May 13, 2025
dangoor
requested changes
May 13, 2025
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.
npm run build
doesn't pass on this branch. There are 10 errors that look something like this:
node_modules/octokit/node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts:1949:55 - error TS2339: Property 'PATCH /orgs/{org}/organization-roles/{role_id}' does not exist on type 'Endpoints'.
1949 parameters: RequestParameters & Endpoints["PATCH /orgs/{org}/organization-roles/{role_id}"]["parameters"];
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/octokit/node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts:1950:33 - error TS2339: Property 'PATCH /orgs/{org}/organization-roles/{role_id}' does not exist on type 'Endpoints'.
1950 response: Endpoints["PATCH /orgs/{org}/organization-roles/{role_id}"]["response"];
Bumps the minor-updates group with 14 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) | `1.10.1` | `1.11.1` | | [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github) | `6.0.0` | `6.0.1` | | [got](https://github.com/sindresorhus/got) | `14.4.5` | `14.4.7` | | [octokit](https://github.com/octokit/octokit.js) | `3.1.2` | `3.2.1` | | [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.2.5` | `29.3.2` | | [yaml](https://github.com/eemeli/yaml) | `2.3.4` | `2.7.1` | | [zod](https://github.com/colinhacks/zod) | `3.24.1` | `3.24.4` | | [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.12` | `29.5.14` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.16.0` | `20.17.44` | | [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | `28.8.3` | `28.11.0` | | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.1.3` | `5.4.0` | | [nodemon](https://github.com/remy/nodemon) | `3.1.9` | `3.1.10` | | [prettier](https://github.com/prettier/prettier) | `3.2.5` | `3.5.3` | | [typescript](https://github.com/microsoft/TypeScript) | `5.4.5` | `5.8.3` | Updates `@actions/core` from 1.10.1 to 1.11.1 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) Updates `@actions/github` from 6.0.0 to 6.0.1 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/github/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/github) Updates `got` from 14.4.5 to 14.4.7 - [Release notes](https://github.com/sindresorhus/got/releases) - [Commits](sindresorhus/got@v14.4.5...v14.4.7) Updates `octokit` from 3.1.2 to 3.2.1 - [Release notes](https://github.com/octokit/octokit.js/releases) - [Commits](octokit/octokit.js@v3.1.2...v3.2.1) Updates `ts-jest` from 29.2.5 to 29.3.2 - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md) - [Commits](kulshekhar/ts-jest@v29.2.5...v29.3.2) Updates `yaml` from 2.3.4 to 2.7.1 - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](eemeli/yaml@v2.3.4...v2.7.1) Updates `zod` from 3.24.1 to 3.24.4 - [Release notes](https://github.com/colinhacks/zod/releases) - [Changelog](https://github.com/colinhacks/zod/blob/main/CHANGELOG.md) - [Commits](colinhacks/zod@v3.24.1...v3.24.4) Updates `@types/jest` from 29.5.12 to 29.5.14 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) Updates `@types/node` from 20.16.0 to 20.17.44 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint-plugin-jest` from 28.8.3 to 28.11.0 - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](jest-community/eslint-plugin-jest@v28.8.3...v28.11.0) Updates `eslint-plugin-prettier` from 5.1.3 to 5.4.0 - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md) - [Commits](prettier/eslint-plugin-prettier@v5.1.3...v5.4.0) Updates `nodemon` from 3.1.9 to 3.1.10 - [Release notes](https://github.com/remy/nodemon/releases) - [Commits](remy/nodemon@v3.1.9...v3.1.10) Updates `prettier` from 3.2.5 to 3.5.3 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.2.5...3.5.3) Updates `typescript` from 5.4.5 to 5.8.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](microsoft/TypeScript@v5.4.5...v5.8.3) --- updated-dependencies: - dependency-name: "@actions/core" dependency-version: 1.11.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: "@actions/github" dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: got dependency-version: 14.4.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: octokit dependency-version: 3.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: ts-jest dependency-version: 29.3.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: yaml dependency-version: 2.7.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: zod dependency-version: 3.24.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: "@types/jest" dependency-version: 29.5.14 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: "@types/node" dependency-version: 20.17.44 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: eslint-plugin-jest dependency-version: 28.11.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: eslint-plugin-prettier dependency-version: 5.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: nodemon dependency-version: 3.1.10 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: prettier dependency-version: 3.5.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: typescript dependency-version: 5.8.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-updates ... Signed-off-by: dependabot[bot] <support@github.com>
55f2f98
to
363d659
Compare
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update Javascript code
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 minor-updates group with 14 updates in the / directory:
1.10.1
1.11.1
6.0.0
6.0.1
14.4.5
14.4.7
3.1.2
3.2.1
29.2.5
29.3.2
2.3.4
2.7.1
3.24.1
3.24.4
29.5.12
29.5.14
20.16.0
20.17.44
28.8.3
28.11.0
5.1.3
5.4.0
3.1.9
3.1.10
3.2.5
3.5.3
5.4.5
5.8.3
Updates
@actions/core
from 1.10.1 to 1.11.1Changelog
Sourced from
@actions/core
's changelog.Commits
Updates
@actions/github
from 6.0.0 to 6.0.1Changelog
Sourced from
@actions/github
's changelog.Commits
Updates
got
from 14.4.5 to 14.4.7Release notes
Sourced from got's releases.
Commits
a359bd3
14.4.706029e0
Fix: Gracefully handle undefined request (#2404)383a3ff
14.4.64020916
Readme tweaks7a92064
Fix timeout error firing even though it's cancelled (#2399)f997bcb
Meta tweaksUpdates
octokit
from 3.1.2 to 3.2.1Release notes
Sourced from octokit's releases.
Commits
98785f4
fix: update rest endpoints (#2667)c520dc9
build(deps): lock file maintenance (#2664)844baf9
build(deps): lock file maintenance (#2661)0322377
build(deps): lock file maintenance (#2658)ba7d859
ci(action): update actions/add-to-project action to v1.0.1 (#2657)adbb8bf
build(deps): lock file maintenance (#2655)a90799a
feat(security): Add provenance (#2653)353e0d5
build(deps): lock file maintenance (#2651)6a60c15
ci(action): update actions/add-to-project action to v1df14a57
build(deps): lock file maintenance (#2646)Updates
ts-jest
from 29.2.5 to 29.3.2Release notes
Sourced from ts-jest's releases.
Changelog
Sourced from ts-jest's changelog.
... (truncated)
Commits
e1c6017
chore(release): 29.3.2968370e
fix: transpilejs
files fromnode_modules
whenever Jest asks (#4791)ddfd812
build(deps): Update dependency lint-staged to ^15.5.1efd5274
build: use faster mode to build/serve docccd9a0e
build: fix npm audit issue forwebsite
7e730d3
docs: add Hybrid Node module doc aboutNode16/NodeNext
39a1222
test: add dynamic import code test fortranspile-module
5a21aca
build(deps): Update dependency eslint-config-prettier to ^10.1.2e10053f
build(deps): Update dependency vite to ^6.2.6a83170c
build(deps): Update ESLint packages to ^8.29.1Updates
yaml
from 2.3.4 to 2.7.1Release notes
Sourced from yaml's releases.
... (truncated)
Commits
a141bc0
2.7.1a880b42
fix: Do not allow seq with single-line collection value on same line with map...923d67b
test: Add test for tab after indent spaces for flow-in-block (#604)7cf843c
test: Add descriptive names to tests with issue references9cf06d2
fix: Improve warning & avoid TypeError on bad YAML 1.1 nodes (fixes #610)50cf76b
chore: Update docs-slate to skip its CI tests3b2362a
docs: Add install optiondeno add jsr:@eemeli/yaml
83cb780
chore: Update docs to use Slate 2.13.19b02456
chore: Fix JSR version8f512b5
2.7.0Updates
zod
from 3.24.1 to 3.24.4Release notes
Sourced from zod's releases.
... (truncated)
Commits
e62341b
3.23.4a429256
Allow HH:MM format inz.string().datetime()
andz.string().time()
(#4315)301e5ca
Tweak default docsa21a012
fix vscode debug issue with tsx runtime (#4306)f210613
Edit alt textb34f831
Feature Stainless638b8b5
Add cybozua18d25b
add back packages/docs06db7f8
3.24.33e602d4
OptimizeextendShape
(#4150)Updates
@types/jest
from 29.5.12 to 29.5.14Commits
Updates
@types/node
from 20.16.0 to 20.17.44Commits
Updates
eslint-plugin-jest
from 28.8.3 to 28.11.0Release notes
Sourced from eslint-plugin-jest's releases.
Changelog
Sourced from eslint-plugin-jest's changelog.
Commits
53427f0
chore(release): 28.11.0 [skip ci]ff0349e
feat(valid-expect): allow callingexpect
with no arguments (#1688)deb6609
chore(release): 28.10.1 [skip ci]9cb4ecc
fix(padding-around-test-blocks): update description (#1691)eecc6e6
chore: downgrademarkdown-link-check
to known working version and make it l...f05e76d
chore: add Node 23 to CI (#1695)8c89634
chore(deps): update dependency eslint-config-prettier to v10 (#1694)320e949
chore(deps): update dependency is-ci to v4 (#1682)9c91509
chore: update package urls for homepage, repository, and bugs (#1693)3377cae
chore(deps): lock file maintenance (#1692)Updates
eslint-plugin-prettier
from 5.1.3 to 5.4.0Release notes
Sourced from eslint-plugin-prettier's releases.
... (truncated)
Changelog
Sourced from eslint-plugin-prettier's changelog.
... (truncated)
Commits
cd48a27
chore: release eslint-plugin-prettier (#737)59a0cae
refactor: migrateworker.js
toworker.mjs
(#736)5eaf8fd
chore: release eslint-plugin-prettier (#735)dcf2c80
ci: enable autofix.ci and pkg-pr-new workflows (#734)3247172
chore: release eslint-plugin-prettier (#733)6fe0c90
feat: preferConfig
overFlatConfig
when they're equal (#674)9e37575
chore: migrate@typedef
jsdoc to@import
(#729)27030dd
chore(deps): update all dependencies (#727)fa9607e
chore: release eslint-plugin-prettier (#724)1451176
fix(deps): update all dependencies (#723)Updates
nodemon
from 3.1.9 to 3.1.10Release notes
Sourced from nodemon's releases.
Commits
297c7c7
fix: update types and jsdocs (#2232)f7661d9
chore: website8fc12e8
Merge branch 'main' of github.com:remy/nodemon8b535a0
chore: fix JQ rendering for site59d5350
chore: website9954aff
chore: websited147fb6
chore: website53d2dfd
chore: website60f1474
chore: websiteaf51f77
Merge branch 'main' of github.com:remy/nodemonUpdates
prettier
from 3.2.5 to 3.5.3Release notes
Sourced from prettier's releases.
Changelog
Sourced from prettier's changelog.
... (truncated)
Commits
4ff5dc5
Release 3.5.3a2e560e
Fix missing parentheses inConditionalTypeAnnotation
(#17196)fa95c97
AddmergeBlogPost
step to release script (#17199)b47cd50
Add title to patch release changelog (#17197)de30788
Minor fix in release scriptecee6a0
Clean changelog_unreleasedfd06512
Bump Prettier dependency to 3.5.21f74dd5
Update dependents count399f427
Release 3.5.2bf5aab8
Revert "Use ESM entrypoint forrequire(ESM)
" (#17156)Updates
typescript
from 5.4.5 to 5.8.3Release notes
Sourced from typescript's releases.
... (truncated)
Commits
83dc0bb
Convert release publishing inputs into parameters (#61523)ba663f6
Exclude completions of binding pattern variable initializers (#52723)7205eda
Bump github/codeql-action from 3.28.12 to 3.28.13 in the github-actions group...89c572c
Fixed a symbol display crash on expando members write locations (#55478)7b26d2e
Fix incorrect name in new release pipeline (#61514)c7a559e
Add new release publisher yaml (#61491)29e6d66
Fixlib.includes('dom')
check incontainerSeemsToBeEmptyDomElement
(#61481)19b7772
Bump the github-actions group with 4 updates (#61474)4dc677b
Fix errors on type assertions in erasableSyntaxOnly (#61452)ee3dd72
fix(60908): Unexpected "'Type' is declared but its value is never read." erro...Most Recent Ignore Conditions Applied to This Pull Request
Dependabot will resolve any conflicts with this PR as long as you don't alter it yours...
Description has been truncated