Skip to content

build(deps-dev): update commitlint monorepo to v21#634

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-commitlint-monorepo
Open

build(deps-dev): update commitlint monorepo to v21#634
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-commitlint-monorepo

Conversation

@renovate

@renovate renovate Bot commented Dec 10, 2024

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@commitlint/cli (source) ^17.8.1^21.0.2 age confidence
@commitlint/config-conventional (source) ^17.8.1^21.0.2 age confidence
@commitlint/cz-commitlint (source) ^17.8.1^21.0.2 age confidence

Release Notes

conventional-changelog/commitlint (@​commitlint/cli)

v21.0.2

Compare Source

Bug Fixes

v21.0.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v21.0.0

Compare Source

BREAKING CHANGES
  • drop node v18 and v20 support
  • Bump engines to >=v22 in all 39 package.json files
  • Update @​types/node to ^22.0.0
  • Update CI matrix to [22, 24]
  • Update Ubuntu baseline job to ubuntu:26.04
  • Update Dockerfile.ci, .mise.toml, .codesandbox/ci.json
  • Update pre-commit hook to use --ignore-engines
  • Update README and docs

Co-authored-by: Claude Opus 4.6 (1M context) noreply@anthropic.com

20.5.3 (2026-04-30)

Note: Version bump only for package @​commitlint/cli

20.5.2 (2026-04-25)

Note: Version bump only for package @​commitlint/cli

v20.5.3

Compare Source

Note: Version bump only for package @​commitlint/cli

v20.5.2

Compare Source

Note: Version bump only for package @​commitlint/cli

v20.5.0

Compare Source

Bug Fixes

20.4.4 (2026-03-12)

Note: Version bump only for package @​commitlint/cli

20.4.3 (2026-03-03)

Bug Fixes

20.4.2 (2026-02-19)

Note: Version bump only for package @​commitlint/cli

20.4.1 (2026-02-02)

Note: Version bump only for package @​commitlint/cli

v20.4.4

Compare Source

Note: Version bump only for package @​commitlint/cli

v20.4.3

Compare Source

Bug Fixes

v20.4.2

Compare Source

Note: Version bump only for package @​commitlint/cli

v20.4.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v20.4.0

Compare Source

Features

20.3.1 (2026-01-08)

Note: Version bump only for package @​commitlint/cli

v20.3.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v20.3.0

Compare Source

Note: Version bump only for package @​commitlint/cli

v20.2.0

Compare Source

Note: Version bump only for package @​commitlint/cli

v20.1.0

Compare Source

Note: Version bump only for package @​commitlint/cli

v20.0.0

Compare Source

Note: Version bump only for package @​commitlint/cli

19.8.1 (2025-05-08)

Bug Fixes

v19.8.1

Compare Source

Bug Fixes

v19.8.0

Compare Source

Performance Improvements
  • use node: prefix to bypass require.cache call for builtins (#​4302) (0cd8f41)

19.7.1 (2025-02-02)

Note: Version bump only for package @​commitlint/cli

19.6.1 (2024-12-15)

Note: Version bump only for package @​commitlint/cli

v19.7.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v19.6.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v19.6.0

Compare Source

Note: Version bump only for package @​commitlint/cli

v19.5.0

Compare Source

Features

19.4.1 (2024-08-28)

Note: Version bump only for package @​commitlint/cli

v19.4.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v19.4.0

Compare Source

Features

v19.3.0

Compare Source

Note: Version bump only for package @​commitlint/cli

19.2.2 (2024-04-14)

Note: Version bump only for package @​commitlint/cli

19.2.1 (2024-03-19)

Note: Version bump only for package @​commitlint/cli

v19.2.2

Compare Source

Note: Version bump only for package @​commitlint/cli

v19.2.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v19.2.0

Compare Source

Features
  • cli: introduce new --last flag, to stop recommending HEAD~1 (#​3916) (99f4f3f)

v19.1.0

Compare Source

Note: Version bump only for package @​commitlint/cli

19.0.3 (2024-02-28)

Note: Version bump only for package @​commitlint/cli

19.0.2 (2024-02-28)

Note: Version bump only for package @​commitlint/cli

19.0.1 (2024-02-27)

Bug Fixes
  • drop resolve-from, resolve-global and import-fresh, resolve global packages correctly (#​3939) (8793c63), closes #​3938

v19.0.3

Compare Source

Note: Version bump only for package @​commitlint/cli

v19.0.2

Compare Source

Note: Version bump only for package @​commitlint/cli

v19.0.1

Compare Source

Bug Fixes
  • drop resolve-from, resolve-global and import-fresh, resolve global packages correctly (#​3939) (8793c63), closes #​3938

v19.0.0

Compare Source

Reverts
  • Revert "chore!: minimum node version v20" (2816783)
BREAKING CHANGES
  • migrate to pure ESM

  • feat: migrate to pure ESM

  • chore: update snapshot

  • fix: load parserPreset with another await

  • test: migrate to vitest

  • test: remove no replacement --runInBand test-ci script

  • chore: fix code reviews

  • refactor(load): rewrite resolve logic

  • fix(config-nx-scopes): fix syntax error

  • feat(resolve-extends): add resolveFrom and loadParserPreset

  • feat(load): use resolveFrom and loadParserPreset from resolve-extends

  • test: include only @​commitlint/* packages src in coverage

  • test: explicit import vitest utilities

  • test: remove @​jest/globals from dependencies

  • fix(resolve-extends): resolveFrom output should be platform aware

  • test: restore NO_COLOR to test script

  • chore: fix linting issues

  • fix: should use fileURLToPath instead of pathname for Windows compatibility

  • Apply suggestions from code review

  • fix: should reuse cli instead call yargs()

  • feat(cli): set terminalWidth as wrap to avoid work break on help

  • Update .eslintrc.cjs

  • feat: migrate @​commitlint/config-conventional to pure ESM

18.6.1 (2024-02-13)

Note: Version bump only for package @​commitlint/cli

v18.6.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v18.6.0

Compare Source

Note: Version bump only for package @​commitlint/cli

v18.5.0

Compare Source

Features

18.4.4 (2024-01-04)

Note: Version bump only for package @​commitlint/cli

18.4.3 (2023-11-21)

Note: Version bump only for package @​commitlint/cli

18.4.2 (2023-11-16)

Note: Version bump only for package @​commitlint/cli

18.4.1 (2023-11-12)

Note: Version bump only for package @​commitlint/cli

v18.4.4

Compare Source

Note: Version bump only for package @​commitlint/cli

v18.4.3

Compare Source

Note: Version bump only for package @​commitlint/cli

v18.4.2

Compare Source

Note: Version bump only for package @​commitlint/cli

v18.4.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v18.4.0

Compare Source

Note: Version bump only for package @​commitlint/cli

v18.2.0

Compare Source

Note: Version bump only for package @​commitlint/cli

v18.1.0

Compare Source

Note: Version bump only for package @​commitlint/cli

v18.0.0

Compare Source

BREAKING CHANGES
  • drop node v14 and v16 support

  • chore: remove unused types

  • docs: prepare node update and new release

  • chore!: minimum TS version v5

  • drop TS v4 support

  • ci: remove node v14/16 checks

  • chore: adjust node types to minimal supported version

  • chore!: further major versions of other deps

  • upgrade conventional-changelog-conventionalcommits, conventional-commits-parser, conventional-changelog-atom,

  • docs: simplify releases and remove roadmap

17.8.1 (2023-10-20)

Note: Version bump only for package @​commitlint/cli

conventional-changelog/commitlint (@​commitlint/config-conventional)

v21.0.2

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v21.0.1

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v21.0.0

Compare Source

BREAKING CHANGES
  • drop node v18 and v20 support
  • Bump engines to >=v22 in all 39 package.json files
  • Update @​types/node to ^22.0.0
  • Update CI matrix to [22, 24]
  • Update Ubuntu baseline job to ubuntu:26.04
  • Update Dockerfile.ci, .mise.toml, .codesandbox/ci.json
  • Update pre-commit hook to use --ignore-engines
  • Update README and docs

Co-authored-by: Claude Opus 4.6 (1M context) noreply@anthropic.com

20.5.3 (2026-04-30)

Note: Version bump only for package @​commitlint/config-conventional

v20.5.3

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v20.5.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

20.4.4 (2026-03-12)

Note: Version bump only for package @​commitlint/config-conventional

20.4.3 (2026-03-03)

Bug Fixes

20.4.2 (2026-02-19)

Note: Version bump only for package @​commitlint/config-conventional

20.4.1 (2026-02-02)

Note: Version bump only for package @​commitlint/config-conventional

v20.4.4

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v20.4.3

Compare Source

Bug Fixes

v20.4.2

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v20.4.1

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v20.4.0

Compare Source

Features

20.3.1 (2026-01-08)

Note: Version bump only for package @​commitlint/config-conventional

v20.3.1

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v20.3.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v20.2.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v20.0.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

19.8.1 (2025-05-08)

Note: Version bump only for package @​commitlint/config-conventional

v19.8.1

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v19.8.0

Compare Source

Performance Improvements
  • use node: prefix to bypass require.cache call for builtins (#​4302) (0cd8f41)

19.7.1 (2025-02-02)

Note: Version bump only for package @​commitlint/config-conventional

v19.7.1

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v19.6.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v19.5.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

19.4.1 (2024-08-28)

Note: Version bump only for package @​commitlint/config-conventional

19.2.2 (2024-04-14)

Note: Version bump only for package @​commitlint/config-conventional

v19.4.1

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v19.2.2

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v19.1.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

19.0.3 (2024-02-28)

Note: Version bump only for package @​commitlint/config-conventional

v19.0.3

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v19.0.0

Compare Source

Reverts
  • Revert "chore!: minimum node version v20" (2816783)
BREAKING CHANGES
  • migrate to pure ESM

  • feat: migrate to pure ESM

  • chore: update snapshot

  • fix: load parserPreset with another await

  • test: migrate to vitest

  • test: remove no replacement --runInBand test-ci script

  • chore: fix code reviews

  • refactor(load): rewrite resolve logic

  • fix(config-nx-scopes): fix syntax error

  • feat(resolve-extends): add resolveFrom and loadParserPreset

  • feat(load): use resolveFrom and loadParserPreset from resolve-extends

  • test: include only @​commitlint/* packages src in coverage

  • test: explicit import vitest utilities

  • test: remove @​jest/globals from dependencies

  • fix(resolve-extends): resolveFrom output should be platform aware

  • test: restore NO_COLOR to test script

  • chore: fix linting issues

  • fix: should use fileURLToPath instead of pathname for Windows compatibility

  • Apply suggestions from code review

  • fix: should reuse cli instead call yargs()

  • feat(cli): set terminalWidth as wrap to avoid work break on help

  • Update .eslintrc.cjs

  • feat: migrate @​commitlint/config-conventional to pure ESM

18.6.3 (2024-03-11)

Bug Fixes

18.6.2 (2024-02-14)

Bug Fixes

18.6.1 (2024-02-13)

Note: Version bump only for package @​commitlint/config-conventional

v18.6.3

Compare Source

Bug Fixes

v18.6.2

Compare Source

Bug Fixes

v18.6.1

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v18.6.0

Compare Source

Features

v18.5.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

18.4.4 (2024-01-04)

Note: Version bump only for package @​commitlint/config-conventional

18.4.3 (2023-11-21)

Note: Version bump only for package @​commitlint/config-conventional

18.4.2 (2023-11-16)

Note: Version bump only for package @​commitlint/config-conventional

v18.4.4

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v18.4.3

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v18.4.2

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v18.4.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v18.1.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v18.0.0

Compare Source

BREAKING CHANGES
  • drop node v14 and v16 support

  • chore: remove unused types

  • docs: prepare node update and new release

  • chore!: minimum TS version v5

  • drop TS v4 support

  • ci: remove node v14/16 checks

  • chore: adjust node types to minimal supported version

  • chore!: further major versions of other deps

  • upgrade conventional-changelog-conventionalcommits, conventional-commits-parser, conventional-changelog-atom,

  • docs: simplify releases and remove roadmap

17.8.1 (2023-10-20)

Note: Version bump only for package @​commitlint/config-conventional

conventional-changelog/commitlint (@​commitlint/cz-commitlint)

v21.0.2

Compare Source

Note: Version bump only for package @​commitlint/cz-commitlint

v21.0.1

Compare Source

Note: Version bump only for package @​commitlint/cz-commitlint

v21.0.0

Compare Source

Bug Fixes
BREAKING CHANGES
  • drop node v18 and v20 support
  • Bump engines to >=v22 in all 39 package.json files
  • Update @​types/node to ^22.0.0
  • Update CI matrix to [22, 24]
  • Update Ubuntu baseline job to ubuntu:26.04
  • Update Dockerfile.ci, .mise.toml, .codesandbox/ci.json
  • Update pre-commit hook to use --ignore-engines
  • Update README and docs

Co-authored-by: Claude Opus 4.6 (1M context) noreply@anthropic.com

20.5.3 (2026-04-30)

Note: Version bump only for package @​commitlint/cz-commitlint

20.5.2 (2026-04-25)

Note: Version bump only for package @​commitlint/cz-commitlint

20.5.1 (2026-03-31)

Bug Fixes

v20.5.3

Compare Source

Note: Version bump only for package @​commitlint/cz-commitlint

[v20.5.2](https://redirect.github.com/conventional-changelog/commitlint/blob/HEAD/@​commitl

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • 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 these updates 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 renovate Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 10, 2024
@renovate renovate Bot force-pushed the renovate/major-commitlint-monorepo branch from bb941ba to 88af497 Compare December 15, 2024 18:46
@renovate renovate Bot force-pushed the renovate/major-commitlint-monorepo branch from 88af497 to ca71469 Compare February 2, 2025 17:30
@renovate renovate Bot force-pushed the renovate/major-commitlint-monorepo branch from ca71469 to da11e48 Compare March 7, 2025 18:20
@renovate renovate Bot force-pushed the renovate/major-commitlint-monorepo branch from da11e48 to 3f0c1c7 Compare May 8, 2025 05:43
@renovate renovate Bot force-pushed the renovate/major-commitlint-monorepo branch 2 times, most recently from 8b3291b to f8df0b3 Compare August 13, 2025 12:37
@renovate renovate Bot force-pushed the renovate/major-commitlint-monorepo branch from f8df0b3 to 5ed153d Compare August 19, 2025 13:28
@renovate renovate Bot force-pushed the renovate/major-commitlint-monorepo branch from 5ed153d to becbaa1 Compare August 31, 2025 14:00
@renovate renovate Bot force-pushed the renovate/major-commitlint-monorepo branch from becbaa1 to ab6db26 Compare September 25, 2025 17:16
@renovate renovate Bot changed the title build(deps-dev): update commitlint monorepo to v19 (major) build(deps-dev): update commitlint monorepo to v20 (major) Sep 25, 2025
@renovate renovate Bot force-pushed the renovate/major-commitlint-monorepo branch from ab6db26 to 338210e Compare September 30, 2025 15:16
@renovate renovate Bot force-pushed the renovate/major-commitlint-monorepo branch from 338210e to ce7d994 Compare October 21, 2025 09:19
@renovate renovate Bot force-pushed the renovate/major-commitlint-monorepo branch from ce7d994 to 2b06d7a Compare November 10, 2025 16:57
@renovate renovate Bot force-pushed the renovate/major-commitlint-monorepo branch from 2b06d7a to 761d435 Compare November 18, 2025 11:40
@renovate renovate Bot force-pushed the renovate/major-commitlint-monorepo branch 2 times, most recently from 3162572 to 70714bb Compare December 5, 2025 06:05
@renovate renovate Bot force-pushed the renovate/major-commitlint-monorepo branch 2 times, most recently from 2eeb653 to 7865f24 Compare December 12, 2025 13:06
@renovate renovate Bot force-pushed the renovate/major-commitlint-monorepo branch 2 times, most recently from 4b39386 to 97f4246 Compare January 1, 2026 13:02
@renovate renovate Bot force-pushed the renovate/major-commitlint-monorepo branch from 97f4246 to ec032bb Compare January 8, 2026 19:41
@renovate renovate Bot force-pushed the renovate/major-commitlint-monorepo branch 2 times, most recently from 2992a8c to 05a188d Compare January 23, 2026 16:28
@renovate renovate Bot force-pushed the renovate/major-commitlint-monorepo branch 3 times, most recently from eaf5f74 to add75d2 Compare February 2, 2026 18:46
@renovate renovate Bot force-pushed the renovate/major-commitlint-monorepo branch 2 times, most recently from b7b42e4 to 2467515 Compare February 17, 2026 15:57
@renovate renovate Bot force-pushed the renovate/major-commitlint-monorepo branch 2 times, most recently from d4c4cb0 to 7c0f5a1 Compare March 12, 2026 10:09
@renovate renovate Bot force-pushed the renovate/major-commitlint-monorepo branch 6 times, most recently from 768bf94 to f5c73e1 Compare March 18, 2026 02:24
@renovate renovate Bot force-pushed the renovate/major-commitlint-monorepo branch 4 times, most recently from c4a24f3 to ea9435b Compare April 1, 2026 18:10
@renovate renovate Bot force-pushed the renovate/major-commitlint-monorepo branch from ea9435b to a4c21ff Compare April 8, 2026 14:55
@renovate renovate Bot force-pushed the renovate/major-commitlint-monorepo branch 3 times, most recently from 9bb0e47 to 3020ff0 Compare April 30, 2026 11:48
@renovate renovate Bot force-pushed the renovate/major-commitlint-monorepo branch from 3020ff0 to f229804 Compare May 8, 2026 11:53
@renovate renovate Bot changed the title build(deps-dev): update commitlint monorepo to v20 (major) build(deps-dev): update commitlint monorepo (major) May 8, 2026
@renovate

renovate Bot commented May 8, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ 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: package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
npm warn ERESOLVE overriding peer dependency
npm warn ERESOLVE overriding peer dependency
npm warn ERESOLVE overriding peer dependency
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: inquirer@12.11.1
npm error Found: @types/node@16.18.126
npm error node_modules/@types/node
npm error   peerOptional @types/node@">=18" from @inquirer/core@10.3.2
npm error   node_modules/inquirer/node_modules/@inquirer/core
npm error     @inquirer/core@"^10.3.2" from inquirer@12.11.1
npm error     node_modules/inquirer
npm error       peer inquirer@"^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0" from @commitlint/cz-commitlint@21.0.2
npm error       node_modules/@commitlint/cz-commitlint
npm error         dev @commitlint/cz-commitlint@"^21.0.2" from the root project
npm error
npm error Could not resolve dependency:
npm error peerOptional @types/node@">=18" from inquirer@12.11.1
npm error node_modules/inquirer
npm error   peer inquirer@"^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0" from @commitlint/cz-commitlint@21.0.2
npm error   node_modules/@commitlint/cz-commitlint
npm error     dev @commitlint/cz-commitlint@"^21.0.2" from the root project
npm error
npm error Conflicting peer dependency: @types/node@25.9.3
npm error node_modules/@types/node
npm error   peerOptional @types/node@">=18" from inquirer@12.11.1
npm error   node_modules/inquirer
npm error     peer inquirer@"^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0" from @commitlint/cz-commitlint@21.0.2
npm error     node_modules/@commitlint/cz-commitlint
npm error       dev @commitlint/cz-commitlint@"^21.0.2" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry this command with --force or --legacy-peer-deps to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2026-06-11T08_52_01_947Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-06-11T08_52_01_947Z-debug-0.log

@renovate renovate Bot force-pushed the renovate/major-commitlint-monorepo branch from f229804 to ce94d5d Compare May 8, 2026 14:00
@renovate renovate Bot changed the title build(deps-dev): update commitlint monorepo (major) build(deps-dev): update commitlint monorepo to v21 (major) May 8, 2026
@renovate renovate Bot force-pushed the renovate/major-commitlint-monorepo branch from ce94d5d to 5562231 Compare May 12, 2026 09:20
@renovate renovate Bot changed the title build(deps-dev): update commitlint monorepo to v21 (major) build(deps-dev): update commitlint monorepo to v21 May 12, 2026
@renovate renovate Bot force-pushed the renovate/major-commitlint-monorepo branch 2 times, most recently from 4d64883 to 431d6d6 Compare May 18, 2026 10:35
@renovate renovate Bot force-pushed the renovate/major-commitlint-monorepo branch 3 times, most recently from f43233a to 810d82c Compare June 1, 2026 16:45
@renovate renovate Bot force-pushed the renovate/major-commitlint-monorepo branch from 810d82c to 46b6e5f Compare June 11, 2026 08:52
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