Skip to content

build(deps-dev): bump the dev-deps group across 1 directory with 6 updates - #164

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dev-deps-9b563da8aa
Closed

build(deps-dev): bump the dev-deps group across 1 directory with 6 updates#164
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dev-deps-9b563da8aa

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 8, 2026

Copy link
Copy Markdown
Contributor

⚠️ Dependabot is rebasing this PR ⚠️

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:

Package From To
@cloudflare/workers-types 5.20260731.1 5.20260804.1
eslint-plugin-astro 2.1.1 3.1.0
globals 17.8.0 17.9.0
linkinator 7.6.1 8.0.3
typescript 6.0.3 7.0.2
typescript-eslint 8.65.0 8.66.0

Updates @cloudflare/workers-types from 5.20260731.1 to 5.20260804.1

Commits

Updates eslint-plugin-astro from 2.1.1 to 3.1.0

Release notes

Sourced from eslint-plugin-astro's releases.

v3.1.0

Minor Changes

  • #616 425aebb Thanks @​ota-meshi! - Resolve the TypeScript parser from the typescript-eslint package when @typescript-eslint/parser is not installed directly.

v3.0.1

Patch Changes

  • #601 e5c330d Thanks @​astrochemx! - Fix a TypeError that occurs during the preprocessing phase when eslint-plugin-astro encounters a self-closing <script /> tag.

v3.0.0

Major Changes

  • #590 f5c3cec Thanks @​ota-meshi! - Deprecate astro/no-omitted-end-tags, make it a no-op, and remove it from the recommended configuration. This rule can no longer report omitted end tags once Astro's Rust compiler rejects them during parsing.

  • #596 f8cbb64 Thanks @​ota-meshi! - Deprecate astro/valid-compile and remove it from the recommended configuration. Astro's astro check command is now recommended for project-wide diagnostics.

  • #568 df28a46 Thanks @​ota-meshi! - Upgrade astro-eslint-parser to v3. Astro files are now parsed with Astro's Rust compiler (@astrojs/compiler-rs) instead of @astrojs/compiler.

Changelog

Sourced from eslint-plugin-astro's changelog.

3.1.0

Minor Changes

  • #616 425aebb Thanks @​ota-meshi! - Resolve the TypeScript parser from the typescript-eslint package when @typescript-eslint/parser is not installed directly.

3.0.1

Patch Changes

  • #601 e5c330d Thanks @​astrochemx! - Fix a TypeError that occurs during the preprocessing phase when eslint-plugin-astro encounters a self-closing <script /> tag.

3.0.0

Major Changes

  • #590 f5c3cec Thanks @​ota-meshi! - Deprecate astro/no-omitted-end-tags, make it a no-op, and remove it from the recommended configuration. This rule can no longer report omitted end tags once Astro's Rust compiler rejects them during parsing.

  • #596 f8cbb64 Thanks @​ota-meshi! - Deprecate astro/valid-compile and remove it from the recommended configuration. Astro's astro check command is now recommended for project-wide diagnostics.

  • #568 df28a46 Thanks @​ota-meshi! - Upgrade astro-eslint-parser to v3. Astro files are now parsed with Astro's Rust compiler (@astrojs/compiler-rs) instead of @astrojs/compiler.

Commits
  • 49c94c6 Version Packages (#615)
  • 425aebb Resolve the TypeScript parser from the typescript-eslint package when `@typ...
  • b5bae36 chore(deps): update actions/stale action to v11 (#609)
  • bff64d9 chore(deps): update dependency @​astrojs/markdown-satteri to v0.3.5 (#610)
  • 983b186 docs: add eslint-plugin-import interoperability guide (#612)
  • e1f01f9 chore(deps): update dependency c8 to v12 (#606)
  • d887cce Version Packages (#605)
  • be9604c chore: fix integration tests path separator on Windows (#604)
  • e5c330d fix(processor): handle self-closing script tags to prevent null reference err...
  • 9c2ab73 chore(deps): update actions/setup-node action to v7 (#600)
  • Additional commits viewable in compare view

Updates globals from 17.8.0 to 17.9.0

Release notes

Sourced from globals's releases.

v17.9.0

  • Update globals (2026-08-01) (#348) 5a958ed

sindresorhus/globals@v17.8.0...v17.9.0

Commits

Updates linkinator from 7.6.1 to 8.0.3

Release notes

Sourced from linkinator's releases.

linkinator: v8.0.3

8.0.3 (2026-07-30)

Bug Fixes

linkinator: v8.0.2

8.0.2 (2026-07-23)

Bug Fixes

  • allow skipping client-side fragment validation (1b28af6), closes #858

linkinator: v8.0.1

8.0.1 (2026-07-22)

Bug Fixes

  • honor no_proxy environment variables (#852) (cec93d5)

linkinator: v8.0.0

8.0.0 (2026-07-21)

⚠ BREAKING CHANGES

  • require nodejs 22 and up (#824)

Features

Bug Fixes

  • apply skip rules across redirects (#846) (3b52ab2)
  • deps: update dependency htmlparser2 to v12 (#792) (5ce7509)
  • deps: update dependency marked to v18 (#804) (4a96dde)
  • deps: update dependency undici to v8 (#831) (5fba1cb)
  • enforce crawl concurrency limit (#847) (ca9a093)
  • harden local static server error handling (#807) (3b8609d)
  • match skip rules against URL fragments (#848) (bde7c17)

Build System

... (truncated)

Changelog

Sourced from linkinator's changelog.

8.0.3 (2026-07-30)

Bug Fixes

8.0.2 (2026-07-23)

Bug Fixes

  • allow skipping client-side fragment validation (1b28af6), closes #858

8.0.1 (2026-07-22)

Bug Fixes

  • honor no_proxy environment variables (#852) (cec93d5)

8.0.0 (2026-07-21)

⚠ BREAKING CHANGES

  • require nodejs 22 and up (#824)

Features

Bug Fixes

  • apply skip rules across redirects (#846) (3b52ab2)
  • deps: update dependency htmlparser2 to v12 (#792) (5ce7509)
  • deps: update dependency marked to v18 (#804) (4a96dde)
  • deps: update dependency undici to v8 (#831) (5fba1cb)
  • enforce crawl concurrency limit (#847) (ca9a093)
  • harden local static server error handling (#807) (3b8609d)
  • match skip rules against URL fragments (#848) (bde7c17)

Build System

Commits
  • 596011c chore(main): release linkinator 8.0.3 (#868)
  • 05345a0 chore(deps): update docker/login-action digest to dbcb813 (#869)
  • ee8e92f build(deps): bump brace-expansion from 5.0.7 to 5.0.8 (#866)
  • c3c1265 fix(deps): update dependency chalk to v6 (#867)
  • c13ab47 build(deps-dev): bump postcss from 8.5.15 to 8.5.23 (#865)
  • 845eb85 chore(deps): update docker/login-action digest to abd2ef4 (#864)
  • 297d6b8 chore(main): release linkinator 8.0.2 (#863)
  • 1b28af6 fix: allow skipping client-side fragment validation
  • 3e939d2 chore(deps): update docker/login-action digest to 06fb636 (#857)
  • 9f99338 fix retry error count (#861)
  • Additional commits viewable in compare view

Updates typescript from 6.0.3 to 7.0.2

Commits
Maintainer changes

This version was pushed to npm by microsoft1es, a new releaser for typescript since your current version.


Updates typescript-eslint from 8.65.0 to 8.66.0

Release notes

Sourced from typescript-eslint's releases.

v8.66.0

8.66.0 (2026-08-03)

🚀 Features

  • typescript-estree: handle import.defer() as ImportExpression (#12609)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-conversion] ignore shadowed built-ins (#12590)
  • eslint-plugin: [prefer-nullish-coalescing] handle shadowed Boolean calls (#12591)
  • eslint-plugin: [no-useless-default-assignment] don't report defaults used by other overloads (#12607)
  • eslint-plugin: [no-unnecessary-type-parameters] check MappedType key remapping (#12588)
  • eslint-plugin: [class-literal-property-style] preserve type annotations and don't drop decorators (#12617)
  • website: list onUnsupportedTypeScriptVersion in parser options (#12585)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.66.0 (2026-08-03)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 8, 2026
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Aug 8, 2026

Copy link
Copy Markdown

Deploying specification-website with  Cloudflare Pages  Cloudflare Pages

Latest commit: 74eafea
Status:🚫  Build failed.

View logs

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 8, 2026
…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
dependabot Bot force-pushed the dependabot/npm_and_yarn/dev-deps-9b563da8aa branch from beb6e94 to 74eafea Compare August 8, 2026 10:01
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>
@dependabot @github

dependabot Bot commented on behalf of github Aug 8, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are no longer being updated by Dependabot, so this is no longer needed.

@dependabot dependabot Bot closed this Aug 8, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/dev-deps-9b563da8aa branch August 8, 2026 10:09
@jdevalk

jdevalk commented Aug 8, 2026

Copy link
Copy Markdown
Owner

@dependabot recreate

@dependabot @github

dependabot Bot commented on behalf of github Aug 8, 2026

Copy link
Copy Markdown
Contributor Author

Looks like this PR is closed. If the branch still exists, you can re-open the PR and then use @dependabot rebase or @dependabot recreate. If the branch was deleted, Dependabot will create a new PR on the next scheduled run, or you can trigger an update from the Dependency graph page.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant