Skip to content

chore(deps): bump the npm_and_yarn group across 2 directories with 4 updates#458

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm_and_yarn-2d22594c40
Open

chore(deps): bump the npm_and_yarn group across 2 directories with 4 updates#458
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm_and_yarn-2d22594c40

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the npm_and_yarn group with 2 updates in the / directory: @accordproject/markdown-cicero and brace-expansion.
Bumps the npm_and_yarn group with 2 updates in the /packages/ui-concerto directory: @babel/plugin-transform-modules-systemjs and brace-expansion.

Updates @accordproject/markdown-cicero from 0.13.0 to 0.16.5

Release notes

Sourced from @​accordproject/markdown-cicero's releases.

Markdown Transform v0.16.5

Increase memory for GH publish action

Markdown Transform v0.16.4

Try again - GitHub Action reported out of memory for 0.16.3.

Markdown Transform v0.16.3

Webpack markdown-transform

Markdown Transform v0.16.2

Bug fix, correct browser entry points.

Markdown Transform v0.16.1

Bug fix - removing use of instance of

Markdown Transform v0.16.0

What's Changed

New Contributors

Full Changelog: accordproject/markdown-transform@v0.15.2...v0.16.0

Markdown Transform v0.15.2

What's Changed

Full Changelog: accordproject/markdown-transform@v.0.15.0...v0.15.2

Markdown Transform v0.15.1

Publish to npm

Markdown Transform v0.15.0

Update to use Concerto v2.0.0

Markdown Transform v0.15.0-alpha.2

This release upgrades the webpack configuration for all packages to webpack 5.

Markdown Transform v0.15.0-alpha.1

This release upgrades to the latest major version of Concerto 2.0.0, fixes issues with pdf styling and updates numerous dependencies.

💥 Breaking Changes

  • Markdown Transform libraries now require Node.js version 14 or later. Node.js version 12 is no longer supported

... (truncated)

Commits
  • 5764b97 chore(actions): publish v0.16.2 to npm (#520)
  • 4614df6 chore(concerto) : update to v3 (#517)
  • 9685960 fix(instanceof) : remove instanceof (#514)
  • ac06acd chore(actions): publish v0.15.2 to npm (#505)
  • 7467930 chore(actions): publish v0.15.1 to npm (#500)
  • 5b75859 Update Concerto to v2.0.1 (#504)
  • c03b222 (feat) upgrade to Concerto v2 (#499)
  • a86cf61 chore(build): Update engines constraints in all package.json
  • d07106f chore(actions): publish v0.15.0-alpha.2 to npm
  • 83efbe6 feature(dep): Switch to Concerto 2.0.0-alpha.2
  • Additional commits viewable in compare view

Updates @accordproject/markdown-pdf from 0.13.0 to 0.16.5

Release notes

Sourced from @​accordproject/markdown-pdf's releases.

Markdown Transform v0.16.5

Increase memory for GH publish action

Markdown Transform v0.16.4

Try again - GitHub Action reported out of memory for 0.16.3.

Markdown Transform v0.16.3

Webpack markdown-transform

Markdown Transform v0.16.2

Bug fix, correct browser entry points.

Markdown Transform v0.16.1

Bug fix - removing use of instance of

Markdown Transform v0.16.0

What's Changed

New Contributors

Full Changelog: accordproject/markdown-transform@v0.15.2...v0.16.0

Markdown Transform v0.15.2

What's Changed

Full Changelog: accordproject/markdown-transform@v.0.15.0...v0.15.2

Markdown Transform v0.15.1

Publish to npm

Markdown Transform v0.15.0

Update to use Concerto v2.0.0

Markdown Transform v0.15.0-alpha.2

This release upgrades the webpack configuration for all packages to webpack 5.

Markdown Transform v0.15.0-alpha.1

This release upgrades to the latest major version of Concerto 2.0.0, fixes issues with pdf styling and updates numerous dependencies.

💥 Breaking Changes

  • Markdown Transform libraries now require Node.js version 14 or later. Node.js version 12 is no longer supported

... (truncated)

Commits
  • f8a5cb4 chore(webpack) : markdown-template browser version (#521)
  • 5764b97 chore(actions): publish v0.16.2 to npm (#520)
  • 6c42803 fix(browser) : correct browser entry point (#518)
  • 9685960 fix(instanceof) : remove instanceof (#514)
  • 99d1dd6 feat(markdown-transform): add table transforms (#507)
  • ac06acd chore(actions): publish v0.15.2 to npm (#505)
  • 7467930 chore(actions): publish v0.15.1 to npm (#500)
  • 2ea2b60 (fix) update the PDF->HTML transform for better whitespace handling (#503)
  • c03b222 (feat) upgrade to Concerto v2 (#499)
  • a86cf61 chore(build): Update engines constraints in all package.json
  • Additional commits viewable in compare view

Updates brace-expansion from 1.1.11 to 1.1.14

Release notes

Sourced from brace-expansion's releases.

v1.1.12

  • pkg: publish on tag 1.x c460dbd
  • fmt ccb8ac6
  • Fix potential ReDoS Vulnerability or Inefficient Regular Expression (#65) c3c73c8

juliangruber/brace-expansion@v1.1.11...v1.1.12

Commits

Updates brace-expansion from 1.1.11 to 1.1.14

Release notes

Sourced from brace-expansion's releases.

v1.1.12

  • pkg: publish on tag 1.x c460dbd
  • fmt ccb8ac6
  • Fix potential ReDoS Vulnerability or Inefficient Regular Expression (#65) c3c73c8

juliangruber/brace-expansion@v1.1.11...v1.1.12

Commits

Updates @babel/plugin-transform-modules-systemjs from 7.13.8 to 7.29.4

Release notes

Sourced from @​babel/plugin-transform-modules-systemjs's releases.

v7.29.4 (2026-05-05)

🐛 Bug Fix

  • babel-plugin-transform-modules-systemjs
    • #17974 [7.x backport]fix(systemjs): improve module string name support (@​JLHwung)

Committers: 1

v7.29.3 (2026-04-30)

👓 Spec Compliance

🐛 Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
    • #17931 fix(decorators): replace super within all removed static elements (@​JLHwung)
  • babel-register
  • babel-compat-data, babel-plugin-bugfix-safari-rest-destructuring-rhs-array, babel-preset-env

💅 Polish

📝 Documentation

🏃‍♀️ Performance

  • babel-helper-import-to-platform-api, babel-plugin-proposal-import-wasm-source, babel-plugin-transform-json-modules

Committers: 4

v7.29.2 (2026-03-16)

👓 Spec Compliance

  • babel-parser

🐛 Bug Fix

  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-preset-env, babel-runtime-corejs3
  • babel-preset-env

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​babel/plugin-transform-modules-systemjs since your current version.


Updates brace-expansion from 1.1.11 to 1.1.14

Release notes

Sourced from brace-expansion's releases.

v1.1.12

  • pkg: publish on tag 1.x c460dbd
  • fmt ccb8ac6
  • Fix potential ReDoS Vulnerability or Inefficient Regular Expression (#65) c3c73c8

juliangruber/brace-expansion@v1.1.11...v1.1.12

Commits

Updates @babel/plugin-transform-modules-systemjs from 7.13.8 to 7.29.4

Release notes

Sourced from @​babel/plugin-transform-modules-systemjs's releases.

v7.29.4 (2026-05-05)

🐛 Bug Fix

  • babel-plugin-transform-modules-systemjs
    • #17974 [7.x backport]fix(systemjs): improve module string name support (@​JLHwung)

Committers: 1

v7.29.3 (2026-04-30)

👓 Spec Compliance

🐛 Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
    • #17931 fix(decorators): replace super within all removed static elements (@​JLHwung)
  • babel-register
  • babel-compat-data, babel-plugin-bugfix-safari-rest-destructuring-rhs-array, babel-preset-env

💅 Polish

📝 Documentation

🏃‍♀️ Performance

  • babel-helper-import-to-platform-api, babel-plugin-proposal-import-wasm-source, babel-plugin-transform-json-modules

Committers: 4

v7.29.2 (2026-03-16)

👓 Spec Compliance

  • babel-parser

🐛 Bug Fix

  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-preset-env, babel-runtime-corejs3
  • babel-preset-env

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​babel/plugin-transform-modules-systemjs since your current version.


Updates brace-expansion from 1.1.11 to 1.1.14

Release notes

Sourced from brace-expansion's releases.

v1.1.12

  • pkg: publish on tag 1.x c460dbd
  • fmt ccb8ac6
  • Fix potential ReDoS Vulnerability or Inefficient Regular Expression (#65) c3c73c8

juliangruber/brace-expansion@v1.1.11...v1.1.12

Commits

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 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
    You can disable automated security fix PRs for this repo from the Security Alerts page.

…updates

Bumps the npm_and_yarn group with 2 updates in the / directory: [@accordproject/markdown-cicero](https://github.com/accordproject/markdown-transform/tree/HEAD/packages/markdown-cicero) and [brace-expansion](https://github.com/juliangruber/brace-expansion).
Bumps the npm_and_yarn group with 2 updates in the /packages/ui-concerto directory: [@babel/plugin-transform-modules-systemjs](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-modules-systemjs) and [brace-expansion](https://github.com/juliangruber/brace-expansion).


Updates `@accordproject/markdown-cicero` from 0.13.0 to 0.16.5
- [Release notes](https://github.com/accordproject/markdown-transform/releases)
- [Commits](https://github.com/accordproject/markdown-transform/commits/v0.16.5/packages/markdown-cicero)

Updates `@accordproject/markdown-pdf` from 0.13.0 to 0.16.5
- [Release notes](https://github.com/accordproject/markdown-transform/releases)
- [Commits](https://github.com/accordproject/markdown-transform/commits/v0.16.5/packages/markdown-pdf)

Updates `brace-expansion` from 1.1.11 to 1.1.14
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](juliangruber/brace-expansion@1.1.11...v1.1.14)

Updates `brace-expansion` from 1.1.11 to 1.1.14
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](juliangruber/brace-expansion@1.1.11...v1.1.14)

Updates `@babel/plugin-transform-modules-systemjs` from 7.13.8 to 7.29.4
- [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.29.4/packages/babel-plugin-transform-modules-systemjs)

Updates `brace-expansion` from 1.1.11 to 1.1.14
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](juliangruber/brace-expansion@1.1.11...v1.1.14)

Updates `@babel/plugin-transform-modules-systemjs` from 7.13.8 to 7.29.4
- [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.29.4/packages/babel-plugin-transform-modules-systemjs)

Updates `brace-expansion` from 1.1.11 to 1.1.14
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](juliangruber/brace-expansion@1.1.11...v1.1.14)

---
updated-dependencies:
- dependency-name: "@accordproject/markdown-cicero"
  dependency-version: 0.16.5
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@accordproject/markdown-pdf"
  dependency-version: 0.16.5
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: brace-expansion
  dependency-version: 1.1.14
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: brace-expansion
  dependency-version: 1.1.14
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@babel/plugin-transform-modules-systemjs"
  dependency-version: 7.29.4
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: brace-expansion
  dependency-version: 1.1.14
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@babel/plugin-transform-modules-systemjs"
  dependency-version: 7.29.4
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: brace-expansion
  dependency-version: 1.1.14
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 18, 2026
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.

0 participants