Skip to content

chore(deps): Bump @astrojs/mdx from 4.3.14 to 5.0.4#5

Closed
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/npm_and_yarn/astrojs/mdx-5.0.4
Closed

chore(deps): Bump @astrojs/mdx from 4.3.14 to 5.0.4#5
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/npm_and_yarn/astrojs/mdx-5.0.4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps @astrojs/mdx from 4.3.14 to 5.0.4.

Release notes

Sourced from @​astrojs/mdx's releases.

@​astrojs/mdx@​5.0.4

Patch Changes

  • Updated dependencies [f3485c3]:
    • @​astrojs/markdown-remark@​7.1.1

@​astrojs/mdx@​5.0.3

Patch Changes

  • Updated dependencies [10a1a5a]:
    • @​astrojs/markdown-remark@​7.1.0
Changelog

Sourced from @​astrojs/mdx's changelog.

5.0.4

Patch Changes

  • Updated dependencies [f3485c3]:
    • @​astrojs/markdown-remark@​7.1.1

5.0.3

Patch Changes

  • Updated dependencies [10a1a5a]:
    • @​astrojs/markdown-remark@​7.1.0

5.0.2

Patch Changes

  • #15864 d3c7de9 Thanks @​florian-lefebvre! - Removes temporary support for Node >=20.19.1 because Stackblitz now uses Node 22 by default

  • Updated dependencies []:

    • @​astrojs/markdown-remark@​7.0.1

5.0.1

Patch Changes

5.0.0

Major Changes

Patch Changes

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 10, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/astrojs/mdx-5.0.4 branch 2 times, most recently from 5f32244 to a7c3dbc Compare May 11, 2026 06:05
@CAM-eEng CAM-eEng enabled auto-merge (squash) May 11, 2026 19:54
dependabot Bot and others added 2 commits May 11, 2026 13:46
Bumps [@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx) from 4.3.14 to 5.0.4.
- [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@5.0.4/packages/integrations/mdx)

---
updated-dependencies:
- dependency-name: "@astrojs/mdx"
  dependency-version: 5.0.4
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@CAM-eEng CAM-eEng force-pushed the dependabot/npm_and_yarn/astrojs/mdx-5.0.4 branch from 06a70b5 to bb6c518 Compare May 11, 2026 20:47
@CAM-eEng
Copy link
Copy Markdown
Owner

Superseded by #23 — combined into one PR so a single CI cycle drives them home instead of 6 serial rebase cycles.

@CAM-eEng CAM-eEng closed this May 11, 2026
auto-merge was automatically disabled May 11, 2026 20:50

Pull request was closed

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 11, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@CAM-eEng CAM-eEng deleted the dependabot/npm_and_yarn/astrojs/mdx-5.0.4 branch May 11, 2026 20:50
CAM-eEng added a commit that referenced this pull request May 11, 2026
Combined into one PR so a single CI cycle drives them home, instead of
serial rebase-and-merge through 6 individual Dependabot PRs that each
re-trigger CI on a "behind" branch.

GitHub Actions:
- actions/checkout: v4.1.7 → v6.0.2 (deploy.yml, ci.yml, refresh-activity.yml)
- actions/upload-pages-artifact: v3.0.1 → v5.0.0 (deploy.yml)
- actions/deploy-pages: v4.0.5 → v5.0.0 (deploy.yml)
- oven-sh/setup-bun (refresh-activity.yml): v2.0.1 → v2.2.0 (CI was already on v2.2.0 from #2; refresh-activity.yml lagged)

npm:
- @astrojs/mdx: 4.3.14 → 5.0.4
- typescript: 5.9.3 → 6.0.3
- @eslint/js: 9.39.4 → 10.0.1

bun.lock regenerated. All targets green locally: lint, build, 92 unit
tests, 11 E2E. PR #8 (astro 6) remains closed — separate ecosystem
problem.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
CAM-eEng added a commit that referenced this pull request May 11, 2026
…23)

Combined into one PR so a single CI cycle drives them home, instead of
serial rebase-and-merge through 6 individual Dependabot PRs that each
re-trigger CI on a "behind" branch.

GitHub Actions:
- actions/checkout: v4.1.7 → v6.0.2 (deploy.yml, ci.yml, refresh-activity.yml)
- actions/upload-pages-artifact: v3.0.1 → v5.0.0 (deploy.yml)
- actions/deploy-pages: v4.0.5 → v5.0.0 (deploy.yml)
- oven-sh/setup-bun (refresh-activity.yml): v2.0.1 → v2.2.0 (CI was already on v2.2.0 from #2; refresh-activity.yml lagged)

npm:
- @astrojs/mdx: 4.3.14 → 5.0.4
- typescript: 5.9.3 → 6.0.3
- @eslint/js: 9.39.4 → 10.0.1

bun.lock regenerated. All targets green locally: lint, build, 92 unit
tests, 11 E2E. PR #8 (astro 6) remains closed — separate ecosystem
problem.

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
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