Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Aug 13, 2025

Bumps the npm-packages group with 13 updates in the / directory:

Package From To
@actions/core 1.10.0 1.11.1
@actions/github 5.1.1 6.0.1
conventional-changelog-conventionalcommits 5.0.0 9.1.0
conventional-commits-parser 3.2.4 6.2.0
@semantic-release/changelog 6.0.2 6.0.3
@semantic-release/commit-analyzer 9.0.2 13.0.1
@semantic-release/github 8.0.7 11.0.4
@semantic-release/release-notes-generator 10.0.3 14.0.3
@vercel/ncc 0.36.1 0.38.3
eslint 8.36.0 9.33.0
eslint-config-molindo 6.0.0 8.0.0
jest 29.5.0 30.0.5
semantic-release 19.0.5 24.2.7

Updates @actions/core from 1.10.0 to 1.11.1

Changelog

Sourced from @​actions/core's changelog.

1.11.1

  • Fix uses of crypto.randomUUID on Node 18 and earlier #1842

1.11.0

  • Add platform info utilities #1551
  • Remove dependency on uuid package #1824

1.10.1

  • Fix error message reference in oidc utils #1511
Commits

Updates @actions/github from 5.1.1 to 6.0.1

Changelog

Sourced from @​actions/github's changelog.

6.0.1

  • Dependency updates #2043
  • Add context.runAttempt #1588

6.0.0

  • Support the latest Octokit in @​actions/github #1553
    • Drop support of NodeJS v14, v16
Commits

Updates conventional-changelog-conventionalcommits from 5.0.0 to 9.1.0

Release notes

Sourced from conventional-changelog-conventionalcommits's releases.

conventional-changelog-conventionalcommits: v9.1.0

Features

conventional-changelog-conventionalcommits: v9.0.0

⚠ BREAKING CHANGES

  • bang notes handling is removed, it already being handled in conventional-commits-parser

Features

  • bang notes handling is removed (#1355) (5150f47)
  • scope, scopeOnly and bumpStrict options were added (e2973e2)

conventional-changelog-conventionalcommits: v8.0.0

⚠ BREAKING CHANGES

  • Node >= 18 is required
  • conventional-recommended-bump: new Bumper exported class (#1218)
  • cleanup presets interface (#1215)
  • conventional-changelog-writer: rewrite to TypeScript (#1150)
  • Now all packages, except gulp-conventional-changelog, are ESM-only.

Features

Bug Fixes

  • conventional-changelog-conventionalcommits: avoid double empty lines (#1235) (3b4bfdf), closes #1188

conventional-changelog-conventionalcommits: v7.0.2

7.0.2 (2023-09-08)

Bug Fixes

  • conventional-changelog-conventionalcommits: fix handling input params (#1120) (e721cde)

conventional-changelog-conventionalcommits: v7.0.1

7.0.1 (2023-08-27)

... (truncated)

Changelog

Sourced from conventional-changelog-conventionalcommits's changelog.

9.1.0 (2025-07-10)

Features

9.0.0 (2025-05-19)

⚠ BREAKING CHANGES

  • bang notes handling is removed, it already being handled in conventional-commits-parser

Features

  • bang notes handling is removed (#1355) (5150f47)
  • scope, scopeOnly and bumpStrict options were added (e2973e2)

8.0.0 (2024-04-26)

⚠ BREAKING CHANGES

  • Node >= 18 is required
  • conventional-recommended-bump: new Bumper exported class (#1218)
  • cleanup presets interface (#1215)
  • conventional-changelog-writer: rewrite to TypeScript (#1150)
  • Now all packages, except gulp-conventional-changelog, are ESM-only.

Features

Bug Fixes

  • conventional-changelog-conventionalcommits: avoid double empty lines (#1235) (3b4bfdf), closes #1188

7.0.2 (2023-09-08)

Bug Fixes

  • conventional-changelog-conventionalcommits: fix handling input params (#1120) (e721cde)

7.0.1 (2023-08-27)

Bug Fixes

... (truncated)

Commits
  • b3bec6c chore(release): monorepo release (#1392)
  • 81da809 feat(conventional-changelog-conventionalcommits): scope option can be an arra...
  • 93c34e4 ci: eslint v9 (#1389)
  • c4ee907 chore(release): monorepo release
  • c7dc90c chore: format changelog files
  • e2973e2 feat(conventional-changelog-conventionalcommits): scope, scopeOnly and bumpSt...
  • 1b4245e docs(conventional-changelog-conventionalcommits): fix readme links (#1360)
  • 5150f47 feat(conventional-changelog-conventionalcommits): bang notes handling is remo...
  • 821661b style: unified eslint config (#1353)
  • 42556a1 feat(conventional-changelog,standard-changelog): new builder API and cli flag...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by dangreen, a new releaser for conventional-changelog-conventionalcommits since your current version.


Updates conventional-commits-parser from 3.2.4 to 6.2.0

Release notes

Sourced from conventional-commits-parser's releases.

conventional-commits-parser: v6.2.0

Features

  • named capturing groups support for regex patterns (#1372) (a63c3f3)

Bug Fixes

  • respect comment char while truncate to scissors (#1373) (a964ccc)

conventional-commits-parser: v6.1.0

Features

  • conventional-commits-parser: allow @ in scope part of the header (#1283) (d48c660)

Bug Fixes

  • conventional-commits-parser: give a possible 'header' merge pattern correspondence a priority over the next line (#1311) (373d330)
  • conventional-commits-parser: ignore irrelevant references (#1288) (115d5d0)

conventional-commits-parser: v6.0.0

Bug Fixes

Features

  • allows notes pattern to be customized (#586) (9c00f32)

conventional-commits-parser: v5.0.0

5.0.0 (2023-08-26)

⚠ BREAKING CHANGES

  • Node >= 16 is required

Features

Bug Fixes

... (truncated)

Changelog

Sourced from conventional-commits-parser's changelog.

6.2.0 (2025-06-09)

Features

  • named capturing groups support for regex patterns (#1372) (a63c3f3)

Bug Fixes

  • respect comment char while truncate to scissors (#1373) (a964ccc)

6.1.0 (2025-01-15)

Features

  • conventional-commits-parser: allow @ in scope part of the header (#1283) (d48c660)

Bug Fixes

  • conventional-commits-parser: give a possible 'header' merge pattern correspondence a priority over the next line (#1311) (373d330)
  • conventional-commits-parser: ignore irrelevant references (#1288) (115d5d0)

6.0.0 (2024-04-26)

⚠ BREAKING CHANGES

  • Node >= 18 is required
  • conventional-recommended-bump: new Bumper exported class (#1218)
  • conventional-commits-filter: rewrite to TypeScript (#1178)
  • conventional-commits-parser: rewrite to TypeScript (#1126)
  • Now all packages, except gulp-conventional-changelog, are ESM-only.
  • git-semver-tags,conventional-recommended-bump: gitSemverTags and conventionalRecommendedBump now return promises
  • standard-changelog: createIfMissing method now returns a promise

Features

  • conventional-commits-filter: rewrite to TypeScript (#1178) (e0c7b06)
  • conventional-commits-parser: add parseCommits method to work with async iterables (#1180) (7ee67ec)
  • conventional-commits-parser: rewrite to TypeScript (#1126) (9e280d8)
  • conventional-recommended-bump: new Bumper exported class (#1218) (0ddc8cd)
  • drop node 16 support (#1226) (ec69cfd)
  • git-semver-tags,conventional-recommended-bump: refactoring to use promises instead of callbacks (#1112) (1697ecd)
  • move from CommonJS to ESM (#1144) (c5b859d)
  • standard-changelog: use promises (#1111) (5015ab7)

Bug Fixes

  • conventional-commits-parser: parse header if subject includes ! to indicate breaking change (#1213) (30cfa82)
  • deps: update dependency meow to v13 (#1190) (862f66b)

5.0.0 (2023-08-26)

... (truncated)

Commits
  • a10c63f chore(release): monorepo release (#1383)
  • a63c3f3 feat(conventional-commits-parser): named capturing groups support for regex p...
  • a964ccc fix(conventional-commits-parser): respect comment char while truncate to scis...
  • 5b267de chore: fix changelog file
  • c7dc90c chore: format changelog files
  • 1655ff2 ci: fix tests type check (#1354)
  • 821661b style: unified eslint config (#1353)
  • 641a044 chore(master): release conventional-commits-parser 6.1.0 (#1333)
  • 373d330 fix(conventional-commits-parser): give a possible 'header' merge pattern corr...
  • 115d5d0 fix(conventional-commits-parser): ignore irrelevant references (#1288)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by dangreen, a new releaser for conventional-commits-parser since your current version.


Updates @semantic-release/changelog from 6.0.2 to 6.0.3

Release notes

Sourced from @​semantic-release/changelog's releases.

v6.0.3

6.0.3 (2023-03-23)

Bug Fixes

  • deps: update dependency fs-extra to v11.1.1 (#309) (47045b3)
Commits
  • 47045b3 fix(deps): update dependency fs-extra to v11.1.1 (#309)
  • 6d78608 chore(deps): lock file maintenance (#308)
  • e97bb18 chore(deps): update dependency semantic-release to v20.1.3 (#307)
  • e95f44b chore(deps): lock file maintenance (#305)
  • 023f516 chore(deps): update dependency sinon to v15.0.2 (#304)
  • 226d4e7 chore(deps): lock file maintenance (#302)
  • d716963 chore(deps): update dependency semantic-release to v20.1.1 (#301)
  • 701f0c7 chore(deps): lock file maintenance (#300)
  • a8c5513 chore(deps): lock file maintenance (#299)
  • 621fda0 chore(deps): lock file maintenance (#296)
  • Additional commits viewable in compare view

Updates @semantic-release/commit-analyzer from 9.0.2 to 13.0.1

Release notes

Sourced from @​semantic-release/commit-analyzer's releases.

v13.0.1

13.0.1 (2025-01-03)

Bug Fixes

  • deps: update dependency import-from-esm to v2 (#741) (f106b76)

v13.0.0

13.0.0 (2024-05-31)

Bug Fixes

  • log the raw message again (e2f5d6c)

Features

  • support latest conventional-changelog packages (0254d7a)

BREAKING CHANGES

  • by supporting the latest major versions of conventional-changelog packages, we are dropping support for previous major versions of those packages due to the breaking changes between majors. this only impacts your project if you are installing alongside semantic-release, so updating those packages to latest version should be the only change you need for this update. no action should be necessary if you are using default semantic-release config

v13.0.0-beta.2

13.0.0-beta.2 (2024-05-25)

Bug Fixes

  • log the raw message again (e2f5d6c)

v13.0.0-beta.1

13.0.0-beta.1 (2024-05-25)

Features

  • support latest conventional-changelog packages (0254d7a)

BREAKING CHANGES

  • by supporting the latest major versions of conventional-changelog packages, we are

... (truncated)

Commits

Updates @semantic-release/github from 8.0.7 to 11.0.4

Release notes

Sourced from @​semantic-release/github's releases.

v11.0.4

11.0.4 (2025-08-10)

Bug Fixes

  • Check failCommentCondition in "success" step (#1026) (d77b6f4)

v11.0.3

11.0.3 (2025-05-25)

Bug Fixes

v11.0.2

11.0.2 (2025-04-25)

Bug Fixes

v11.0.1

11.0.1 (2024-11-06)

Bug Fixes

  • success: PRs not recognized as resolved issues (#960) (7cde776)

v11.0.0

11.0.0 (2024-09-24)

chore

  • update peer dependency for semantic-release (95c7cdd)

Code Refactoring

  • modify commit associatedPRs and relatedIssues label property data type. (718134a)

Features

  • integrate warn in fail script (7a9914a)
  • integrate warn in success script (792720d)

... (truncated)

Commits

Updates @semantic-release/release-notes-generator from 10.0.3 to 14.0.3

Release notes

Sourced from @​semantic-release/release-notes-generator's releases.

v14.0.3

14.0.3 (2025-01-03)

Bug Fixes

  • deps: update dependency import-from-esm to v2 (#756) (832620e)

v14.0.2

14.0.2 (2024-12-16)

Bug Fixes

v14.0.1

14.0.1 (2024-06-22)

Bug Fixes

  • deps: rename read-pkg-up to read-package-up (#671) (687ba5a)

v14.0.0

14.0.0 (2024-05-31)

Features

  • support latest conventional-changelog packages (#643) (2bce0d3)

BREAKING CHANGES

  • by supporting the latest major versions of conventional-changelog packages, we are dropping support for previous major versions of those packages due to the breaking changes between majors. this only impacts your project if you are installing alongside semantic-release, so updating those packages to latest version should be the only change you need for this update. no action should be necessary if you are using default semantic-release config

v14.0.0-beta.1

14.0.0-beta.1 (2024-05-17)

Features

  • support latest conventional-changelog packages (#643) (2bce0d3)

BREAKING CHANGES

  • by supporting the latest major versions of conventional-changelog packages, we are dropping support for previous major versions of those packages due to the breaking changes between majors. this only impacts your project if you are installing alongside semantic-release, so updating those packages to latest version should be the only change you need for this update. no action should be necessary if you are using default semantic-release config

... (truncated)

Commits

Updates @vercel/ncc from 0.36.1 to 0.38.3

Release notes

Sourced from @​vercel/ncc's releases.

0.38.3

0.38.3 (2024-11-15)

Bug Fixes

  • add missing --asset-builds to cli help message (#1228) (84f8c52)

0.38.2

0.38.2 (2024-09-23)

Bug Fixes

Huge thanks to @​theoludwig 🎉

0.38.1

0.38.1 (2023-10-18)

Bug Fixes

0.38.0

0.38.0 (2023-09-06)

Features

0.37.0

0.37.0 (2023-09-06)

Features

  • add support for TypeScript 5.0's array extends in tsconfig (#1105) (f898f8e)
Commits
  • 84f8c52 fix: add missing --asset-builds to cli help message (#1228)
  • 0ff93c6 chore(deps): Bump elliptic from 6.5.7 to 6.6.0 (#1223)
  • ae5bf16 chore(deps): Bump amannn/action-semantic-pull-request from 5.3.0 to 5.5.3 (#1...
  • 738a2bf chore(deps-dev): Bump axios from 0.21.4 to 1.7.7 (#1209)
  • 158a1fd fix(deps): update webpack to v5.94.0, terser to v5.33.0 (#1213)
  • c1c9c65 chore(deps): Bump fast-xml-parser from 4.2.7 to 4.5.0 (#1219)
  • 6ef9a48 chore(deps-dev): Bump express from 4.18.2 to 4.20.0 (#1214)
  • 9e7451b ci: ignore failing test on macOS + run in band test-coverage (#1216)
  • b2a325d chore(ci): drop node@16 from ci (#1164)
  • 3c68358 chore(deps): Bump crypto-js from 4.1.1 to 4.2.0 (#1130)
  • Additional commits viewable in compare view

Updates eslint from 8.36.0 to 9.33.0

Release notes

Sourced from eslint's releases.

v9.33.0

Features

  • e07820e feat: add global object access detection to no-restricted-globals (#19939) (sethamus)
  • 90b050e feat: support explicit resource management in one-var (#19941) (Sweta Tanwar)

Bug Fixes

  • 732433c fix: allow any type for meta.docs.recommended in custom rules (#19995) (Francesco Trotta)
  • e8a6914 fix: Fixed potential bug in check-emfile-handling.js (#19975) (諏訪原慶斗)

Documentation

  • 34f0723 docs: playground button for TypeScript code example (#19671) (Tanuj Kanti)
  • dc942a4 docs: Update README (GitHub Actions Bot)
  • 5a4b6f7 docs: Update no-multi-assign.md (#19979) (Yuki Takada (Yukinosuke Takada))
  • 247e156 docs: add missing let declarations in no-plusplus (#19980) (Yuki Takada (Yukinosuke Takada))
  • 0d17242 docs: Update README (GitHub Actions Bot)
  • fa20b9d docs: Clarify when to open an issue for a PR (#19974) (Nicholas C. Zakas)

Build Related

  • 27fa865 build: use ESLint class to generate formatter examples (#19972) (Milos Djermanovic)

Chores

  • 4258046 chore: update dependency @​eslint/js to v9.33.0 (#19998) (renovate[bot])
  • ad28371 chore: package.json update for @​eslint/js release (Jenkins)
  • 06a22f1 test: resolve flakiness in --mcp flag test (#19993) (Pixel998)
  • 54920ed test: switch to Linter.Config in ESLintRules type tests (#19977) (Francesco Trotta)

v9.32.0

Features

  • 1245000 feat: support explicit resource management in core rules (#19828) (fnx)
  • 0e957a7 feat: support typescript types in accessor rules (#19882) (fnx)

Bug Fixes

  • 960fd40 fix: Upgrade @​eslint/js (#19971) (Nicholas C. Zakas)
  • bbf23fa fix: Refactor reporting into FileReport (#19877) (Nicholas C. Zakas)

…pdates

Bumps the npm-packages group with 13 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) | `1.10.0` | `1.11.1` |
| [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github) | `5.1.1` | `6.0.1` |
| [conventional-changelog-conventionalcommits](https://github.com/conventional-changelog/conventional-changelog/tree/HEAD/packages/conventional-changelog-conventionalcommits) | `5.0.0` | `9.1.0` |
| [conventional-commits-parser](https://github.com/conventional-changelog/conventional-changelog/tree/HEAD/packages/conventional-commits-parser) | `3.2.4` | `6.2.0` |
| [@semantic-release/changelog](https://github.com/semantic-release/changelog) | `6.0.2` | `6.0.3` |
| [@semantic-release/commit-analyzer](https://github.com/semantic-release/commit-analyzer) | `9.0.2` | `13.0.1` |
| [@semantic-release/github](https://github.com/semantic-release/github) | `8.0.7` | `11.0.4` |
| [@semantic-release/release-notes-generator](https://github.com/semantic-release/release-notes-generator) | `10.0.3` | `14.0.3` |
| [@vercel/ncc](https://github.com/vercel/ncc) | `0.36.1` | `0.38.3` |
| [eslint](https://github.com/eslint/eslint) | `8.36.0` | `9.33.0` |
| [eslint-config-molindo](https://github.com/molindo/eslint-config-molindo) | `6.0.0` | `8.0.0` |
| [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `29.5.0` | `30.0.5` |
| [semantic-release](https://github.com/semantic-release/semantic-release) | `19.0.5` | `24.2.7` |



Updates `@actions/core` from 1.10.0 to 1.11.1
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)

Updates `@actions/github` from 5.1.1 to 6.0.1
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/github/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/github)

Updates `conventional-changelog-conventionalcommits` from 5.0.0 to 9.1.0
- [Release notes](https://github.com/conventional-changelog/conventional-changelog/releases)
- [Changelog](https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-changelog-conventionalcommits/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/conventional-changelog/commits/conventional-changelog-conventionalcommits-v9.1.0/packages/conventional-changelog-conventionalcommits)

Updates `conventional-commits-parser` from 3.2.4 to 6.2.0
- [Release notes](https://github.com/conventional-changelog/conventional-changelog/releases)
- [Changelog](https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-commits-parser/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/conventional-changelog/commits/conventional-commits-parser-v6.2.0/packages/conventional-commits-parser)

Updates `@semantic-release/changelog` from 6.0.2 to 6.0.3
- [Release notes](https://github.com/semantic-release/changelog/releases)
- [Commits](semantic-release/changelog@v6.0.2...v6.0.3)

Updates `@semantic-release/commit-analyzer` from 9.0.2 to 13.0.1
- [Release notes](https://github.com/semantic-release/commit-analyzer/releases)
- [Commits](semantic-release/commit-analyzer@v9.0.2...v13.0.1)

Updates `@semantic-release/github` from 8.0.7 to 11.0.4
- [Release notes](https://github.com/semantic-release/github/releases)
- [Commits](semantic-release/github@v8.0.7...v11.0.4)

Updates `@semantic-release/release-notes-generator` from 10.0.3 to 14.0.3
- [Release notes](https://github.com/semantic-release/release-notes-generator/releases)
- [Commits](semantic-release/release-notes-generator@v10.0.3...v14.0.3)

Updates `@vercel/ncc` from 0.36.1 to 0.38.3
- [Release notes](https://github.com/vercel/ncc/releases)
- [Commits](vercel/ncc@0.36.1...0.38.3)

Updates `eslint` from 8.36.0 to 9.33.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.36.0...v9.33.0)

Updates `eslint-config-molindo` from 6.0.0 to 8.0.0
- [Release notes](https://github.com/molindo/eslint-config-molindo/releases)
- [Changelog](https://github.com/molindo/eslint-config-molindo/blob/master/CHANGELOG.md)
- [Commits](molindo/eslint-config-molindo@6.0.0...8.0.0)

Updates `jest` from 29.5.0 to 30.0.5
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.0.5/packages/jest)

Updates `semantic-release` from 19.0.5 to 24.2.7
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](semantic-release/semantic-release@v19.0.5...v24.2.7)

---
updated-dependencies:
- dependency-name: "@actions/core"
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-packages
- dependency-name: "@actions/github"
  dependency-version: 6.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-packages
- dependency-name: conventional-changelog-conventionalcommits
  dependency-version: 9.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-packages
- dependency-name: conventional-commits-parser
  dependency-version: 6.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-packages
- dependency-name: "@semantic-release/changelog"
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-packages
- dependency-name: "@semantic-release/commit-analyzer"
  dependency-version: 13.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-packages
- dependency-name: "@semantic-release/github"
  dependency-version: 11.0.4
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-packages
- dependency-name: "@semantic-release/release-notes-generator"
  dependency-version: 14.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-packages
- dependency-name: "@vercel/ncc"
  dependency-version: 0.38.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-packages
- dependency-name: eslint
  dependency-version: 9.33.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-packages
- dependency-name: eslint-config-molindo
  dependency-version: 8.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-packages
- dependency-name: jest
  dependency-version: 30.0.5
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-packages
- dependency-name: semantic-release
  dependency-version: 24.2.7
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant