Skip to content

Bump the npm group across 1 directory with 30 updates#1902

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-e30f2c7421
Closed

Bump the npm group across 1 directory with 30 updates#1902
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-e30f2c7421

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 10, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm group with 29 updates in the / directory:

Package From To
@astrojs/markdown-remark 7.2.0 7.2.1
astro-embed 0.13.0 0.13.1
astro-expressive-code 0.43.1 0.44.0
marked 18.0.5 18.0.6
@astrojs/mdx 7.0.0 7.0.2
@astrojs/rss 4.0.18 4.0.19
@atproto/api 0.20.17 0.20.28
@axe-core/playwright 4.11.3 4.12.1
@eslint/json 2.0.0 2.0.1
@github/markdownlint-github 0.8.1 0.8.3
@lucide/astro 1.21.0 1.24.0
@nuasite/checks 0.46.1 0.47.3
@playwright/test 1.60.0 1.61.1
@tailwindcss/vite 4.3.1 4.3.2
@types/node 26.0.0 26.1.1
@typescript-eslint/eslint-plugin 8.62.0 8.63.0
@typescript-eslint/parser 8.62.0 8.63.0
@vitest/coverage-v8 4.1.9 4.1.10
@vitest/ui 4.1.9 4.1.10
astro 7.0.0 7.0.7
eslint 10.5.0 10.7.0
html-validate 11.5.3 11.5.5
node-addon-api 8.8.0 8.9.0
node-gyp 13.0.0 13.0.1
tsx 4.22.4 4.23.0
typescript 6.0.3 7.0.2
vitest 4.1.9 4.1.10
wrangler 4.103.0 4.110.0
xo 3.0.2 4.0.0

Updates @astrojs/markdown-remark from 7.2.0 to 7.2.1

Release notes

Sourced from @​astrojs/markdown-remark's releases.

@​astrojs/markdown-remark@​7.2.1

Patch Changes

  • Updated dependencies [eb6f97e]:
    • @​astrojs/internal-helpers@​0.10.1
Changelog

Sourced from @​astrojs/markdown-remark's changelog.

7.2.1

Patch Changes

  • Updated dependencies [eb6f97e]:
    • @​astrojs/internal-helpers@​0.10.1
Commits

Updates astro-embed from 0.13.0 to 0.13.1

Release notes

Sourced from astro-embed's releases.

astro-embed@0.13.1

Patch Changes

Changelog

Sourced from astro-embed's changelog.

0.13.1

Patch Changes

Commits

Updates astro-expressive-code from 0.43.1 to 0.44.0

Release notes

Sourced from astro-expressive-code's releases.

astro-expressive-code@0.44.0

Minor Changes

  • 9169010: Adds support for Astro v7 and Sätteri v0.9

Patch Changes

  • rehype-expressive-code@0.44.0
Changelog

Sourced from astro-expressive-code's changelog.

0.44.0

Minor Changes

  • 9169010: Adds support for Astro v7 and Sätteri v0.9

Patch Changes

  • rehype-expressive-code@0.44.0
Commits

Updates marked from 18.0.5 to 18.0.6

Release notes

Sourced from marked's releases.

v18.0.6

18.0.6 (2026-07-09)

Bug Fixes

  • Avoid O(n^2) backtracking in inline link href regex (#4013) (a009808)
  • Fix ordered lists after blockquotes (#4003) (33928d0)
  • keep trailing text on HTML block close line for PI, declarations, and CDATA (#3991) (bbb84c8)
Commits
  • 39bd884 chore(release): 18.0.6 [skip ci]
  • 6bce57d chore(deps-dev): bump @​semantic-release/github from 12.0.8 to 12.0.9 (#4009)
  • 63a4bba chore(deps-dev): bump markdown-it from 14.2.0 to 14.3.0 (#4010)
  • a009808 fix: Avoid O(n^2) backtracking in inline link href regex (#4013)
  • 33928d0 fix: Fix ordered lists after blockquotes (#4003)
  • bbb84c8 fix: keep trailing text on HTML block close line for PI, declarations, and CD...
  • d2af54e chore(deps-dev): bump eslint from 10.5.0 to 10.6.0 (#4005)
  • f403898 chore(deps-dev): bump @​arethetypeswrong/cli from 0.18.3 to 0.18.4 (#4006)
  • f8f4112 chore(deps): bump actions/checkout from 6 to 7 (#4000)
  • 5ddfd8a chore: Update repository metadata URLs (#3998)
  • Additional commits viewable in compare view

Updates @astrojs/mdx from 7.0.0 to 7.0.2

Release notes

Sourced from @​astrojs/mdx's releases.

@​astrojs/mdx@​7.0.2

Patch Changes

  • Updated dependencies [eb6f97e]:
    • @​astrojs/internal-helpers@​0.10.1
    • @​astrojs/markdown-remark@​7.2.1

@​astrojs/mdx@​7.0.1

Patch Changes

Changelog

Sourced from @​astrojs/mdx's changelog.

7.0.2

Patch Changes

  • Updated dependencies [eb6f97e]:
    • @​astrojs/internal-helpers@​0.10.1
    • @​astrojs/markdown-remark@​7.2.1

7.0.1

Patch Changes

Commits

Updates @astrojs/rss from 4.0.18 to 4.0.19

Release notes

Sourced from @​astrojs/rss's releases.

@​astrojs/rss@​4.0.19

Patch Changes

  • #17209 fbcfa03 Thanks @​matthewp! - Hardens RSS feed generation by escaping the source and enclosure item fields. These fields are now serialized as structured XML values, ensuring that special characters in values like source.title and enclosure.type are always treated as text rather than markup, consistent with how other feed fields are handled.
Changelog

Sourced from @​astrojs/rss's changelog.

4.0.19

Patch Changes

  • #17209 fbcfa03 Thanks @​matthewp! - Hardens RSS feed generation by escaping the source and enclosure item fields. These fields are now serialized as structured XML values, ensuring that special characters in values like source.title and enclosure.type are always treated as text rather than markup, consistent with how other feed fields are handled.
Commits

Updates @atproto/api from 0.20.17 to 0.20.28

Release notes

Sourced from @​atproto/api's releases.

@​atproto/api@​0.20.28

Patch Changes

  • Updated dependencies [9e1da84]:
    • @​atproto/syntax@​0.7.2
    • @​atproto/common-web@​0.5.6
    • @​atproto/lexicon@​0.7.7
    • @​atproto/xrpc@​0.8.6

@​atproto/api@​0.20.27

Patch Changes

Changelog

Sourced from @​atproto/api's changelog.

0.20.28

Patch Changes

  • Updated dependencies [9e1da84]:
    • @​atproto/syntax@​0.7.2
    • @​atproto/common-web@​0.5.6
    • @​atproto/lexicon@​0.7.7
    • @​atproto/xrpc@​0.8.6

0.20.27

Patch Changes

0.20.26

Patch Changes

  • #2657 6b493b7 Thanks @​nnabeyang! - Fix hashtag length check in detectFacets to count grapheme clusters instead of UTF-16 code units, skipping the grapheme count when the UTF-16 length already fits within the limit.

  • #5178 1497fea Thanks @​ds-boyce! - Add method for setting bskyAppState.isBetaUser flag

  • Updated dependencies [d1be0ce, d79f6d5]:

    • @​atproto/syntax@​0.7.0
    • @​atproto/common-web@​0.5.4
    • @​atproto/lexicon@​0.7.5
    • @​atproto/xrpc@​0.8.4

0.20.25

Patch Changes

  • #5179 f6409db Thanks @​estrattonbailey! - Support the new timestamp field, along with transactionId and errorCode, on KWS age verification status payloads. Add additionalVerificationMethods to Age Assurance config.

0.20.24

Patch Changes

... (truncated)

Commits

Updates @axe-core/playwright from 4.11.3 to 4.12.1

Changelog

Sourced from @​axe-core/playwright's changelog.

4.12.1 (2026-06-22)

Features

Commits

Updates @eslint/json from 2.0.0 to 2.0.1

Release notes

Sourced from @​eslint/json's releases.

json: v2.0.1

2.0.1 (2026-07-01)

Bug Fixes

  • update dependency @​eslint/plugin-kit to ^0.7.2 (#244) (f262565)
Changelog

Sourced from @​eslint/json's changelog.

2.0.1 (2026-07-01)

Bug Fixes

  • update dependency @​eslint/plugin-kit to ^0.7.2 (#244) (f262565)
Commits
  • 9ebeea3 chore: release 2.0.1 🚀 (#245)
  • ce22b12 docs: Update README sponsors
  • 2ef892a docs: Update README sponsors
  • e5d4f26 docs: Update README sponsors
  • 82de68d chore: update non-major dev-dependencies to v3.8.4 (#247)
  • 99948f6 docs: Update README sponsors
  • cf262a6 docs: Update README sponsors
  • 2202c87 docs: Update README sponsors
  • 74731ef chore: update @​arethetypeswrong/cli to 0.18.3 (#246)
  • f262565 fix: update dependency @​eslint/plugin-kit to ^0.7.2 (#244)
  • See full diff in compare view

Updates @github/markdownlint-github from 0.8.1 to 0.8.3

Release notes

Sourced from @​github/markdownlint-github's releases.

v0.8.3

What's Changed

Full Changelog: github/markdownlint-github@v0.8.2...v0.8.3

v0.8.2

What's Changed

Full Changelog: github/markdownlint-github@v0.8.1...v0.8.2

Commits
  • 0e56889 chore: Bump the all-dependencies group with 2 updates (#216)
  • fee9c46 Upgrade js-yaml to v5.1.0 and migrate to Vitest from Jest (#215)
  • 89b2be2 chore: Bump actions/checkout from 6.0.3 to 7.0.0 (#214)
  • 0ea0fa8 Bump Jest to 30.4.2 and pin @​babel/core to 7.29.6 (#213)
  • c1d8736 chore: Bump markdownlint from 0.40.0 to 0.41.0 in the all-dependencies group ...
  • ea2883a chore: Bump markdown-it from 14.1.1 to 14.2.0 in the all-dependencies group (...
  • See full diff in compare view

Updates @lucide/astro from 1.21.0 to 1.24.0

Release notes

Sourced from @​lucide/astro's releases.

Version 1.24.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.23.0...1.24.0

Version 1.23.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.22.0...1.23.0

Version 1.22.0

What's Changed

... (truncated)

Commits

Updates @nuasite/checks from 0.46.1 to 0.47.3

Release notes

Sourced from @​nuasite/checks's releases.

v0.47.2

Bug Fixes

  • cms-sidecar: resolve per-item route for all getStaticPaths drivers (d24fad6)

v0.47.1

Bug Fixes

  • cms-sidecar: derive entry pathname from cms.pathname rule (fa9ea99)

v0.47.0

Features

  • cms: declarative cms.pathname rule for collection entry URLs (bc7bdeb)
  • cms-types: add PathnameSpec model for declarative collection URLs (65b2dfa)

Other Changes

  • cms: consolidate collection scanning onto cms-core (8acea55)
  • cms: apply dprint import ordering to pathname-rule changes (213039f)

v0.46.4

Bug Fixes

  • cms: resolve collection source by declared URL when no filename matches (ea319e9)

v0.46.3

Bug Fixes

  • cms: resolve collection entry pathnames from declared urlPath (b660e13)
  • cms: don't fabricate pathnames for collections no page routes (9b7f303)
  • cms: don't guess a new entry's redirect URL from a mismatched sibling (4a085be)

v0.46.2

Bug Fixes

  • cms: resolve same-slug collection entries by declared urlPath (6492476)
  • cms: stop trusting canonical/canonicalUrl as an entry's own URL (a0ab0ae)
  • cms: derive resolved slug from the matched file, not the URL tail (859d749)
  • cms: cache and deterministically resolve the declared-URL directory scan (c6d2e3c)

Other Changes

  • cms: extract shared frontmatter-bounds helper (eee0da6)
Commits

Updates @playwright/test from 1.60.0 to 1.61.1

Release notes

Sourced from @​playwright/test's releases.

v1.61.1

Bug Fixes

  • #41365 [Bug]: Expect.Extend matcher with same name as default matcher in same expect instance overrides default matchers implementation to custom matcher
  • #41351 [Bug]: Playwright UI mode: apiRequestContext._wrapApiCall reports unexpected number of bytes (same test passes in headed mode)
  • #41360 [Bug]: Trace viewer: message times in websockets are downscaled by 1000
  • #41311 [Bug]: [Regression]: Sync loader throws "context.conditions?.includes is not a function" on Node 22.15
  • #41371 [Regression]: Sync ESM loader (registerHooks) fails to resolve extensionless .ts subpath imports across pnpm workspace symlinks

v1.61.0

🔑 WebAuthn passkeys

New Credentials virtual authenticator, available via browserContext.credentials, lets tests register passkeys and answer navigator.credentials.create() / navigator.credentials.get() ceremonies in the page — no real hardware key required, works in all browsers:

const context = await browser.newContext();
// Seed a passkey your backend provisioned for a test user.
await context.credentials.create('example.com', {
id: credentialId,
userHandle,
privateKey,
publicKey,
});
await context.credentials.install();
const page = await context.newPage();
await page.goto('https://example.com/login');
// The page's navigator.credentials.get() is answered with the seeded passkey.

You can also let the app register a passkey once in a setup test, read it back with credentials.get(), and seed it into later tests — see Credentials for details.

🗃️ Web Storage

New WebStorage API, available via page.localStorage and page.sessionStorage, reads and writes the page's storage for the current origin:

await page.localStorage.setItem('token', 'abc');
const token = await page.localStorage.getItem('token');
const items = await page.sessionStorage.items();

New APIs

Network

Browser and Screencast

... (truncated)

Commits
  • 39e3553 cherry-pick(#41399): fix(test): load require-reached files as commonjs in syn...
  • 4328122 chore: mark v1.61.1 (#41404)
  • 2c29a94 fix(tracing): stop recording websocket frames outside of chunks (#41398)
  • 4324b19 cherry-pick(#41367): fix(test): keep builtin expect matchers on base extend
  • 041e7e3 cherry-pick(#41364): fix(har): WebSocket message timestamps should be in mi...
  • b8a0fc3 cherry-pick(#41309, #43149): Revert "fix(firefox): treat `navigationCommitted...
  • b5a3175 cherry-pick(#41319): fix(loader): support other node versions
  • d4724a9 cherry-pick(#41290): feat(docker): add Ubuntu 26.04 (Resolute Raccoon) image
  • 1cc5a90 cherry-pick(#41295): chore: PLAYWRIGHT_TRACING_NO_WEBSOCKET_FRAMES and PLAYWR...
  • a6772bd cherry-pick(#41280): Revert "fix(trace-viewer): add keyboard navigation to `N...
  • Additional commits viewable in compare view

Updates @tailwindcss/vite from 4.3.1 to 4.3.2

Release notes

Sourced from @​tailwindcss/vite's releases.

v4.3.2

Fixed

  • Support bare spacing values for auto-rows-* and auto-cols-* utilities (e.g. auto-rows-12 and auto-cols-16) (#20229)
  • Prevent @tailwindcss/cli in --watch mode from crashing on Windows when @source points to a directory that doesn't exist (#20242)
  • Prevent @tailwindcss/vite from crashing in Deno v2.8.x when context.parentURL is not a valid URL (#20245)
  • Ensure @tailwindcss/cli in --watch mode rebuilds when the input CSS file changes in an ignored directory (#20246)
  • Allow @variant rules used in addBase(…) to use custom variants defined later (#20247)
  • Prevent @tailwindcss/vite from crashing during HMR when scanned files or directories are deleted (#20259)
  • Generate font-size instead of color declarations for text-[--spacing(…)] (#20260)
  • Prevent @source patterns from scanning unrelated sibling files and folders (#20263)
  • Extract class candidates adjacent to Template Toolkit delimiters like %]…[% in .tt, .tt2, and .tx files (#20269)
  • Extract class candidates from conditional Maud syntax like p.text-black[condition] (#20269)
  • Prevent @position-try rules from triggering unknown at-rule warnings when optimizing CSS (#20277)
  • Support class suggestions for named opacity modifiers from --opacity theme values (#20287)
  • Prevent type errors in @tailwindcss/postcss when used with newer PostCSS patch releases (#20289)
Changelog

Sourced from @​tailwindcss/vite's changelog.

[4.3.2] - 2026-06-26

Fixed

  • Support bare spacing values for auto-rows-* and auto-cols-* utilities (e.g. auto-rows-12 and auto-cols-16) (#20229)
  • Prevent @tailwindcss/cli in --watch mode from crashing on Windows when @source points to a directory that doesn't exist (#20242)
  • Prevent @tailwindcss/vite from crashing in Deno v2.8.x when context.parentURL is not a valid URL (#20245)
  • Ensure @tailwindcss/cli in --watch mode rebuilds when the input CSS file changes in an ignored directory (#20246)
  • Allow @variant rules used in addBase(…) to use custom variants defined later (#20247)
  • Prevent @tailwindcss/vite from crashing during HMR when scanned files or directories are deleted (#20259)
  • Generate font-size instead of color declarations for text-[--spacing(…)] (#20260)
  • Prevent @source patterns from scanning unrelated sibling files and folders (#20263)
  • Extract...

    Description has been truncated

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 10, 2026
@github-actions
github-actions Bot enabled auto-merge July 10, 2026 22:48
@benbalter

Copy link
Copy Markdown
Owner

@dependabot rebase

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/npm-e30f2c7421 branch from 7a9e03f to b84d6d1 Compare July 10, 2026 23:33
@benbalter

Copy link
Copy Markdown
Owner

@dependabot rebase

Bumps the npm group with 29 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@astrojs/markdown-remark](https://github.com/withastro/astro/tree/HEAD/packages/markdown/remark) | `7.2.0` | `7.2.1` |
| [astro-embed](https://github.com/delucis/astro-embed/tree/HEAD/packages/astro-embed) | `0.13.0` | `0.13.1` |
| [astro-expressive-code](https://github.com/expressive-code/expressive-code/tree/HEAD/packages/astro-expressive-code) | `0.43.1` | `0.44.0` |
| [marked](https://github.com/markedjs/marked) | `18.0.5` | `18.0.6` |
| [@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx) | `7.0.0` | `7.0.2` |
| [@astrojs/rss](https://github.com/withastro/astro/tree/HEAD/packages/astro-rss) | `4.0.18` | `4.0.19` |
| [@atproto/api](https://github.com/bluesky-social/atproto/tree/HEAD/packages/api) | `0.20.17` | `0.20.28` |
| [@axe-core/playwright](https://github.com/dequelabs/axe-core-npm) | `4.11.3` | `4.12.1` |
| [@eslint/json](https://github.com/eslint/json) | `2.0.0` | `2.0.1` |
| [@github/markdownlint-github](https://github.com/github/markdownlint-github) | `0.8.1` | `0.8.3` |
| [@lucide/astro](https://github.com/lucide-icons/lucide/tree/HEAD/packages/astro) | `1.21.0` | `1.24.0` |
| [@nuasite/checks](https://github.com/nuasite/nuasite/tree/HEAD/packages/checks) | `0.46.1` | `0.47.3` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.60.0` | `1.61.1` |
| [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite) | `4.3.1` | `4.3.2` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `26.0.0` | `26.1.1` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.62.0` | `8.63.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.62.0` | `8.63.0` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `4.1.9` | `4.1.10` |
| [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui) | `4.1.9` | `4.1.10` |
| [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `7.0.0` | `7.0.7` |
| [eslint](https://github.com/eslint/eslint) | `10.5.0` | `10.7.0` |
| [html-validate](https://gitlab.com/html-validate/html-validate) | `11.5.3` | `11.5.5` |
| [node-addon-api](https://github.com/nodejs/node-addon-api) | `8.8.0` | `8.9.0` |
| [node-gyp](https://github.com/nodejs/node-gyp) | `13.0.0` | `13.0.1` |
| [tsx](https://github.com/privatenumber/tsx) | `4.22.4` | `4.23.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `6.0.3` | `7.0.2` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.9` | `4.1.10` |
| [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) | `4.103.0` | `4.110.0` |
| [xo](https://github.com/xojs/xo) | `3.0.2` | `4.0.0` |



Updates `@astrojs/markdown-remark` from 7.2.0 to 7.2.1
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/markdown/remark/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/markdown-remark@7.2.1/packages/markdown/remark)

Updates `astro-embed` from 0.13.0 to 0.13.1
- [Release notes](https://github.com/delucis/astro-embed/releases)
- [Changelog](https://github.com/delucis/astro-embed/blob/main/packages/astro-embed/CHANGELOG.md)
- [Commits](https://github.com/delucis/astro-embed/commits/astro-embed@0.13.1/packages/astro-embed)

Updates `astro-expressive-code` from 0.43.1 to 0.44.0
- [Release notes](https://github.com/expressive-code/expressive-code/releases)
- [Changelog](https://github.com/expressive-code/expressive-code/blob/main/packages/astro-expressive-code/CHANGELOG.md)
- [Commits](https://github.com/expressive-code/expressive-code/commits/astro-expressive-code@0.44.0/packages/astro-expressive-code)

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 `@astrojs/mdx` from 7.0.0 to 7.0.2
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/mdx/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/mdx@7.0.2/packages/integrations/mdx)

Updates `@astrojs/rss` from 4.0.18 to 4.0.19
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro-rss/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/rss@4.0.19/packages/astro-rss)

Updates `@atproto/api` from 0.20.17 to 0.20.28
- [Release notes](https://github.com/bluesky-social/atproto/releases)
- [Changelog](https://github.com/bluesky-social/atproto/blob/main/packages/api/CHANGELOG.md)
- [Commits](https://github.com/bluesky-social/atproto/commits/@atproto/api@0.20.28/packages/api)

Updates `@axe-core/playwright` from 4.11.3 to 4.12.1
- [Release notes](https://github.com/dequelabs/axe-core-npm/releases)
- [Changelog](https://github.com/dequelabs/axe-core-npm/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/dequelabs/axe-core-npm/commits)

Updates `@eslint/json` from 2.0.0 to 2.0.1
- [Release notes](https://github.com/eslint/json/releases)
- [Changelog](https://github.com/eslint/json/blob/main/CHANGELOG.md)
- [Commits](eslint/json@json-v2.0.0...json-v2.0.1)

Updates `@github/markdownlint-github` from 0.8.1 to 0.8.3
- [Release notes](https://github.com/github/markdownlint-github/releases)
- [Changelog](https://github.com/github/markdownlint-github/blob/main/CHANGELOG.md)
- [Commits](github/markdownlint-github@v0.8.1...v0.8.3)

Updates `@lucide/astro` from 1.21.0 to 1.24.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/1.24.0/packages/astro)

Updates `@nuasite/checks` from 0.46.1 to 0.47.3
- [Release notes](https://github.com/nuasite/nuasite/releases)
- [Commits](https://github.com/nuasite/nuasite/commits/v0.47.3/packages/checks)

Updates `@playwright/test` from 1.60.0 to 1.61.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.60.0...v1.61.1)

Updates `@tailwindcss/vite` from 4.3.1 to 4.3.2
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.3.2/packages/@tailwindcss-vite)

Updates `@types/node` from 26.0.0 to 26.1.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@typescript-eslint/eslint-plugin` from 8.62.0 to 8.63.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.63.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.62.0 to 8.63.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.63.0/packages/parser)

Updates `@vitest/coverage-v8` from 4.1.9 to 4.1.10
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.10/packages/coverage-v8)

Updates `@vitest/ui` from 4.1.9 to 4.1.10
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.10/packages/ui)

Updates `astro` from 7.0.0 to 7.0.7
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@7.0.7/packages/astro)

Updates `eslint` from 10.5.0 to 10.7.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v10.5.0...v10.7.0)

Updates `html-validate` from 11.5.3 to 11.5.5
- [Release notes](https://gitlab.com/html-validate/html-validate/tags)
- [Changelog](https://gitlab.com/html-validate/html-validate/blob/master/CHANGELOG.md)
- [Commits](https://gitlab.com/html-validate/html-validate/compare/v11.5.3...v11.5.5)

Updates `node-addon-api` from 8.8.0 to 8.9.0
- [Release notes](https://github.com/nodejs/node-addon-api/releases)
- [Changelog](https://github.com/nodejs/node-addon-api/blob/main/CHANGELOG.md)
- [Commits](nodejs/node-addon-api@v8.8.0...v8.9.0)

Updates `node-gyp` from 13.0.0 to 13.0.1
- [Release notes](https://github.com/nodejs/node-gyp/releases)
- [Changelog](https://github.com/nodejs/node-gyp/blob/main/CHANGELOG.md)
- [Commits](nodejs/node-gyp@v13.0.0...v13.0.1)

Updates `tailwindcss` from 4.3.1 to 4.3.2
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.3.2/packages/tailwindcss)

Updates `tsx` from 4.22.4 to 4.23.0
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.22.4...v4.23.0)

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 `vitest` from 4.1.9 to 4.1.10
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.10/packages/vitest)

Updates `wrangler` from 4.103.0 to 4.110.0
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.110.0/packages/wrangler)

Updates `xo` from 3.0.2 to 4.0.0
- [Release notes](https://github.com/xojs/xo/releases)
- [Commits](xojs/xo@v3.0.2...v4.0.0)

---
updated-dependencies:
- dependency-name: "@astrojs/markdown-remark"
  dependency-version: 7.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@astrojs/mdx"
  dependency-version: 7.0.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@astrojs/rss"
  dependency-version: 4.0.19
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@atproto/api"
  dependency-version: 0.20.28
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@axe-core/playwright"
  dependency-version: 4.12.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@eslint/json"
  dependency-version: 2.0.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@github/markdownlint-github"
  dependency-version: 0.8.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@lucide/astro"
  dependency-version: 1.24.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@nuasite/checks"
  dependency-version: 0.47.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@playwright/test"
  dependency-version: 1.61.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@tailwindcss/vite"
  dependency-version: 4.3.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@types/node"
  dependency-version: 26.1.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.63.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.63.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.1.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@vitest/ui"
  dependency-version: 4.1.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: astro
  dependency-version: 7.0.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: astro-embed
  dependency-version: 0.13.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: astro-expressive-code
  dependency-version: 0.44.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: eslint
  dependency-version: 10.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: html-validate
  dependency-version: 11.5.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: marked
  dependency-version: 18.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: node-addon-api
  dependency-version: 8.9.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: node-gyp
  dependency-version: 13.0.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: tailwindcss
  dependency-version: 4.3.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: tsx
  dependency-version: 4.23.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: typescript
  dependency-version: 7.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: vitest
  dependency-version: 4.1.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: wrangler
  dependency-version: 4.110.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: xo
  dependency-version: 4.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/npm-e30f2c7421 branch from b84d6d1 to 371303a Compare July 10, 2026 23:59
@benbalter

Copy link
Copy Markdown
Owner

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Jul 11, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Jul 11, 2026
auto-merge was automatically disabled July 11, 2026 00:19

Pull request was closed

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/npm-e30f2c7421 branch July 11, 2026 00:19
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