Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 12, 2023

This PR contains the following updates:

Package Change Age Confidence
markdownlint-cli ^0.28.1^0.47.0 age confidence

Release Notes

igorshubovych/markdownlint-cli (markdownlint-cli)

v0.47.0

Compare Source

  • Add output and exit code support for warnings
  • Update markdownlint dependency to 0.40.0
    • Improve MD011/MD013/MD051/MD060
  • Update all dependencies via Dependabot

v0.46.0

Compare Source

  • Replace glob dependency with tinyglobby (smaller and fewer dependencies)
  • Update markdownlint dependency to 0.39.0
    • Add MD060/table-column-style
    • Improve MD001/MD007/MD009/MD010/MD029/MD033/MD037/MD059
  • Update all dependencies via Dependabot

v0.45.0

Compare Source

  • Update markdownlint dependency to 0.38.0
    • Add MD059/descriptive-link-text
    • Improve MD025/MD027/MD036/MD038/MD041/MD043/MD045/MD051/MD052
    • Remove support for end-of-life Node version 18
  • Update all dependencies via Dependabot

v0.44.0

Compare Source

  • Update markdownlint dependency to 0.37.4
    • Convert module to ECMAScript (breaking change)
    • Stop using require, convert to import
    • Improve MD032
  • Update all dependencies via Dependabot

v0.43.0

Compare Source

  • Update markdownlint dependency to 0.36.1
    • Improve MD051
    • Make micromark parser available to custom rules
    • Improve performance
  • Update all dependencies via Dependabot

v0.42.0

Compare Source

  • Update markdownlint dependency to 0.35.0
    • Add MD058/blanks-around-tables
    • Use micromark in MD001/MD003/MD009/MD010/MD013/MD014/MD019/MD021/MD023/MD024/MD025/MD039/MD042/MD043
    • Improve MD018/MD020/MD031/MD034/MD044
    • markdown-it parser no longer invoked by default
    • Improve performance
  • Update all dependencies via Dependabot

v0.41.0: 0.41.0

Compare Source

  • Change TOML parser to smol-toml which supports v1.0.0 of the specification
  • Update all dependencies via Dependabot

v0.40.0: 0.40.0

Compare Source

  • Update markdownlint dependency to 0.34.0
    • Use micromark in MD027/MD028/MD036/MD040/MD041/MD046/MD048
    • Improve MD013/MD034/MD049/MD050/MD051
  • Add support for TOML configuration files via --config
  • Add --configPointer argument for nested configuration
  • Update --ignore for directories to ignore all files within
  • Update all dependencies via Dependabot

v0.39.0: 0.39.0

Compare Source

  • Update markdownlint dependency to 0.33.0
    • Add MD055/table-pipe-style, MD056/table-column-count
    • Improve MD005/MD007/MD024/MD026/MD038
    • Incorporate micromark-extension-directive
    • Improve JSON schema, document validation
  • Handle trailing commas in JSONC configuration
  • Update all dependencies via Dependabot

v0.38.0: 0.38.0

Compare Source

  • Update markdownlint dependency to 0.32.1
    • Remove deprecated MD002/MD006
    • Remove rule aliases for "header"
    • Add MD054/link-image-style
    • Use micromark in MD005/MD007/MD030
    • Improve MD022/MD026/MD034/MD037/MD038/MD045/MD051
  • Remove support for end-of-life Node version 16
  • Update all dependencies via Dependabot

v0.37.0: 0.37.0

Compare Source

  • Update markdownlint dependency to 0.31.1
    • Improve MD032/MD034/MD037/MD043/MD044/MD051/MD052
    • Improve performance
  • Update all dependencies via Dependabot

v0.36.0: 0.36.0

Compare Source

  • Update markdownlint dependency to 0.30.0
    • Use micromark in MD022/MD026/MD032/MD037/MD045/MD051
    • Incorporate micromark-extension-math for math syntax
    • Allow custom rules to override information URL
  • Update all dependencies via Dependabot

v0.35.0: 0.35.0

Compare Source

  • Update markdownlint dependency to 0.29.0
    • Update micromark parser dependencies for better performance
    • Use micromark in MD049/MD050
    • Improve MD034/MD037/MD044/MD049/MD050
  • Update all dependencies via Dependabot

v0.34.0: 0.34.0

Compare Source

  • Update markdownlint dependency to 0.28.2
    • Introduce micromark parser for better positional data (internal only)
    • Use micromark in MD013/MD033/MD034/MD035/MD038/MD044/MD052/MD053
  • Update all dependencies via Dependabot

v0.33.0: 0.33.0

Compare Source

  • Update markdownlint dependency to 0.27.0
    • Improve MD011/MD013/MD022/MD031/MD032/MD033/MD034/MD040/MD043/MD051/MD053
    • Generate/separate documentation
    • Improve documentation
  • Publish Docker container images for both linux/amd64 and linux/arm64
  • Support JSONC and YAML inside markdownlint-configure-file comments
  • Update all dependencies via Dependabot

v0.32.2: 0.32.2

Compare Source

  • Update markdownlint dependency to 0.26.2
    • Improve MD037/MD051/MD053
  • Update all dependencies via Dependabot

v0.32.1: 0.32.1

Compare Source

  • Update markdownlint dependency to 0.26.1
    • Improve MD051
  • Update all dependencies via Dependabot

v0.32.0: 0.32.0

Compare Source

  • Update markdownlint dependency to 0.26.0
    • Add MD051/link-fragments: Link fragments should be valid
    • Add MD052/reference-links-images: Reference links and images should use a label that is defined
    • Add MD053/link-image-reference-definitions: Link and image reference definitions should be needed (auto-fixable)
    • Improve MD010/MD031/MD035/MD039/MD042/MD044/MD049/MD050
    • Add markdownlint-disable-line inline comment
    • Support ~ paths in configuration files
    • Improve performance
  • Add .markdownlint.jsonc to list of supported configuration files
  • Remove support for end-of-life Node version 12
  • Update all dependencies via Dependabot

v0.31.1: 0.31.1

Compare Source

  • Automatically publish Docker container image to GitHub Packages
  • Update all dependencies via Dependabot

v0.31.0: 0.31.0

Compare Source

  • Update markdownlint dependency to 0.25.0
    • Add MD049/MD050 for consistent emphasis/strong style (both auto-fixable)
    • Improve MD007/MD010/MD032/MD033/MD035/MD037/MD039
    • Support asynchronous custom rules
    • Improve performance
  • Update all dependencies via Dependabot

v0.30.0: 0.30.0

Compare Source

  • Add --enable/--disable params
  • Add --quiet param
  • Throw for bad config file
  • Update all dependencies via Dependabot

v0.29.0: 0.29.0

Compare Source

  • Update markdownlint dependency to 0.24.0
    • Improve MD010/MD011/MD037/MD043/MD044
  • Remove support for end-of-life Node version 10
  • Update all dependencies via Dependabot

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Mar 12, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock
! Corepack is about to download https://repo.yarnpkg.com/3.0.0/packages/yarnpkg-cli/bin/yarn.js

@renovate renovate bot changed the title fix(deps): update dependency markdownlint-cli to ^0.33.0 fix(deps): update dependency markdownlint-cli to ^0.34.0 May 28, 2023
@renovate renovate bot force-pushed the renovate/markdownlint-cli-0.x branch from 348e83a to d6fd413 Compare May 28, 2023 09:09
@renovate renovate bot changed the title fix(deps): update dependency markdownlint-cli to ^0.34.0 fix(deps): update dependency markdownlint-cli to ^0.35.0 Jun 17, 2023
@renovate renovate bot force-pushed the renovate/markdownlint-cli-0.x branch from d6fd413 to 16ab14e Compare June 17, 2023 07:32
@renovate renovate bot changed the title fix(deps): update dependency markdownlint-cli to ^0.35.0 fix(deps): update dependency markdownlint-cli to ^0.36.0 Sep 3, 2023
@renovate renovate bot force-pushed the renovate/markdownlint-cli-0.x branch from 16ab14e to 6fa6d46 Compare September 3, 2023 04:18
@renovate renovate bot changed the title fix(deps): update dependency markdownlint-cli to ^0.36.0 fix(deps): update dependency markdownlint-cli to ^0.37.0 Sep 22, 2023
@renovate renovate bot force-pushed the renovate/markdownlint-cli-0.x branch from 6fa6d46 to 95e9d90 Compare September 22, 2023 03:54
@renovate renovate bot force-pushed the renovate/markdownlint-cli-0.x branch from 95e9d90 to 337cea4 Compare December 9, 2023 07:11
@renovate renovate bot changed the title fix(deps): update dependency markdownlint-cli to ^0.37.0 fix(deps): update dependency markdownlint-cli to ^0.38.0 Dec 9, 2023
@renovate renovate bot force-pushed the renovate/markdownlint-cli-0.x branch from 337cea4 to 9c0528c Compare January 29, 2024 02:03
@renovate renovate bot changed the title fix(deps): update dependency markdownlint-cli to ^0.38.0 fix(deps): update dependency markdownlint-cli to ^0.39.0 Jan 29, 2024
@renovate renovate bot force-pushed the renovate/markdownlint-cli-0.x branch from 9c0528c to ed04a42 Compare April 30, 2024 07:58
@renovate renovate bot changed the title fix(deps): update dependency markdownlint-cli to ^0.39.0 fix(deps): update dependency markdownlint-cli to ^0.40.0 Apr 30, 2024
@renovate renovate bot force-pushed the renovate/markdownlint-cli-0.x branch from ed04a42 to a38c315 Compare May 26, 2024 04:34
@renovate renovate bot changed the title fix(deps): update dependency markdownlint-cli to ^0.40.0 fix(deps): update dependency markdownlint-cli to ^0.41.0 May 26, 2024
@renovate
Copy link
Contributor Author

renovate bot commented May 26, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock
➤ YN0000: ┌ Resolution step
➤ YN0002: │ @mdx-js/loader@npm:1.6.22 doesn't provide react (p12550), requested by @mdx-js/react
➤ YN0002: │ @storybook/addon-essentials@npm:6.3.12 [24dab] doesn't provide @storybook/components (p935e9), requested by @storybook/addon-measure
➤ YN0002: │ @storybook/addon-essentials@npm:6.3.12 [24dab] doesn't provide @storybook/core-events (pdee9f), requested by @storybook/addon-measure
➤ YN0002: │ @storybook/addon-essentials@npm:6.3.12 [24dab] doesn't provide @storybook/theming (pf0720), requested by @storybook/addon-measure
➤ YN0002: │ @storybook/addon-essentials@npm:6.3.12 [3b90b] doesn't provide @storybook/components (pbff55), requested by @storybook/addon-measure
➤ YN0002: │ @storybook/addon-essentials@npm:6.3.12 [3b90b] doesn't provide @storybook/core-events (pd3478), requested by @storybook/addon-measure
➤ YN0002: │ @storybook/addon-essentials@npm:6.3.12 [3b90b] doesn't provide @storybook/theming (p3a9a8), requested by @storybook/addon-measure
➤ YN0060: │ @storybook/builder-webpack4@npm:6.3.12 [49689] provides webpack (p2ed9a) with version 4.46.0, which doesn't satisfy what sass-loader requests
➤ YN0060: │ @storybook/builder-webpack4@npm:6.3.12 [b36e2] provides webpack (pcef6b) with version 4.46.0, which doesn't satisfy what sass-loader requests
➤ YN0002: │ @storybook/core@npm:6.3.12 [44119] doesn't provide webpack (pf6547), requested by @storybook/core-client
➤ YN0002: │ @storybook/core@npm:6.3.12 [49689] doesn't provide webpack (p07d92), requested by @storybook/core-client
➤ YN0002: │ @storybook/csf-tools@npm:6.3.12 doesn't provide @babel/core (p3590e), requested by @babel/plugin-transform-react-jsx
➤ YN0002: │ @storybook/csf-tools@npm:6.3.12 doesn't provide @babel/core (p857ee), requested by @babel/preset-env
➤ YN0060: │ consent-app-react@workspace:. provides @commitlint/lint (pa4665) with version 12.1.4, which doesn't satisfy what danger-plugin-kirinus requests
➤ YN0002: │ consent-app-react@workspace:. doesn't provide @types/node (p8e07e), requested by ts-node
➤ YN0060: │ consent-app-react@workspace:. [3a43a] provides @commitlint/lint (p50f8a) with version 12.1.4, which doesn't satisfy what danger-plugin-kirinus requests
➤ YN0002: │ consent-app-react@workspace:. [3a43a] doesn't provide @types/node (pf8641), requested by ts-node
➤ YN0060: │ lib-api@workspace:packages/frontend/lib-api provides @types/jest (p23909) with version 26.0.24, which doesn't satisfy what consent-app-react and some of its descendants request
➤ YN0060: │ lib-components@workspace:packages/frontend/lib-components provides eslint-plugin-testing-library (pf532d) with version 4.12.4, which doesn't satisfy what eslint-config-react-app requests
➤ YN0002: │ lib-components@workspace:packages/frontend/lib-components doesn't provide postcss (pa5a0b), requested by postcss-loader
➤ YN0060: │ lib-components@workspace:packages/frontend/lib-components [e22e3] provides eslint-plugin-testing-library (p8b93d) with version 4.12.4, which doesn't satisfy what eslint-config-react-app requests
➤ YN0002: │ lib-components@workspace:packages/frontend/lib-components [e22e3] doesn't provide postcss (pa9d50), requested by postcss-loader
➤ YN0060: │ lib-utils@workspace:packages/frontend/lib-utils provides @types/jest (pc2ef0) with version 26.0.24, which doesn't satisfy what consent-app-react and some of its descendants request
➤ YN0060: │ lib-utils@workspace:packages/frontend/lib-utils provides @types/jest (p97b76) with version 26.0.24, which doesn't satisfy what ts-jest requests
➤ YN0060: │ lib-utils@workspace:packages/frontend/lib-utils provides eslint-plugin-testing-library (p79ef7) with version 4.12.4, which doesn't satisfy what eslint-config-react-app requests
➤ YN0060: │ lib-utils@workspace:packages/frontend/lib-utils [24dab] provides @types/jest (p0ba24) with version 26.0.24, which doesn't satisfy what consent-app-react and some of its descendants request
➤ YN0060: │ lib-utils@workspace:packages/frontend/lib-utils [24dab] provides @types/jest (pbcb2f) with version 26.0.24, which doesn't satisfy what ts-jest requests
➤ YN0060: │ lib-utils@workspace:packages/frontend/lib-utils [24dab] provides eslint-plugin-testing-library (p65fc8) with version 4.12.4, which doesn't satisfy what eslint-config-react-app requests
➤ YN0060: │ lib-utils@workspace:packages/frontend/lib-utils [3b90b] provides @types/jest (p1e12e) with version 26.0.24, which doesn't satisfy what consent-app-react and some of its descendants request
➤ YN0060: │ lib-utils@workspace:packages/frontend/lib-utils [3b90b] provides @types/jest (pad756) with version 26.0.24, which doesn't satisfy what ts-jest requests
➤ YN0060: │ lib-utils@workspace:packages/frontend/lib-utils [3b90b] provides eslint-plugin-testing-library (p49e04) with version 4.12.4, which doesn't satisfy what eslint-config-react-app requests
➤ YN0060: │ lib-utils@workspace:packages/frontend/lib-utils [e22e3] provides @types/jest (p495d3) with version 26.0.24, which doesn't satisfy what consent-app-react and some of its descendants request
➤ YN0060: │ lib-utils@workspace:packages/frontend/lib-utils [e22e3] provides @types/jest (pfd836) with version 26.0.24, which doesn't satisfy what ts-jest requests
➤ YN0060: │ lib-utils@workspace:packages/frontend/lib-utils [e22e3] provides eslint-plugin-testing-library (p287f1) with version 4.12.4, which doesn't satisfy what eslint-config-react-app requests
➤ YN0002: │ ui-consents@workspace:packages/frontend/ui-consents doesn't provide @mui/system (pb2c04), requested by @mui/x-data-grid
➤ YN0060: │ ui-consents@workspace:packages/frontend/ui-consents provides @types/jest (p5898b) with version 26.0.24, which doesn't satisfy what consent-app-react and some of its descendants request
➤ YN0060: │ ui-consents@workspace:packages/frontend/ui-consents provides @types/jest (p3dd48) with version 26.0.24, which doesn't satisfy what ts-jest requests
➤ YN0060: │ ui-consents@workspace:packages/frontend/ui-consents provides eslint-plugin-testing-library (p6ab90) with version 4.12.4, which doesn't satisfy what eslint-config-react-app requests
➤ YN0002: │ ui-consents@workspace:packages/frontend/ui-consents doesn't provide history (p88c8d), requested by lib-components
➤ YN0060: │ ui-consents@workspace:packages/frontend/ui-consents provides node-sass (p333f7) with version 7.0.1, which doesn't satisfy what sass-loader requests
➤ YN0002: │ ui-consents@workspace:packages/frontend/ui-consents doesn't provide postcss (p87cc4), requested by postcss-loader
➤ YN0000: │ Some peer dependencies are incorrectly met; run yarn explain peer-requirements <hash> for details, where <hash> is the six-letter p-prefixed code
➤ YN0000: └ Completed in 2s 238ms
➤ YN0000: ┌ Post-resolution validation
➤ YN0068: │ react-scripts ➤ dependencies ➤ eslint-plugin-prettier: No matching package in the dependency tree; you may not need this rule anymore.
➤ YN0068: │ focus-trap-react ➤ dependencies ➤ prop-types: No matching package in the dependency tree; you may not need this rule anymore.
➤ YN0068: │ middie ➤ dependencies ➤ fastify: No matching package in the dependency tree; you may not need this rule anymore.
➤ YN0068: │ react-idle-timer ➤ dependencies ➤ @babel/runtime: No matching package in the dependency tree; you may not need this rule anymore.
➤ YN0068: │ react-idle-timer ➤ dependencies ➤ prop-types: No matching package in the dependency tree; you may not need this rule anymore.
➤ YN0068: │ react-redux-toastr ➤ dependencies ➤ react: No matching package in the dependency tree; you may not need this rule anymore.
➤ YN0068: │ semantic-ui-react ➤ dependencies ➤ react: No matching package in the dependency tree; you may not need this rule anymore.
➤ YN0068: │ semantic-ui-react ➤ dependencies ➤ react-dom: No matching package in the dependency tree; you may not need this rule anymore.
➤ YN0068: │ swagger-express-ts ➤ dependencies ➤ lodash: No matching package in the dependency tree; you may not need this rule anymore.
➤ YN0000: └ Completed
➤ YN0000: ┌ Fetch step
➤ YN0001: │ Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
    at PassThrough.onclose (node:internal/streams/end-of-stream:166:30)
    at PassThrough.emit (node:events:508:28)
    at emitCloseNT (node:internal/streams/destroy:148:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:88:21)
➤ YN0001: │ Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
    at PassThrough.onclose (node:internal/streams/end-of-stream:166:30)
    at PassThrough.emit (node:events:508:28)
    at emitCloseNT (node:internal/streams/destroy:148:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:88:21)
➤ YN0001: │ Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
    at PassThrough.onclose (node:internal/streams/end-of-stream:166:30)
    at PassThrough.emit (node:events:508:28)
    at emitCloseNT (node:internal/streams/destroy:148:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:88:21)
➤ YN0001: │ Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
    at PassThrough.onclose (node:internal/streams/end-of-stream:166:30)
    at PassThrough.emit (node:events:508:28)
    at emitCloseNT (node:internal/streams/destroy:148:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:88:21)
➤ YN0001: │ Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
    at PassThrough.onclose (node:internal/streams/end-of-stream:166:30)
    at PassThrough.emit (node:events:508:28)
    at emitCloseNT (node:internal/streams/destroy:148:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:88:21)
➤ YN0001: │ Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
    at PassThrough.onclose (node:internal/streams/end-of-stream:166:30)
    at PassThrough.emit (node:events:508:28)
    at emitCloseNT (node:internal/streams/destroy:148:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:88:21)
➤ YN0001: │ Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
    at PassThrough.onclose (node:internal/streams/end-of-stream:166:30)
    at PassThrough.emit (node:events:508:28)
    at emitCloseNT (node:internal/streams/destroy:148:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:88:21)
➤ YN0001: │ Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
    at PassThrough.onclose (node:internal/streams/end-of-stream:166:30)
    at PassThrough.emit (node:events:508:28)
    at emitCloseNT (node:internal/streams/destroy:148:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:88:21)
➤ YN0001: │ Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
    at PassThrough.onclose (node:internal/streams/end-of-stream:166:30)
    at PassThrough.emit (node:events:508:28)
    at emitCloseNT (node:internal/streams/destroy:148:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:88:21)
➤ YN0001: │ Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
    at PassThrough.onclose (node:internal/streams/end-of-stream:166:30)
    at PassThrough.emit (node:events:508:28)
    at emitCloseNT (node:internal/streams/destroy:148:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:88:21)
➤ YN0001: │ Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
    at PassThrough.onclose (node:internal/streams/end-of-stream:166:30)
    at PassThrough.emit (node:events:508:28)
    at emitCloseNT (node:internal/streams/destroy:148:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:88:21)
➤ YN0001: │ Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
    at PassThrough.onclose (node:internal/streams/end-of-stream:166:30)
    at PassThrough.emit (node:events:508:28)
    at emitCloseNT (node:internal/streams/destroy:148:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:88:21)
➤ YN0001: │ Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
    at PassThrough.onclose (node:internal/streams/end-of-stream:166:30)
    at PassThrough.emit (node:events:508:28)
    at emitCloseNT (node:internal/streams/destroy:148:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:88:21)
➤ YN0001: │ Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
    at PassThrough.onclose (node:internal/streams/end-of-stream:166:30)
    at PassThrough.emit (node:events:508:28)
    at emitCloseNT (node:internal/streams/destroy:148:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:88:21)
➤ YN0001: │ Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
    at PassThrough.onclose (node:internal/streams/end-of-stream:166:30)
    at PassThrough.emit (node:events:508:28)
    at emitCloseNT (node:internal/streams/destroy:148:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:88:21)
➤ YN0001: │ Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
    at PassThrough.onclose (node:internal/streams/end-of-stream:166:30)
    at PassThrough.emit (node:events:508:28)
    at emitCloseNT (node:internal/streams/destroy:148:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:88:21)
➤ YN0001: │ Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
    at PassThrough.onclose (node:internal/streams/end-of-stream:166:30)
    at PassThrough.emit (node:events:508:28)
    at emitCloseNT (node:internal/streams/destroy:148:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:88:21)
➤ YN0001: │ Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
    at PassThrough.onclose (node:internal/streams/end-of-stream:166:30)
    at PassThrough.emit (node:events:508:28)
    at emitCloseNT (node:internal/streams/destroy:148:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:88:21)
➤ YN0001: │ Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
    at PassThrough.onclose (node:internal/streams/end-of-stream:166:30)
    at PassThrough.emit (node:events:508:28)
    at emitCloseNT (node:internal/streams/destroy:148:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:88:21)
➤ YN0001: │ Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
    at PassThrough.onclose (node:internal/streams/end-of-stream:166:30)
    at PassThrough.emit (node:events:508:28)
    at emitCloseNT (node:internal/streams/destroy:148:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:88:21)
➤ YN0001: │ Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
    at PassThrough.onclose (node:internal/streams/end-of-stream:166:30)
    at PassThrough.emit (node:events:508:28)
    at emitCloseNT (node:internal/streams/destroy:148:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:88:21)
➤ YN0001: │ Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
    at PassThrough.onclose (node:internal/streams/end-of-stream:166:30)
    at PassThrough.emit (node:events:508:28)
    at emitCloseNT (node:internal/streams/destroy:148:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:88:21)
➤ YN0001: │ Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
    at PassThrough.onclose (node:internal/streams/end-of-stream:166:30)
    at PassThrough.emit (node:events:508:28)
    at emitCloseNT (node:internal/streams/destroy:148:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:88:21)
➤ YN0001: │ Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
    at PassThrough.onclose (node:internal/streams/end-of-stream:166:30)
    at PassThrough.emit (node:events:508:28)
    at emitCloseNT (node:internal/streams/destroy:148:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:88:21)
➤ YN0001: │ Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
    at PassThrough.onclose (node:internal/streams/end-of-stream:166:30)
    at PassThrough.emit (node:events:508:28)
    at emitCloseNT (node:internal/streams/destroy:148:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:88:21)
➤ YN0001: │ Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
    at PassThrough.onclose (node:internal/streams/end-of-stream:166:30)
    at PassThrough.emit (node:events:508:28)
    at emitCloseNT (node:internal/streams/destroy:148:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:88:21)
➤ YN0001: │ Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
    at PassThrough.onclose (node:internal/streams/end-of-stream:166:30)
    at PassThrough.emit (node:events:508:28)
    at emitCloseNT (node:internal/streams/destroy:148:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:88:21)
➤ YN0001: │ Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
    at PassThrough.onclose (node:internal/streams/end-of-stream:166:30)
    at PassThrough.emit (node:events:508:28)
    at emitCloseNT (node:internal/streams/destroy:148:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:88:21)
➤ YN0001: │ Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
    at PassThrough.onclose (node:internal/streams/end-of-stream:166:30)
    at PassThrough.emit (node:events:508:28)
    at emitCloseNT (node:internal/streams/destroy:148:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:88:21)
➤ YN0001: │ Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
    at PassThrough.onclose (node:internal/streams/end-of-stream:166:30)
    at PassThrough.emit (node:events:508:28)
    at emitCloseNT (node:internal/streams/destroy:148:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:88:21)
➤ YN0001: │ Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
    at PassThrough.onclose (node:internal/streams/end-of-stream:166:30)
    at PassThrough.emit (node:events:508:28)
    at emitCloseNT (node:internal/streams/destroy:148:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:88:21)
➤ YN0001: │ Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
    at PassThrough.onclose (node:internal/streams/end-of-stream:166:30)
    at PassThrough.emit (node:events:508:28)
    at emitCloseNT (node:internal/streams/destroy:148:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:88:21)
➤ YN0001: │ Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
    at PassThrough.onclose (node:internal/streams/end-of-stream:166:30)
    at PassThrough.emit (node:events:508:28)
    at emitCloseNT (node:internal/streams/destroy:148:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:88:21)
➤ YN0001: │ Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
    at PassThrough.onclose (node:internal/streams/end-of-stream:166:30)
    at PassThrough.emit (node:events:508:28)
    at emitCloseNT (node:internal/streams/destroy:148:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:88:21)
➤ YN0001: │ Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
    at PassThrough.onclose (node:internal/streams/end-of-stream:166:30)
    at PassThrough.emit (node:events:508:28)
    at emitCloseNT (node:internal/streams/destroy:148:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:88:21)
➤ YN0001: │ Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
    at PassThrough.onclose (node:internal/streams/end-of-stream:166:30)
    at PassThrough.emit (node:events:508:28)
    at emitCloseNT (node:internal/streams/destroy:148:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:88:21)
➤ YN0001: │ Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
    at PassThrough.onclose (node:internal/streams/end-of-stream:166:30)
    at PassThrough.emit (node:events:508:28)
    at emitCloseNT (node:internal/streams/destroy:148:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:88:21)
➤ YN0001: │ Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
    at PassThrough.onclose (node:internal/streams/end-of-stream:166:30)
    at PassThrough.emit (node:events:508:28)
    at emitCloseNT (node:internal/streams/destroy:148:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:88:21)
➤ YN0001: │ Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
    at PassThrough.onclose (node:internal/streams/end-of-stream:166:30)
    at PassThrough.emit (node:events:508:28)
    at emitCloseNT (node:internal/streams/destroy:148:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:88:21)
➤ YN0001: │ Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
    at PassThrough.onclose (node:internal/streams/end-of-stream:166:30)
    at PassThrough.emit (node:events:508:28)
    at emitCloseNT (node:internal/streams/destroy:148:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:88:21)
➤ YN0001: │ Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
    at PassThrough.onclose (node:internal/streams/end-of-stream:166:30)
    at PassThrough.emit (node:events:508:28)
    at emitCloseNT (node:internal/streams/destroy:148:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:88:21)
➤ YN0001: │ Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
    at PassThrough.onclose (node:internal/streams/end-of-stream:166:30)
    at PassThrough.emit (node:events:508:28)
    at emitCloseNT (node:internal/streams/destroy:148:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:88:21)
➤ YN0001: │ Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
    at PassThrough.onclose (node:internal/streams/end-of-stream:166:30)
    at PassThrough.emit (node:events:508:28)
    at emitCloseNT (node:internal/streams/destroy:148:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:88:21)
➤ YN0001: │ Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
    at PassThrough.onclose (node:internal/streams/end-of-stream:166:30)
    at PassThrough.emit (node:events:508:28)
    at emitCloseNT (node:internal/streams/destroy:148:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:88:21)
➤ YN0001: │ Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
    at PassThrough.onclose (node:internal/streams/end-of-stream:166:30)
    at PassThrough.emit (node:events:508:28)
    at emitCloseNT (node:internal/streams/destroy:148:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:88:21)
➤ YN0001: │ Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
    at PassThrough.onclose (node:internal/streams/end-of-stream:166:30)
    at PassThrough.emit (node:events:508:28)
    at emitCloseNT (node:internal/streams/destroy:148:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:88:21)
➤ YN0001: │ Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
    at PassThrough.onclose (node:internal/streams/end-of-stream:166:30)
    at PassThrough.emit (node:events:508:28)
    at emitCloseNT (node:internal/streams/destroy:148:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:88:21)
➤ YN0001: │ Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
    at PassThrough.onclose (node:internal/streams/end-of-stream:166:30)
    at PassThrough.emit (node:events:508:28)
    at emitCloseNT (node:internal/streams/destroy:148:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:88:21)
➤ YN0001: │ Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
    at PassThrough.onclose (node:internal/streams/end-of-stream:166:30)
    at PassThrough.emit (node:events:508:28)
    at emitCloseNT (node:internal/streams/destroy:148:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:88:21)
➤ YN0001: │ Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
    at PassThrough.onclose (node:internal/streams/end-of-stream:166:30)
    at PassThrough.emit (node:events:508:28)
    at emitCloseNT (node:internal/streams/destroy:148:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:88:21)
➤ YN0001: │ Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
    at PassThrough.onclose (node:internal/streams/end-of-stream:166:30)
    at PassThrough.emit (node:events:508:28)
    at emitCloseNT (node:internal/streams/destroy:148:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:88:21)
➤ YN0001: │ Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
    at PassThrough.onclose (node:internal/streams/end-of-stream:166:30)
    at PassThrough.emit (node:events:508:28)
    at emitCloseNT (node:internal/streams/destroy:148:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:88:21)
➤ YN0001: │ Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
    at PassThrough.onclose (node:internal/streams/end-of-stream:166:30)
    at PassThrough.emit (node:events:508:28)
    at emitCloseNT (node:internal/streams/destroy:148:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:88:21)
➤ YN0001: │ Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
    at PassThrough.onclose (node:internal/streams/end-of-stream:166:30)
    at PassThrough.emit (node:events:508:28)
    at emitCloseNT (node:internal/streams/destroy:148:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:88:21)
➤ YN0001: │ Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
    at PassThrough.onclose (node:internal/streams/end-of-stream:166:30)
    at PassThrough.emit (node:events:508:28)
    at emitCloseNT (node:internal/streams/destroy:148:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:88:21)
➤ YN0001: │ Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
    at PassThrough.onclose (node:internal/streams/end-of-stream:166:30)
    at PassThrough.emit (node:events:508:28)
    at emitCloseNT (node:internal/streams/destroy:148:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:88:21)
➤ YN0001: │ Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
    at PassThrough.onclose (node:internal/streams/end-of-stream:166:30)
    at PassThrough.emit (node:events:508:28)
    at emitCloseNT (node:internal/streams/destroy:148:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:88:21)
➤ YN0001: │ Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
    at PassThrough.onclose (node:internal/streams/end-of-stream:166:30)
    at PassThrough.emit (node:events:508:28)
    at emitCloseNT (node:internal/streams/destroy:148:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:88:21)
➤ YN0001: │ Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
    at PassThrough.onclose (node:internal/streams/end-of-stream:166:30)
    at PassThrough.emit (node:events:508:28)
    at emitCloseNT (node:internal/streams/destroy:148:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:88:21)
➤ YN0001: │ Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
    at PassThrough.onclose (node:internal/streams/end-of-stream:166:30)
    at PassThrough.emit (node:events:508:28)
    at emitCloseNT (node:internal/streams/destroy:148:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:88:21)
➤ YN0001: │ Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
    at PassThrough.onclose (node:internal/streams/end-of-stream:166:30)
    at PassThrough.emit (node:events:508:28)
    at emitCloseNT (node:internal/streams/destroy:148:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:88:21)
➤ YN0001: │ Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
    at PassThrough.onclose (node:internal/streams/end-of-stream:166:30)
    at PassThrough.emit (node:events:508:28)
    at emitCloseNT (node:internal/streams/destroy:148:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:88:21)
➤ YN0001: │ Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
    at PassThrough.onclose (node:internal/streams/end-of-stream:166:30)
    at PassThrough.emit (node:events:508:28)
    at emitCloseNT (node:internal/streams/destroy:148:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:88:21)
➤ YN0001: │ Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
    at PassThrough.onclose (node:internal/streams/end-of-stream:166:30)
    at PassThrough.emit (node:events:508:28)
    at emitCloseNT (node:internal/streams/destroy:148:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:88:21)
➤ YN0001: │ Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
    at PassThrough.onclose (node:internal/streams/end-of-stream:166:30)
    at PassThrough.emit (node:events:508:28)
    at emitCloseNT (node:internal/streams/destroy:148:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:88:21)
➤ YN0001: │ Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
    at PassThrough.onclose (node:internal/streams/end-of-stream:166:30)
    at PassThrough.emit (node:events:508:28)
    at emitCloseNT (node:internal/streams/destroy:148:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:88:21)
➤ YN0013: │ 2447 packages were already cached, 66 had to be fetched
➤ YN0000: └ Completed in 17s 419ms
➤ YN0000: Failed with errors in 19s 668ms

@renovate renovate bot force-pushed the renovate/markdownlint-cli-0.x branch from a38c315 to 6a77220 Compare September 24, 2024 01:41
@renovate renovate bot changed the title fix(deps): update dependency markdownlint-cli to ^0.41.0 fix(deps): update dependency markdownlint-cli to ^0.42.0 Sep 24, 2024
@renovate renovate bot force-pushed the renovate/markdownlint-cli-0.x branch from 6a77220 to 974650e Compare November 23, 2024 07:11
@renovate renovate bot changed the title fix(deps): update dependency markdownlint-cli to ^0.42.0 fix(deps): update dependency markdownlint-cli to ^0.43.0 Nov 23, 2024
@renovate renovate bot force-pushed the renovate/markdownlint-cli-0.x branch from 974650e to 9ca7977 Compare January 25, 2025 04:39
@renovate renovate bot changed the title fix(deps): update dependency markdownlint-cli to ^0.43.0 fix(deps): update dependency markdownlint-cli to ^0.44.0 Jan 25, 2025
@renovate renovate bot force-pushed the renovate/markdownlint-cli-0.x branch from 9ca7977 to 3dc02ae Compare May 18, 2025 02:17
@renovate renovate bot changed the title fix(deps): update dependency markdownlint-cli to ^0.44.0 fix(deps): update dependency markdownlint-cli to ^0.45.0 May 18, 2025
@renovate renovate bot force-pushed the renovate/markdownlint-cli-0.x branch from 3dc02ae to 41daebb Compare November 19, 2025 06:10
@renovate renovate bot changed the title fix(deps): update dependency markdownlint-cli to ^0.45.0 fix(deps): update dependency markdownlint-cli to ^0.46.0 Nov 19, 2025
@renovate renovate bot force-pushed the renovate/markdownlint-cli-0.x branch from 41daebb to fe29741 Compare December 11, 2025 07:03
@renovate renovate bot changed the title fix(deps): update dependency markdownlint-cli to ^0.46.0 fix(deps): update dependency markdownlint-cli to ^0.47.0 Dec 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant