Skip to content

Build(deps-dev): Bump the development-dependencies group with 8 updates #41499

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 27, 2025

Bumps the development-dependencies group with 8 updates:

Package From To
@astrojs/markdown-remark 6.3.1 6.3.2
@astrojs/mdx 4.2.6 4.3.0
@astrojs/prism 3.2.0 3.3.0
@babel/core 7.27.1 7.27.3
astro 5.7.13 5.8.0
npm-run-all2 8.0.2 8.0.4
rollup 4.41.0 4.41.1
zod 3.25.7 3.25.30

Updates @astrojs/markdown-remark from 6.3.1 to 6.3.2

Release notes

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

@​astrojs/markdown-remark@​6.3.2

Patch Changes

  • Updated dependencies [3c3b492]:
    • @​astrojs/prism@​3.3.0
Changelog

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

6.3.2

Patch Changes

  • Updated dependencies [3c3b492]:
    • @​astrojs/prism@​3.3.0
Commits
Maintainer changes

This version was pushed to npm by matthewp, a new releaser for @​astrojs/markdown-remark since your current version.


Updates @astrojs/mdx from 4.2.6 to 4.3.0

Release notes

Sourced from @​astrojs/mdx's releases.

@​astrojs/mdx@​4.3.0

Minor Changes

  • #13809 3c3b492 Thanks @​ascorbic! - Increases minimum Node.js version to 18.20.8

    Node.js 18 has now reached end-of-life and should not be used. For now, Astro will continue to support Node.js 18.20.8, which is the final LTS release of Node.js 18, as well as Node.js 20 and Node.js 22 or later. We will drop support for Node.js 18 in a future release, so we recommend upgrading to Node.js 22 as soon as possible. See Astro's Node.js support policy for more details.

    ⚠️ Important note for users of Cloudflare Pages: The current build image for Cloudflare Pages uses Node.js 18.17.1 by default, which is no longer supported by Astro. If you are using Cloudflare Pages you should override the default Node.js version to Node.js 22. This does not affect users of Cloudflare Workers, which uses Node.js 22 by default.

Patch Changes

  • Updated dependencies []:
    • @​astrojs/markdown-remark@​6.3.2
Changelog

Sourced from @​astrojs/mdx's changelog.

4.3.0

Minor Changes

  • #13809 3c3b492 Thanks @​ascorbic! - Increases minimum Node.js version to 18.20.8

    Node.js 18 has now reached end-of-life and should not be used. For now, Astro will continue to support Node.js 18.20.8, which is the final LTS release of Node.js 18, as well as Node.js 20 and Node.js 22 or later. We will drop support for Node.js 18 in a future release, so we recommend upgrading to Node.js 22 as soon as possible. See Astro's Node.js support policy for more details.

    ⚠️ Important note for users of Cloudflare Pages: The current build image for Cloudflare Pages uses Node.js 18.17.1 by default, which is no longer supported by Astro. If you are using Cloudflare Pages you should override the default Node.js version to Node.js 22. This does not affect users of Cloudflare Workers, which uses Node.js 22 by default.

Patch Changes

  • Updated dependencies []:
    • @​astrojs/markdown-remark@​6.3.2
Commits

Updates @astrojs/prism from 3.2.0 to 3.3.0

Release notes

Sourced from @​astrojs/prism's releases.

@​astrojs/prism@​3.3.0

Minor Changes

  • #13809 3c3b492 Thanks @​ascorbic! - Increases minimum Node.js version to 18.20.8

    Node.js 18 has now reached end-of-life and should not be used. For now, Astro will continue to support Node.js 18.20.8, which is the final LTS release of Node.js 18, as well as Node.js 20 and Node.js 22 or later. We will drop support for Node.js 18 in a future release, so we recommend upgrading to Node.js 22 as soon as possible. See Astro's Node.js support policy for more details.

    ⚠️ Important note for users of Cloudflare Pages: The current build image for Cloudflare Pages uses Node.js 18.17.1 by default, which is no longer supported by Astro. If you are using Cloudflare Pages you should override the default Node.js version to Node.js 22. This does not affect users of Cloudflare Workers, which uses Node.js 22 by default.

Changelog

Sourced from @​astrojs/prism's changelog.

3.3.0

Minor Changes

  • #13809 3c3b492 Thanks @​ascorbic! - Increases minimum Node.js version to 18.20.8

    Node.js 18 has now reached end-of-life and should not be used. For now, Astro will continue to support Node.js 18.20.8, which is the final LTS release of Node.js 18, as well as Node.js 20 and Node.js 22 or later. We will drop support for Node.js 18 in a future release, so we recommend upgrading to Node.js 22 as soon as possible. See Astro's Node.js support policy for more details.

    ⚠️ Important note for users of Cloudflare Pages: The current build image for Cloudflare Pages uses Node.js 18.17.1 by default, which is no longer supported by Astro. If you are using Cloudflare Pages you should override the default Node.js version to Node.js 22. This does not affect users of Cloudflare Workers, which uses Node.js 22 by default.

Commits

Updates @babel/core from 7.27.1 to 7.27.3

Release notes

Sourced from @​babel/core's releases.

v7.27.2 (2025-05-06)

🐛 Bug Fix

  • babel-parser
  • babel-plugin-transform-object-rest-spread
  • babel-plugin-transform-modules-commonjs, babel-template

🏃‍♀️ Performance

Committers: 5

Changelog

Sourced from @​babel/core's changelog.

v7.27.3 (2025-05-27)

🐛 Bug Fix

  • babel-generator
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
  • babel-plugin-proposal-explicit-resource-management
  • babel-plugin-proposal-decorators, babel-types
    • #17321 fix(converter): Remove abstract modifiers in class declaration to expression conversion (@​magic-akari)
  • babel-helper-module-transforms, babel-plugin-proposal-explicit-resource-management, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd
    • #17257 Preserve class id when transforming using declarations with exported class (@​JLHwung)
  • babel-parser
  • babel-generator, babel-parser

v7.27.2 (2025-05-06)

🐛 Bug Fix

  • babel-parser
  • babel-plugin-transform-object-rest-spread
  • babel-plugin-transform-modules-commonjs, babel-template

🏃‍♀️ Performance

Commits

Updates astro from 5.7.13 to 5.8.0

Release notes

Sourced from astro's releases.

[email protected]

Minor Changes

  • #13809 3c3b492 Thanks @​ascorbic! - Increases minimum Node.js version to 18.20.8

    Node.js 18 has now reached end-of-life and should not be used. For now, Astro will continue to support Node.js 18.20.8, which is the final LTS release of Node.js 18, as well as Node.js 20 and Node.js 22 or later. We will drop support for Node.js 18 in a future release, so we recommend upgrading to Node.js 22 as soon as possible. See Astro's Node.js support policy for more details.

    ⚠️ Important note for users of Cloudflare Pages: The current build image for Cloudflare Pages uses Node.js 18.17.1 by default, which is no longer supported by Astro. If you are using Cloudflare Pages you should override the default Node.js version to Node.js 22. This does not affect users of Cloudflare Workers, which uses Node.js 22 by default.

Patch Changes

  • Updated dependencies [3c3b492]:
    • @​astrojs/telemetry@​3.3.0
    • @​astrojs/markdown-remark@​6.3.2

[email protected]

Patch Changes

Changelog

Sourced from astro's changelog.

5.8.0

Minor Changes

  • #13809 3c3b492 Thanks @​ascorbic! - Increases minimum Node.js version to 18.20.8

    Node.js 18 has now reached end-of-life and should not be used. For now, Astro will continue to support Node.js 18.20.8, which is the final LTS release of Node.js 18, as well as Node.js 20 and Node.js 22 or later. We will drop support for Node.js 18 in a future release, so we recommend upgrading to Node.js 22 as soon as possible. See Astro's Node.js support policy for more details.

    ⚠️ Important note for users of Cloudflare Pages: The current build image for Cloudflare Pages uses Node.js 18.17.1 by default, which is no longer supported by Astro. If you are using Cloudflare Pages you should override the default Node.js version to Node.js 22. This does not affect users of Cloudflare Workers, which uses Node.js 22 by default.

Patch Changes

  • Updated dependencies [3c3b492]:
    • @​astrojs/telemetry@​3.3.0
    • @​astrojs/markdown-remark@​6.3.2

5.7.14

Patch Changes

Commits

Updates npm-run-all2 from 8.0.2 to 8.0.4

Release notes

Sourced from npm-run-all2's releases.

v8.0.4

Commits

v8.0.4-beta.0

Merged

Commits

v8.0.3

Commits

  • Merge pull request #175 from bcomnes/revert-pico 75bb00e
  • Revert "replace minimatch with picomatch" 5d93a54
Changelog

Sourced from npm-run-all2's changelog.

v8.0.4

Commits

v8.0.4-beta.0 - 2025-05-20

Merged

Commits

v8.0.3 - 2025-05-20

Commits

  • Merge pull request #175 from bcomnes/revert-pico 75bb00e
  • Revert "replace minimatch with picomatch" 5d93a54
Commits

Updates rollup from 4.41.0 to 4.41.1

Release notes

Sourced from rollup's releases.

v4.41.1

4.41.1

2025-05-24

Bug Fixes

  • If a plugin calls this.resolve with skipSelf: true, subsequent calls when handling this by the same plugin with same parameters will return null to avoid infinite recursions (#5945)

Pull Requests

Changelog

Sourced from rollup's changelog.

4.41.1

2025-05-24

Bug Fixes

  • If a plugin calls this.resolve with skipSelf: true, subsequent calls when handling this by the same plugin with same parameters will return null to avoid infinite recursions (#5945)

Pull Requests

Commits
  • 7c469dc 4.41.1
  • 9f4abf1 Avoid recursively calling a plugin's resolveId hook with same id and importer...
  • 605ec27 fix(deps): update swc monorepo (major) (#5963)
  • b88492b fix(deps): lock file maintenance minor/patch updates (#5964)
  • See full diff in compare view

Updates zod from 3.25.7 to 3.25.30

Release notes

Sourced from zod's releases.

v3.25.30

Commits:

  • 269e018881de390830a9863d462c371f2ba831f3 Add v4/mini path, update url docs
  • 7080d97997f91fcb7cde7ee91bd61563cd09c805 Improve web url docs
  • 94003c4eb05b56cbb1f691cc5e65a9cb231fb39b Improve web url docs
  • 4a2e2140b3e0b72c54abceea1623ac35fa7e3909 Fix z.instanceof typing
  • 3503f1b5286bc3226eef28cd23539256d9ac82f4 3.25.30

v3.25.29

Commits:

  • 592de8de6e9c1f1d41aaa68e2c8ba57adced6507 fix: Rollup comment warning. (#4462)
  • f98d1a30b403a3d3e4c2f7929dfc87b528f32d88 Standardize URL behavior, clarify docs
  • 6bcc9237742323a0dfa25edc16b30743e3d31b6e Fix endswith/startswith params
  • 028ca36a0b084a032ae65e97d602e6aa5f87d65d Add unwrap to ZodArray
  • 703aecd3fbdb47874c4fd386ebd15b8fff6fbe03 Remove interface from type enum
  • 70476635f51caa89a13785c4496d6b354f61ba2e 3.25.29
  • 2f77d56d4f41319eab5d1a9c143aeee93106eaf0 Fix tests

v3.25.28

Commits:

  • e012bd248d45d3204fb9554f99e8222426e29da6 Improve override docs
  • 7bd15ed2b08956ba3c25704bd85a1e8e39eadf55 fix: add missing re-exports files and add new entries the published files (#4500)
  • b588d2c004fb414fe0215fc4f5f41bdaace88c05 Improve z.function typing. Add .def
  • 5ac95df45b5ed1c49d32bbe2e7b4de7ec33a0664 3.25.28
  • 7aecb617e02ba6b40e93a1c0badde350f419f372 Clean up ZodFunction
  • ed48cbbe5aa7951b52ff96dfbe3fe3d3d98d0768 bugfix: Small typo in V4 docs (#4435)
  • 5e4ff20b501b3977012a0b7619f0d94b6db67e2e fix: JSON Schema > override section typo (#4428)

v3.25.27

Commits:

  • 27ccaf1d36eb826dab1cb84f7ce4e1a0782121af 3.25.27. Use for override. Add .value to ZodLiteral.

v3.25.26

Commits:

  • d0627208f847087dfb89dd142ee4ebd4b8f1a908 Fix on .register methods
  • d93271e86fb09243507231a07e300acaebd0c297 Replace z.min/z.max in mini docs

v3.25.25

Commits:

  • 605286346e151f75f5a27d12f435cfb465f7f1cb Add error serialization test
  • fbf88f2dd75cba4d1dc4bc8f04f2c5763d1aaf0c Document parsing with Zod Core
  • 6413fa90e4aa3f113b280de8b417fa6c6bf01439 Add additionalProperties:false by default for objects in io:output mode
  • 5477ea2068879e1e408fe126bb7cb819471473d9 3.25.25

... (truncated)

Commits

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps the development-dependencies group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [@astrojs/markdown-remark](https://github.com/withastro/astro/tree/HEAD/packages/markdown/remark) | `6.3.1` | `6.3.2` |
| [@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx) | `4.2.6` | `4.3.0` |
| [@astrojs/prism](https://github.com/withastro/astro/tree/HEAD/packages/astro-prism) | `3.2.0` | `3.3.0` |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.27.1` | `7.27.3` |
| [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `5.7.13` | `5.8.0` |
| [npm-run-all2](https://github.com/bcomnes/npm-run-all2) | `8.0.2` | `8.0.4` |
| [rollup](https://github.com/rollup/rollup) | `4.41.0` | `4.41.1` |
| [zod](https://github.com/colinhacks/zod) | `3.25.7` | `3.25.30` |


Updates `@astrojs/markdown-remark` from 6.3.1 to 6.3.2
- [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/[email protected]/packages/markdown/remark)

Updates `@astrojs/mdx` from 4.2.6 to 4.3.0
- [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/[email protected]/packages/integrations/mdx)

Updates `@astrojs/prism` from 3.2.0 to 3.3.0
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro-prism/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/[email protected]/packages/astro-prism)

Updates `@babel/core` from 7.27.1 to 7.27.3
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.27.3/packages/babel-core)

Updates `astro` from 5.7.13 to 5.8.0
- [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/[email protected]/packages/astro)

Updates `npm-run-all2` from 8.0.2 to 8.0.4
- [Release notes](https://github.com/bcomnes/npm-run-all2/releases)
- [Changelog](https://github.com/bcomnes/npm-run-all2/blob/master/CHANGELOG.md)
- [Commits](bcomnes/npm-run-all2@v8.0.2...v8.0.4)

Updates `rollup` from 4.41.0 to 4.41.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.41.0...v4.41.1)

Updates `zod` from 3.25.7 to 3.25.30
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](https://github.com/colinhacks/zod/commits/v3.25.30)

---
updated-dependencies:
- dependency-name: "@astrojs/markdown-remark"
  dependency-version: 6.3.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@astrojs/mdx"
  dependency-version: 4.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@astrojs/prism"
  dependency-version: 3.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@babel/core"
  dependency-version: 7.27.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: astro
  dependency-version: 5.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: npm-run-all2
  dependency-version: 8.0.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: rollup
  dependency-version: 4.41.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: zod
  dependency-version: 3.25.30
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@julien-deramond
Copy link
Member

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github May 27, 2025

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

@dependabot dependabot bot closed this May 27, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/development-dependencies-79ab855821 branch May 27, 2025 18:41
@github-project-automation github-project-automation bot moved this from Needs review to Done in v5.3.7 May 27, 2025
@julien-deramond julien-deramond removed this from v5.3.7 May 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant