build(deps-dev): bump the dev-deps group across 1 directory with 6 updates - #164
Closed
dependabot[bot] wants to merge 1 commit into
Closed
build(deps-dev): bump the dev-deps group across 1 directory with 6 updates#164dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
…dates Bumps the dev-deps group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@cloudflare/workers-types](https://github.com/cloudflare/workerd) | `5.20260731.1` | `5.20260804.1` | | [eslint-plugin-astro](https://github.com/ota-meshi/eslint-plugin-astro) | `2.1.1` | `3.1.0` | | [globals](https://github.com/sindresorhus/globals) | `17.8.0` | `17.9.0` | | [linkinator](https://github.com/JustinBeckwith/linkinator) | `7.6.1` | `8.0.3` | | [typescript](https://github.com/microsoft/TypeScript) | `6.0.3` | `7.0.2` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.65.0` | `8.66.0` | Updates `@cloudflare/workers-types` from 5.20260731.1 to 5.20260804.1 - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) Updates `eslint-plugin-astro` from 2.1.1 to 3.1.0 - [Release notes](https://github.com/ota-meshi/eslint-plugin-astro/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-astro/blob/main/CHANGELOG.md) - [Commits](ota-meshi/eslint-plugin-astro@v2.1.1...v3.1.0) Updates `globals` from 17.8.0 to 17.9.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v17.8.0...v17.9.0) Updates `linkinator` from 7.6.1 to 8.0.3 - [Release notes](https://github.com/JustinBeckwith/linkinator/releases) - [Changelog](https://github.com/JustinBeckwith/linkinator/blob/main/CHANGELOG.md) - [Commits](JustinBeckwith/linkinator@linkinator-v7.6.1...linkinator-v8.0.3) Updates `typescript` from 6.0.3 to 7.0.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/commits) Updates `typescript-eslint` from 8.65.0 to 8.66.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.66.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 5.20260804.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-deps - dependency-name: eslint-plugin-astro dependency-version: 3.1.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-deps - dependency-name: globals dependency-version: 17.9.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-deps - dependency-name: linkinator dependency-version: 8.0.3 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-deps - dependency-name: typescript dependency-version: 7.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-deps - dependency-name: typescript-eslint dependency-version: 8.66.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-deps ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/dev-deps-9b563da8aa
branch
from
August 8, 2026 10:01
beb6e94 to
74eafea
Compare
jdevalk
added a commit
that referenced
this pull request
Aug 8, 2026
@astrojs/check 0.9.10 peers typescript "^5.0.0 || ^6.0.0". Any bump to v7 makes `npm ci` fail with ERESOLVE, so every job in every workflow dies at install — and because typescript sits in the `dev-deps` group, it takes the other five bumps down with it. This has now happened twice: #155 was opened, never went green, and was closed; Dependabot immediately regenerated it as #164, which fails identically. Left alone it recurs every Monday. Ignores major updates for typescript in the root manifest only. /mcp keeps typescript ^7 — it has no @astrojs/check, so nothing there conflicts. Re-allow once @astrojs/check widens its peer range. Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
Contributor
Author
|
Looks like these dependencies are no longer being updated by Dependabot, so this is no longer needed. |
Owner
|
@dependabot recreate |
Contributor
Author
|
Looks like this PR is closed. If the branch still exists, you can re-open the PR and then use |
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.
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps the dev-deps group with 6 updates in the / directory:
5.20260731.15.20260804.12.1.13.1.017.8.017.9.07.6.18.0.36.0.37.0.28.65.08.66.0Updates
@cloudflare/workers-typesfrom 5.20260731.1 to 5.20260804.1Commits
Updates
eslint-plugin-astrofrom 2.1.1 to 3.1.0Release notes
Sourced from eslint-plugin-astro's releases.
Changelog
Sourced from eslint-plugin-astro's changelog.
Commits
49c94c6Version Packages (#615)425aebbResolve the TypeScript parser from thetypescript-eslintpackage when `@typ...b5bae36chore(deps): update actions/stale action to v11 (#609)bff64d9chore(deps): update dependency@astrojs/markdown-satterito v0.3.5 (#610)983b186docs: add eslint-plugin-import interoperability guide (#612)e1f01f9chore(deps): update dependency c8 to v12 (#606)d887cceVersion Packages (#605)be9604cchore: fix integration tests path separator on Windows (#604)e5c330dfix(processor): handle self-closing script tags to prevent null reference err...9c2ab73chore(deps): update actions/setup-node action to v7 (#600)Updates
globalsfrom 17.8.0 to 17.9.0Release notes
Sourced from globals's releases.
Commits
8e7b93517.9.05a958edUpdate globals (2026-08-01) (#348)Updates
linkinatorfrom 7.6.1 to 8.0.3Release notes
Sourced from linkinator's releases.
... (truncated)
Changelog
Sourced from linkinator's changelog.
Commits
596011cchore(main): release linkinator 8.0.3 (#868)05345a0chore(deps): update docker/login-action digest to dbcb813 (#869)ee8e92fbuild(deps): bump brace-expansion from 5.0.7 to 5.0.8 (#866)c3c1265fix(deps): update dependency chalk to v6 (#867)c13ab47build(deps-dev): bump postcss from 8.5.15 to 8.5.23 (#865)845eb85chore(deps): update docker/login-action digest to abd2ef4 (#864)297d6b8chore(main): release linkinator 8.0.2 (#863)1b28af6fix: allow skipping client-side fragment validation3e939d2chore(deps): update docker/login-action digest to 06fb636 (#857)9f99338fix retry error count (#861)Updates
typescriptfrom 6.0.3 to 7.0.2Commits
Maintainer changes
This version was pushed to npm by microsoft1es, a new releaser for typescript since your current version.
Updates
typescript-eslintfrom 8.65.0 to 8.66.0Release notes
Sourced from typescript-eslint's releases.
Changelog
Sourced from typescript-eslint's changelog.
Commits
e51b11bchore(release): publish 8.66.0