chore(deps): bump the npm-dependencies group across 2 directories with 3 updates - #2555
Conversation
…h 3 updates Bumps the npm-dependencies group with 1 update in the / directory: [markdown-link-check](https://github.com/tcort/markdown-link-check). Bumps the npm-dependencies group with 2 updates in the /docs/docusaurus directory: [@easyops-cn/docusaurus-search-local](https://github.com/easyops-cn/docusaurus-search-local/tree/HEAD/packages/docusaurus-search-local) and [eslint](https://github.com/eslint/eslint). Updates `markdown-link-check` from 3.14.2 to 3.15.0 - [Release notes](https://github.com/tcort/markdown-link-check/releases) - [Changelog](https://github.com/tcort/markdown-link-check/blob/master/CHANGELOG.md) - [Commits](tcort/markdown-link-check@v3.14.2...v3.15.0) Updates `@easyops-cn/docusaurus-search-local` from 0.55.2 to 0.55.3 - [Release notes](https://github.com/easyops-cn/docusaurus-search-local/releases) - [Commits](https://github.com/easyops-cn/docusaurus-search-local/commits/v0.55.3/packages/docusaurus-search-local) Updates `eslint` from 9.39.4 to 9.39.5 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.39.4...v9.39.5) --- updated-dependencies: - dependency-name: markdown-link-check dependency-version: 3.15.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-dependencies - dependency-name: "@easyops-cn/docusaurus-search-local" dependency-version: 0.55.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-dependencies - dependency-name: eslint dependency-version: 9.39.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Dependency ReviewThe following issues were found:
OpenSSF ScorecardScorecard details
Scanned Files
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2555 +/- ##
==========================================
- Coverage 82.75% 82.74% -0.01%
==========================================
Files 155 155
Lines 20960 20960
Branches 13 13
==========================================
- Hits 17345 17344 -1
- Misses 3613 3614 +1
Partials 2 2
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Eval Execution |
There was a problem hiding this comment.
Dependency Review — Safety Checks Passed ✅
This PR bumps 3 npm dependencies across 2 directories. All changes are patch or minor version bumps with no breaking changes.
| Dependency | From | To | Type | Location |
|---|---|---|---|---|
markdown-link-check |
3.14.2 | 3.15.0 | minor | / |
@easyops-cn/docusaurus-search-local |
0.55.2 | 0.55.3 | patch | /docs/docusaurus |
eslint |
9.39.4 | 9.39.5 | patch | /docs/docusaurus |
Safety Check Results
- Licenses: All three packages are MIT-licensed — compatible with the project's MIT license. ✅
- SHA pinning: No GitHub Actions references modified in this PR. ✅
- New dependencies: None introduced; all are existing dependency bumps. ✅
- Breaking changes: None. The
markdown-link-check3.15.0 minor bump adds improved code block removal — no breaking API changes. Theeslint9.39.5 patch is a bug fix backport with no breaking changes. ✅ - Known vulnerabilities: Dependabot reports no unresolved vulnerabilities. ✅
- Environment sync: No changes to
.devcontainer/orcopilot-setup-steps.yml. ✅
All safety checks passed. Safe to merge at human reviewer's discretion.
Generated by Dependabot PR Review for #2555 · sonnet46 26.1 AIC · ⌖ 4.1 AIC · ⊞ 9K
There was a problem hiding this comment.
Dependency Review — Safety Checks Passed ✅
This PR bumps 3 npm dependencies across 2 directories. All safety checks passed.
Changes Summary
| Package | Directory | From | To | Classification |
|---|---|---|---|---|
markdown-link-check |
/ |
3.14.2 | 3.15.0 | Minor |
@easyops-cn/docusaurus-search-local |
/docs/docusaurus |
0.55.2 | 0.55.3 | Patch |
eslint |
/docs/docusaurus |
9.39.4 | 9.39.5 | Patch |
Safety Check Results
- License compatibility: All three packages are MIT-licensed — compatible with the project's MIT license ✅
- Breaking changes: No breaking changes in any of the changelogs ✅
markdown-link-check3.15.0: improved code block removal + dependency updates@easyops-cn/docusaurus-search-local0.55.3: bug fix for search iconeslint9.39.5: bug fix for unavailable require cache
- SHA pinning: No GitHub Actions references modified ✅
- Environment synchronization: No
.devcontainer/orcopilot-setup-steps.ymlchanges ✅ - Known vulnerabilities: Dependabot reports no known vulnerabilities introduced ✅
- New dependencies: None introduced (all are existing dependency bumps) ✅
This PR is safe to merge at human reviewer discretion.
Generated by Dependabot PR Review for #2555 · sonnet46 26.4 AIC · ⌖ 4.07 AIC · ⊞ 9K
Bumps the npm-dependencies group with 1 update in the / directory: markdown-link-check.
Bumps the npm-dependencies group with 2 updates in the /docs/docusaurus directory: @easyops-cn/docusaurus-search-local and eslint.
Updates
markdown-link-checkfrom 3.14.2 to 3.15.0Release notes
Sourced from markdown-link-check's releases.
Changelog
Sourced from markdown-link-check's changelog.
Commits
275c27c3.15.004416b8chore(release.yml): update node to v24841ebf3Merge pull request #559 from vismam/improve-code-block-removalc604140Merge pull request #590 from tcort/dependabot/github_actions/actions/setup-no...b142a4dchore(package): update dependencies5b72197chore(github): remove dependabot.yml27fc029Merge pull request #591 from MikeMcC399/update/ci-node3a1d1e1ci: add Node.js 26 to test workflow57770a3chore(deps): bump actions/setup-node from 6 to 71dce945Merge pull request #589 from tcort/dependabot/npm_and_yarn/dependencies-4c6d9...Updates
@easyops-cn/docusaurus-search-localfrom 0.55.2 to 0.55.3Release notes
Sourced from @easyops-cn/docusaurus-search-local's releases.
Commits
Updates
eslintfrom 9.39.4 to 9.39.5Release notes
Sourced from eslint's releases.
Commits
4a24e8c9.39.51fba874Build: changelog update for 9.39.5458205fchore: update@eslint/eslintrcand@eslint/jsfor v9.39.5 (#21077)202117bchore: package.json update for@eslint/jsreleased9eb6edtest: disable warning forvm.constants.USE_MAIN_CONTEXT_DEFAULT_LOADER(#21...253be16fix: handle unavailable require cache (backport of #20812 to v9.x) (#21065)7b431a7chore: overridere2dependency for@metascraper/helpers(#21068)74930eddocs: switch build to Node.js 24 (#20894)daf7791chore: pin fflate@0.8.2 (#20895)eaec8bbdocs: Add ESLint v9.x EOL notice (#20828)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 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