Skip to content

Bump the npm-packages group with 6 updates#75

Closed
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/npm-packages-c429043323
Closed

Bump the npm-packages group with 6 updates#75
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/npm-packages-c429043323

Conversation

@dependabot
Copy link
Contributor

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

Bumps the npm-packages group with 6 updates:

Package From To
ra-i18n-polyglot 5.9.2 5.10.1
ra-language-english 5.9.2 5.10.1
react-admin 5.9.2 5.10.1
@eslint/js 9.31.0 9.32.0
eslint 9.31.0 9.32.0
typescript 5.8.3 5.9.2

Updates ra-i18n-polyglot from 5.9.2 to 5.10.1

Release notes

Sourced from ra-i18n-polyglot's releases.

5.10.1

  • Fix <ColumnsButton> cannot be used with keyboard (#10869) (djhi)
  • Fix unused imports (#10866) (Madeorsk)
  • Fix <ReferenceArrayInput> does not accept alwaysOn prop (#10863) (djhi)
  • Fix DateInput JSDoc formatting and example (#10855) (ogroppo)
  • Fix B&W theme label is invisible for inputs with standard variant (#10854) (djhi)
  • Fix Show and Edit controllers can trigger a redirect loop with react-router v7 if getOne rejects (#10850) (slax57)
  • [Demo] Migrate from fetch-mock to msw (#10844) (erwanMarmelab)
  • Bump linkifyjs from 4.1.1 to 4.3.2 (#10868) (dependabot[bot])

5.10.0

Note: Due to the bump in the required version of @tanstack/react-query, upgrading to this version may raise TypeScript errors about queryOptions or runtime errors about a missing QueryClient. These errors are caused by the package manager, which installs two versions of react-query if you already installed one manually. To fix these errors, deduplicate @tanstack/react-query in your package manager lock file.

Changelog

Sourced from ra-i18n-polyglot's changelog.

5.10.1

  • Fix <ColumnsButton> cannot be used with keyboard (#10869) (djhi)
  • Fix unused imports (#10866) (Madeorsk)
  • Fix <ReferenceArrayInput> does not accept alwaysOn prop (#10863) (djhi)
  • Fix DateInput JSDoc formatting and example (#10855) (ogroppo)
  • Fix B&W theme label is invisible for inputs with standard variant (#10854) (djhi)
  • Fix Show and Edit controllers can trigger a redirect loop with react-router v7 if getOne rejects (#10850) (slax57)
  • [Demo] Migrate from fetch-mock to msw (#10844) (erwanMarmelab)
  • Bump linkifyjs from 4.1.1 to 4.3.2 (#10868) (dependabot[bot])

5.10.0

  • Add filter input to <ColumnsButton> when there are many columns (#10848) (slax57)
  • Update react-query dependency to require at least v5.83 (#10838) (djhi). You might have duplicate versions if you already had it in your dependencies. Should you have an error mentioning the QueryContext, make sure you only have one version in your package manager lock file.
  • Add render prop page and reference MUI components (#10837) (ThieryMichel)
  • Introduce <ReferenceArrayInputBase> (#10833) (djhi)
  • Add render prop to page and reference base components (#10832) (ThieryMichel)
  • Add disable support for <RadioButtonGroupInput> and <CheckboxGroupInput> choices (#10821) (WiXSL)
  • Add support for empty in Reference fields (#10817) (fzaninotto)
  • Add <ReferenceManyCountBase> (#10808) (fzaninotto)
  • Add support for keyboard shortcuts to <MenuItemLink> (#10790) (djhi)
  • Fix useEditController does not pass all variables to useUpdate (#10839) by (djhi)
  • Fix typo in <Create> documentation (#10840) by (rkfg)
  • [Doc] Backport RBAC's doc (#10846) by (erwanMarmelab)
  • [Doc] Backport DatagridAg's doc update (#10845) by (erwanMarmelab)
  • [Doc] Backport Tree's doc (#10847) by (erwanMarmelab)
  • [chore] Fix release script milestone description (#10849) by (slax57)
Commits
  • 40c037a Update changelog for version 5.10.1
  • 3b5096a v5.10.1
  • 91d8852 Merge pull request #10869 from marmelab/fix-columns-button-keyboard-usage
  • 42d7465 Merge pull request #10844 from marmelab/demo/msw
  • 8b80b12 Fix yarn.lock
  • b6363ee Fix duplicates & clean up simple example deps
  • ee09c27 Remove unnecessary cypress config change
  • 9c66455 Restore delay on data providers
  • af0fb7a Increase cypress timeout
  • 5e5e270 Merge branch 'master' into demo/msw
  • Additional commits viewable in compare view

Updates ra-language-english from 5.9.2 to 5.10.1

Release notes

Sourced from ra-language-english's releases.

5.10.1

  • Fix <ColumnsButton> cannot be used with keyboard (#10869) (djhi)
  • Fix unused imports (#10866) (Madeorsk)
  • Fix <ReferenceArrayInput> does not accept alwaysOn prop (#10863) (djhi)
  • Fix DateInput JSDoc formatting and example (#10855) (ogroppo)
  • Fix B&W theme label is invisible for inputs with standard variant (#10854) (djhi)
  • Fix Show and Edit controllers can trigger a redirect loop with react-router v7 if getOne rejects (#10850) (slax57)
  • [Demo] Migrate from fetch-mock to msw (#10844) (erwanMarmelab)
  • Bump linkifyjs from 4.1.1 to 4.3.2 (#10868) (dependabot[bot])

5.10.0

Note: Due to the bump in the required version of @tanstack/react-query, upgrading to this version may raise TypeScript errors about queryOptions or runtime errors about a missing QueryClient. These errors are caused by the package manager, which installs two versions of react-query if you already installed one manually. To fix these errors, deduplicate @tanstack/react-query in your package manager lock file.

Changelog

Sourced from ra-language-english's changelog.

5.10.1

  • Fix <ColumnsButton> cannot be used with keyboard (#10869) (djhi)
  • Fix unused imports (#10866) (Madeorsk)
  • Fix <ReferenceArrayInput> does not accept alwaysOn prop (#10863) (djhi)
  • Fix DateInput JSDoc formatting and example (#10855) (ogroppo)
  • Fix B&W theme label is invisible for inputs with standard variant (#10854) (djhi)
  • Fix Show and Edit controllers can trigger a redirect loop with react-router v7 if getOne rejects (#10850) (slax57)
  • [Demo] Migrate from fetch-mock to msw (#10844) (erwanMarmelab)
  • Bump linkifyjs from 4.1.1 to 4.3.2 (#10868) (dependabot[bot])

5.10.0

  • Add filter input to <ColumnsButton> when there are many columns (#10848) (slax57)
  • Update react-query dependency to require at least v5.83 (#10838) (djhi). You might have duplicate versions if you already had it in your dependencies. Should you have an error mentioning the QueryContext, make sure you only have one version in your package manager lock file.
  • Add render prop page and reference MUI components (#10837) (ThieryMichel)
  • Introduce <ReferenceArrayInputBase> (#10833) (djhi)
  • Add render prop to page and reference base components (#10832) (ThieryMichel)
  • Add disable support for <RadioButtonGroupInput> and <CheckboxGroupInput> choices (#10821) (WiXSL)
  • Add support for empty in Reference fields (#10817) (fzaninotto)
  • Add <ReferenceManyCountBase> (#10808) (fzaninotto)
  • Add support for keyboard shortcuts to <MenuItemLink> (#10790) (djhi)
  • Fix useEditController does not pass all variables to useUpdate (#10839) by (djhi)
  • Fix typo in <Create> documentation (#10840) by (rkfg)
  • [Doc] Backport RBAC's doc (#10846) by (erwanMarmelab)
  • [Doc] Backport DatagridAg's doc update (#10845) by (erwanMarmelab)
  • [Doc] Backport Tree's doc (#10847) by (erwanMarmelab)
  • [chore] Fix release script milestone description (#10849) by (slax57)
Commits
  • 40c037a Update changelog for version 5.10.1
  • 3b5096a v5.10.1
  • 91d8852 Merge pull request #10869 from marmelab/fix-columns-button-keyboard-usage
  • 42d7465 Merge pull request #10844 from marmelab/demo/msw
  • 8b80b12 Fix yarn.lock
  • b6363ee Fix duplicates & clean up simple example deps
  • ee09c27 Remove unnecessary cypress config change
  • 9c66455 Restore delay on data providers
  • af0fb7a Increase cypress timeout
  • 5e5e270 Merge branch 'master' into demo/msw
  • Additional commits viewable in compare view

Updates react-admin from 5.9.2 to 5.10.1

Release notes

Sourced from react-admin's releases.

5.10.1

  • Fix <ColumnsButton> cannot be used with keyboard (#10869) (djhi)
  • Fix unused imports (#10866) (Madeorsk)
  • Fix <ReferenceArrayInput> does not accept alwaysOn prop (#10863) (djhi)
  • Fix DateInput JSDoc formatting and example (#10855) (ogroppo)
  • Fix B&W theme label is invisible for inputs with standard variant (#10854) (djhi)
  • Fix Show and Edit controllers can trigger a redirect loop with react-router v7 if getOne rejects (#10850) (slax57)
  • [Demo] Migrate from fetch-mock to msw (#10844) (erwanMarmelab)
  • Bump linkifyjs from 4.1.1 to 4.3.2 (#10868) (dependabot[bot])

5.10.0

Note: Due to the bump in the required version of @tanstack/react-query, upgrading to this version may raise TypeScript errors about queryOptions or runtime errors about a missing QueryClient. These errors are caused by the package manager, which installs two versions of react-query if you already installed one manually. To fix these errors, deduplicate @tanstack/react-query in your package manager lock file.

Changelog

Sourced from react-admin's changelog.

5.10.1

  • Fix <ColumnsButton> cannot be used with keyboard (#10869) (djhi)
  • Fix unused imports (#10866) (Madeorsk)
  • Fix <ReferenceArrayInput> does not accept alwaysOn prop (#10863) (djhi)
  • Fix DateInput JSDoc formatting and example (#10855) (ogroppo)
  • Fix B&W theme label is invisible for inputs with standard variant (#10854) (djhi)
  • Fix Show and Edit controllers can trigger a redirect loop with react-router v7 if getOne rejects (#10850) (slax57)
  • [Demo] Migrate from fetch-mock to msw (#10844) (erwanMarmelab)
  • Bump linkifyjs from 4.1.1 to 4.3.2 (#10868) (dependabot[bot])

5.10.0

  • Add filter input to <ColumnsButton> when there are many columns (#10848) (slax57)
  • Update react-query dependency to require at least v5.83 (#10838) (djhi). You might have duplicate versions if you already had it in your dependencies. Should you have an error mentioning the QueryContext, make sure you only have one version in your package manager lock file.
  • Add render prop page and reference MUI components (#10837) (ThieryMichel)
  • Introduce <ReferenceArrayInputBase> (#10833) (djhi)
  • Add render prop to page and reference base components (#10832) (ThieryMichel)
  • Add disable support for <RadioButtonGroupInput> and <CheckboxGroupInput> choices (#10821) (WiXSL)
  • Add support for empty in Reference fields (#10817) (fzaninotto)
  • Add <ReferenceManyCountBase> (#10808) (fzaninotto)
  • Add support for keyboard shortcuts to <MenuItemLink> (#10790) (djhi)
  • Fix useEditController does not pass all variables to useUpdate (#10839) by (djhi)
  • Fix typo in <Create> documentation (#10840) by (rkfg)
  • [Doc] Backport RBAC's doc (#10846) by (erwanMarmelab)
  • [Doc] Backport DatagridAg's doc update (#10845) by (erwanMarmelab)
  • [Doc] Backport Tree's doc (#10847) by (erwanMarmelab)
  • [chore] Fix release script milestone description (#10849) by (slax57)
Commits
  • 40c037a Update changelog for version 5.10.1
  • 3b5096a v5.10.1
  • 91d8852 Merge pull request #10869 from marmelab/fix-columns-button-keyboard-usage
  • 42d7465 Merge pull request #10844 from marmelab/demo/msw
  • 8b80b12 Fix yarn.lock
  • b6363ee Fix duplicates & clean up simple example deps
  • ee09c27 Remove unnecessary cypress config change
  • 9c66455 Restore delay on data providers
  • af0fb7a Increase cypress timeout
  • 5e5e270 Merge branch 'master' into demo/msw
  • Additional commits viewable in compare view

Updates @eslint/js from 9.31.0 to 9.32.0

Release notes

Sourced from @​eslint/js's releases.

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)
  • d498887 fix: bump @​eslint/plugin-kit to 0.3.4 to resolve vulnerability (#19965) (Milos Djermanovic)
  • f46fc6c fix: report only global references in no-implied-eval (#19932) (Nitin Kumar)
  • 7863d26 fix: remove outdated types in ParserOptions.ecmaFeatures (#19944) (ntnyq)
  • 3173305 fix: update execScript message in no-implied-eval rule (#19937) (TKDev7)

Documentation

  • 86e7426 docs: Update README (GitHub Actions Bot)

Chores

  • 50de1ce chore: package.json update for @​eslint/js release (Jenkins)
  • 74f01a3 ci: unpin jiti to version ^2.5.1 (#19970) (루밀LuMir)
  • 2ab1381 ci: pin jiti to version 2.4.2 (#19964) (Francesco Trotta)
  • b7f7545 test: switch to flat config mode in SourceCode tests (#19953) (Milos Djermanovic)
  • f5a35e3 test: switch to flat config mode in eslint-fuzzer (#19960) (Milos Djermanovic)
  • e22af8c refactor: use CustomRuleDefinitionType in JSRuleDefinition (#19949) (Francesco Trotta)
  • e855717 chore: switch performance tests to hyperfine (#19919) (Francesco Trotta)
  • 2f73a23 test: switch to flat config mode in ast-utils tests (#19948) (Milos Djermanovic)
  • c565a53 chore: exclude further_reading_links.json from Prettier formatting (#19943) (Milos Djermanovic)
Changelog

Sourced from @​eslint/js's changelog.

v9.32.0 - July 25, 2025

  • 960fd40 fix: Upgrade @​eslint/js (#19971) (Nicholas C. Zakas)
  • 50de1ce chore: package.json update for @​eslint/js release (Jenkins)
  • bbf23fa fix: Refactor reporting into FileReport (#19877) (Nicholas C. Zakas)
  • 74f01a3 ci: unpin jiti to version ^2.5.1 (#19970) (루밀LuMir)
  • d498887 fix: bump @​eslint/plugin-kit to 0.3.4 to resolve vulnerability (#19965) (Milos Djermanovic)
  • 2ab1381 ci: pin jiti to version 2.4.2 (#19964) (Francesco Trotta)
  • b7f7545 test: switch to flat config mode in SourceCode tests (#19953) (Milos Djermanovic)
  • f5a35e3 test: switch to flat config mode in eslint-fuzzer (#19960) (Milos Djermanovic)
  • f46fc6c fix: report only global references in no-implied-eval (#19932) (Nitin Kumar)
  • 86e7426 docs: Update README (GitHub Actions Bot)
  • e22af8c refactor: use CustomRuleDefinitionType in JSRuleDefinition (#19949) (Francesco Trotta)
  • 1245000 feat: support explicit resource management in core rules (#19828) (fnx)
  • e855717 chore: switch performance tests to hyperfine (#19919) (Francesco Trotta)
  • 0e957a7 feat: support typescript types in accessor rules (#19882) (fnx)
  • 2f73a23 test: switch to flat config mode in ast-utils tests (#19948) (Milos Djermanovic)
  • 7863d26 fix: remove outdated types in ParserOptions.ecmaFeatures (#19944) (ntnyq)
  • c565a53 chore: exclude further_reading_links.json from Prettier formatting (#19943) (Milos Djermanovic)
  • 3173305 fix: update execScript message in no-implied-eval rule (#19937) (TKDev7)
Commits

Updates eslint from 9.31.0 to 9.32.0

Release notes

Sourced from eslint's releases.

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)
  • d498887 fix: bump @​eslint/plugin-kit to 0.3.4 to resolve vulnerability (#19965) (Milos Djermanovic)
  • f46fc6c fix: report only global references in no-implied-eval (#19932) (Nitin Kumar)
  • 7863d26 fix: remove outdated types in ParserOptions.ecmaFeatures (#19944) (ntnyq)
  • 3173305 fix: update execScript message in no-implied-eval rule (#19937) (TKDev7)

Documentation

  • 86e7426 docs: Update README (GitHub Actions Bot)

Chores

  • 50de1ce chore: package.json update for @​eslint/js release (Jenkins)
  • 74f01a3 ci: unpin jiti to version ^2.5.1 (#19970) (루밀LuMir)
  • 2ab1381 ci: pin jiti to version 2.4.2 (#19964) (Francesco Trotta)
  • b7f7545 test: switch to flat config mode in SourceCode tests (#19953) (Milos Djermanovic)
  • f5a35e3 test: switch to flat config mode in eslint-fuzzer (#19960) (Milos Djermanovic)
  • e22af8c refactor: use CustomRuleDefinitionType in JSRuleDefinition (#19949) (Francesco Trotta)
  • e855717 chore: switch performance tests to hyperfine (#19919) (Francesco Trotta)
  • 2f73a23 test: switch to flat config mode in ast-utils tests (#19948) (Milos Djermanovic)
  • c565a53 chore: exclude further_reading_links.json from Prettier formatting (#19943) (Milos Djermanovic)
Changelog

Sourced from eslint's changelog.

v9.32.0 - July 25, 2025

  • 960fd40 fix: Upgrade @​eslint/js (#19971) (Nicholas C. Zakas)
  • 50de1ce chore: package.json update for @​eslint/js release (Jenkins)
  • bbf23fa fix: Refactor reporting into FileReport (#19877) (Nicholas C. Zakas)
  • 74f01a3 ci: unpin jiti to version ^2.5.1 (#19970) (루밀LuMir)
  • d498887 fix: bump @​eslint/plugin-kit to 0.3.4 to resolve vulnerability (#19965) (Milos Djermanovic)
  • 2ab1381 ci: pin jiti to version 2.4.2 (#19964) (Francesco Trotta)
  • b7f7545 test: switch to flat config mode in SourceCode tests (#19953) (Milos Djermanovic)
  • f5a35e3 test: switch to flat config mode in eslint-fuzzer (#19960) (Milos Djermanovic)
  • f46fc6c fix: report only global references in no-implied-eval (#19932) (Nitin Kumar)
  • 86e7426 docs: Update README (GitHub Actions Bot)
  • e22af8c refactor: use CustomRuleDefinitionType in JSRuleDefinition (#19949) (Francesco Trotta)
  • 1245000 feat: support explicit resource management in core rules (#19828) (fnx)
  • e855717 chore: switch performance tests to hyperfine (#19919) (Francesco Trotta)
  • 0e957a7 feat: support typescript types in accessor rules (#19882) (fnx)
  • 2f73a23 test: switch to flat config mode in ast-utils tests (#19948) (Milos Djermanovic)
  • 7863d26 fix: remove outdated types in ParserOptions.ecmaFeatures (#19944) (ntnyq)
  • c565a53 chore: exclude further_reading_links.json from Prettier formatting (#19943) (Milos Djermanovic)
  • 3173305 fix: update execScript message in no-implied-eval rule (#19937) (TKDev7)
Commits

Updates typescript from 5.8.3 to 5.9.2

Release notes

Sourced from typescript's releases.

TypeScript 5.9

For release notes, check out the release announcement

Downloads are available on:

TypeScript 5.9 RC

For release notes, check out the release announcement

Downloads are available on:

TypeScript 5.9 Beta

For release notes, check out the release announcement.

Downloads are available on:

Commits

Bumps the npm-packages group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [ra-i18n-polyglot](https://github.com/marmelab/react-admin) | `5.9.2` | `5.10.1` |
| [ra-language-english](https://github.com/marmelab/react-admin) | `5.9.2` | `5.10.1` |
| [react-admin](https://github.com/marmelab/react-admin) | `5.9.2` | `5.10.1` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.31.0` | `9.32.0` |
| [eslint](https://github.com/eslint/eslint) | `9.31.0` | `9.32.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.8.3` | `5.9.2` |


Updates `ra-i18n-polyglot` from 5.9.2 to 5.10.1
- [Release notes](https://github.com/marmelab/react-admin/releases)
- [Changelog](https://github.com/marmelab/react-admin/blob/master/CHANGELOG.md)
- [Commits](marmelab/react-admin@v5.9.2...v5.10.1)

Updates `ra-language-english` from 5.9.2 to 5.10.1
- [Release notes](https://github.com/marmelab/react-admin/releases)
- [Changelog](https://github.com/marmelab/react-admin/blob/master/CHANGELOG.md)
- [Commits](marmelab/react-admin@v5.9.2...v5.10.1)

Updates `react-admin` from 5.9.2 to 5.10.1
- [Release notes](https://github.com/marmelab/react-admin/releases)
- [Changelog](https://github.com/marmelab/react-admin/blob/master/CHANGELOG.md)
- [Commits](marmelab/react-admin@v5.9.2...v5.10.1)

Updates `@eslint/js` from 9.31.0 to 9.32.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.32.0/packages/js)

Updates `eslint` from 9.31.0 to 9.32.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.31.0...v9.32.0)

Updates `typescript` from 5.8.3 to 5.9.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.8.3...v5.9.2)

---
updated-dependencies:
- dependency-name: ra-i18n-polyglot
  dependency-version: 5.10.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-packages
- dependency-name: ra-language-english
  dependency-version: 5.10.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-packages
- dependency-name: react-admin
  dependency-version: 5.10.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-packages
- dependency-name: "@eslint/js"
  dependency-version: 9.32.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-packages
- dependency-name: eslint
  dependency-version: 9.32.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-packages
- dependency-name: typescript
  dependency-version: 5.9.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the type:dependency Dependency-related changes label Aug 4, 2025
@MTSOnGithub MTSOnGithub enabled auto-merge (rebase) August 4, 2025 20:53
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 8, 2025

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Aug 8, 2025
auto-merge was automatically disabled August 8, 2025 09:07

Pull request was closed

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/npm-packages-c429043323 branch August 8, 2025 09:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type:dependency Dependency-related changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant