Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 8, 2025

Bumps the javascript-dependencies group with 7 updates in the / directory:

Package From To
marked 16.1.1 16.2.1
vue 3.5.18 3.5.21
@fortawesome/fontawesome-free 7.0.0 7.0.1
@redocly/cli 2.0.2 2.0.8
concurrently 9.2.0 9.2.1
copy-webpack-plugin 13.0.0 13.0.1
webpack 5.101.0 5.101.3

Updates marked from 16.1.1 to 16.2.1

Release notes

Sourced from marked's releases.

v16.2.1

16.2.1 (2025-08-27)

Bug Fixes

v16.2.0

16.2.0 (2025-08-18)

Features

v16.1.2

16.1.2 (2025-08-04)

Bug Fixes

  • fix multiline list item adds extra newline to raw (#3735) (e76453e)
Commits
  • fc8a5d0 chore(release): 16.2.1 [skip ci]
  • 30c6630 fix: allow escaped newline in link text (#3752)
  • 0ccf476 chore(deps-dev): Bump esbuild from 0.25.8 to 0.25.9 (#3750)
  • f1648f1 chore(deps-dev): Bump eslint from 9.33.0 to 9.34.0 (#3751)
  • 47adf92 chore(release): 16.2.0 [skip ci]
  • 0769124 feat: add def token in tokens and renderer (#3745)
  • 5f4b638 chore(deps-dev): Bump @​semantic-release/github from 11.0.3 to 11.0.4 (#3744)
  • f2b52c7 chore(deps-dev): Bump eslint from 9.32.0 to 9.33.0 (#3743)
  • 193f41e chore(deps): Bump actions/checkout from 4 to 5 (#3742)
  • 0a0da51 chore(deps-dev): Bump typescript from 5.8.3 to 5.9.2 (#3740)
  • Additional commits viewable in compare view

Updates vue from 3.5.18 to 3.5.21

Release notes

Sourced from vue's releases.

v3.5.21

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.20

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.19

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

Changelog

Sourced from vue's changelog.

3.5.21 (2025-09-02)

Bug Fixes

Performance Improvements

  • improve regexp performance with non-capturing groups (#13567) (1e8b65a)

3.5.20 (2025-08-25)

Bug Fixes

3.5.19 (2025-08-21)

Bug Fixes

... (truncated)

Commits
  • 4b6cb1f release: v3.5.21
  • 5d75a17 fix(Suspence): handle Suspense + KeepAlive HMR updating edge case (#13076)
  • 55922ff fix(compiler-sfc): check lang before attempt to compile script (#13508)
  • 1e8b65a perf: improve regexp performance with non-capturing groups (#13567)
  • f2699a5 fix(watch): use maximum depth for duplicates (#13434)
  • 99d54b2 fix(compiler-core): force dynamic slots when slot referencing scope vars (#9427)
  • 15fc75f fix(runtime-core): use separate emits caches for components and mixins (#11661)
  • 4810f14 chore(types): compatible with TS 5.8 (#12973)
  • 7171def refactor: remove canary release workflows (#13794)
  • 26bce3d chore: update side effect annotations to use standardized format (#13839)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for vue since your current version.


Updates @fortawesome/fontawesome-free from 7.0.0 to 7.0.1

Release notes

Sourced from @​fortawesome/fontawesome-free's releases.

Release 7.0.1

Change log available at https://fontawesome.com/docs/changelog/

Commits

Updates @redocly/cli from 2.0.2 to 2.0.8

Release notes

Sourced from @​redocly/cli's releases.

@​redocly/cli@​2.0.8

Patch Changes

  • Updated @​redocly/openapi-core to v2.0.8.

@​redocly/cli@​2.0.7

Patch Changes

  • Improved Respect verbose logs to display response headers.
  • Updated @​redocly/respect-core to v2.0.7.

@​redocly/cli@​2.0.6

Patch Changes

  • Fixed an issue where files specified in decorators parameters were not always resolved correctly. The resolution logic now properly locates the specified files relative to the config file for info-description-override, media-type-examples-override, operation-description-override, and tag-description-override decorators.
  • Improved messaging to clarify when API alias configuration is implicitly applied during linting or bundling by filename.
  • Updated the retryAfter property in Respect to use seconds (instead of milliseconds) for consistency with the Arazzo specification.
  • Updated @​redocly/openapi-core to v2.0.6.

@​redocly/cli@​2.0.5

Patch Changes

  • Fixed an issue where the root config was not properly merged with the apis config.
  • Resolved an issue that caused configuration parsing to fail when the config value was set to null.
  • Improved join command server handling for specifications with differing servers.
  • Updated @​redocly/respect-core to v2.0.5.

@​redocly/cli@​2.0.4

Patch Changes

  • Fixed an issue where the openapi config options were ignored when running the build-docs command.
  • Ensure externalRefResolver option is correctly passed to nested workflow contexts.
  • Updated @​redocly/respect-core to v2.0.4.

@​redocly/cli@​2.0.3

Patch Changes

  • Fixed type definitions for Respect input and server options to support both string and string[] values.
  • Fixed binary response data in Respect results by properly encoding it as base64.
  • Updated @​redocly/respect-core to v2.0.3.
Commits
  • fcd5f7d chore: 🔖 release new versions (#2277)
  • 96f56ea chore: update Redocly config to v0.29.0 (#2276)
  • 5e2ab2f chore: 🔖 release new versions (#2270)
  • 015cb8c fix: respect reset execution timeout timer on each run (#2272)
  • a65c020 chore: export AsyncAPI types externally (#2271)
  • 5dd4af8 feat: respect verbose logs to show response headers (#2269)
  • 24646c7 chore: 🔖 release new versions (#2260)
  • 299f765 fix(respect): retryAfter should be in seconds (#2267)
  • d8e419c fix: resolve files specified in the rules and decorators parameters relative ...
  • 6ef4216 feat: add notification about linting a file using alias rules (#2258)
  • Additional commits viewable in compare view

Updates @vue/compiler-sfc from 3.5.18 to 3.5.21

Release notes

Sourced from @​vue/compiler-sfc's releases.

v3.5.21

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.20

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.19

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

Changelog

Sourced from @​vue/compiler-sfc's changelog.

3.5.21 (2025-09-02)

Bug Fixes

Performance Improvements

  • improve regexp performance with non-capturing groups (#13567) (1e8b65a)

3.5.20 (2025-08-25)

Bug Fixes

3.5.19 (2025-08-21)

Bug Fixes

... (truncated)

Commits
  • 4b6cb1f release: v3.5.21
  • 55922ff fix(compiler-sfc): check lang before attempt to compile script (#13508)
  • 1e8b65a perf: improve regexp performance with non-capturing groups (#13567)
  • 8696e34 fix(compiler-sfc): support ${configDir} in paths for TypeScript 5.5+ (#13491)
  • 35da3c6 fix(compiler-sfc): support global augments with named exports (#13789)
  • 3aa782d release: v3.5.20
  • 0f916d8 types(compiler-sfc): add explicit return type to genModelProps (#13441)
  • 20b888b release: v3.5.19
  • d9dd628 fix(compiler-sfc): improve type inference for generic type aliases types (#12...
  • 10edfb5 chore(deps): update all non-major dependencies (#13733)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​vue/compiler-sfc since your current version.


Updates concurrently from 9.2.0 to 9.2.1

Release notes

Sourced from concurrently's releases.

v9.2.1

What's Changed

Full Changelog: open-cli-tools/concurrently@v9.2.0...v9.2.1

Commits

Updates copy-webpack-plugin from 13.0.0 to 13.0.1

Release notes

Sourced from copy-webpack-plugin's releases.

v13.0.1

13.0.1 (2025-08-12)

Bug Fixes

Changelog

Sourced from copy-webpack-plugin's changelog.

13.0.1 (2025-08-12)

Bug Fixes

Commits

Updates webpack from 5.101.0 to 5.101.3

Release notes

Sourced from webpack's releases.

v5.101.3

Fixes

  • Fixed resolve execution order issue from extra await in async modules
  • Avoid empty block for unused statement
  • Collect only specific expressions for destructuring assignment

v5.101.2

Fixes

  • Fixed syntax error when comment is on the last line
  • Handle var declaration for createRequire
  • Distinguish free variable and tagged variable

v5.101.1

Fixes

  • Filter deleted assets in processAdditionalAssets hook
  • HMR failure in defer module
  • Emit assets even if invalidation occurs again
  • Export types for serialization and deserialization in plugins and export the ModuleFactory class
  • Fixed the failure export of internal function for ES module chunk format
  • Fixed GetChunkFilename failure caused by dependOn entry
  • Fixed the import of missing dependency chunks
  • Fixed when entry chunk depends on the runtime chunk hash
  • Fixed module.exports bundle to ESM library
  • Adjusted the time of adding a group depending on the fragment of execution time
  • Fixed circle dependencies when require RawModule and condition of isDeferred
  • Tree-shakable module library should align preconditions of allowInlineStartup
Commits
  • 07b1ac0 chore(release): 5.101.3
  • 8d7efb8 chore(deps-dev): bump the dependencies group with 2 updates (#19816)
  • 935cbd8 docs: update examples (#19812)
  • dc79e95 fix: collect only specific expressions for destructuring assignment
  • 90ae8af fix: avoid empty block for unused statement
  • 8db97f8 fix: resolve execution order issue from extra await in async modules
  • c92deaf ci: pin Node.js 24.x to 24.5.0 in CI workflow (#19813)
  • c50930b refactor(test): correct the value retrieval
  • 613a5ad chore(deps-dev): bump @​babel/core in the dependencies group (#19807)
  • 1d9cc24 chore(release): 5.101.2
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file task One or more no-coding actions to execute for this project. labels Sep 8, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/javascript-dependencies-cea096b9a4 branch from 189f7a6 to 4082002 Compare September 15, 2025 02:04
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/javascript-dependencies-cea096b9a4 branch from 4082002 to 9686863 Compare September 22, 2025 02:04
Bumps the javascript-dependencies group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [marked](https://github.com/markedjs/marked) | `16.1.1` | `16.2.1` |
| [vue](https://github.com/vuejs/core) | `3.5.18` | `3.5.21` |
| [@fortawesome/fontawesome-free](https://github.com/FortAwesome/Font-Awesome) | `7.0.0` | `7.0.1` |
| [@redocly/cli](https://github.com/Redocly/redocly-cli) | `2.0.2` | `2.0.8` |
| [concurrently](https://github.com/open-cli-tools/concurrently) | `9.2.0` | `9.2.1` |
| [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) | `13.0.0` | `13.0.1` |
| [webpack](https://github.com/webpack/webpack) | `5.101.0` | `5.101.3` |



Updates `marked` from 16.1.1 to 16.2.1
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](markedjs/marked@v16.1.1...v16.2.1)

Updates `vue` from 3.5.18 to 3.5.21
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.5.18...v3.5.21)

Updates `@fortawesome/fontawesome-free` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/7.x/CHANGELOG.md)
- [Commits](FortAwesome/Font-Awesome@7.0.0...7.0.1)

Updates `@redocly/cli` from 2.0.2 to 2.0.8
- [Release notes](https://github.com/Redocly/redocly-cli/releases)
- [Commits](https://github.com/Redocly/redocly-cli/compare/@redocly/[email protected]...@redocly/[email protected])

Updates `@vue/compiler-sfc` from 3.5.18 to 3.5.21
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/commits/v3.5.21/packages/compiler-sfc)

Updates `concurrently` from 9.2.0 to 9.2.1
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
- [Commits](open-cli-tools/concurrently@v9.2.0...v9.2.1)

Updates `copy-webpack-plugin` from 13.0.0 to 13.0.1
- [Release notes](https://github.com/webpack-contrib/copy-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/copy-webpack-plugin@v13.0.0...v13.0.1)

Updates `webpack` from 5.101.0 to 5.101.3
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.101.0...v5.101.3)

---
updated-dependencies:
- dependency-name: marked
  dependency-version: 16.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: javascript-dependencies
- dependency-name: vue
  dependency-version: 3.5.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: javascript-dependencies
- dependency-name: "@fortawesome/fontawesome-free"
  dependency-version: 7.0.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: javascript-dependencies
- dependency-name: "@redocly/cli"
  dependency-version: 2.0.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: javascript-dependencies
- dependency-name: "@vue/compiler-sfc"
  dependency-version: 3.5.21
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: javascript-dependencies
- dependency-name: concurrently
  dependency-version: 9.2.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: javascript-dependencies
- dependency-name: copy-webpack-plugin
  dependency-version: 13.0.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: javascript-dependencies
- dependency-name: webpack
  dependency-version: 5.101.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: javascript-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/javascript-dependencies-cea096b9a4 branch from 9686863 to 63d1111 Compare September 29, 2025 02:08
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 task One or more no-coding actions to execute for this project.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants