chore(deps-dev): Bump the all-dependencies group with 5 updates - #24
Merged
github-actions[bot] merged 1 commit intoJul 16, 2026
Merged
Conversation
Bumps the all-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [eslint](https://github.com/eslint/eslint) | `10.6.0` | `10.7.0` | | [marked](https://github.com/markedjs/marked) | `18.0.5` | `18.0.6` | | [prettier](https://github.com/prettier/prettier) | `3.9.4` | `3.9.5` | | [semantic-release](https://github.com/semantic-release/semantic-release) | `25.0.5` | `25.0.7` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.63.0` | `8.64.0` | Updates `eslint` from 10.6.0 to 10.7.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v10.6.0...v10.7.0) Updates `marked` from 18.0.5 to 18.0.6 - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](markedjs/marked@v18.0.5...v18.0.6) Updates `prettier` from 3.9.4 to 3.9.5 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.9.4...3.9.5) Updates `semantic-release` from 25.0.5 to 25.0.7 - [Release notes](https://github.com/semantic-release/semantic-release/releases) - [Commits](semantic-release/semantic-release@v25.0.5...v25.0.7) Updates `typescript-eslint` from 8.63.0 to 8.64.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.64.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.7.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: marked dependency-version: 18.0.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: prettier dependency-version: 3.9.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: semantic-release dependency-version: 25.0.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: typescript-eslint dependency-version: 8.64.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
deleted the
dependabot/npm_and_yarn/all-dependencies-1f10719bc9
branch
July 16, 2026 05:14
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
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 all-dependencies group with 5 updates:
10.6.010.7.018.0.518.0.63.9.43.9.525.0.525.0.78.63.08.64.0Updates
eslintfrom 10.6.0 to 10.7.0Release notes
Sourced from eslint's releases.
Commits
fabd99b10.7.037c5e75Build: changelog update for 10.7.09489379chore: update dependency@eslint/eslintrcto ^3.3.6 (#21076)81a4774chore: updates for v9.39.5 release3e7bf15fix: applyignoreClassesWithImplementsto class expressions (#21069)9835414chore: enable$ExpectTypeannotations in all TypeScript files (#21071)cf2a9bffeat: add errorClassNames option to preserve-caught-error rule (#21032)c30d808docs: Update READMEf8b873afeat: max-nested-callbacks option for constructor callbacks (#21063)72adf6bchore: restrictmarkdownlint-cli2updates in renovate (#21067)Updates
markedfrom 18.0.5 to 18.0.6Release notes
Sourced from marked's releases.
Commits
39bd884chore(release): 18.0.6 [skip ci]6bce57dchore(deps-dev): bump@semantic-release/githubfrom 12.0.8 to 12.0.9 (#4009)63a4bbachore(deps-dev): bump markdown-it from 14.2.0 to 14.3.0 (#4010)a009808fix: Avoid O(n^2) backtracking in inline link href regex (#4013)33928d0fix: Fix ordered lists after blockquotes (#4003)bbb84c8fix: keep trailing text on HTML block close line for PI, declarations, and CD...d2af54echore(deps-dev): bump eslint from 10.5.0 to 10.6.0 (#4005)f403898chore(deps-dev): bump@arethetypeswrong/clifrom 0.18.3 to 0.18.4 (#4006)f8f4112chore(deps): bump actions/checkout from 6 to 7 (#4000)5ddfd8achore: Update repository metadata URLs (#3998)Updates
prettierfrom 3.9.4 to 3.9.5Release notes
Sourced from prettier's releases.
Changelog
Sourced from prettier's changelog.
... (truncated)
Commits
b6c7d18Release 3.9.5cd54cccAvoid corrupting empty Markdown link with title (#19487)2bb67cePreserving comments'placementproperty (#19567)91bcac8Add more tests for comment-only object type (#19587)cbee737Remove space in empty object type (#19583)6394c73Align empty module declaration with TS (#19568)a4e6f7aPrevent the addition of space intype()with+(#19516)3d063b5Ignore dangling comments when checking type parameter comments (#19572)908503eHandle dangling comments inSwitchStatement(#19581)943a475Angular: Support expression for exhaustive typechecking (#19571)Updates
semantic-releasefrom 25.0.5 to 25.0.7Release notes
Sourced from semantic-release's releases.
Commits
c46dbdafix: argument Injection via repositoryUrl in package.json (#4245)7abb562chore(deps): update npm to v12 (#4244)8b15865chore(deps): update dependency@types/nodeto v24.13.3 (#4243)8e28dd3fix: ensure encoded secrets get maskedf293647Merge commit from forka973d20ci(action): update github/codeql-action action to v4.37.0 (#4241)c62136fchore(deps): update dependency mockserver-client to v7.4.0 (#4240)9be3e6cchore(deps): lock file maintenance (#4239)3259ebbchore(deps): update dependency got to v15.1.0 (#4238)1c17eb5chore(deps): update dependency mockserver-client to v7.3.0 (#4237)Updates
typescript-eslintfrom 8.63.0 to 8.64.0Release notes
Sourced from typescript-eslint's releases.
Changelog
Sourced from typescript-eslint's changelog.
Commits
414d9abchore(release): publish 8.64.0Dependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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